History log of /src/share/mk |
Revision | Date | Author | Comments |
1.52 | 18-May-2020 |
jmcneill | Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.
|
1.51 | 27-Aug-2019 |
kamil | Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc. Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.50 | 28-May-2018 |
christos | branches: 1.50.2; 1.50.4; install bsd.hostinit.mk
|
1.49 | 16-Jan-2014 |
christos | branches: 1.49.24; eliminate use of bsd.sys.mk from Makefiles
|
1.48 | 14-Jan-2014 |
christos | use bsd.syscall.mk
|
1.47 | 15-Nov-2012 |
joerg | Move the build_install logic from lib/Makefile into share/mk and re-use it for tools. The existing logic broke for the LLVM build with the recent .ORDER changes in make.
|
1.46 | 07-Oct-2011 |
plunky | branches: 1.46.2; 1.46.8; install bsd.lua.mk into DESTDIR
|
1.45 | 11-Sep-2011 |
mbalmer | Install new shiny bsd.clean.mk
|
1.44 | 27-Aug-2011 |
joerg | Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
|
1.43 | 07-Aug-2010 |
christos | don't forget to install bsd.ioconf.mk
|
1.42 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.41 | 02-May-2008 |
ad | - Add a bsd.kmodule.mk to build new style modules. - Set the file suffix to .kmod
|
1.40 | 12-Nov-2007 |
jmmv | branches: 1.40.6; 1.40.8; Add the bsd.test.mk file
This file simplifies the build of test programs, either written in C++ or in sh. It hides the internals of atf, e.g. by silently linking against -latf or calling atf-compile.
It also takes care of installing an Atffile for each new test directory.
|
1.39 | 05-Aug-2007 |
pooka | branches: 1.39.2; 1.39.4; install bsd.klinks.mk
|
1.38 | 12-Sep-2003 |
lukem | <bsd.x11.mk>: infrastructure to support reach-over builds of xsrc
|
1.37 | 31-May-2003 |
thorpej | If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and bsd.lib.mk.
|
1.36 | 05-Jan-2003 |
sommerfeld | Add bsd.rpc.mk to FILES
|
1.35 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.34 | 30-May-2002 |
itojun | have bsd.endian.mk, which detects target endian. generate *.db in target endian. (see tech-userlevel for discussions)
|
1.33 | 14-Dec-2001 |
explorer | branches: 1.33.2; install bsd.hostlib.mk, since bsd.hostprog.mk is and things in /usr/src/tools wants it.
|
1.32 | 12-Dec-2001 |
lukem | Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). Otherwise the appropriate MKxxx=no won't be defined .
|
1.31 | 12-Dec-2001 |
tv | MKfoo=no -> NOfoo
|
1.30 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.29 | 20-Jun-2000 |
thorpej | branches: 1.29.2; Merge a bunch of things from crypto-us and crypto-intl into basesrc, adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution.
|
1.28 | 02-May-2000 |
sjg | branches: 1.28.2; Added bsd.kernobj.mk to centralize the magic for the location of kernel configs and compiles. Relies on BSDSRCDIR being set which is now handled by src/Makefile.inc if need be.
|
1.27 | 14-Sep-1999 |
perry | Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.26 | 14-Jul-1999 |
wrstuden | Add bsd.hostprog.mk, a makefile for making programs used during the build which will run on the build machine.
|
1.25 | 12-Jul-1999 |
thorpej | Install bsd.crypto.mk.
|
1.24 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
1.23 | 11-Feb-1999 |
tv | Create <bsd.info.mk> for Info documentation, and avoid the nasty install stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and using FILES+= rather than FILES= in <bsd.info.mk>.
|
1.22 | 27-Sep-1998 |
lukem | don't build/install nls files if NOSHARE defined
|
1.21 | 12-Jun-1998 |
cgd | add bsd.kinc.mk, a template to support the new kernel include file installation mechanism.
|
1.20 | 14-Apr-1998 |
agc | Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS repository copy), which is a much better place for them. Update the Makefile to reflect these changes.
|
1.19 | 09-Sep-1997 |
agc | branches: 1.19.2; Install bsd.port.mk and bsd.port.subdir.mk. This is part of the FreeBSD ports system.
|
1.18 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.17 | 27-Mar-1997 |
christos | Add bsd.files.mk
|
1.16 | 25-Mar-1997 |
christos | Add the bsd.links.mk and bsd.inc.mk
|
1.15 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.14 | 18-Oct-1996 |
thorpej | Use ${INSTALL}.
|
1.13 | 23-Aug-1996 |
mrg | make lkm's work. still need to worry about options defines...
|
1.12 | 22-Oct-1995 |
christos | Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware" rules. These rules are not turned on by default; they are enabled by setting the PARALLEL variable.
|
1.11 | 26-Apr-1995 |
jtc | install bsd.nls.mk
|
1.10 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.9 | 02-Jun-1994 |
jtc | Change BINOWN -> BINGRP where appropriate.
|
1.8 | 09-Feb-1994 |
cgd | kill install -d's.
|
1.7 | 15-Aug-1993 |
mycroft | Get rid of empty targets; the defaults are now correct.
|
1.6 | 15-Aug-1993 |
mycroft | Makefile: Use `install -d' to create directory. bsd.dep.mk: Add defaults for `beforedepend' and `afterdepend'. sys.mk: 8 tabs --> space
|
1.5 | 15-Aug-1993 |
mycroft | Install bsd.dep.mk and bsd.obj.mk.
|
1.4 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
1.3 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.2 | 08-Apr-1993 |
cgd | try to do the right thing, in terms making directories before we install into them, and get the manpage cleans _OUT_ of "clean". they don't belong there, only in cleandir, WFJ be damned.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.19.2.1 | 05-May-1998 |
mycroft | Remove deleted files.
|
1.28.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.29.2.2 | 20-Jun-2000 |
thorpej | Merge a bunch of things from crypto-us and crypto-intl into basesrc, adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution.
|
1.29.2.1 | 20-Jun-2000 |
thorpej | file Makefile was added on branch netbsd-1-5 on 2000-06-20 06:00:36 +0000
|
1.33.2.1 | 30-May-2002 |
tv | Pull up revision 1.34 (requested by itojun in ticket #100): have bsd.endian.mk, which detects target endian. generate *.db in target endian. (see tech-userlevel for discussions)
|
1.39.4.2 | 05-Aug-2007 |
pooka | install bsd.klinks.mk
|
1.39.4.1 | 05-Aug-2007 |
pooka | file Makefile was added on branch matt-mips64 on 2007-08-05 21:50:33 +0000
|
1.39.2.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.40.8.1 | 18-May-2008 |
yamt | sync with head.
|
1.40.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.46.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.46.8.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.46.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.46.2.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.49.24.1 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.50.4.1 | 01-Sep-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #126):
external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile: revision 1.3 external/gpl2/lvm2/lvm2tools.mk: revision 1.5 common/lib/libc/gmon/mcount.c: revision 1.14 Makefile: revision 1.331 share/mk/Makefile: revision 1.51 external/bsd/fetch/lib/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile: revision 1.3 tests/lib/libc/net/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile: revision 1.3 distrib/sets/lists/base/mi: revision 1.1213 share/mk/bsd.lib.mk: revision 1.380 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile: revision 1.3 share/mk/bsd.sanitizer.mk: revision 1.1 share/mk/bsd.prog.mk: revision 1.323 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile: revision 1.3 lib/libc/gen/sysctlgetmibinfo.c: revision 1.14
Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.50.2.1 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.456 | 30-Sep-2025 |
gutteridge | bsd.README: .man.8 is also a target
It was added with the xdm(8) move a year ago.
|
1.455 | 27-Jun-2025 |
andvar | Grammar and spelling fixes, mainly in comments. A few in documentation, logging, test description, and SCSI ASC/ASCQ assignment descriptions.
|
1.454 | 28-Jan-2025 |
christos | no more libbind9
|
1.453 | 02-Nov-2024 |
christos | make zstd a private library (for now)
|
1.452 | 31-Oct-2024 |
christos | Add zstd
|
1.451 | 23-Oct-2024 |
kalvisd | Add mopcopy as a build tool for the VAX port.
OK rin@
|
1.450 | 24-Sep-2024 |
christos | Add some new X libraries, sort again. There are more missing... (run ./compare-lib-lists after you install the .mk files)
|
1.449 | 28-Jun-2024 |
riastradh | bsd.lib.mk: Resolve VERSION_MAP like a target prerequisite.
Not sure what I did before to make ${${VERSION_MAP}:P} fail to work; can't reproduce it any more!
PR lib/58376
|
1.448 | 28-Jun-2024 |
riastradh | bsd.lib.mk: New variable VERSION_MAP.
This updates LDFLAGS with the right -Wl,--version-script=... argument as well as DPADD so that changing the version script causes the library to be rebuilt.
Name chosen to match FreeBSD.
PR lib/58376
|
1.447 | 05-Apr-2024 |
christos | branches: 1.447.2; - Create 3 new variables: MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles These give enough control to the module Makefiles so that they don't need to override the default library install rules which break the debug sets. - Remove /usr/libexec/named which duplicated /usr/lib/named
|
1.446 | 23-Mar-2024 |
riastradh | bsd.lib.mk: Tidy up expected symbols check a little.
Add some documentation in bsd.README.
|
1.445 | 22-Jul-2023 |
lukem | bsd.README: sync with mk.conf(5), deduping entries
Remove most duplication of variables already documented in mk.conf(5). Add lists of supported and obsolete mk.conf(5) variables so that searches in this document at least find them (as per BUILDING).
Sync text from mk.conf(5) for entries that remain. Explicitly document DESTDIR and RELEASEDIR.
Replace MKMAN=no antipattern with NOMAN=.
Consistently use "option" versus "flag"; option is more generic, and may include a flag with an argument.
|
1.444 | 05-Jun-2023 |
lukem | bsd.README: update to reality, sync from mk.conf(5)
Sync user variables from mk.conf(5), sorted. (Arguably this could just refer to mk.conf(5) or share/man/man5/mk.conf.5 and remove the copypasta.)
Document NOxxx overrides in own subsection.
Unexpand tabs, tweak after.
|
1.443 | 24-May-2023 |
lukem | deprecate SHAREDSTRINGS build option
Hasn't worked for at least 20 years (and never in the cross-build environment, nor did it work with parallel make), and has never been needed in NetBSD as we don't have the older BSD programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11.
PR toolchain/35964
|
1.442 | 01-Oct-2022 |
rillig | fix documentation for MKLINT
Since share/mk/bsd.own.mk 1.749 from 2013-08-26, MKLINT defaults to no.
|
1.441 | 21-Aug-2022 |
lukem | Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC
Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC.
As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21.
|
1.440 | 14-Jul-2022 |
mrg | add libxcvt.
|
1.439 | 06-Jun-2022 |
nia | build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set.
There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@.
|
1.438 | 29-May-2022 |
nia | mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed and moused
|
1.437 | 29-May-2022 |
nia | mk: Add a MKPPP flag to exclude pppd(8) and related utilities from the build
|
1.436 | 28-May-2022 |
nia | mk: Add MKFINGER, MKTALK flags for not building talk, talkd, finger, fingerd.
|
1.435 | 28-May-2022 |
nia | mk: Add MKNTP, MKTCPDUMP knobs.
|
1.434 | 27-May-2022 |
nia | mk: Add a MKLFS flag for excluding the log-structured filesystem userspace tools from the build.
|
1.433 | 26-May-2022 |
nia | mk: Document that some options were enabled by default on aarch64
|
1.432 | 25-May-2022 |
nia | mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and to match the related kernel config option.
|
1.431 | 25-May-2022 |
nia | mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server, useful for embedded images that don't need to act as one.
|
1.430 | 25-May-2022 |
nia | mk: Allow building base without the MBONE applications by setting MKMBONE=no in mk.conf
|
1.429 | 20-May-2022 |
andvar | s/appropiate/appropriate/ in comments and readme file.
|
1.428 | 23-Dec-2021 |
christos | remove extra C in OBJCOPTS (from Anon Ymous)
|
1.427 | 20-Dec-2021 |
christos | Rename: MKKDEBUG -> MKDEBUGKERNEL MKTOOLSDEBUG -> MKDEBUGTOOLS while keeping compatibility with the old names. Add missing documentation. Now all debugging tunables are prefixed with MKDEBUG.
|
1.426 | 20-Dec-2021 |
christos | PR/55557: Andreas Gustafsson" Introduce a new variable MKDEBUGKERNEL which as the name implies, includes a netbsd.gdb inside each kernel set: $ tar -tzvf kern-GENERIC.tgz -rwxr-xr-x 0 root wheel 29398264 Dec 19 12:50 ./netbsd -rwxr-xr-x 0 root wheel 208125880 Dec 19 12:50 ./netbsd.gdb
|
1.425 | 05-Dec-2021 |
msaitoh | s/specificed/specified/ in comment.
|
1.424 | 05-Dec-2021 |
msaitoh | s/from from/from/ in comment.
|
1.423 | 28-Nov-2021 |
christos | For private and module libraries, build lint but do not install the lint libraries. We want to lint the private library code and we want to be able to link against the lint libraries, for example llib-largon2 from cgdconfig which is accessed via PROGDPLIBS.
|
1.422 | 01-Nov-2021 |
nia | mk: Add support for conditional compilation of parts of the tree with partial RELRO when MKRELRO=full is set.
Currently the X server needs to be compiled with only partial RELRO due to the way certain (but not all - it seems wsfb works with full RELRO) graphics driver modules are loaded.
|
1.421 | 27-Oct-2021 |
ryo | revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg133295.html
going to add __always_inline to the functions called from _mcount() discussed on http://mail-index.netbsd.org/source-changes-d/2021/10/25/msg013480.html
|
1.420 | 25-Oct-2021 |
ryo | In some arch, _mcount() would be called recursively when built with COPTS=-O0.
Normally, functions called from mcount.c are expected to be expanded inline, so _mcount() will never be called recursively. But when build with COPTS=-O0, `static inline' functions aren't inlined, and _mcount() will be called recursively.
Even if _mcount() has `__attribute__((__no_ instrument_function__))', it has no effect on the calling external (no-inlined) function.
To avoid this, PROF.<fn> is added can be set the profiling flag of any file. "PROF.mcount.c" is set to blank by default, mcount.c itself is compiled without -pg.
|
1.419 | 14-Oct-2021 |
nia | mk: Enable MKARGON2 now that this stuff works.
|
1.418 | 26-Sep-2021 |
maya | Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional
Simplifies logic. (Second commit - first one was partial)
Restoring MK* requested by mrg on tech-kern discussion https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html
|
1.417 | 25-Sep-2021 |
maya | Move DRM-driver firmware from base to its own set, gpufw
This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality.
Comments: Switched to a single MK tunable for it - that is probably unneeded.
An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it.
|
1.416 | 24-Mar-2021 |
simonb | Add aarch64 and sparc64 to MKZFS yes. Sort the machine names for the "Default: yes on ..." lines.
|
1.415 | 10-Nov-2020 |
kamil | Reintroduce the support of MKCATPAGES
Requested by <mrg>
|
1.414 | 08-Nov-2020 |
kamil | Stop mentioning the support for cat pages
|
1.413 | 08-Nov-2020 |
kamil | Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012.
Proposed on tech-userlevel@.
|
1.412 | 16-Oct-2020 |
nia | share/mk: Define some missing X11 libraries.
|
1.411 | 26-Jul-2020 |
rillig | share/mk/bsd.README: fix typo
|
1.410 | 13-Jul-2020 |
mrg | MKLLVMRT is automatically enabled on x86 and arm64, not mesa18+.
|
1.409 | 02-Jul-2020 |
jmcneill | Document OBJMACHINE_ARCH
|
1.408 | 21-Jun-2020 |
lukem | document PROGS and PROGS_CXX, and default c++ SRCS
|
1.407 | 15-Jun-2020 |
christos | Rename blacklist -> blocklist
|
1.406 | 01-Jun-2020 |
christos | 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library to another shared object 2. Don't compare ${LIBISPRIVATE} to "yes", because there are 3 places in Makefiles which set it to empty (this was a bug) 3. For private libraries, don't create .so* files
|
1.405 | 30-May-2020 |
christos | Make libuv private, requested by joerg@
|
1.404 | 24-May-2020 |
christos | Add libuv
|
1.403 | 18-May-2020 |
jmcneill | Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.
|
1.402 | 02-May-2020 |
christos | document MKCOMPATMODULES
|
1.401 | 04-Apr-2020 |
christos | Document and set a default for KERNEL_DIR
|
1.400 | 04-Apr-2020 |
christos | Add libgnuctf
|
1.399 | 24-Mar-2020 |
mrg | note that MKLLVMRT affects more than amdgpu.
|
1.398 | 03-Mar-2020 |
christos | Add fido and cbor
|
1.397 | 22-Nov-2019 |
martin | Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is important information when trying to reproduce a build.
|
1.396 | 18-Nov-2019 |
christos | Improve the script to check for installed libraries, and fix the wrong names and obsolete libraries it found.
|
1.395 | 31-Oct-2019 |
martin | PR misc/54657: let RELEASEMACHINEDIR default to ${MACHINE}-${MACHINE_ARCH} for evb{arm,mips,sh3}*.
|
1.394 | 10-Aug-2019 |
christos | Make the X11 library lists consistent again.
|
1.393 | 24-Jul-2019 |
roy | branches: 1.393.2; MKBSDTAR now defaults to yes
Starting to see some modern archives not opening, it's time to make them work!
OK joerg@ agc@
|
1.392 | 20-Jul-2019 |
wiz | Install the nouveau gm206 firmware as used by my graphics card.
Also add the other gm20x nouveau firmwares to the source tree to make it easier to add them for someone who can test them.
Installed if MKNOUVEAUFIRMWARE is set to 'yes'. This defaults to no except on amd64 and i386 (like for radeon).
|
1.391 | 19-Apr-2019 |
kamil | Fix typo cost -> host
|
1.390 | 07-Apr-2019 |
christos | Add -r so that we get the location of redefinitions
|
1.389 | 03-Apr-2019 |
joerg | Use and enable MKLLVMRT for HAVE_MESA_VER=18.
|
1.388 | 03-Apr-2019 |
joerg | Document MKLLVM.
|
1.387 | 01-Jan-2019 |
christos | document the elf2foo tools. The bsd.sys.mk tools are un-prefixed, since the "right" version is installed for the platform, as opposed to the tools ones which should be able to co-exist.
|
1.386 | 15-Nov-2018 |
martin | Explicitly document the incompatibility between USE_PIGZGZIP and USE_XZ_SETS. Disable the latter if the former is enabled.
|
1.385 | 29-Sep-2018 |
martin | Add defaults and documentation for USE_XZ_SETS - a new variable controlling whether an architecture will use .tgz or tar.xz sets.
|
1.384 | 16-Sep-2018 |
christos | add what {PROG,LIB}DPLIBS are useful for
|
1.383 | 16-Sep-2018 |
christos | document PROGDPLIBS
|
1.382 | 12-Aug-2018 |
christos | fix broken library variable definitions (inconsistencies between bsd.README and bsd.prog.mk)
|
1.381 | 25-Jul-2018 |
kamil | Document MKLIBCSANITIZER in bsd.README
It's a special kind of a sanitizer inside libc.
|
1.380 | 25-Jul-2018 |
kamil | Document the default value of MKSANITIZER in bsd.README
This value is set to "no".
|
1.379 | 12-Jul-2018 |
joerg | Update MKSTATICPIE entry to actually do something.
|
1.378 | 12-Jul-2018 |
maxv | Retire libpmc. It uses the legacy PMC interface in the kernel, which has support for only one ARM CPU. It used to have x86 support, but it was broken and I removed it. The legacy PMC interface will be removed from the kernel too. Sent on tech-kern@ yesterday, thorpej was fine.
|
1.377 | 25-Jun-2018 |
kamil | branches: 1.377.2; Rephrase the documentation of MKSANITIZER
Based on the feedback from <f8l> and <pgoyette>.
|
1.376 | 24-Jun-2018 |
kamil | Enhance the documentation of MKSANITIZER in bsd.README
Note that the list of sanitizer features is just a selection, not a complete list. Include there LSan and Scudo. Missing: hwmsan, esan, ubsan_minimal etc.
Explain that USE_SANITIZER is an argument passed to -fsanitize= and it can contain multiple options.
Mention SANITIZERFLAGS to pass even more sanitizer arguments.
Stop tracking in this file what compiler compiles what features. Just note that the selection of supported features depends on a compiler version and target CPU architecture.
|
1.375 | 03-Jun-2018 |
wiz | Fix MKFIRMWARE description.
|
1.374 | 03-Jun-2018 |
wiz | Fix MKSANITIZER default in description.
|
1.373 | 02-Jun-2018 |
christos | Add build glue to build all the code with sanitizers: MKSANITIZE.
|
1.372 | 31-May-2018 |
mrg | introduce MKFIRMWARE that controls where (most) of the contents of /libdata/firmware and /usr/libdata/firmware are not installed if set to "no". from the bsd.README:
MKFIRMWARE If "no", install the /libdata/firmware directory, which is necessary for several drivers: athn(4), bwfm(4), ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4), wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and the Tegra 124 SoC. Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm, hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere.
convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists, and move their defaults above the general defaults setting.
saves about 12MB in a normal installation for other platforms.
|
1.371 | 09-May-2018 |
joerg | Document that EXTERNAL_TOOLCHAIN should be used together with HAVE_GCC or HAVE_LLVM.
|
1.370 | 01-Apr-2018 |
ryo | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@) - add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
|
1.369 | 11-Mar-2018 |
mrg | define LIBXFONT2.
|
1.368 | 11-Mar-2018 |
mrg | stop building libXfontcache as it is obsolete for a decade.
|
1.367 | 01-Mar-2018 |
snj | branches: 1.367.2; remove mention of /usr/X11R6
|
1.366 | 07-Jan-2018 |
jmcneill | Import NVIDIA Tegra XUSB firmware for Tegra124 and Tegra210. Installation of this firmware is controlled by the MKTEGRAFIRMWARE option, which defaults to yes on evbarm and evbarm64 and no everywhere else.
|
1.365 | 25-Nov-2017 |
jmcneill | Add LIBREFUSE define for DPADD
|
1.364 | 01-Nov-2017 |
khorben | Typo
|
1.363 | 08-Oct-2017 |
christos | Add variables for static PIE
|
1.362 | 21-May-2017 |
riastradh | Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code.
In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography.
The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations.
My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws.
As proposed on tech-crypto, tech-security, and tech-userlevel to no objections:
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html
P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
|
1.361 | 21-May-2017 |
riastradh | Remove some vestiges of MKCRYPTO_IDEA/MKCRYPTO_MDC2.
|
1.360 | 21-May-2017 |
riastradh | Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcrypto.so.
This option existed only because RC5 is covered by patents that, twenty years ago, we had reason to suspect the patent holder, RSA, Inc., might litigate. The two US patents in question are 5,724,428 and 5,835,600.
According to the USPTO Patent Term Calculator web site at <https://www.uspto.gov/patent/laws-and-regulations/patent-term-calculator#heading-5> (retrieved 2017-05-21), patents filed after 1995-06-07 expire twenty years after the filing date.
number filing date 5,724,428 1995-11-01 5,835,600 1997-04-21
Thus, these patents appear to be expired.
As proposed on tech-crypto and tech-security:
https://mail-index.netbsd.org/tech-crypto/2017/05/05/msg000718.html https://mail-index.netbsd.org/tech-security/2017/05/05/msg000927.html
|
1.359 | 20-Apr-2017 |
ozaki-r | Introduce MKSTRIPSYM build option
If it's yes, all local symbols of shared libraries are stripped (default). If it's no, only temporary local symbols are stripped; for example, symbols of static functions are kept. Keeping such symbols is useful on using DTrace for userland libraries and getting a backtrace from a rump server loading modules (shared libraries).
Proposed and discussed on tech-kern and tech-toolchain
|
1.358 | 08-Feb-2017 |
kamil | libpthread_dbg(3) deletion from the base distribution
libpthread_dbg(3) is a remnant library from the M:N thread model (pre-NetBSD-5.0) API to introspect threads within a process and for use of debuggers.
Currently in the 1:1 model it's not used in GDB neither in LLDB and it's not either planned to be used. It's current function to read pthread_t structures is realizable within a regular debugger capable to instrospect objects within a tracee (GDB, LLDB...).
Remaining users of this API can still use this library from pkgsrc/devel/libpthread_dbg.
Sponsored by <The NetBSD Foundation>
|
1.357 | 07-Jan-2017 |
christos | branches: 1.357.2; add nsd
|
1.356 | 20-Aug-2016 |
christos | mention the default for MKUNBOUND
|
1.355 | 20-Aug-2016 |
christos | unbound additions
|
1.354 | 14-Jun-2016 |
christos | branches: 1.354.2; Add and document MKRELRO and set x86 to partial by default.
|
1.353 | 13-Mar-2016 |
christos | Add NO{SSP,FORTIFY}
|
1.352 | 21-Feb-2016 |
christos | Add NODEBUG
|
1.351 | 20-Feb-2016 |
christos | Provide a variable MKTOOLSDEBUG to build debugging versions of tools.
|
1.350 | 07-Feb-2016 |
christos | fix pasto
|
1.349 | 01-Feb-2016 |
christos | Document NOCTF, NOPIE.
|
1.348 | 22-Nov-2015 |
kamil | Add new predefined value for DPADD: LIBPANEL
|
1.347 | 07-Nov-2015 |
christos | LIBEXECINFO
|
1.346 | 23-Jul-2015 |
mrg | remove the xfree86 reachover makefiles and the vast majority of the support in the rest of the source tree.
X11 sets could use some cleaning up perhaps (just deletion, as we've never really marked the old X11R6 as obsolete for native xorg using platforms so far either.)
|
1.345 | 27-Jun-2015 |
matt | Add MKCOMPATX11 knob for making X11 compat libraries.
|
1.344 | 19-Jun-2015 |
matt | Add MKCOMPATTESTS knob to enable building and installing the NetBSD test suite as part of doing MKCOMPAT
|
1.343 | 18-Jun-2015 |
pooka | add READELF and STRINGS
|
1.342 | 28-May-2015 |
rjs | Build both xf86-video-radeon drivers for amd64 and i386, just build the old one for other ports.
|
1.341 | 26-Apr-2015 |
mrg | two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work
(this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.340 | 22-Apr-2015 |
pooka | Build ZFS by default only for amd64, not i386.
If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute for the modern hardware that the code was designed to run on use solid workarounds like external/cddl/osnet/lib/libzpool/atomic.c, there's not much point in anything.
|
1.339 | 17-Mar-2015 |
mrg | fix the description of MKX11RADEONKMS, as pointed out in PR#49753.
|
1.338 | 01-Mar-2015 |
mrg | add build framework to choose between xf86-video-ati 6.x (UMS/KMS) and 7.x (KMS only), and switch x86 to the latest (KMS only) version.
(if someone can make x86 install both radeon_drv.so.[67] and leave the default symlink to .7, that would be nice. renaming it so that it's easier to choose via xorg.conf is a little more tricky..)
|
1.337 | 30-Nov-2014 |
uebayasi | Add a new build make variable, CONFIGOPTS, which is passed to config(1) when building kernels. Revert "mkernel=*" and "mkernels" in favor of this option.
Diff posted on source-changes-d@, approved by (null).
|
1.336 | 06-Sep-2014 |
christos | Add WARNS=6
|
1.335 | 05-Aug-2014 |
apb | branches: 1.335.2; Provide and document GZIP_N_FLAG and TOOL_GZIP_N. These may be used to pass "-nT" instead of just "-n" when the gzip program is actually pigz.
|
1.334 | 06-Jul-2014 |
dholland | Add MKGROFFHTMLDOC and make it default to no. It seems that sometimes when generating html groff runs netpbm behind your back. Needless to say we don't have netpbm in base, so this fails on a clean install; so for now disable generating html for /usr/share/doc by default. Workaround for PR 48970.
It seems that all available document preparation toolchains are made of fail.
|
1.333 | 05-Jul-2014 |
dholland | Remove HTMLDOCDIR; it is no longer used (and doesn't fit the docs scheme) and it was never honored anyway except in a couple places.
|
1.332 | 08-May-2014 |
phx | Use TOOL_NCDCS to turn an ibmnws kernel automatically into a valid NCD firmware image for netbooting. This is still a valid ELF kernel, but with a patched CRC checksum and image size included.
|
1.331 | 05-May-2014 |
martin | As discussed on tech-toolchain, offer a new make variable MKKDEBUG - if set to "yes", kernel builds will gain debug info and a netbsd.gdb will be created (same as adding "makeoptions DEBUG=-g" to the config file).
|
1.330 | 18-Apr-2014 |
christos | Add -g (gnu) so lint recognizes __attribute__
|
1.329 | 25-Mar-2014 |
ozaki-r | branches: 1.329.2; Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now).
This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again.
|
1.328 | 24-Feb-2014 |
skrll | Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
|
1.327 | 27-Jan-2014 |
apb | Document TOOL_GZIP.
|
1.326 | 16-Jan-2014 |
christos | - Add a new bsd.host.mk that contains all the HOST_ variables extracted from bsd.sys.mk and bsd.own.mk - Add protection requiring that: 1. bsd.sys.mk is not include from other Makefiles directly 2. bsd.own.mk must be included before bsd.sys.mk since it sets variables that bsd.sys.mk uses as conditionals.
This is step 1 of removing all variable settings from bsd.sys.mk and leaving behind only rules. This way, the structure of a standard Makefile is: variable overrides
optionally include bsd.own.mk optionally include bsd.endian.mk
variable settings that use variables defined in bsd.own.mk
include a one or more rule .mk files (such as bsd.prog.mk etc)
|
1.325 | 14-Jan-2014 |
christos | use bsd.syscall.mk
|
1.324 | 14-Jan-2014 |
apb | Document new default for MKARZERO.
|
1.323 | 06-Dec-2013 |
matt | Describe MACHINES.${MACHINE_CPU}. <fixme> Add sparc64 to MACHINES.sparc since sparc64 can be build as sparc.
|
1.322 | 11-Nov-2013 |
joerg | Relink binaries if crti.o changes.
|
1.321 | 28-Oct-2013 |
mrg | add MKDEPCXX, that is used for C++ files depend creation. also add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}} to the dependancy rules.
this makes it possible to have C++ files .d files created with the C++ compiler, and with the normal options for this file, which means that we can build libstdc++-v3 from gcc 4.8.
|
1.320 | 29-Sep-2013 |
christos | Add libxcb
|
1.319 | 03-Aug-2013 |
adam | Fixed a typo
|
1.318 | 02-Jun-2013 |
mbalmer | New variable MKX11MOTIF to enable building libGLw with Motif support. Defaults to 'no'.
|
1.317 | 31-May-2013 |
mrg | add LIBX11_XCB; unfortunately since the library is named with a - in it, we have to use an ugly hard coded assignment for now. (could be cleaned up with more make variable magic i'm sure.)
|
1.316 | 28-Apr-2013 |
joerg | MKLIBCXX and MKLIBSTDCXX
|
1.315 | 11-Apr-2013 |
christos | add new libevent2 libraries.
|
1.314 | 05-Mar-2013 |
christos | MKDEPINCLUDES support.
|
1.313 | 16-Feb-2013 |
jmmv | Hook Lutok into the build. This is all protected by the MKKYUA guard.
|
1.312 | 15-Feb-2013 |
jmmv | Add the MKKYUA knob.
MKKYUA defaults to no and will remain as such until the import is complete and validated.
This knob does not currently have any effects on the build as nothing relies on it yet. Upcoming imports and changes in this area will all be guarded by this flag.
|
1.311 | 10-Feb-2013 |
jmcneill | add TOOL_MKNOD
|
1.310 | 02-Dec-2012 |
apb | Document MAKEDIRTARGETENV
|
1.309 | 24-Nov-2012 |
alnsn | Document MKSLJIT variable.
|
1.308 | 19-Nov-2012 |
apb | On second thoughts, don't run "rm -rf" in bsd.clean.mk. Instead, document that CLEANFILES and CLEANDIRFILES must not contain directory names.
|
1.307 | 13-Nov-2012 |
pooka | Make it easier build binaries against the host's libs, e.g. libpthread which might be in /lib/x86_64-linux-gnu/libpthread.so.0 or some other unholy place.
|
1.306 | 04-Nov-2012 |
christos | add MKTPM, default to no
|
1.305 | 04-Nov-2012 |
apb | Add _NETBSD_VERSION_DEPENDS in bsd.own.mk. Targets that need to be re-generated when the NetBSD version numberchanges, or when any build-related variables change, may depend on ${_NETBSD_VERSION_DEPENDS}.
|
1.304 | 02-Oct-2012 |
jkoshy | Document the MKKMOD build knob.
|
1.303 | 30-Sep-2012 |
jkoshy | Note that the MKCOMPAT build knob is supported on mips64-based architectures.
|
1.302 | 29-Sep-2012 |
jkoshy | Document the MKDTRACE build knob.
Reviewed by: apb
|
1.301 | 20-Sep-2012 |
abs | strip trailing whitespace - noted by Snader_LB on IRC
|
1.300 | 23-Aug-2012 |
joerg | branches: 1.300.2; Revert last, it breaks the tricks xsrc uses.
|
1.299 | 23-Aug-2012 |
joerg | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if SHLIBDIR differs from /usr/lib.
|
1.298 | 08-Aug-2012 |
christos | add MKRUMP by popular demand.
|
1.297 | 14-Jul-2012 |
spz | more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and MBC2 now always being included) MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
|
1.296 | 19-Jun-2012 |
plunky | since we seem to have grown a WARNS=5, list it here
|
1.295 | 25-May-2012 |
wiz | Document MKREPRO here as well.
|
1.294 | 29-Feb-2012 |
tron | Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.293 | 17-Feb-2012 |
joerg | Derive MANINSTALL from MKCATPAGES and MKHTML.
|
1.292 | 07-Feb-2012 |
joerg | branches: 1.292.2; Sync with reality for MKCATPAGES and MKMANDOC.
|
1.291 | 28-Jan-2012 |
christos | Provide a way to override the default objcopy flags for library modules.
|
1.290 | 05-Nov-2011 |
christos | Add libtre
|
1.289 | 16-Oct-2011 |
christos | branches: 1.289.2; rump not rum
|
1.288 | 16-Oct-2011 |
christos | fix list of libraries to reflect reality.
|
1.287 | 05-Oct-2011 |
apb | Add MKCLEANSRC and MKCLEANVERIFY variables, defaulting to "yes". You may set them to "no" to get the old behaviour of "make clean" and "make cleandir".
|
1.286 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.285 | 09-Sep-2011 |
apb | Document the FILESBUILD variable, which was added in bsd.files.mk revision 1.41 dated 2010-02-03.
|
1.284 | 30-Jun-2011 |
matt | Replace gzip with ${TOOL_GZIP} in manual compression. Modify the description of USE_PIGZGZIP.
|
1.283 | 30-May-2011 |
joerg | Add an alternative to NOGCCERROR for clang.
|
1.282 | 20-May-2011 |
plunky | simplify PCC inclusion; MKPCCDMDS is not really required
|
1.281 | 19-May-2011 |
joerg | Add fine-grained compiler selection, including clang support.
|
1.280 | 24-Mar-2011 |
bouyer | Add a new libquota library, which contains some blocks to build and/or parse quota plists; as well as a getfsquota() function to retrieve quotas for a single id from a single filesystem (whatever filesystem this is: a local quota-enabled fs or NFS). This is build on functions getufsquota() (for local filesystems with UFS-like quotas) and getnfsquota(); which are also available to userland programs. move functions from quota2_subr.c to libquota or libprop as appropriate, and ajust in-tree quota tools. move some declarations from kernel headers to either sys/quota.h or quota/quota.h as appropriate. ufs/ufs/quota.h still installed because it's needed by other installed ufs headers. ufs/ufs/quota1.h still installed as a quick&dirty way to get a code using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of ufs/ufs/quota.h - old code won't compile without this change and this is on purpose). Discussed on tech-kern@ and tech-net@ (long thread, but not much about libquota itself ...)
|
1.279 | 20-Feb-2011 |
jmmv | Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and use these to properly set DPADD for test programs.
|
1.278 | 12-Jan-2011 |
joerg | branches: 1.278.2; USETBL no longer disables mandoc processing.
|
1.277 | 31-Oct-2010 |
mbalmer | Link Lua to the build and add the resulting files to the distribution sets. Document the addition of Lua and the change we made to the default settings.
|
1.276 | 25-Aug-2010 |
reed | For MLINKS description, remove sentence saying they are soft-linked (as it is not accurate).
|
1.275 | 22-Aug-2010 |
rmind | Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.
- Tables/IP sets (hash or red-black tree) for high performance lookups.
- Stateful filtering and Network Address Port Translation (NAPT). Framework for application level gateways (ALGs).
- Packet inspection engine called n-code processor - inspired by BPF - supporting generic RISC-like and specific CISC-like instructions for common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.
- Convenient userland utility npfctl(8) with npf.conf(8).
NOTE: This is not yet a fully capable alternative to PF or IPFilter. Further work (support for binat/rdr, return-rst/return-icmp, common ALGs, state saving/restoring, logging, etc) is in progress.
Thanks a lot to Matt Thomas for various useful comments and code review. Aye by: board@
|
1.274 | 15-Aug-2010 |
mrg | add new option to build/use tools/pigz for compressing sets. for now USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.)
you can set it to "yes" on most modern platforms just fine.
|
1.273 | 20-Jun-2010 |
mrg | - note that if MKINET6 is "no", MK11 must also be "no". we don't support building X11 without inet6 support. the support to maintain patches to generated files and other files is too great. PR#42856 - add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
|
1.272 | 19-Jun-2010 |
mrg | - always install pigz. hooary! - kill MKPIGZ. - add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is not "no", don't install mrgzip, install pigz as gzip.
in all cases, the z* scripts.
i don't like the name MKPIGZGZIP so if anyone has a better name, feel free to replace it. i don't care enough since killing the ugly name is just more incentive to get pigz doing .bz2, .Z and .z.
|
1.271 | 17-Jun-2010 |
mrg | default MKPIGZ to "no", for now.
|
1.270 | 08-Jun-2010 |
riz | Note that MKZFS is actually "yes" on i386/amd64.
|
1.269 | 04-Jun-2010 |
jmmv | Simplify build of shell-based test cases: atf-compile is gone.
|
1.268 | 26-May-2010 |
njoly | Small typo.
|
1.267 | 26-May-2010 |
uwe | bsd.subdir.mk - don't mention "make subdir" where subdir is any directory listed in ${SUBDIR} as ${dir}: all-${dir} alias was removed from 11 years ago (revision 1.31)
PR bin/43356
|
1.266 | 23-Apr-2010 |
joerg | Add MKBSDTAR, defaulting to no. It switching cpio and tar to the libarchive based frontends.
|
1.265 | 22-Feb-2010 |
njoly | Change shared object file extension from .so to .pico, to avoid conflicts with shared libaries names libXX.so; as recently seen with MKUPDATE=yes builds for libelf and libnvpair.
All now stalled regular .so files need to be manually removed from object directories.
|
1.264 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.263 | 30-Dec-2009 |
abs | Add note on SHLIB_{MAJOR,MINOR,TEENY}
|
1.262 | 23-Dec-2009 |
tron | LVM gets built by default these days.
|
1.261 | 23-Dec-2009 |
tron | Fix typo.
|
1.260 | 30-Nov-2009 |
uebayasi | Support "extsrc", externally added programs and libraries. Users can write their own reach-overs, cross-build, install, and get set files just like base and X11 / X.org. (These sets are not included as TNF releases.)
|
1.259 | 15-Nov-2009 |
pgoyette | Add a period at the end of a sentence.
|
1.258 | 12-Nov-2009 |
tron | Remove "USE_SSP_DEFAULT".
|
1.257 | 12-Nov-2009 |
tron | Invent a new flag "USE_SSP_DEFAULT" which defines whether we want to use SSP for building the whole source tree. Set this to "yes" for NetBSD/amd64 and NetBSD/i386. It is now possible to get the old behavior (build libs and certain programs with SSP) by setting "USE_SSP_DEFAULT" to "no".
|
1.256 | 23-Oct-2009 |
joerg | Add MKMANDOC option to trigger building cat pages and HTML pages with mdocml. Add a lintmanpages target for developers to check man pages with the strictest settings of mandoc.
|
1.255 | 10-Oct-2009 |
apb | If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value of X11SRCDIR. If it doesn't exist, then use /usr/xsrc as before.
OK mrg
|
1.254 | 05-Oct-2009 |
haad | Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386 need still one fix othervise it should be ready for testing.
|
1.253 | 29-Sep-2009 |
tsarna | Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
|
1.252 | 08-Sep-2009 |
skrll | Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.
Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.
Update the sets lists and add conditionals for lib{bfd,opcodes}.
|
1.251 | 18-Jun-2009 |
mrg | implement MKX11FONTS for Xorg.
|
1.250 | 12-May-2009 |
plunky | remove libsdp as improved functionality has been enabled in libbluetooth.
|
1.249 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.248 | 13-Mar-2009 |
perry | Add a MKARZERO flag, which invokes ar(1) with the new D flag when it is set to "yes" -- defaults to "no" except for build.sh builds. This results in a deterministic .a file rather than one that reflects timestamps and permissions on the source files.
Also, clean up the ar flags we're using, and remove a redundant use of ranlib that on a modern POSIX ar can be done with the "s" flag.
Discussed on tech-toolchain
|
1.247 | 25-Feb-2009 |
sketch | Make grep a host tool.
|
1.246 | 22-Jan-2009 |
christos | branches: 1.246.2; Document USE_FORT.
|
1.245 | 23-Dec-2008 |
agc | Explain what the MKLVM switch does
|
1.244 | 06-Dec-2008 |
mrg | add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link shared libraries. use it for the one c++ library we have.
fixes PR#39936.
|
1.243 | 05-Dec-2008 |
cube | Implement FILESBUILD_<file> to allow a FILES element to be built through a target.
|
1.242 | 15-Nov-2008 |
mrg | revert sparc back to default of XFree86 at the request of macallan.
|
1.241 | 13-Nov-2008 |
apb | Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command 3 Ignore the effect of the "@" prefix in make commands 4 Trace shell commands using the shell's -x flag
The default remains MAKEVERBOSE=2.
|
1.240 | 12-Nov-2008 |
pooka | Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
|
1.239 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.238 | 09-Nov-2008 |
mrg | fix a couple of minor errors picked up by he@. thanks!
|
1.237 | 09-Nov-2008 |
mrg | - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.236 | 26-Oct-2008 |
apb | branches: 1.236.2; Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this:
.include <bsd.own.mk> FOO != ${TOOL_BAR} args...
to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
|
1.235 | 26-Oct-2008 |
apb | Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh tries to set HOST_SH appropriately.
Remove the HOST_CYGWIN variable, which was not used for any other purpose.
Document that HOST_SH should be an absolute path.
THis was proposed in tech-toolchain.
|
1.234 | 26-Oct-2008 |
mrg | add MKCOMPAT, to build 32 bit libs. default to no for now for everyone.
|
1.233 | 25-Oct-2008 |
apb | Add a NOSUBDIR variable for bsd.subdir.mk. If NOSUBDIR is defined then SUBDIR is ignored.
|
1.232 | 19-Oct-2008 |
apb | Define TOOL_AWK.
|
1.231 | 17-Oct-2008 |
apb | Document the HOST_xxx and TOOL_xxx variable naming convention.
|
1.230 | 13-Oct-2008 |
apb | Add missing TOOL_* variables to bsd.sys.mk and document them in bsd.README. Previously, several of these variables were present in bsd.own.mk but not in bsd.sys.mk or bsd.README.
|
1.229 | 13-Oct-2008 |
apb | In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables. In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.
There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README.
|
1.228 | 05-Oct-2008 |
apb | Document TOOL_SED, which has been defined in bsd.sys.mk for more than two years.
|
1.227 | 02-Oct-2008 |
joerg | Hook up libfetch and pkg_install update.
|
1.226 | 26-Sep-2008 |
apb | Build strfile both as a host tool and as an installed program: * in games/fortune/strfile/Makefile, build strfile as a regular program instead of as a host tool; * add tools/strfile directory to build strfile as a host tool; * in tools/Makefile, add strfile to SUBDIR list; * in BSD.*.mk, define TOOL_STRFILE variable; * in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating databases at build time; * in distrib/sets/lists/games/mi, mention usr/games/strfile.
|
1.225 | 09-Sep-2008 |
joerg | Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared libraries for space-constraint systems. The description is based on the feedback of hubertf@, the logic on input from lukem@
This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
|
1.224 | 05-Sep-2008 |
lukem | refer to mk.conf(5) in a couple of places
|
1.223 | 31-Aug-2008 |
christos | remove NVI; it is the default now.
|
1.222 | 31-Aug-2008 |
lukem | Enable MKHTML by default; we now install the HTML version of the man pages as well as the source & catman versions. Add "htmlinstall" to default MANINSTALL, so MKHTML will operate correctly.
|
1.221 | 28-Aug-2008 |
mrg | add a bunch of more variable documentation wrt xorg
|
1.220 | 28-Aug-2008 |
lukem | Improve support for MKXORG!=no to enable builds into external/mit/xorg. This will be mutually exclusive to MKX11!=no.
|
1.219 | 27-Aug-2008 |
lukem | expand on the behaviour of MKDEBUGLIB
|
1.218 | 10-Aug-2008 |
lukem | Implement LIBISMODULE: If not "no", install as ${LIB}.so (without the "lib" prefix), and act as "MKDEBUGLIB=no MKLINT=no MKPICINSTALL=no MKPROFILE=no MKSTATICLIB=no". Default: no
|
1.217 | 04-Aug-2008 |
joerg | When compiling C++ sources and BUILDSEED is set, pass down -frandom-seed with a reduced version of .ALLSRC and .TARGET as argument. This allows bit-identical builds of C++ files.
|
1.216 | 29-Jul-2008 |
mrg | begin to add support for cross-built Xorg:
- add MKXORG - default to DRI-on for Xorg - add paths for 192 Xorg packages that will exist in xsrc/external/mit/<package>/dist - add some more X11FLAGS.* variables if MKXORG.
this is somewhat based on the xorg work rtr@ did a couple of years ago.
XXX: seriously need to fix the XORG_RELEASE value, it is still set to XXX: 6.8.1 from when rtr was working on this.
|
1.215 | 22-Jul-2008 |
dyoung | Document MKNVI.
|
1.214 | 22-Jul-2008 |
wiz | Consistent spelling.
|
1.213 | 21-Jul-2008 |
lukem | Rewrite the introduction. NOGCCERROR also prevents -Wa,--fatal-warnings.
|
1.212 | 21-Jul-2008 |
lukem | Document NOGCCERROR. Improve PAXCTL_FLAGS & WARNS.
|
1.211 | 21-Jul-2008 |
lukem | AFLAGS is actually options to ${CC} (not ${AS}) when compiling .s/.S files. (For gcc, this means that flags to as(1) need to be passed as -Wa,flag)
|
1.210 | 12-Jul-2008 |
gmcgarry | Add and document knobs to turn off building ATF and libm complex support. Also add knobs for PCC which parallel GCC ones.
|
1.209 | 28-May-2008 |
lukem | add LIBLDAR_R (for completeness)
|
1.208 | 22-May-2008 |
lukem | Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP
|
1.207 | 03-May-2008 |
lukem | branches: 1.207.2; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
|
1.206 | 02-May-2008 |
lukem | Explicitly set MKLINT=no if MKLINKLIB==no, rather than just acting that way.
|
1.205 | 30-Apr-2008 |
garbled | Convert prep to use the new unified mkbootimage rather than it's own. This mkbootimage can be shared by prep, rs6000, and bebox.
TODO: Convert bebox to use this. Needs someone to test.
|
1.204 | 31-Mar-2008 |
lukem | branches: 1.204.2; 1.204.4; Change USE_SKEY default to "no"; we have had USE_PAM=yes as the default for a long time, and there's no point having custom S/Key support in the applications given that pam_skey.so is now in /etc/pam.d/*
|
1.203 | 28-Mar-2008 |
dholland | Correct documentation of default value of FILESMODE. PR bin/38059 from Aleksey Cheusov.
|
1.202 | 11-Mar-2008 |
uwe | Use angle brackets in UUDECODE_FILES_RENAME_<fn> as we do for other file-specific variables. Start description on new line.
While here correct s/<fn>>/<fn>./ typo in a nearby item.
|
1.201 | 27-Feb-2008 |
lukem | Use "GCC" instead of "gcc". Highlight that MKGCCCMDS still does build the GCC libraries. Suggested by Lloyd Parkes on tech-toolchain@
|
1.200 | 09-Feb-2008 |
jmmv | branches: 1.200.2; Add a MKMODULAR build-time option, defaulting to no, to enable the new kernel modules framework.
|
1.199 | 09-Jan-2008 |
simonb | Remove support for NetBSD/pc532.
|
1.198 | 28-Dec-2007 |
christos | add MKPIE
|
1.197 | 06-Oct-2007 |
ad | Add USE_JEMALLOC.
|
1.196 | 29-Jul-2007 |
joerg | branches: 1.196.4; 1.196.6; Add build glue for libarchive and update the various sets.
|
1.195 | 06-Jun-2007 |
rillig | Explained the word "new" in the first paragraph.
|
1.194 | 24-Feb-2007 |
pooka | update and fix description of MKPUFFS
|
1.193 | 25-Jan-2007 |
perry | Before I completely forget the issue, convert "PROG_PAX" to the better-named "PAXCTL_FLAGS".
|
1.192 | 14-Jan-2007 |
apb | Define TOOL_JOIN.
|
1.191 | 30-Dec-2006 |
rumble | Fix a typo, tweak wording, and maintain consistency.
|
1.190 | 29-Dec-2006 |
pooka | if MKPUFFS=yes is given, build & install mount_psshfs (default: no)
|
1.189 | 12-Nov-2006 |
christos | more uucp removal.
|
1.188 | 10-Nov-2006 |
christos | if ${PROG_PAX} is defined, run paxctl on the binary after linking with the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
|
1.187 | 09-Nov-2006 |
christos | Add ssp glue.
|
1.186 | 09-Oct-2006 |
mrg | - clean up some comments to reality. - retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX - in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC - add LIBSUPCXX - don't default USE_LIBSTDCXX or USE_GCC4 since they are not used in the tree any where - same with USE_XF86_4; retire it - remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
|
1.185 | 08-Oct-2006 |
elad | PR/28368: Peter Postma: unrecognized option `-Wnetbsd-format-audit'
Apply patch from rivo nurges in #NetBSD-code, thanks!
|
1.184 | 23-Jul-2006 |
lukem | Implement MKDEBUG: If "no", don't build and install separate debugging symbols into /usr/libdata/debug. Default: no
|
1.183 | 22-Jul-2006 |
lukem | Rename MKDEBUG to MKDEBUGLIB.
|
1.182 | 14-Jul-2006 |
peter | MKPAM default is "yes".
|
1.181 | 24-Jun-2006 |
mrg | add support for MKISCSI=no.
|
1.180 | 19-Jun-2006 |
gdamore | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
|
1.179 | 30-May-2006 |
christos | Remove sendmail.
|
1.178 | 12-May-2006 |
lukem | LDFLAGS is for CC not LD.
|
1.177 | 11-May-2006 |
mrg | add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>.
|
1.176 | 09-Apr-2006 |
christos | Add MKDEBUG and the ability to build debugging versions of the libraries.
|
1.175 | 20-Mar-2006 |
christos | more Kerberos4 cleanup.
|
1.174 | 20-Mar-2006 |
christos | Goodbye KerberosIV
|
1.173 | 25-Dec-2005 |
perry | add "S" to LINTFLAGS so that "inline" is accepted by lint
|
1.172 | 22-Dec-2005 |
hubertf | Back out previous attempt at cleaning up the mess, let someone else resolve this.
Requested by uwe.
|
1.171 | 21-Dec-2005 |
hubertf | At least try to be consistent about where to document (most...) user-settable MKxxx and USE_xxx variables, and put them into mk.conf(5). Sort alphabetically.
OK: christos, lukem
|
1.170 | 27-Jun-2005 |
peter | Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it appeared and whether it's really part of pf or not is still unclear. Looking at the other *BSDs it seems that they have left out spamd when importing pf, and now we do that too. Also, the name conflicted with another more popular used tool, after the rename to pfspamd it was left with completely unusable documentation which apparently no-one wanted to fix.
A port of the latest spamd will be imported into pkgsrc soon.
Suggested by several people, no objections on last proposal on tech-userlevel.
|
1.169 | 31-May-2005 |
thorpej | Describe TOOL_GENASSYM.
|
1.168 | 23-May-2005 |
riz | Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.167 | 15-Apr-2005 |
lukem | document MKINET6 and USE_INET6
|
1.166 | 22-Mar-2005 |
rtr | + document SCRIPTSDIR and SCRIPTSDIR_<script>
|
1.165 | 22-Feb-2005 |
peter | branches: 1.165.2; Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs, headers and LKM.
Add MKPF; if set to no, don't build and install the pf(4) programs, headers, LKM and spamd.
Both options default to yes, so nothing changed in the default build.
Reviewed by lukem.
|
1.164 | 20-Feb-2005 |
matt | Add support for WARNS=4 (-std=c99)
|
1.163 | 20-Feb-2005 |
christos | Add libradius
|
1.162 | 07-Feb-2005 |
wiz | MKHTML defaults to no; fix documentation (which claimed it defaults to yes).
|
1.161 | 10-Jan-2005 |
manu | Disable PAM by default until it gets properly integrated. Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
|
1.160 | 10-Jan-2005 |
he | Don't build libpam and associated bits if the target platform doesn't support shared libraries (sun2 and evbsh5 at it would seem), or if the user has specified MKPIC=no. Also introduce a new tag to the set lists ("pam"), so that the non-shlib ports can once again complete a release build.
Discussed with christos and lukem.
|
1.159 | 08-Jan-2005 |
lukem | Implement <bsd.prog.mk> vars: LIBASN1 LIBBSDMALLOC LIBG2C LIBPAM LIBSSH
|
1.158 | 06-Jan-2005 |
lukem | Provide MKPAM and USE_PAM
|
1.157 | 29-Dec-2004 |
lukem | document LIBDPLIBS
|
1.156 | 19-Sep-2004 |
tron | Update commt about "OBJECT_FMT": only ns32k uses "a.out" these days.
|
1.155 | 13-Jun-2004 |
jmc | Note default for MANINSTALL
|
1.154 | 23-May-2004 |
lukem | * Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no" and don't install the (.a) library. This is useful for "build only" helper libraries. * Add some #{ [...] #} comments around large conditional statements.
|
1.153 | 22-May-2004 |
lukem | Document: CONFIGFILES CONFIGLINKS CONFIGSYMLINKS Correct the documentation for FILES*_<fn>.
|
1.152 | 12-May-2004 |
cl | ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen for i386. The resulting release consists of: - NetBSD/xen for i386 kernel, loader and docuemntation - NetBSD/i386 userland sets
|
1.151 | 18-Apr-2004 |
lukem | document AS and AFLAGS. document default for CPUFLAGS
|
1.150 | 13-Apr-2004 |
lukem | Add MAKEDIRPREFIX shell macro to <bsd.own.mk>. Usage: ${MAKEDIRTARGET} dir target [params] Runs "cd $${dir} && ${MAKE} [params] $${target}", displaying a "pretty" message whilst doing so.
Use MAKEDIRPREFIX to implement the __recurse .USE macro in <bsd.subdir.mk>
|
1.149 | 18-Mar-2004 |
jmc | branches: 1.149.2; Add UUDECODE_FILES_RENAME_fn so the output from a uudecode can be renamed potentially (usually when the .uue has a pathname contained within it)
|
1.148 | 18-Mar-2004 |
jmc | Add a central method to deal with uuencoded files in the source tree. Files will be stored as .uue and the name sans .uue will be added to UUDECODE_FILES to extract them.
|
1.147 | 09-Mar-2004 |
skrll | Correct the "Default:" text for MKPIC
|
1.146 | 13-Feb-2004 |
lukem | Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1).
The benefits of having the symbol table available by default (easier debugging of core dumps, etc) outweigh the minor (3%) increase in the size of the distribution, and end-users can always strip(1) their systems if they're concerned about that 3% of disk space.
|
1.145 | 06-Feb-2004 |
jwise | Document LPREFIX variable, as adding -P${DESIRED_PREFIX} to LFLAGS does not do the expected.
|
1.144 | 07-Jan-2004 |
lukem | Add MKX11 to control if src/x11 is traversed during the build. (default: no)
Document <bsd.x11.mk>.
|
1.143 | 03-Jan-2004 |
lukem | document MKCVS MKGCCCMDS MKPOSTFIX MKSENDMAIL MKUUCP
|
1.142 | 02-Jan-2004 |
lukem | Consistently test all variables that support a "yes"/"no" value with ${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR
Improve the documentation.
|
1.141 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.140 | 29-Sep-2003 |
lukem | Add LIBSTDCXX (for usr/lib/libstdc++.a). Sync LIB* documentation with reality.
|
1.139 | 20-Sep-2003 |
lukem | Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose. Per discussion with Simon Gerraty.
|
1.138 | 13-Sep-2003 |
lukem | implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB also sets, a la the other variables), prevents build and installation of the "normal" static *.a libraries.
|
1.137 | 13-Sep-2003 |
simonb | Fix a tyop, wrap some long lines.
|
1.136 | 13-Sep-2003 |
erh | Create a way to add additional flags to COPTS, CPPFLAGS, CXXFLAGS and LDADD for particular libraries or programs by specifying the additions in mk.conf instead of needing to go edit individual Makefiles.
|
1.135 | 03-Sep-2003 |
lukem | Implement LNFILES: a list of two word items: lnsrc lntgt For each lnsrc item, create a symlink named lntgt. The lntgt symlinks are removed by the cleandir target.
|
1.134 | 03-Aug-2003 |
lukem | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.
Yet more improvements to bsd.README.
|
1.133 | 02-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
Update documentation for some other make variables
|
1.132 | 31-Jul-2003 |
lukem | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix some build problems where DPSRCS contains .h files that need to exist to build the .d file.
document that bsd.dep.mk should be included after anything that might update SRCS or DPSRCS so that the above works correctly, and actually ensure this is the case.
|
1.131 | 29-Jul-2003 |
lukem | add bsd.dep.mk
|
1.130 | 28-Jul-2003 |
lukem | replace MKCXXSUPCXX(!=no) with USE_LIBSTDCXX(==no)
|
1.129 | 28-Jul-2003 |
lukem | Change defined(CXX_SUPCXX) to MKCXXSUPCXX != "no".
Clarify that command-line overrides of the MKxxx variables should be done via the environment rather than make(1) command-line variable assignment, since the latter doesn't actually work as intended.
|
1.128 | 26-Jul-2003 |
mrg | add a new bsd.own.mk variable: CXX_SUPCXX. from bsd.README: + CXX_SUPCXX If defined, the support libraries needed for this C++ program + are set to `-lsupc++ -lm', rather than `-lstdc++ -lm'.
|
1.127 | 23-Jul-2003 |
lukem | update MKCRYPTO comment
|
1.126 | 23-Jul-2003 |
itojun | split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se (build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
|
1.125 | 22-Jul-2003 |
lukem | Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:
COPTS.<fn> Additional flags to the compiler when creating the C objects for <fn>.
CPUFLAGS.<fn> Additional flags to the compiler/assembler for <fn>.
CPPFLAGS.<fn> Additional flags to the C pre-processor for <fn>.
(For <fn>.[ly], "<fn>.c" must be used.)
|
1.124 | 22-Jul-2003 |
lukem | improve documentation for bsd.files.mk and bsd.kernobj.mk
|
1.123 | 20-Jul-2003 |
lukem | add TOOL_STAT for stat(1)
|
1.122 | 20-Jul-2003 |
lukem | more reordering
|
1.121 | 18-Jul-2003 |
lukem | move MKCATPAGES info. add MKHOSTOBJ info
|
1.120 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.119 | 18-Jul-2003 |
lukem | Add MKMANZ; if not set to "no", compress the manual pages at installation time. This replaces the previous .if defined (MANZ) behaviour, although the latter will set MKMANZ=yes for compatibility purposes.
Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be necessary with groff 1.19.
Fix NOHTML implementation to be consistent with other NOxxx / MKxxx variables, and expose the user-tweakable MKHTML.
|
1.118 | 18-Jul-2003 |
lukem | reorder to be a bit more useable (imho)
|
1.117 | 16-Jul-2003 |
itojun | stop installing install libtelnet. build under lib/libtelnet and reference it from usr.bin/telnet and libexec/telnetd. (reason for separate build: compiler flags)
|
1.116 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.115 | 26-Jun-2003 |
tshiozak | Citrus iconv support(3) add host tools : mkcsmapper and mkesdb mkcsmapper - coded character set mapping table compiler mkesdb - encoding scheme database compiler
|
1.114 | 12-Jun-2003 |
provos | add LIBEVENT
|
1.113 | 31-May-2003 |
thorpej | If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and bsd.lib.mk.
|
1.112 | 30-May-2003 |
thorpej | Add a CPUFLAGS variable which can be set by the user's mk.conf or in the environment:
CPUFLAGS Additional flags to the compiler/assembler to select CPU instruction set options, CPU tuning options, etc.
Since CPUFLAGS is not implicitly set by any part of the make infrastructure, it is safe to set in mk.conf, unlike COPTS or DBG.
|
1.111 | 11-Apr-2003 |
thorpej | Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It is sometimes necessary for non-library Makefiles to determine if _pic libraries are being built.
Problem pointed out by Havard Eidnes.
|
1.110 | 24-Jan-2003 |
thorpej | Add LIBPTHREAD, LIBPTHREAD_DB, and LIBRT.
|
1.109 | 05-Jan-2003 |
sommerfeld | Common makefile fragment for invoking rpcgen. See bsd.README for documentation on the parameters which control this fragment's behavior.
|
1.108 | 20-Dec-2002 |
jwise | Add a brief description of DPSRCS, whose discovery recently shortened two Makefiles of mine by a few lines. :-)
|
1.107 | 26-Nov-2002 |
lukem | Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, and only support the "copies" default. Per discussion on tech-userlevel@.
|
1.106 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.105 | 26-Sep-2002 |
itojun | MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.104 | 22-Sep-2002 |
lukem | Enable MKDYNAMICROOT=yes by default. This means that: + /bin and /sbin (and the few programs in /usr/* which were statically linked) are now dynamically linked. + The shared libraries that are needed by the /bin and /sbin programs are now installed into /lib (with compatability symlinks from /usr/lib). These are: c crypt edit ipsec kvm m m387 termcap termlib util z + The shared linker is now in /libexec/ld.elf_so, and /usr/libexec/ld.elf_so is a symlink to the former.
If you want the prior behaviour of "some applications statically linked, the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).
If you have a philosophical objection to dynamic libraries, continue to set LDSTATIC=-static in your mk.conf(5), and please don't waste any more time in trying to convince us why dynamic libraries are 3v1l.
|
1.103 | 17-Sep-2002 |
thorpej | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
|
1.102 | 08-Sep-2002 |
thorpej | Build a .gdbinit in the objdir when building a program. The .gdbinit file sets the shared library prefix to ${DESTDIR}, and adds "sources" directives for each file listed in the GDBINIT Makefile variable.
|
1.101 | 19-Aug-2002 |
lukem | Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile, it must be before <bsd.own.mk> is included.
|
1.100 | 09-Aug-2002 |
thorpej | Add LIBPMC.
|
1.99 | 09-Jun-2002 |
itojun | sync LIBxx with bsd.prog.mk XXX bsd.prog.mk and bsd.hostprog.mk defines very similar thing - can we unify them? at least the definition?
|
1.98 | 26-Apr-2002 |
lukem | branches: 1.98.2; Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. Defaults to the directory determined by the _SRC_TOP_ logic (if != ""), and the BSDSRCDIR.
NETBSDSRCDIR has been provided for use by the various NetBSD source Makefiles to find the top of the NetBSD source tree, and isn't affected by the inheritance properties of _SRC_TOP_, nor does it have the magic BSDOBJDIR baggage that BSDSRCDIR is stuck with.
|
1.97 | 19-Apr-2002 |
itojun | document MKxxx/NOxxx naming rule.
|
1.96 | 16-Apr-2002 |
itojun | NOCRYPTO is no longer used and has no effect, so remove documentation
|
1.95 | 10-Apr-2002 |
lukem | replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to be "accurate". document _SRC_TOP_.
|
1.94 | 22-Mar-2002 |
thorpej | Split the notion of building Hesiod, Kerberos, S/key, and YP infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it.
As discussed on tech-toolchain.
|
1.93 | 14-Mar-2002 |
thorpej | Add a BUILDID variable, which further qualifies object directories.
|
1.92 | 27-Jan-2002 |
ross | Drink ALL the Kool-Aid.
(Move -mieee from lib/ to bsd.*.mk; new var MKIEEEFP defaults to yes.)
|
1.91 | 04-Jan-2002 |
thorpej | For PROG_CXX DESTDIR builds, pull in -lstdc++ and -lm regardless of GCC version.
|
1.90 | 02-Jan-2002 |
thorpej | Remove the "MKLINT=no if HAVE_GCC3" hack; a patch to support lint comments has been submitted to the GCC maintainers, so if you're using a GCC 3.x that doesn't support lint, set MKLINT=no in mk.conf.
|
1.89 | 01-Jan-2002 |
thorpej | If HAVE_GCC3 is set, force MKLINT to "no", since GCC 3.x's C pre-processor does not yet support our lint(1).
|
1.88 | 01-Jan-2002 |
thorpej | Per a suggestion from matthew green, PROG_CXX takes the place of PROG for C++ programs.
|
1.87 | 01-Jan-2002 |
thorpej | Document PROG_CXX and HAVE_GCC3.
|
1.86 | 31-Dec-2001 |
thorpej | Document MKBFD, MKGDB, MKGCC.
|
1.85 | 28-Dec-2001 |
lukem | * Add user-controlled mk.conf variables - SHLIBDIR Location to install shared libraries if ${USE_SHLIBDIR} is "yes". Defaults to "/usr/lib".
- USE_SHLIBDIR If "yes", install shared libraries in ${SHLIBDIR} instead of ${LIBDIR}. Defaults to "no". Sets ${_LIBSODIR} to the appropriate value. This may be set by individual Makefiles as well.
- SHLINKDIR Location of shared linker. Defaults to "/usr/libexec". If != "/usr/libexec", change the dynamic-linker encoded in shared programs
* Set USE_SHLIBDIR for libraries used by /bin and /sbin: libc libcrypt libcrypto libedit libipsec libkvm libm libmi387 libtermcap libutil libz
* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so* to ${_LIBSODIR}/${LIB}.so* for compatibility.
* Always install /sbin/init statically (for now)
The net effect of these changes depends on how the variables are set:
1.) If nothing is set or changed, there is no change from the current behaviour: - Static /bin, /sbin, and bits of /usr/* - Dynamic rest - Shared linker is /usr/libexec/ld*so
2.) If the following make variables are set: LDSTATIC= SHLINKDIR=/lib SHLIBDIR=/lib Then the behaviour becomes: - Dynamic tools - .so libraries used by /bin and /sbin are installed to /lib, with symlinks from /usr/lib/lib*so to -> /lib/lib*so where appropriate - Shared linker is /lib/ld*so
3.) As per 2.), but add the following variable: USE_SHLIBDIR=yes This forces all .so's to be instaleld in /lib (with compat symlinks), not just those tagged by their Makefiles to be. Again, compat symlinks are installed
|
1.84 | 19-Nov-2001 |
kleink | NLS is commonly expanded to Native Language Support, not National Language Support.
|
1.83 | 19-Nov-2001 |
perry | document/rename UNPRIVED
|
1.82 | 01-Nov-2001 |
lukem | Move -Wcast-qual from WARNS=2 to WARNS=3 (a new level), because it generates too many false positives that require gross amounts of workaround, and the other WARNS=2 stuff is quite useful. Per discussion with simonb & christos.
|
1.81 | 30-Oct-2001 |
wiz | Add support for INCSNAME and INCSNAME_<file> to bsd.inc.mk. Same syntax as FILESNAME and FILESNAME_<file>, allows to install includes under a different name. Okay'd by christos.
|
1.80 | 13-Oct-2001 |
jmc | Add MTREE var definition to list for sys.mk
|
1.79 | 19-Jun-2001 |
wiz | `existent', not `existant'
|
1.78 | 18-Jun-2001 |
simonb | Add a new make variable "MKSOFTFLOAT". If not set to "no", it adds "-msoft-float" to COPTS and FOPTS, and possibly builds soft-float library support (port specific). Defaults to "no".
|
1.77 | 31-May-2001 |
simonb | Update a comment about OBJECT_FMT - some m68k machines are ELF too.
|
1.76 | 10-Mar-2001 |
fair | Add the following text to answer PR 10650:
LDSTATIC Control program linking; if set blank, link everything dynamically. If set to "-static", link everything statically. If not set, programs link according to their makefile.
|
1.75 | 01-Feb-2001 |
agc | + clean up the English in one sentence + sync with reality, and document "MKMAN= no" in preference to "NOMAN= noman" + get in quick before the 80-column police notice what we were doing + spell "existence" correctly
|
1.74 | 24-Jan-2001 |
itojun | note that MKNLS controls build of /usr/share/locale too
|
1.73 | 05-Jan-2001 |
blymn | Added libform.
|
1.72 | 30-Dec-2000 |
sommerfeld | Correct typos (SUBDIR, not SUBDIRS). Document use of .WAIT in SUBDIR
|
1.71 | 30-Dec-2000 |
itojun | document host build tools (like rpcgen) in bsd.README. PR 11839
|
1.70 | 31-Oct-2000 |
itojun | add ${LIBINTL} for use with DPADD.
|
1.69 | 04-Oct-2000 |
sommerfeld | If FORMAT_AUDIT is set, and WFORMAT is set and > 1, turn on -Wnetbsd-format-audit for extra-stringent format checking. WFORMAT belongs in individual makefiles and/or Makefile.inc files. FORMAT_AUDIT should go in mk.conf if you're doing format-string auditing. (set WFORMAT=1 in individual makefiles if a program is not security critical and is doing bizarre things with format strings which would be even uglier if rewritten) FORMAT_AUDIT may go away in time (i.e., default to on)
|
1.68 | 30-Sep-2000 |
itojun | remove obsoleted crypto-related variables.
|
1.67 | 30-Sep-2000 |
itojun | always compile RSA into libcrypto. MKCRYPTO disables the whole crypto tree, and in that case, we will not have RSA (nor libcrypto) with us.
|
1.66 | 30-Sep-2000 |
itojun | repair openssl (libcrypto) for non-32bit architecture. don't use unsigned long where 32bit unsigned variable is asked for. use u_int32_t. (not sure if uint32_t is better or not, but anyway, u_int32_t <-> uint32_t should not raise binary compatibility issue) PR10921.
TODO: have arch-dependent Makefiles where we supply -DFOO for optimization. (do not change size of variable though)
XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h, however, that needs a lot of work and will make future openssl upgrade harder.
remove RC5 and IDEA by default. build them separately as libcrypto_{rc5,idea}.a. put dummy function, which is "warning to stderr and exit(1)". NOCRYPTO_{RC5,IDEA} are obsoleted. PR10883.
|
1.65 | 10-Sep-2000 |
jlam | Correct description of when "NOPIC" is set.
|
1.64 | 23-Jun-2000 |
thorpej | Remove the bsd.crypto.mk section, and describe the new MK... switches related to system crypto support.
|
1.63 | 07-May-2000 |
sjg | branches: 1.63.4; Document bsd.kernobj.mk
|
1.62 | 02-May-2000 |
simonb | Add HTMLDOCDIR pointing to /usr/share/doc/html.
|
1.61 | 07-Mar-2000 |
veego | Remove unused libahdi. It will be replaced in the future with a more generic libdisklabel.
|
1.60 | 05-Feb-2000 |
jdc | Add libahdi entries.
|
1.59 | 17-Jan-2000 |
jlam | bsd.prog.mk doesn't define/use STRIP anymore -- it's now STRIPFLAG
|
1.58 | 08-Jan-2000 |
sommerfeld | improve text describing BSDSRCDIR/BSDOBJDIR
|
1.57 | 06-Jan-2000 |
drochner | correct confusing example, closes PR misc/9135 by Andreas Gustafsson
|
1.56 | 01-Dec-1999 |
sommerfeld | Attempt to document what bsd.obj.mk does.
|
1.55 | 30-Nov-1999 |
sommerfeld | Add MKOBJDIRS make variable to bsd.own.mk, defaulting to "no" but overrideable in mk.conf
Document in bsd.README; this is distinct from "MKOBJ", which controls whether "make obj" does anything.
In the top-level makefile, if MKOBJDIRS != "no", do a "make obj" at an appropriate point during a "make build".
|
1.54 | 28-Nov-1999 |
simonb | Add a MKPICLIB variable. If set to "no", don't build an _pic.a library and build shared objects from the .a library. A symlink is installed in /usr/lib so that the name "libfoo_pic.a" still exists for third party software that explicitly wants an _pic.a library.
|
1.53 | 23-Nov-1999 |
blymn | Added libmenu library.
|
1.52 | 21-Aug-1999 |
simonb | branches: 1.52.4; Document the UNPRIVILEGED make variable.
|
1.51 | 26-Jul-1999 |
mrg | branches: 1.51.2; update CRYPTO example to use ".sinclude"
|
1.50 | 13-Jul-1999 |
thorpej | Document bsd.crypto.mk, and update the OBJECT_FMT entry.
|
1.49 | 01-Jul-1999 |
itojun | add LIBIPSEC for use from DPADD.
|
1.48 | 13-Feb-1999 |
lukem | don't bother supporting NOINFO (since it's a new thing); just support MKINFO=no fix description of MKSHARE=no
|
1.47 | 12-Feb-1999 |
tv | Add doc for bsd.info.mk, and move the description of MKLINKLIB to the bsd.lib.mk section (it should NEVER be set by mk.conf).
|
1.46 | 12-Feb-1999 |
lukem | for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set MKCATPAGES=no. this simplifies various tests.
|
1.45 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.44 | 07-Nov-1998 |
erh | Add a checkver target to bsd.lib.mk. This target executes the checkver script to find installed shared libraries with major/minor versions that are too big. The realinstall target now depends upon this target so this check is done whenever a library is installed. The check may be disabled by setting NOCHECKVER.
|
1.43 | 15-Sep-1998 |
agc | Remove out of date explanations of <bsd.port.mk> and <bsd.port.subdir.mk>, which are now in the pkgsrc collection as bsd.pkg.mk and bsd.pkg.subdir.mk.
|
1.42 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.41 | 27-Jul-1998 |
tv | - Add MACHINE_GNU_ARCH entries for mipseb and mipsel. Temporarily remap mips to mipsel. - Remove the unused definition of NOSHLIB for powerpc. NOPIC is being used for this purpose.
|
1.40 | 22-Jul-1998 |
perry | Remove obsolete note that NOLINT is set by default.
|
1.39 | 12-Jun-1998 |
cgd | add bsd.kinc.mk, a template to support the new kernel include file installation mechanism.
|
1.38 | 13-May-1998 |
simonb | Fix typo (s/OBJECT_FMAT/OBJECT_FMT/)
|
1.37 | 05-May-1998 |
tv | Fix definition for SRCS: "If PROG is not defined" -> "If SRCS is not defined" as noticed by prlw1@cam.ac.uk
|
1.36 | 03-May-1998 |
ross | English.
|
1.35 | 13-Apr-1998 |
lukem | only read /etc/mk.conf once (stops += variables getting double assignments)
|
1.34 | 26-Feb-1998 |
lukem | change default ownership from bin:bin to root:wheel
|
1.33 | 23-Feb-1998 |
jonathan | More table-driven changes for different toolchains: * new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF". * use OBJECT_FMT in Makefile tests that depend on toolchain. * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given port doesnt yet do shared libraries. Set on powerpc. * Document new feature-test variables in src/share/mk/bsd.README. Tested on i386, mips, fakedup Alpha environment.
|
1.32 | 04-Feb-1998 |
mikel | STRIP -> STRIPFLAG; from Jim Bernard in PR pkg/4884
|
1.31 | 30-Sep-1997 |
hubertf | branches: 1.31.2; /usr/pkg/src -> /usr/pkgsrc
|
1.30 | 20-Aug-1997 |
agc | Document the import of FreeBSD's <bsd.port.mk> and <bsd.port.subdir.mk>, as used in their `ports' system.
|
1.29 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.28 | 29-May-1997 |
mikel | branches: 1.28.2; fix typo
|
1.27 | 26-May-1997 |
cjs | These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.26 | 18-May-1997 |
kleink | Add libposix.
|
1.25 | 18-Apr-1997 |
christos | Add ${LIBNTP}
|
1.24 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.23 | 27-Mar-1997 |
christos | Put the FILES generated rules in a separate .mk file since both bsd.prog.mk and bsd.lib.mk use them.
|
1.22 | 27-Mar-1997 |
mycroft | Remove knowledge of HIDEGAME from here.
|
1.21 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.20 | 22-Mar-1997 |
perry | Fix SYMLINKS not to include DESTDIR in the link itself
|
1.19 | 13-Mar-1997 |
perry | add SYMLINKS, by analogy to LINKS. Vetted by Christos.
|
1.18 | 13-Jan-1997 |
mark | The arm32 architecture also needs to set NOPIC.
|
1.17 | 13-Apr-1996 |
thorpej | Add the ability to override defaults in bsd.own.mk more easily, by looking for "${MAKECONF}", or failing that, "/etc/mk.conf" and including the first one it finds, if it exists. From Chris Demetriou <cgd@netbsd.org>, PR #1970.
|
1.16 | 04-Apr-1996 |
jtc | Added new standard target "includes" (used to install header files) to bsd.subdir.mk. Added some documentation to bsd.README.
|
1.15 | 22-Jan-1996 |
cgd | clean up bits that state which man page section numbers are allowed (section 9 now exists). Document that variables in bsd.own.mk that were not previously documented.
|
1.14 | 13-Dec-1995 |
cgd | add "CFLAGS += -Werror" to bsd.sys.mk, and update various bits of documentation to explain bsd.sys.mk's purpose more clearly.
|
1.13 | 22-Oct-1995 |
christos | Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware" rules. These rules are not turned on by default; they are enabled by setting the PARALLEL variable.
|
1.12 | 24-Sep-1995 |
christos | - In preparation for parallel makes fix the library rules so that they don't use a.out as intermediate output. - Note in the README file that we cannot fix the xstr stuff. We still need to fix lex and yacc. - Allow overriding of the variables in sys.mk
|
1.11 | 13-Jan-1995 |
jtc | Removed sentance that stated that each *.mk file had a cooresponding *.rd file. All the documentation is in bsd.README. Fixes PR #681.
|
1.10 | 02-Jan-1995 |
cgd | add info about LIB, as pointed out by jhawk@MIT.EDU
|
1.9 | 22-Dec-1994 |
cgd | oops; fix a bogon.
|
1.8 | 22-Dec-1994 |
cgd | specify man pages differently, and document how.
|
1.7 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.6 | 28-Jan-1994 |
cgd | add LIBKVM
|
1.5 | 29-Dec-1993 |
jtc | Fixed documentation for DPADD and LDADD.
|
1.4 | 26-May-1993 |
cgd | change libraries to use ${RANLIB} rather than "ranlib" explicitly, also, ranlib them when they're made, so /usr/obj can be read-only
|
1.3 | 26-Apr-1993 |
cgd | added definition for DPADD library variable LIBCRYPT.
|
1.2 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.28.2.1 | 12-Oct-1997 |
cjs | Update to 1.31.
|
1.31.2.1 | 24-Feb-1998 |
mellon | Pull up 1.32 (hfeyrer)
|
1.51.2.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.52.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.63.4.3 | 27-Sep-2002 |
itojun | MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2. (itojun)
|
1.63.4.2 | 07-Oct-2000 |
itojun | pullup (approved by releng-1-5)
repair openssl on non-32bit arch. confirmed to work on alpha/i386/sparc64. disable IDEA/RC5 by default. they will be built as separate library, libcrypto_{idea,rc5}.
cvs update -j1.65 -j1.68 share/mk/bsd.README cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_cbc.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_cbc.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_enc.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc2/rc2speed.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc5/rc5speed.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/idea/idea_spd.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/des/des_opts.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/cast/castopts.c cvs update -j1.1 -j1.2 crypto/dist/openssl/crypto/x509v3/tabtest.c cvs update -j1.1 -j1.3 crypto/dist/openssl/crypto/bn/divtest.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/md5/md5_dgst.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_skey.c cvs update -j1.3 -j1.4 lib/libcrypto/rc5.inc cvs update -j1.3 -j1.4 lib/libcrypto/idea.inc cvs update -j1.5 -j1.8 lib/libcrypto/srcs.inc cvs update -j1.63 -j1.64 lib/Makefile cvs update -j1.5 -j1.7 usr.bin/openssl/Makefile cvs update -j1.8 -j1.9 lib/libcrypto/Makefile cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/mdc2/mdc2.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/rc2/rc2.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/md2/md2.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl3.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/rc4/rc4.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/rc5/rc5.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/md5/md5.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/x509/x509.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/idea/idea.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/sha/sha.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/dsa/dsa.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rsa/rsa.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/hmac/hmac.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/ripemd/ripemd.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/opensslconf.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/dh/dh.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/lhash/lhash.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/bf/blowfish.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/idea/idea_lcl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/cast/cast_lcl.h cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_locl.h cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc4/rc4_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/md5/md5_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/sha/sha_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/ripemd/rmd_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bf/bf_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/pem/pem.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bn/bn.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bio/bio.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/evp/evp.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/err/err.h cvs update -j1.5 -j1.7 crypto/dist/openssl/crypto/des/des.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/e_os.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/cast/cast.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/x509/x509_vfy.h cvs update -j1.270 -j1.273 distrib/sets/lists/man/mi cvs update -j1.274 -j1.275 distrib/sets/lists/man/mi cvs update -j1.258 -j1.262 distrib/sets/lists/comp/mi cvs update -j1.142 -j1.144 share/mk/bsd.own.mk cvs update -j1.3 -j1.5 crypto/Makefile.openssl cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/opensslconf.h.in
new files (tag added) lib/libcrypto/man/* lib/libcrypto/man.inc lib/libcrypto_idea/Makefile lib/libcrypto_rc5/Makefile lib/libcrypto/rc5_skey_dummy.c lib/libcrypto/rc5_enc_dummy.c lib/libcrypto/i_cbc_dummy.c lib/libcrypto/i_skey_dummy.c
|
1.63.4.1 | 24-Jun-2000 |
thorpej | Update from trunk: Add MK... variables to enable/disable various aspects of building crypto support into the system. See share/mk/bsd.README for more a full description.
|
1.98.2.1 | 01-Dec-2002 |
he | Pull up revisions 1.99,1.105 (requested by he and itojun in ticket #861): MDC2 is a patented algorithm, so don't ship it in the default libcrypto. Defining MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.149.2.1 | 19-Sep-2004 |
he | branches: 1.149.2.1.2; Pull up revision 1.156 (requested by tron in ticket #863): Update comment about "OBJECT_FMT": only ns32k uses a.out these days.
|
1.149.2.1.2.1 | 31-May-2005 |
tron | Pull up revision 1.168 (requested by riz in ticket #1545): Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.165.2.3 | 29-Dec-2005 |
riz | Pull up following revision(s) (requested by hubertf in ticket #1066): share/mk/bsd.README: revision 1.167 document MKINET6 and USE_INET6
|
1.165.2.2 | 02-Jul-2005 |
tron | Pull up revision 1.170 (requested by peter in ticket #518): Remove (pf)spamd. Its right to exist in NetBSD has been questioned since it appeared and whether it's really part of pf or not is still unclear. Looking at the other *BSDs it seems that they have left out spamd when importing pf, and now we do that too. Also, the name conflicted with another more popular used tool, after the rename to pfspamd it was left with completely unusable documentation which apparently no-one wanted to fix. A port of the latest spamd will be imported into pkgsrc soon. Suggested by several people, no objections on last proposal on tech-userlevel.
|
1.165.2.1 | 28-May-2005 |
snj | Pull up revision 1.168 (requested by riz in ticket #343): Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.196.6.2 | 29-Jul-2007 |
joerg | Add build glue for libarchive and update the various sets.
|
1.196.6.1 | 29-Jul-2007 |
joerg | file bsd.README was added on branch matt-mips64 on 2007-07-29 17:06:02 +0000
|
1.196.4.3 | 23-Mar-2008 |
matt | sync with HEAD
|
1.196.4.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.196.4.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.200.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.204.4.2 | 04-Jun-2008 |
yamt | sync with head
|
1.204.4.1 | 18-May-2008 |
yamt | sync with head.
|
1.204.2.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.204.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.204.2.1 | 31-Mar-2008 |
mjf | file bsd.README was added on branch mjf-devfs2 on 2008-06-02 13:21:42 +0000
|
1.207.2.3 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.207.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.207.2.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.236.2.9 | 03-Sep-2014 |
msaitoh | Pull up following revision(s) (requested by tls in ticket #1338): share/mk/bsd.README: revision 1.265 share/mk/bsd.lib.mk: revision 1.304 Change shared object file extension from .so to .pico, to avoid conflicts with shared libaries names libXX.so; as recently seen with MKUPDATE=yes builds for libelf and libnvpair. All now stalled regular .so files need to be manually removed from object directories.
|
1.236.2.8 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.236.2.7 | 26-Jan-2009 |
snj | branches: 1.236.2.7.2; Pull up following revision(s) (requested by christos in ticket #309): share/mk/bsd.README: revision 1.246 Document USE_FORT.
|
1.236.2.6 | 16-Jan-2009 |
bouyer | Apply patch, requested by pooka in ticket 259: distrib/sets/sets.subr patch distrib/sets/lists/base/lkm.mi patch distrib/sets/lists/base/md.amd64 patch distrib/sets/lists/base/md.sparc64 patch distrib/sets/lists/base/mi patch distrib/sets/lists/base/shl.elf patch distrib/sets/lists/base/shl.mi patch distrib/sets/lists/comp/md.amd64 patch distrib/sets/lists/comp/md.sparc64 patch distrib/sets/lists/comp/mi patch distrib/sets/lists/comp/shl.mi patch distrib/sets/lists/man/mi patch lib/Makefile patch share/man/man5/mk.conf.5 patch share/mk/bsd.README patch share/mk/bsd.own.mk patch sys/lkm/vfs/Makefile patch usr.sbin/Makefile patch Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
|
1.236.2.5 | 09-Jan-2009 |
snj | Pull up following revision(s) (requested by mrg in ticket #242): external/mit/xorg/lib/libGLU/Makefile: revision 1.3 share/mk/bsd.README: revision 1.244 share/mk/bsd.lib.mk: revision 1.291 add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link shared libraries. use it for the one c++ library we have. fixes PR#39936.
|
1.236.2.4 | 06-Dec-2008 |
snj | Pull up following revision(s) (requested by cube in ticket #168): share/mk/bsd.README: revision 1.243 share/mk/bsd.files.mk: revision 1.40 Implement FILESBUILD_<file> to allow a FILES element to be built through a target.
|
1.236.2.3 | 15-Nov-2008 |
snj | Pull up following revision(s) (requested by mrg in ticket #64): share/man/man5/mk.conf.5: revision 1.46 share/mk/bsd.own.mk: revision 1.550 doc/BUILDING.mdoc: revision 1.70 BUILDING: revision 1.81 share/mk/bsd.README: revision 1.242 revert sparc back to default of XFree86 at the request of macallan.
|
1.236.2.2 | 15-Nov-2008 |
snj | Pull up following revision(s) (requested by mrg in ticket #64): share/mk/bsd.README: revision 1.238 distrib/sets/sets.subr: revision 1.73 fix a couple of minor errors picked up by he@. thanks!
|
1.236.2.1 | 15-Nov-2008 |
snj | Pull up following revision(s) (requested by mrg in ticket #64): distrib/sets/Makefile: revision 1.64 external/mit/xorg/server/Makefile: revision 1.5 share/mk/bsd.README: revision 1.237 BUILDING: revision 1.79 share/mk/bsd.x11.mk: revision 1.71 share/mk/bsd.own.mk: revision 1.544 usr.bin/ssh/Makefile.inc: revision 1.18 distrib/sets/sets.subr: revision 1.72 share/man/man5/mk.conf.5: revision 1.42 doc/BUILDING.mdoc: revision 1.68 etc/Makefile: revision 1.360 Makefile: revision 1.263 - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.236.2.7.2.1 | 06-Jun-2009 |
bouyer | branches: 1.236.2.7.2.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.236.2.7.2.1.2.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.246.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.278.2.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.289.2.5 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.289.2.4 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.289.2.3 | 30-Oct-2012 |
yamt | sync with head
|
1.289.2.2 | 17-Apr-2012 |
yamt | sync with head
|
1.289.2.1 | 10-Nov-2011 |
yamt | sync with head
|
1.292.2.3 | 17-Sep-2012 |
riz | Pull up following revision(s) (requested by spz in ticket #557): distrib/sets/lists/base/ad.mips64eb 1.94-1.95 via patch distrib/sets/lists/base/ad.mips64el 1.93-1.94 via patch distrib/sets/lists/base/md.amd64 1.169-1.170 via patch distrib/sets/lists/base/md.sparc64 1.159-1.160 via patch distrib/sets/lists/base/shl.mi 1.629,1.630,1.632 via patch distrib/sets/lists/comp/ad.mips64eb 1.81-1.82 via patch distrib/sets/lists/comp/ad.mips64el 1.821.83 via patch distrib/sets/lists/comp/md.amd64 1.168-1.169 via patch distrib/sets/lists/comp/md.sparc64 1.150-1.151 via patch distrib/sets/lists/comp/mi 1.1769 via patch distrib/sets/lists/comp/shl.mi 1.226-1.227 via patch distrib/sets/lists/tests/mi 1.477 via patch distrib/sets/sets.subr 1.137 via patch etc/Makefile 1.397 via patch share/man/man5/mk.conf.5 1.60 via patch share/mk/bsd.README 1.297 via patch share/mk/bsd.own.mk 1.700 via patch tests/crypto/libcrypto/Makefile patch tests/crypto/libcrypto/t_ciphers.sh 1.4 via patch tests/crypto/libcrypto/t_hashes.sh 1.2 via patch tests/crypto/libcrypto/idea/Makefile patch tests/crypto/libcrypto/mdc2/Makefile patch usr.sbin/racoon/Makefile 1.25 via patch
Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that a tree with MKCRYPTO_RC5=yes actually builds. [spz, ticket #557]
The "iso" directory never made it into this file, but now that "iso" is "images", document it here for the edification of folks browsing the download directories. add crypto shared libraries mark idea and mdc2 libraries obsolete. remove mdc2 and idea handling MKCRYPTO_{IDEA,MDC2} is no more MKCRYPTO_IDEA is no more no more CRYPTO_{IDEA,MDC2} more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and MBC2 now always being included) MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
|
1.292.2.2 | 02-Mar-2012 |
riz | branches: 1.292.2.2.2; Pull up following revision(s) (requested by tron in ticket #72): external/mit/xorg/lib/fontconfig/src/Makefile: revision 1.8 distrib/sets/lists/xbase/shl.mi: revision 1.45 distrib/sets/lists/comp/ad.mips64eb: revision 1.72 external/mit/expat/lib/Makefile: revision 1.1 external/mit/xorg/tools/fc-cache/Makefile: revision 1.6 x11/lib/fontconfig/src/Makefile: revision 1.11 distrib/sets/lists/xcomp/mi: revision 1.134 distrib/sets/lists/base/md.amd64: revision 1.159 distrib/sets/lists/base/ad.mips64eb: revision 1.85 external/mit/xorg/lib/dri/dri.mk: revision 1.11 external/mit/expat/lib/Makefile.inc: revision 1.1 external/mit/expat/Makefile.inc: revision 1.1 distrib/sets/lists/base/shl.mi: revision 1.619 distrib/sets/lists/comp/shl.mi: revision 1.212 distrib/sets/lists/man/mi: revision 1.1382 distrib/sets/lists/comp/mi: revision 1.1743 x11/lib/expat/Makefile: file removal lib/Makefile: revision 1.182 external/mit/expat/Makefile: revision 1.1 external/mit/Makefile: revision 1.2 distrib/sets/lists/xcomp/shl.mi: revision 1.31 external/mit/xorg/bin/xmlwf/Makefile: revision 1.4 external/mit/xorg/lib/Makefile: revision 1.25 external/mit/expat/lib/libexpat/Makefile: revision 1.1 distrib/sets/lists/comp/ad.mips64el: revision 1.72 x11/lib/expat/shlib_version: file removal external/mit/xorg/lib/expat/expat_config.h: file removal external/mit/expat/bin/xmlwf/Makefile: revision 1.1 share/mk/bsd.prog.mk: revision 1.274 distrib/sets/lists/base/ad.mips64el: revision 1.84 x11/lib/Makefile: revision 1.11 external/mit/xorg/lib/expat/Makefile: file removal external/mit/xorg/lib/expat/shlib_version: file removal distrib/sets/lists/comp/md.amd64: revision 1.158 distrib/sets/lists/base/mi: revision 1.987 distrib/sets/lists/base/md.sparc64: revision 1.150 share/mk/bsd.README: revision 1.294 external/mit/expat/bin/Makefile.inc: revision 1.1 distrib/sets/lists/xbase/mi: revision 1.113 external/mit/expat/lib/libexpat/shlib_version: revision 1.1 external/mit/expat/lib/libexpat/expat_config.h: revision 1.1 distrib/sets/lists/comp/md.sparc64: revision 1.141 share/mk/bsd.hostprog.mk: revision 1.67 external/mit/expat/bin/Makefile: revision 1.1 Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.292.2.1 | 18-Feb-2012 |
riz | Pull up following revision(s) (requested by joerg in ticket #5): share/mk/bsd.own.mk: revision 1.697 share/mk/bsd.README: revision 1.293 Derive MANINSTALL from MKCATPAGES and MKHTML.
|
1.292.2.2.2.1 | 01-Nov-2012 |
matt | sync with netbsd-6-0-RELEASE.
|
1.300.2.4 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.300.2.3 | 23-Jun-2013 |
tls | resync from head
|
1.300.2.2 | 25-Feb-2013 |
tls | resync with head
|
1.300.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.329.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.335.2.3 | 07-May-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #736): distrib/sets/mkvars.mk: revision 1.17 distrib/sets/lists/base/mi: revision 1.1102 etc/mtree/NetBSD.dist.base: revision 1.144 share/mk/bsd.README: revision 1.341 share/mk/bsd.own.mk: revision 1.847 sys/dev/microcode/radeon/Makefile: revision 1.3 two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work (this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.335.2.2 | 18-Mar-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #615): share/mk/bsd.README: revision 1.339 fix the description of MKX11RADEONKMS, as pointed out in PR#49753.
|
1.335.2.1 | 09-Mar-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #575): distrib/sets/mkvars.mk: revision 1.16 distrib/sets/sets.subr: revision 1.163 distrib/sets/lists/xdebug/md.amd64: revision 1.11 distrib/sets/lists/xdebug/md.i386: revision 1.12 distrib/sets/lists/xserver/md.amd64: revision 1.76 distrib/sets/lists/xserver/md.i386: revision 1.95 external/mit/xorg/server/drivers/Makefile: revision 1.64 external/mit/xorg/server/drivers/xf86-video-radeon-kms/Makefile: revision 1.1 share/mk/bsd.README: revision 1.338 share/mk/bsd.own.mk: revision 1.844 add build framework to choose between xf86-video-ati 6.x (UMS/KMS) and 7.x (KMS only), and switch x86 to the latest (KMS only) version. (if someone can make x86 install both radeon_drv.so.[67] and leave the default symlink to .7, that would be nice. renaming it so that it's easier to choose via xorg.conf is a little more tricky..)
|
1.354.2.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.354.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.357.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.367.2.9 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.367.2.8 | 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.367.2.7 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.367.2.6 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.367.2.5 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.367.2.4 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.367.2.3 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.367.2.2 | 07-Apr-2018 |
pgoyette | Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
|
1.367.2.1 | 15-Mar-2018 |
pgoyette | Synch with HEAD
|
1.377.2.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.377.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.393.2.1 | 22-Nov-2019 |
bouyer | Pull up following revision(s) (requested by martin in ticket #462): share/mk/bsd.README: revision 1.397 etc/Makefile.params: revision 1.21 Document NETBSD_OFFICIAL_RELEASE and add it to /etc/release - it is important information when trying to reproduce a build.
|
1.447.2.2 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.447.2.1 | 01-Jul-2024 |
perseant | Sync with HEAD.
|
1.3 | 25-Aug-2025 |
riastradh | bsd.buildinstall.mk: Count in decimal, not in unary.
Let's make the error messages a liiiiiittle less cryptic with unary numbers everywhere, and leave unary numbers to the complexity theorists.
|
1.2 | 25-May-2025 |
rillig | bsd.buildinstall.mk: fix parallel build
|
1.1 | 15-Nov-2012 |
joerg | branches: 1.1.2; 1.1.4; 1.1.46; Move the build_install logic from lib/Makefile into share/mk and re-use it for tools. The existing logic broke for the LLVM build with the recent .ORDER changes in make.
|
1.1.46.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1.4.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.1.4.1 | 15-Nov-2012 |
yamt | file bsd.buildinstall.mk was added on branch yamt-pagecache on 2013-01-16 05:32:37 +0000
|
1.1.2.2 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.1.2.1 | 15-Nov-2012 |
tls | file bsd.buildinstall.mk was added on branch tls-maxphys on 2012-11-20 03:00:52 +0000
|
1.3 | 04-Apr-2012 |
joerg | Make it easier to specify the list of checkers to enable for the static analyzer.
|
1.2 | 01-Sep-2011 |
joerg | branches: 1.2.2; Simplify, --analyze gives the same settings as default
|
1.1 | 27-Aug-2011 |
joerg | Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
|
1.2.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.10 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKCLEAN* to bsd.own.mk
Move the defaults for MKCLEANSRC and MKCLEANVERIFY from bsd.clean.mk to bsd.own.mk _MKVARS.yes.
|
1.9 | 07-Dec-2021 |
rillig | bsd.clean.mk: fix typo in comment
|
1.8 | 19-Nov-2012 |
apb | On second thoughts, don't run "rm -rf" in bsd.clean.mk. Instead, document that CLEANFILES and CLEANDIRFILES must not contain directory names.
|
1.7 | 19-Nov-2012 |
apb | Use "rm -rf" instead of "rm -f" in bsd.clean.mk. This will allow CLEANFILES or CLEANDIRFILES to contain directory names.
|
1.6 | 18-Nov-2012 |
apb | Under "Failed to remove the following files from ${_d}:", print one file name per line, indented to make the list more visible.
|
1.5 | 22-Nov-2011 |
apb | branches: 1.5.6; Use :Q to deal with the case that CLEANFILES or CLEANDIRFILES contains quoted substrings (such as file names with spaces). Problem reported by Joseph Koshy, who also provided the important part of the fix.
|
1.4 | 05-Oct-2011 |
apb | branches: 1.4.2; Add MKCLEANSRC and MKCLEANVERIFY variables, defaulting to "yes". You may set them to "no" to get the old behaviour of "make clean" and "make cleandir".
|
1.3 | 23-Sep-2011 |
apb | * use a :M* modifier when testing whether the expanded list of files is empty. Sometimes the variable contains one or more spaces, and testing against "" gave the wrong result, but applying the :M* modifier discards the spaces. This should fix PR 45396. * Instead of using "-" to ignore the exit status from the rm command, use ||true. This should work around the bug in PR 45356, but that bug is not fixed. * Suppress the ${MKMSG} command with .if 0. People who build with MAKEVERBOSE=1 don't want to see the message, and people who build with MAKEVERBOSE=2 or higher will see the actual rm command. The message may be useful for debugging this makefile itself, so it's only disabled, not deleted.
|
1.2 | 10-Sep-2011 |
apb | Don't automatically load ".depend" files during "make clean" or "make cleandir".
|
1.1 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.4.2.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.4.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.5.6.2 | 25-Feb-2013 |
tls | resync with head
|
1.5.6.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.2 | 20-Jun-2000 |
thorpej | Merge a bunch of things from crypto-us and crypto-intl into basesrc, adding support for Heimdal/KTH Kerberos where easy to do so. Eliminate bsd.crypto.mk.
There is still a bunch more work to do, but crypto is now more-or-less fully merged into the base NetBSD distribution.
|
1.1 | 11-Jul-1999 |
thorpej | branches: 1.1.8; Makefile fragment used to determine the path to crypto code in the source tree. Allows CRYPTOBASE to be set in mk.conf or environment. If it's not set, it searches for: crypto-us, crypto-intl in that order.
Setting CRYPTOBASE to none forces a no-crypto build. EXPORTABLE_SYSTEM is supported for backwards-compatibility.
Will be used in a forthcoming mega-commit which significantly improves the build process when building a crypto-enabled system, and allows for the international crypto sub-tree to be seamlessly integrated into the build process.
|
1.1.8.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.89 | 03-Jun-2023 |
lukem | bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mk
Add default for MKDEPINCLUDES=no to to bsd.own.mk _MKVARS.no. Simplify bsd.dep.mk check.
|
1.88 | 14-Dec-2021 |
christos | Pass W with IDU for lint and deps.
|
1.87 | 01-Jul-2020 |
lukem | bsd.dep.mk: fix "make tags" (again)
[repeat revision 1.85]
Fix "make tags" to actually build a tags file: - Use !commands() instead of !target(), so that the rule actually works - Write to ${.OBJDIR}/tags for read-only source (don't know why ${.TARGET} isn't sufficient). - Only match *.[cly] from ${.ALLSRCS} - just excluding *.h causes failures because of ${targ}: subdir-${targ} in bsd.subdir.mk.
Thanks to uwe@ for assistance.
|
1.86 | 22-Jun-2020 |
lukem | bsd.dep.mk: revert 1.85 (for now)
Revert my recent 1.85 revision that fixed "make tags". It causes too much build breakage elsewhere in the tree that needs to be resolved first.
Issues include: - Directories using TESTS_CXX with .cpp and .cxx extension instead of the default .cc extension (see bsd.prog.mk). Most of these have been fixed. - external/gpl3/gcc build of .cc files. (No idea what's wrong there).
|
1.85 | 21-Jun-2020 |
lukem | bsd.dep.mk: fix "make tags"
Fix "make tags" to actually build a tags file: - Use !commands() instead of !target(), so that the rule actually works - Write to ${.OBJDIR}/tags for read-only source (don't know why ${.TARGET} isn't sufficient). - Only match *.[cly] from ${.ALLSRCS} - just excluding *.h causes failures because of ${targ}: subdir-${targ} in bsd.subdir.mk.
Thanks to uwe@ for assistance.
|
1.84 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.83 | 21-Dec-2016 |
christos | branches: 1.83.12; 1.83.14; Don't remap mkdep, otherwise we add dependencies for /usr/include instead of ${DESTDIR}/usr/include and things go south.
|
1.82 | 01-Dec-2014 |
erh | branches: 1.82.2; PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly.
|
1.81 | 19-Jul-2014 |
plunky | when calling mkdep, pass any -std=* flags for C and C++ source files to ensure that any definitions this implies are set
|
1.80 | 05-Dec-2013 |
matt | branches: 1.80.2; add ${MKTARGET_CREATE} for tags
|
1.79 | 31-Oct-2013 |
mrg | create mkdep output with a temporary file so that failures in complation during .d creation don't leave an empty (stale) .d file around to break future builds.
(hmm, probably could use .PRECIOUS here.)
|
1.78 | 28-Oct-2013 |
mrg | add MKDEPCXX, that is used for C++ files depend creation. also add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}} to the dependancy rules.
this makes it possible to have C++ files .d files created with the C++ compiler, and with the normal options for this file, which means that we can build libstdc++-v3 from gcc 4.8.
|
1.77 | 05-Mar-2013 |
christos | Add a rule to rebuild dependency files that contain stale entries automatically.
|
1.76 | 05-Mar-2013 |
christos | MKDEPINCLUDES support.
|
1.75 | 18-Nov-2012 |
apb | Change some .if defined(SRCS) to .if defined(SRCS) && !empty(SRCS)
|
1.74 | 19-Feb-2012 |
matt | branches: 1.74.2; Add support for --combine with gcc.
|
1.73 | 10-Sep-2011 |
apb | branches: 1.73.2; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.72 | 10-Apr-2011 |
joerg | For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
|
1.71 | 06-Feb-2011 |
joerg | Allow HOSTLIB to use C++ by not specifying -nostdinc++.
|
1.70 | 12-Jan-2011 |
joerg | branches: 1.70.2; Allow use of traditional CPP to be set on a per platform base in sys.mk. Honour this for dependency processing in bsd.dep.mk. Switch i386 and amd64 assembly to use ISO C90 preprocessor concat and drop the -traditional-cpp on this platform.
|
1.69 | 25-Jan-2010 |
christos | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
|
1.68 | 25-Oct-2008 |
apb | Use ${TOOL_SED} instead if plain sed in Makefiles.
|
1.67 | 18-Apr-2004 |
lukem | remove AINC support; it is now unnecessary
|
1.66 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.65 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.64 | 11-Nov-2003 |
dsl | Use -- to separate mkdep options from cc ones. Avoids problems when the cc options start with -fpic.
|
1.63 | 10-Nov-2003 |
dsl | Use modified mkdep(1) (not cat) to merge '*.d' into '.depend'. Allows some of the postprocessing to be done there instead of a separate sed script called from 'afterdepend'.
|
1.62 | 28-Oct-2003 |
mrg | fix a typo in previous pointed out by lukem
|
1.61 | 27-Oct-2003 |
mrg | allow -traditional-cpp to be overridden when making dependancies
|
1.60 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.59 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.58 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.57 | 11-Aug-2003 |
lukem | order .SUFFIXES similar to other *.mk files
|
1.56 | 06-Aug-2003 |
martin | Handle empty __DPSRCS.d, avoiding executing commands like "cat > .depend" in directories where only non-C/C++ files are in SRCS (e.g.: the forth code for sparc bootblocks).
Patch from Luke.
|
1.55 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.54 | 01-Aug-2003 |
lukem | tweak ${DEPENDSRCS.d} target so that ${SRCS} isn't there. this fixes the "make: out of memory" problem when make dependencies in lib/libc.
XXX: this is a temporary workaround. i'm working on cleaning up how the DPSRCS stuff is used throughout the tree...
|
1.53 | 31-Jul-2003 |
lukem | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix some build problems where DPSRCS contains .h files that need to exist to build the .d file.
document that bsd.dep.mk should be included after anything that might update SRCS or DPSRCS so that the above works correctly, and actually ensure this is the case.
|
1.52 | 29-Jul-2003 |
lukem | Set .NOPATH for all ${DEPENDSRCS} and not just .depend. Should fix build problem noted by Geoff Wing on current-users@
|
1.51 | 28-Jul-2003 |
lukem | Use the more "standard" `foo.d' instead of `foo.SUFFIX.dep'; the rules are simpler and would have helped prevent the previous fubar. Don't bother using -a with ${MKDEP} to build the individual .d files.
|
1.50 | 28-Jul-2003 |
matt | Make all the suffix rules with .c .c.dep (e.g not .cc .cc.cc.dep)
|
1.49 | 28-Jul-2003 |
lukem | Simplify .*.dep generation by using suffix transforms. This also fixes a problem in the previous where the .ALLSRC would contain any other dependencies that .depend had, thus breaking the mkdep invocation.
Provide DEPENDSRCS which effectively contains ".depend *.dep", to be used in other Makefiles that want to add dependencies for .depend.
|
1.48 | 28-Jul-2003 |
lukem | Always use the "per source file".dep method to build the .depend file (that was formerly only used for HOST_CYGWIN.). Clean up implementation to minimise unnecessary variable munging. Ensure all .dep files are deleted in cleandepend:.
This allows us to correctly support CPPFLAGS.<file> in make depend, and whilst this method is marginally slower in the "no existing .depend file" case, it should be faster in the "rebuilding depend for a subset of source files" case.
|
1.47 | 27-Jul-2003 |
mrg | introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system includes. for GCC3, set this to -I instead of -isystem.
XXX this should really be either not required or a -isystem-cxx, but for now this is required to build libstdc++-v3, which otherwise complains heavily about STL headers not being C code(!)
|
1.46 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.45 | 11-Jun-2003 |
wiz | Add missing } for rev. 1.43.
|
1.44 | 11-Jun-2003 |
wiz | Also recognize cpp files as C++ files for CYGWIN case.
|
1.43 | 11-Jun-2003 |
christos | recognize .cpp as c++ files.
|
1.42 | 27-May-2003 |
wiz | Back this out until I know why it does not work.
|
1.41 | 27-May-2003 |
wiz | Add .cpp dependency rules.
|
1.40 | 08-May-2003 |
christos | Fix _HOST_CYGWIN lossage.
|
1.39 | 08-May-2003 |
christos | Hacks for limited command and environment space (John Gordon)
|
1.38 | 26-Nov-2002 |
thorpej | The traditional C preprocessor is fixed in GCC 3.3 now, so no need to skip -traditional-cpp for HAVE_GCC3.
|
1.37 | 10-Nov-2002 |
thorpej | Oops, AINC actually is still used; put it back.
|
1.36 | 10-Nov-2002 |
thorpej | The MIPS toolchain now defines __ABICALLS__ when abicalls are in use, and the sources now use that define, so there is no need for us to define ABICALLS. Since that was the only use for the AINC variable, garbage-collect it.
|
1.35 | 04-Jun-2002 |
thorpej | Don't use -traditional-cpp if HAVE_GCC3.
|
1.34 | 28-Nov-2001 |
tv | If DESTDIR is set, do a similar nostdinc dance for the standard C++ include directory.
|
1.33 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.32 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.31 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.30 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.29 | 16-Nov-1999 |
tron | Add missing "\" in two line shell command.
|
1.28 | 16-Nov-1999 |
minoura | Pass -traditional-cpp to mkdep for assembler files, as in the actual compilation (${COMPILE.S} rule in sys.mk).
|
1.27 | 11-Aug-1999 |
sommerfeld | branches: 1.27.4; correct previous fix: - add CLEANDEPEND variable for stuff which should be cleaned out in "cleandepend" phase. - add it to the files removed during the cleandepend phase.
|
1.26 | 24-Feb-1999 |
simonb | Change CFLAGS to AFLAGS for mkdep of .S/.s files. Fixes "make depend" on pmax kernels (and doesn't break "make depend" on entire tree).
|
1.25 | 07-Feb-1999 |
tv | Use :Q to quote arguments to "echo" so that quote marks don't fall out of the printed mkdep command.
|
1.24 | 03-Feb-1999 |
tv | Our make can't actually turn off implicit rules per-target, and the "depend:" rule had no actual commands to execute, so it used the implicit ".c:" rule in gas.new (which has a depend.c). Add a command here -- just "true" -- that prevents use of implicit rules. This may need a new .-option in make(1) to be done Right.
|
1.23 | 18-Aug-1998 |
tv | Kill spaces in the $$files check introduced by borrowing the C++ rule for ObjC.
|
1.22 | 18-Aug-1998 |
tv | Add dependency rule for Objective-C files.
|
1.21 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.20 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.19 | 09-May-1997 |
mycroft | Remove cruft.
|
1.18 | 08-May-1997 |
gwr | Set the .NOPATH flag for the .depend target.
|
1.17 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.16 | 07-May-1997 |
mycroft | Always define cleandepend. Don't use a .depend target if SRCS is empty.
|
1.15 | 07-May-1997 |
mycroft | Shuffle some .PHONYs around, to work better with `-t'.
|
1.14 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.13 | 07-Mar-1997 |
gwr | Allow mkdep to exist as a different name (fixes PR#3302)
|
1.12 | 27-Sep-1995 |
christos | - make sure the afterdepend rule fires `after' .depend gets created. [fixed for parallel make] - make depend prettier printing.
|
1.11 | 13-Dec-1994 |
mycroft | Remove `-+' arg to mkdep.
|
1.10 | 13-Dec-1994 |
mycroft | Add CPPFLAGS to mkdep lines, for cross-compilation.
|
1.9 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.8 | 30-Jun-1994 |
cgd | don't be careless with _SUBDIRUSE
|
1.7 | 27-Feb-1994 |
cgd | cleandepend should happen on 'cleandir' not 'clean', from michaelv@iastate.edu
|
1.6 | 05-Dec-1993 |
cgd | do .S files, too
|
1.5 | 05-Sep-1993 |
mycroft | Depend .s files.
|
1.4 | 15-Aug-1993 |
mycroft | Don't do tags and cleandepend if no SRCS.
|
1.3 | 15-Aug-1993 |
mycroft | Makefile: Use `install -d' to create directory. bsd.dep.mk: Add defaults for `beforedepend' and `afterdepend'. sys.mk: 8 tabs --> space
|
1.2 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.1 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.27.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.70.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.73.2.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.73.2.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.73.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.74.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.74.2.2 | 23-Jun-2013 |
tls | resync from head
|
1.74.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.80.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.82.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.83.14.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.83.12.1 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.4 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.3 | 14-May-2001 |
sommerfeld | Mark "dependall" rule with .MAKE since it invokes a sub-make.
|
1.2 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.1 | 14-Sep-1999 |
perry | Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.69 | 11-Apr-2025 |
rillig | bsd.doc.mk: clean up
Remove the redundant location information from the .error directives, as the .error directive provides the location by itself.
Fix typos in the print and spell targets, make the PRINTER variable optional. The spell target still doesn't work due to the missing spell.ok file. No idea where this file is supposed to come from.
|
1.68 | 04-Aug-2015 |
dholland | branches: 1.68.28; Remove CreationDate from the header of output postscript. Also, feed -n to gzip when compressing so it doesn't store the timestamp in the file header. For MKREPRO, but unconditional as the information omitted isn't particularly useful. PR 50116.
|
1.67 | 06-Jul-2014 |
dholland | Add MKGROFFHTMLDOC and make it default to no. It seems that sometimes when generating html groff runs netpbm behind your back. Needless to say we don't have netpbm in base, so this fails on a clean install; so for now disable generating html for /usr/share/doc by default. Workaround for PR 48970.
It seems that all available document preparation toolchains are made of fail.
|
1.66 | 06-Jul-2014 |
dholland | Don't install EXTRAHTMLFILES if MKHTML is "no".
|
1.65 | 05-Jul-2014 |
dholland | Rework /usr/share/doc.
Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure.
- Build and install text, ps, pdf, and/or html, not roff sources.
- Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose.
- Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files.
- Specify the document section, which is the subdirectory of /usr/share/doc to install into.
- Allow multiple subdocuments. (That is, multiple documents in one output directory.)
- Enumerate the .png files groff emits along with html so they can be installed.
- Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn
- Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files.
- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff.
Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
|
1.64 | 16-Mar-2006 |
jwise | branches: 1.64.48; 1.64.60; Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.63 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.62 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.61 | 19-Oct-2003 |
lukem | support MAKEVERBOSE
|
1.60 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.59 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.58 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.57 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.56 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.55 | 18-Nov-2001 |
bjh21 | Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case.
|
1.54 | 12-Nov-2001 |
tv | Major overhaul of src/tools and host toolchain. Summary of changes:
* Rewrite src/tools Make logic to work like the rest of the tree wrt "dependall" and "install". The old "make build" hack is gone.
* Remove the MKTOOLS logic. This was linked to the "make build" hack, and was only needed because TOOLDIR originally had no writable default.
* Redo the GNU configure/make logic to make it fit reasonably in a BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for targets in $(srcdir), and mark them with .MADE: to prevent rebuilding.
* Only build cross tools in src/tools; remove some messy logic in src/usr.* and src/gnu/usr.* that would do target filename rewriting (improves consistency and readability).
* Add the ability to build cross gdb at tool build time by setting MKCROSSGDB (default no) to "yes" in mk.conf.
* Add src/tools/groff and set up paths to work with this cross groff.
|
1.53 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.52 | 14-Aug-2001 |
tv | Change ROFF?= to be more like other utility macros; make this "groff -Tps" by default.
|
1.51 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.50 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.49 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.48 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.47 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.46 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.45 | 28-Apr-2000 |
tron | branches: 1.45.2; Add "dependall" target.
|
1.44 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.43 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.42 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.41 | 12-Feb-1999 |
lukem | branches: 1.41.2; 1.41.4; * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.40 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.39 | 29-Sep-1998 |
christos | Missed a few preserve flags.
|
1.38 | 27-Sep-1998 |
lukem | don't build/install man pages or docs if NOSHARE defined
|
1.37 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.36 | 21-Dec-1997 |
christos | Add bsd.obj.mk and fix the rules to work with obj dirs.
|
1.35 | 11-Oct-1997 |
mycroft | Don't include bsd.obj.mk in these two files.
|
1.34 | 11-Oct-1997 |
mycroft | Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.33 | 28-Jun-1997 |
christos | PR/3801: NAKAJIMA Yoshihiro: some documents are installed as executable
|
1.32 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.31 | 07-May-1997 |
mycroft | Add some dummy targets.
|
1.30 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.29 | 07-May-1997 |
mycroft | Introduce a separate cleandoc target.
|
1.28 | 07-May-1997 |
mycroft | Various simplifications.
|
1.27 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.26 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.25 | 15-Apr-1997 |
christos | Make the `obj' target `.PHONY', so that does not get affected by .PATH/VPATH This is not hurting things right now, and it will help things when path searching for target nodes is enabled for make.
|
1.24 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.23 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.22 | 17-Jan-1997 |
perry | add NODOC -- if set, prevents installation of doc files contributed by Brian de Alwis <bsdealwi@undergrad.math.uwaterloo.ca> closes pr-2290 (per thorpej)
|
1.21 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.20 | 26-Jul-1994 |
mycroft | Move the inclusion of bsd.own.mk to a better place.
|
1.19 | 30-Jun-1994 |
cgd | branches: 1.19.2; RCSID frobbing, and minor sanity adjustments.
|
1.18 | 19-Jun-1994 |
cgd | Lite doc macros
|
1.17 | 09-Feb-1994 |
cgd | kill install -d's.
|
1.16 | 24-Jan-1994 |
cgd | change "PRINTER" to "PRINTER_TYPE" because people setenv PRINTER
|
1.15 | 23-Aug-1993 |
mycroft | Add empty `depend', `tags', and `lint' targets.
|
1.14 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.13 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.12 | 15-Aug-1993 |
mycroft | Create target directories with `install -d', and move `obj' targets into one file.
|
1.11 | 03-Aug-1993 |
mycroft | Don't remove obj dir (or link) when doing `make cleandir'.
|
1.10 | 29-Jul-1993 |
mycroft | Don't print the `making ...' message if an obj dir already exists. Also, a minor cleanup.
|
1.9 | 04-Jul-1993 |
cgd | allow docs to make an obj dir and build properly with it.
|
1.8 | 09-Jun-1993 |
cgd | make documentation build into ps files. this works, mostly...
|
1.7 | 10-Apr-1993 |
cgd | get rid of damned "d"foo
|
1.6 | 09-Apr-1993 |
cgd | oops; got rid of obj target -- that wasn't sensible!
|
1.5 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.4 | 08-Apr-1993 |
cgd | try to do the right thing, in terms making directories before we install into them, and get the manpage cleans _OUT_ of "clean". they don't belong there, only in cleandir, WFJ be damned.
|
1.3 | 27-Mar-1993 |
nate | Fixed the doc macros to call troff, eqn,and tbl instead of ditroff, deqn, and dtbl. Fixed make clean to remove the man pages (Bill fixed this in the distribution, but not in the original source) Changed install to leave the original file around, by using 'cp' instead of 'mv'. "install -c ..."
|
1.2 | 23-Mar-1993 |
cgd | added obj target so that docs make (well, actually don't make) obj dirs
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.19.2.1 | 26-Jul-1994 |
cgd | from trunk.
|
1.41.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.41.2.1 | 10-Sep-1999 |
he | Pull up revision 1.43: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.45.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.64.60.1 | 10-Aug-2014 |
tls | Rebase.
|
1.64.48.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.68.28.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.5 | 15-Oct-2025 |
skrll | whitespace. spaces to tab.
|
1.4 | 15-Oct-2025 |
skrll | No need to include bsd.own.mk after bsd.init.mk - bsd.init.mk has already done it.
|
1.3 | 02-Jun-2021 |
jmcneill | Add support for installing a copy of dtb files to the base dtb directory when DTBSUBDIR is defined.
|
1.2 | 19-May-2020 |
rin | Fix dtblist; our echo(1) does not interpret \t.
|
1.1 | 18-May-2020 |
jmcneill | Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.
|
1.24 | 20-Oct-2025 |
nat | New port: mac68ksf - Macintosh 68k softfloat.
This commit is all the Makefile glue for the new port which is the mac68k port with MKSOFTFLOAT set to "yes".
As posted here: https://mail-index.netbsd.org/port-mac68k/2025/10/14/msg001037.html
|
1.23 | 02-Sep-2020 |
jakllsch | Teach bsd.endian.mk about aarch64eb
|
1.22 | 19-Sep-2014 |
matt | Add RISCV-V support.
|
1.21 | 03-Sep-2014 |
matt | Change to support OR1K
|
1.20 | 10-Aug-2014 |
matt | Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
1.19 | 05-Aug-2013 |
matt | Simplify the earm tests
|
1.18 | 18-Jul-2013 |
matt | Test BSD makefile about coldfire. XXX still hate m68k--netbsdelf-coldfire
|
1.17 | 03-Feb-2013 |
matt | branches: 1.17.2; add earmhf
|
1.16 | 05-Aug-2012 |
matt | branches: 1.16.2; Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)).
|
1.15 | 09-Jan-2008 |
simonb | branches: 1.15.16; 1.15.26; Remove support for NetBSD/pc532.
|
1.14 | 30-Jun-2006 |
mrg | branches: 1.14.10; powerpc64 is big endian.
|
1.13 | 17-Aug-2005 |
skrll | Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes from me.
|
1.12 | 17-Mar-2004 |
matt | Make the assumption that all MACHINE_ARCH'es ending in 'el' are little endian and all ending in 'eb' are big endian.
|
1.11 | 17-Mar-2004 |
he | Add sh3el and sh3eb MACHINE_ARCHs.
|
1.10 | 16-Mar-2004 |
he | Add m68000 MACHINE_ARCH (for sun2) to big-endian list.
|
1.9 | 14-Mar-2004 |
soren | Wow, I was more confused still. The former bsd.endian.mk wasn't actually using the little/big values. I wonder how this happened to work..
|
1.8 | 13-Mar-2004 |
skrll | Fix another silly error.
|
1.7 | 13-Mar-2004 |
christos | What happened to testing trivial changes? Fix extra || at the end of the elif
|
1.6 | 12-Mar-2004 |
soren | Replace the <sys/endian.h> hack with a table based on MACHINE_ARCH. This makes src/x11 build without USETOOLS.
|
1.5 | 27-Jul-2003 |
lukem | Ensure the first word of ${CC} exists before attempting to invoke ${CC} to determine TARGET_ENDIANNESS.
This should fix problem reported privately by Matt Green <mrg@>.
This uses exists(${CC:ts::C/:.*$//}) as we don't expect the command name to contain `:'. (The ":ts" trick is from a discussion with Simon Gerraty <sjg@>.)
|
1.4 | 18-May-2003 |
lukem | Only determine TARGET_ENDIANNESS if it's not already defined.
|
1.3 | 05-Jun-2002 |
thorpej | Don't -I${DESTDIR}/usr/include without -nostdinc'ing, first. Some versions of GCC are unhappy with that.
|
1.2 | 30-May-2002 |
itojun | branches: 1.2.2; comment
|
1.1 | 30-May-2002 |
itojun | have bsd.endian.mk, which detects target endian. generate *.db in target endian. (see tech-userlevel for discussions)
|
1.2.2.4 | 05-Jun-2002 |
lukem | Pull up revision 1.3 (requested by thorpej in ticket #164): Don't -I${DESTDIR}/usr/include without -nostdinc'ing, first. Some versions of GCC are unhappy with that.
|
1.2.2.3 | 31-May-2002 |
tv | Pull up revision 1.2 (requested by itojun in ticket #100): comment
|
1.2.2.2 | 30-May-2002 |
tv | Pull up revision 1.1 (requested by itojun in ticket #100): have bsd.endian.mk, which detects target endian. generate *.db in target endian. (see tech-userlevel for discussions)
|
1.2.2.1 | 30-May-2002 |
tv | file bsd.endian.mk was added on branch netbsd-1-6 on 2002-05-30 23:59:29 +0000
|
1.14.10.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.15.26.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.15.26.1 | 30-Oct-2012 |
yamt | sync with head
|
1.15.16.1 | 24-Mar-2014 |
matt | Add armv7
|
1.16.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.16.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.17.2.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.43 | 06-Apr-2013 |
uebayasi | Fix dependency handling of UUDECODE_FILES (e.g. libexec/ld.aout_so on i386).
The .uue rule is defined to make "foo.xxx.uue" -> "foo.xxx". When UUDECODE_FILES_RENAME_* is also applied, the .uue rule tries to make "foo", not "foo.xxx". This results in that "foo.xxx" is never made and always "foo.xxx.uue" -> "foo" is made.
Define dependency for intermediate files.
Avoid unnecessary rebuild and reinstall. (Consume 70K in obj directory.)
|
1.42 | 10-Sep-2011 |
apb | branches: 1.42.2; 1.42.8; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.41 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.40 | 05-Dec-2008 |
cube | Implement FILESBUILD_<file> to allow a FILES element to be built through a target.
|
1.39 | 25-Aug-2008 |
lukem | branches: 1.39.2; Change the message when creating BUILDSYMLINKS from "create" to "symlink". (Arguably more meaningful)
|
1.38 | 11-Dec-2007 |
lukem | branches: 1.38.6; 1.38.10; It's "its" for possessive, not "it's".
|
1.37 | 17-May-2004 |
lukem | branches: 1.37.16; In UUDECODE_FILES, always use -p to a temporary file and then rename appropriately. This simplifies the rule (IMHO), and removes the use of :? which is buggy on older makes...
|
1.36 | 13-May-2004 |
lukem | Add CONFIGFILES & CONFIGSYMLINKS; similar semantics to FILES & SYMLINKS yet installed by 'configinstall' not 'install'. (CONFIGFILES uses FILES{DIR,MODE,OWN,GRP,NAME}{,_*} as per FILES)
|
1.35 | 29-Mar-2004 |
jmc | Also pull in bsd.obj.mk for something which is just using files to install a uuencoded file
|
1.34 | 29-Mar-2004 |
christos | include <bsd.sys.mk> because uue files need TOOL_UUDECODE and in the USETOOLS=no case this never gets defined.
|
1.33 | 19-Mar-2004 |
jmc | branches: 1.33.2; Make sure clean rules pick up all uudecode output
|
1.32 | 18-Mar-2004 |
jmc | If performing a rename with uudecode, touch the expected output so make tracks the dependency.
|
1.31 | 18-Mar-2004 |
jmc | Add UUDECODE_FILES_RENAME_fn so the output from a uudecode can be renamed potentially (usually when the .uue has a pathname contained within it)
|
1.30 | 18-Mar-2004 |
jmc | Add a central method to deal with uuencoded files in the source tree. Files will be stored as .uue and the name sans .uue will be added to UUDECODE_FILES to extract them.
|
1.29 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.28 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.27 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.26 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE for filesinstall
|
1.25 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.24 | 20-Sep-2003 |
lukem | Change `LNFILES' to `BUILDSYMLINKS', to more accurately describe its purpose. Per discussion with Simon Gerraty.
|
1.23 | 03-Sep-2003 |
lukem | .PHONY cleanlnfiles
|
1.22 | 03-Sep-2003 |
lukem | Implement LNFILES: a list of two word items: lnsrc lntgt For each lnsrc item, create a symlink named lntgt. The lntgt symlinks are removed by the cleandir target.
|
1.21 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.20 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.19 | 24-Apr-2002 |
lukem | - in <bsd.files.mk>, don't clear FILES after using it, as that prevents make -V FILES from being useful (and given that every other variable can be extracted using make -V, the behaviour was unusually inconsistent given that the original reason for clearing it doesn't seem to be relevant anymore) - use <bsd.prog.mk> instead of directly including <bsd.files.mk> (and possibly <bsd.man.mk> or <bsd.own.mk>) - remove obsolete NOPROG
|
1.18 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.17 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.16 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.15 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.14 | 10-Jun-2000 |
mycroft | Use ${.ALLSRC:T} when doing the generated variable name lookups, so that it DTRT for generated files in and obj directory (or accessed via .PATH).
|
1.13 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.12 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.11 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.10 | 04-Sep-1999 |
fredb | branches: 1.10.6; Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.9 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.8 | 11-Feb-1999 |
tv | branches: 1.8.2; 1.8.4; Create <bsd.info.mk> for Info documentation, and avoid the nasty install stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and using FILES+= rather than FILES= in <bsd.info.mk>.
|
1.7 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.6 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.5 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.4 | 07-May-1997 |
mycroft | Various simplifications.
|
1.3 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.2 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.1 | 27-Mar-1997 |
christos | Put the FILES generated rules in a separate .mk file since both bsd.prog.mk and bsd.lib.mk use them.
|
1.8.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.8.2.1 | 10-Sep-1999 |
he | Pull up revision 1.10: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.10.6.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.33.2.2 | 31-Mar-2004 |
tron | Pull up revision 1.35 (requested by jmc in ticket #16): Also pull in bsd.obj.mk for something which is just using files to install a uuencoded file
|
1.33.2.1 | 31-Mar-2004 |
tron | Pull up revision 1.34 (requested by jmc in ticket #16): include <bsd.sys.mk> because uue files need TOOL_UUDECODE and in the USETOOLS=no case this never gets defined.
|
1.37.16.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.38.10.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.38.6.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.39.2.1 | 06-Dec-2008 |
snj | Pull up following revision(s) (requested by cube in ticket #168): share/mk/bsd.README: revision 1.243 share/mk/bsd.files.mk: revision 1.40 Implement FILESBUILD_<file> to allow a FILES element to be built through a target.
|
1.42.8.1 | 23-Jun-2013 |
tls | resync from head
|
1.42.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.12 | 09-May-2018 |
joerg | Drop checks for EXTERNAL_TOOLCHAIN for crt*.o. We've been using our own versions for a long time and haven't relied on external files as such.
|
1.11 | 07-Jun-2015 |
matt | branches: 1.11.14; Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
|
1.10 | 10-Dec-2012 |
pooka | branches: 1.10.8; Add more external dependencies for crtstuff
|
1.9 | 10-Dec-2012 |
pooka | Revert poor change
|
1.8 | 10-Dec-2012 |
pooka | Deal with crti and crtn not present in some EXTERNAL_TOOLCHAIN's. Also, handle "missing" crtstuff internally instead of depending on external intervention.
|
1.7 | 21-Nov-2012 |
pooka | unrevert previous. i can't figure out how to make the build break with the change anymore, so assume it was a sunspot.
|
1.6 | 21-Nov-2012 |
pooka | revert previous, seems to upset the build in a creative way
|
1.5 | 21-Nov-2012 |
pooka | Allow user override of _GCC_CRT{BEGIN,END}S.
|
1.4 | 19-Jul-2012 |
christos | branches: 1.4.2; From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the same directory as crtbegin
|
1.3 | 25-Oct-2008 |
mrg | branches: 1.3.18; allow _GCC_*CRT* defines to be overridden in the in-tree toolchain case.
|
1.2 | 27-Jun-2003 |
drochner | provide a variable pointing to the directory where the gcc provided crt*.o are located
|
1.1 | 31-May-2003 |
thorpej | If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and bsd.lib.mk.
|
1.3.18.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.3.18.1 | 30-Oct-2012 |
yamt | sync with head
|
1.4.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.10.8.1 | 10-Jun-2015 |
snj | Pull up following revision(s) (requested by martin in ticket #837): common/lib/libc/arch/arm/features.mk: revision 1.2 lib/libarch/Makefile: revision 1.29 lib/libarch/i386/Makefile.inc: revision 1.15 lib/libarch/x86_64/Makefile.inc: revision 1.5 share/mk/bsd.gcc.mk: revision 1.11 share/mk/bsd.prog.mk: revision 1.292 Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined. Use ${COPT} so it properly emits the right features doing MKCOMPAT Avoid defining MLIBDIR. Use ${MLIBDIR:Unone} instead.
|
1.11.14.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.6 | 20-Dec-2021 |
christos | Rename: MKKDEBUG -> MKDEBUGKERNEL MKTOOLSDEBUG -> MKDEBUGTOOLS while keeping compatibility with the old names. Add missing documentation. Now all debugging tunables are prefixed with MKDEBUG.
|
1.5 | 09-Aug-2020 |
christos | Expose 64 bit fileystems API's on Linux and make the default FS API 64 bits Should unbreak newfs's of fs's, using the tool version of newfs.
|
1.4 | 25-Feb-2018 |
chs | add DTRACE_OPTS and HOST_DTRACE_OPTS to allow disabling various optimizations that interfere with using dtrace. use them when MKDTRACE=yes.
|
1.3 | 20-Feb-2016 |
christos | Provide a variable MKTOOLSDEBUG to build debugging versions of tools.
|
1.2 | 10-Apr-2014 |
plunky | branches: 1.2.2; 1.2.6; the value of HOST_MKDEP previously depended on USETOOLS; make it do so again, and centralise the USETOOLS=no case into bsd.host.mk
|
1.1 | 16-Jan-2014 |
christos | branches: 1.1.2; - Add a new bsd.host.mk that contains all the HOST_ variables extracted from bsd.sys.mk and bsd.own.mk - Add protection requiring that: 1. bsd.sys.mk is not include from other Makefiles directly 2. bsd.own.mk must be included before bsd.sys.mk since it sets variables that bsd.sys.mk uses as conditionals.
This is step 1 of removing all variable settings from bsd.sys.mk and leaving behind only rules. This way, the structure of a standard Makefile is: variable overrides
optionally include bsd.own.mk optionally include bsd.endian.mk
variable settings that use variables defined in bsd.own.mk
include a one or more rule .mk files (such as bsd.prog.mk etc)
|
1.1.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.2.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.6.1 | 10-Apr-2014 |
tls | file bsd.host.mk was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
|
1.2.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.2.1 | 10-Apr-2014 |
yamt | file bsd.host.mk was added on branch yamt-pagecache on 2014-05-22 11:37:53 +0000
|
1.1 | 01-May-2018 |
christos | branches: 1.1.2; Create a new bsd.hostinit.mk file and put the build definitions for all host programs there; make all Makefiles that use bsd.hostprog.mk include it. Namely turn off MKREPRO and don't make lint, man pages, info files etc. Remove the Makefile.inc files that contained these same settings, and remove the settings from Makefile.host
|
1.1.2.2 | 02-May-2018 |
pgoyette | Synch with HEAD
|
1.1.2.1 | 01-May-2018 |
pgoyette | file bsd.hostinit.mk was added on branch pgoyette-compat on 2018-05-02 07:20:02 +0000
|
1.21 | 12-Apr-2024 |
jakllsch | Filter out -Wp,-iremap,* from CPPFLAGS as is done in hostprog.mk
Seems to fix build of libnbcompat in reproducible mode on host toolchains w/o -iremap
|
1.20 | 04-May-2018 |
christos | branches: 1.20.12; include bsd.hostinit.mk instead of bsd.init.mk
|
1.19 | 01-Dec-2014 |
erh | branches: 1.19.14; PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly.
|
1.18 | 10-Apr-2014 |
plunky | the value of HOST_MKDEP previously depended on USETOOLS; make it do so again, and centralise the USETOOLS=no case into bsd.host.mk
|
1.17 | 29-Oct-2013 |
joerg | branches: 1.17.2; Unbreak src/tools usage of C++.
|
1.16 | 10-Sep-2011 |
apb | branches: 1.16.2; 1.16.8; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.15 | 05-Aug-2011 |
plunky | NOPATH the lib we are making, rather than HOSTPROG which is irrelevant
|
1.14 | 10-Jun-2004 |
lukem | Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
|
1.13 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.12 | 02-Jan-2004 |
lukem | Consistently test all variables that support a "yes"/"no" value with ${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR
Improve the documentation.
|
1.11 | 11-Nov-2003 |
dsl | Set MKDEP_SUFFIXES to get additional targets in .depend instead of using sed in .afterdepend. I don't think .afterdepend is used anywhere any more.
|
1.10 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.9 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.8 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.7 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.6 | 31-Jul-2003 |
lukem | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix some build problems where DPSRCS contains .h files that need to exist to build the .d file.
document that bsd.dep.mk should be included after anything that might update SRCS or DPSRCS so that the above works correctly, and actually ensure this is the case.
|
1.5 | 28-Jul-2003 |
lukem | be consistent when adding *.y and *.l to DPSRCS
|
1.4 | 11-Jun-2003 |
msaitoh | catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
|
1.3 | 17-Sep-2002 |
thorpej | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
|
1.2 | 03-Jan-2002 |
tv | Add more tolerant script-based implementation of mkdep for host tool compiles. Based loosely on mkdep.old.compiler (so CSRG license copied), but now uses just one rewrite (awk) process per cpp invocation and determines the proper way to run cpp and awk via a "configure" script.
Use HOST_MKDEP in bsd.hostlib/hostprog.mk (defaulting to the old override value of MKDEP), and give it a TOOLDIR equivalent in bsd.own.mk.
|
1.1 | 28-Nov-2001 |
tv | Add <bsd.hostlib.mk>, for use when building a host-specific library (to be used with src/tools/compat).
|
1.16.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.16.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.17.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.19.14.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.20.12.1 | 18-Apr-2024 |
martin | Pull up following revision(s) (requested by jakllsch in ticket #664):
share/mk/bsd.hostlib.mk: revision 1.21
Filter out -Wp,-iremap,* from CPPFLAGS as is done in hostprog.mk
Seems to fix build of libnbcompat in reproducible mode on host toolchains w/o -iremap
|
1.86 | 02-Nov-2024 |
christos | make zstd a private library (for now)
|
1.85 | 31-Oct-2024 |
christos | Add zstd
|
1.84 | 27-Mar-2021 |
simonb | branches: 1.84.8; Make columns nicely aligned.
|
1.83 | 04-Apr-2020 |
christos | Add libgnuctf
|
1.82 | 28-Oct-2019 |
maxv | Add nvmmctl, with two commands for now.
|
1.81 | 21-Jan-2019 |
christos | branches: 1.81.2; Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.80 | 04-May-2018 |
christos | branches: 1.80.2; include bsd.hostinit.mk instead of bsd.init.mk
|
1.79 | 25-Nov-2017 |
jmcneill | branches: 1.79.2; Add LIBREFUSE define for DPADD
|
1.78 | 10-Oct-2017 |
christos | add the rump resolver library.
|
1.77 | 08-Feb-2017 |
kamil | libpthread_dbg(3) deletion from the base distribution
libpthread_dbg(3) is a remnant library from the M:N thread model (pre-NetBSD-5.0) API to introspect threads within a process and for use of debuggers.
Currently in the 1:1 model it's not used in GDB neither in LLDB and it's not either planned to be used. It's current function to read pthread_t structures is realizable within a regular debugger capable to instrospect objects within a tracee (GDB, LLDB...).
Remaining users of this API can still use this library from pkgsrc/devel/libpthread_dbg.
Sponsored by <The NetBSD Foundation>
|
1.76 | 01-Jan-2016 |
christos | branches: 1.76.2; 1.76.4; Add the pthread libraries, documented already in bsd.README; sort
|
1.75 | 22-Nov-2015 |
kamil | Add new predefined value for DPADD: LIBPANEL
|
1.74 | 01-Dec-2014 |
erh | PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly.
|
1.73 | 10-Apr-2014 |
plunky | the value of HOST_MKDEP previously depended on USETOOLS; make it do so again, and centralise the USETOOLS=no case into bsd.host.mk
|
1.72 | 29-Oct-2013 |
joerg | branches: 1.72.2; Unbreak src/tools usage of C++.
|
1.71 | 14-Jun-2013 |
tsutsui | Invoke tools/binstall/mkmanifest for Cygwin via ${HOST_SH}. Fixes builds using source sets that drop executable bits.
|
1.70 | 11-Apr-2013 |
christos | add new libevent2 libraries.
|
1.69 | 17-Feb-2013 |
christos | Add a hook to create a manifest file if needed under cygwin
|
1.68 | 16-Feb-2013 |
jmmv | Hook Lutok into the build. This is all protected by the MKKYUA guard.
|
1.67 | 29-Feb-2012 |
tron | branches: 1.67.2; Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.66 | 13-Oct-2011 |
joerg | branches: 1.66.2; 1.66.4; Hook up SQLite into the build
|
1.65 | 07-Oct-2011 |
mrg | obsolete libgcc_pic and friends. all libgcc's are supposed to be pic for platforms with shlibs already (and are.)
this obsoletes our hacks for the libgcc specs to use libgcc_pic, and fixes a couple of other issues reported to me directly.
|
1.64 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.63 | 05-Jun-2011 |
christos | add libgcc_pic dependency.
|
1.62 | 24-Mar-2011 |
bouyer | branches: 1.62.2; Add a new libquota library, which contains some blocks to build and/or parse quota plists; as well as a getfsquota() function to retrieve quotas for a single id from a single filesystem (whatever filesystem this is: a local quota-enabled fs or NFS). This is build on functions getufsquota() (for local filesystems with UFS-like quotas) and getnfsquota(); which are also available to userland programs. move functions from quota2_subr.c to libquota or libprop as appropriate, and ajust in-tree quota tools. move some declarations from kernel headers to either sys/quota.h or quota/quota.h as appropriate. ufs/ufs/quota.h still installed because it's needed by other installed ufs headers. ufs/ufs/quota1.h still installed as a quick&dirty way to get a code using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of ufs/ufs/quota.h - old code won't compile without this change and this is on purpose). Discussed on tech-kern@ and tech-net@ (long thread, but not much about libquota itself ...)
|
1.61 | 20-Feb-2011 |
jmmv | Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and use these to properly set DPADD for test programs.
|
1.60 | 25-Dec-2010 |
joerg | branches: 1.60.2; If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to / for the purpose of the C preprocessor. This avoids leaking the source path into the final binaries.
|
1.59 | 22-Nov-2010 |
pooka | add LIBRUMPCLIENT
|
1.58 | 02-Nov-2010 |
joerg | Add LIBLZMA.
|
1.57 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.56 | 12-May-2009 |
plunky | remove libsdp as improved functionality has been enabled in libbluetooth.
|
1.55 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.54 | 19-Nov-2008 |
pooka | branches: 1.54.2; Split vfs out of rumpkern into rumpvfs. Non-fs rumps no longer include the file system code. File system rumps explicitly need to include rumpvfs from now on.
|
1.53 | 02-Oct-2008 |
joerg | branches: 1.53.2; 1.53.4; Hook up libfetch and pkg_install update.
|
1.52 | 29-Jul-2008 |
pooka | Install rump libraries and utilities to the base system and remove the private non-installed build infrastructure from sys/rump.
breakdown of commit: * install relevant headers into /usr/include/rump * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern from src/lib and install as librumpuser and librump, respectively + this retains the ability to test a librump build with just the kernel sources at hand * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib for general consumption, they are not kernel-space dwellers anyway * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k * build and install userspace kernel file system daemons if MKPUFFS=yes is spexified * retire fsconsole for now, it will make a comeback with an actually implemented version shortly
|
1.51 | 26-Apr-2008 |
christos | branches: 1.51.2; make all shared libraries depend on libc.
|
1.50 | 09-Nov-2006 |
christos | branches: 1.50.16; 1.50.18; Add ssp glue.
|
1.49 | 22-Oct-2006 |
pooka | libpuffs
|
1.48 | 09-Oct-2006 |
mrg | - clean up some comments to reality. - retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX - in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC - add LIBSUPCXX - don't default USE_LIBSTDCXX or USE_GCC4 since they are not used in the tree any where - same with USE_XF86_4; retire it - remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
|
1.47 | 19-Jun-2006 |
gdamore | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
|
1.46 | 20-Mar-2006 |
christos | remove KRB4 libraries (Jukka Salmi)
|
1.45 | 02-Sep-2005 |
jwise | Add proper support for using bsd.hostprog.mk to build c++-based host programs -- doesn't affect current host tools build (groff is built the Makefile.gnuhost way).
Provides {.cc,.cpp,.cxx,.C}.lo rule, associated variables, and HOSTPROG_CXX support (mirroring PROG_CXX in bsd.prog.mk).
Tested with from-scratch `build.sh tools' and full system build.
|
1.44 | 20-Jun-2004 |
jmc | branches: 1.44.2; Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different')
Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc).
Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9.
Fixes PR's: PR#17762 PR#25944
|
1.43 | 10-Jun-2004 |
lukem | Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
|
1.42 | 21-May-2004 |
ross | If you add a library, you need to define its DPADD symbol here.
Add LIBMAGIC.
|
1.41 | 29-Jan-2004 |
lukem | branches: 1.41.2; Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.40 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.39 | 02-Jan-2004 |
lukem | Consistently test all variables that support a "yes"/"no" value with ${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR
Improve the documentation.
|
1.38 | 26-Dec-2003 |
christos | Add libstdc++
|
1.37 | 16-Nov-2003 |
lukem | simplify with _MKTARGET_LINK
|
1.36 | 11-Nov-2003 |
dsl | Set MKDEP_SUFFIXES to get additional targets in .depend instead of using sed in .afterdepend. I don't think .afterdepend is used anywhere any more.
|
1.35 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.34 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.33 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.32 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.31 | 28-Jul-2003 |
lukem | be consistent when adding *.y and *.l to DPSRCS
|
1.30 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.29 | 16-Jul-2003 |
itojun | stop installing install libtelnet. build under lib/libtelnet and reference it from usr.bin/telnet and libexec/telnetd. (reason for separate build: compiler flags)
|
1.28 | 12-Jun-2003 |
provos | add LIBEVENT
|
1.27 | 11-Jun-2003 |
msaitoh | catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
|
1.26 | 14-May-2003 |
dbj | remove dependencies on ${LIBC} ${LIBM} and ${LIBTERMCAP} static libraries from host tool targets. Commits fix from PR toolchain/21495
|
1.25 | 17-Sep-2002 |
thorpej | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
|
1.24 | 29-Mar-2002 |
tv | COPTS is for target objects, not host objects.
|
1.23 | 03-Jan-2002 |
tv | Add more tolerant script-based implementation of mkdep for host tool compiles. Based loosely on mkdep.old.compiler (so CSRG license copied), but now uses just one rewrite (awk) process per cpp invocation and determines the proper way to run cpp and awk via a "configure" script.
Use HOST_MKDEP in bsd.hostlib/hostprog.mk (defaulting to the old override value of MKDEP), and give it a TOOLDIR equivalent in bsd.own.mk.
|
1.22 | 14-Nov-2001 |
tv | C/..$/.c/ -> C/\..$/.c/
|
1.21 | 14-Nov-2001 |
tv | Remove SHAREDSTRINGS logic for host programs; this is unnecessary here.
|
1.20 | 13-Nov-2001 |
tv | Move host program overrides of INSTALL and MKDEP to <bsd.hostprog.mk>.
|
1.19 | 12-Nov-2001 |
tv | Set CFLAGS and CPPFLAGS for the benefit of <bsd.dep.mk>, and move the inclusion of <bsd.sys.mk> to the top to get defaults. (Dependency handling needs a cleanup, and will get one soon....)
|
1.18 | 11-Nov-2001 |
tv | Affix the ${HOST_OSTYPE} info to the end of the objdir name if OBJMACHINE is set (and MAKEOBJDIR[PREFIX] is not in use). This permits multiple hosts to compile hostprogs (not just src/tools) for a given target without colliding with each other.
Currently restricted only to new toolchain builds, as this requires a new make(1) in order to function properly.
|
1.17 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.16 | 25-Oct-2001 |
thorpej | Sigh, back out previous -- it is necessary inorder for the depend (and dependall) targets to work properly.
XXX THIS IS BROKEN. It's highly questionalble that we should be applying our .depend-generating rules to a host system -- the mkdep we currently use assumes GCC.
|
1.15 | 25-Oct-2001 |
thorpej | Remove an unnecessary "CPPFLAGS=${HOST_CPPFLAGS}" -- the host tool targets use HOST_CPPFLAGS exclusively, and keeping this assignment can get us into some unfortuante recursion trouble.
|
1.14 | 19-Oct-2001 |
tv | Add .NOPATH for all files generated from .l or .y files in SRCS. Fixes PRs bin/14187 and lib/14239.
Also simplify the handling of these transforms to .c and .h files a bit by leveraging make's builtin macro operators.
|
1.13 | 25-Sep-2001 |
tv | Set .NOPATH on program to build to make sure it goes in .OBJDIR. Problem noted by <seebs@plethora.net>.
|
1.12 | 13-Sep-2001 |
thorpej | Add LIBPCI.
|
1.11 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.10 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.9 | 04-Jan-2001 |
garbled | Add LIBCDK and LIBFORM definitions
|
1.8 | 31-Oct-2000 |
itojun | add ${LIBINTL} for use with DPADD.
|
1.7 | 07-Mar-2000 |
veego | Remove unused libahdi. It will be replaced in the future with a more generic libdisklabel.
|
1.6 | 05-Feb-2000 |
jdc | Add libahdi entries.
|
1.5 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.4 | 23-Nov-1999 |
blymn | Added libmenu library.
|
1.3 | 24-Sep-1999 |
wrstuden | Zap proginstall and scriptinstall - they don't make sense for hostprog.
|
1.2 | 14-Sep-1999 |
perry | branches: 1.2.2; Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.1 | 14-Jul-1999 |
wrstuden | Add bsd.hostprog.mk, a makefile for making programs used during the build which will run on the build machine.
|
1.2.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.41.2.2 | 22-Jun-2004 |
tron | Pull up revision 1.44 (requested by jmc in ticket #527): Completely rework how tools/compat is done. Purge all uses/references to _NETBSD_SOURCE as this makes cross building from older/newer versions of NetBSD harder, not easier (and also makes the resulting tools 'different') Wrap all required code with the inclusion of nbtool_config.h, attempt to only use POSIX code in all places (or when reasonable test w. configure and provide definitions: ala u_int, etc). Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86 NetBSD current (x86 and amd64) and Solaris 9. Fixes PR's: PR#17762 PR#25944
|
1.41.2.1 | 22-May-2004 |
he | Pull up revision 1.42 (requested by ross in ticket #373): If you add a library, you need to define its DPADD symbol here. Add LIBMAGIC.
|
1.44.2.1 | 04-Sep-2005 |
tron | Pull up following revision(s) (requested by jwise in ticket #737): share/mk/bsd.sys.mk: revision 1.124 share/mk/bsd.hostprog.mk: revision 1.45 Add proper support for using bsd.hostprog.mk to build c++-based host programs -- doesn't affect current host tools build (groff is built the Makefile.gnuhost way). Provides {.cc,.cpp,.cxx,.C}.lo rule, associated variables, and HOSTPROG_CXX support (mirroring PROG_CXX in bsd.prog.mk). Tested with from-scratch `build.sh tools' and full system build.
|
1.50.18.1 | 18-May-2008 |
yamt | sync with head.
|
1.50.16.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.50.16.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.51.2.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.53.4.1 | 06-Jun-2009 |
bouyer | branches: 1.53.4.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.53.4.1.2.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.53.2.1 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.54.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.60.2.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.62.2.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.66.4.1 | 02-Mar-2012 |
riz | Pull up following revision(s) (requested by tron in ticket #72): external/mit/xorg/lib/fontconfig/src/Makefile: revision 1.8 distrib/sets/lists/xbase/shl.mi: revision 1.45 distrib/sets/lists/comp/ad.mips64eb: revision 1.72 external/mit/expat/lib/Makefile: revision 1.1 external/mit/xorg/tools/fc-cache/Makefile: revision 1.6 x11/lib/fontconfig/src/Makefile: revision 1.11 distrib/sets/lists/xcomp/mi: revision 1.134 distrib/sets/lists/base/md.amd64: revision 1.159 distrib/sets/lists/base/ad.mips64eb: revision 1.85 external/mit/xorg/lib/dri/dri.mk: revision 1.11 external/mit/expat/lib/Makefile.inc: revision 1.1 external/mit/expat/Makefile.inc: revision 1.1 distrib/sets/lists/base/shl.mi: revision 1.619 distrib/sets/lists/comp/shl.mi: revision 1.212 distrib/sets/lists/man/mi: revision 1.1382 distrib/sets/lists/comp/mi: revision 1.1743 x11/lib/expat/Makefile: file removal lib/Makefile: revision 1.182 external/mit/expat/Makefile: revision 1.1 external/mit/Makefile: revision 1.2 distrib/sets/lists/xcomp/shl.mi: revision 1.31 external/mit/xorg/bin/xmlwf/Makefile: revision 1.4 external/mit/xorg/lib/Makefile: revision 1.25 external/mit/expat/lib/libexpat/Makefile: revision 1.1 distrib/sets/lists/comp/ad.mips64el: revision 1.72 x11/lib/expat/shlib_version: file removal external/mit/xorg/lib/expat/expat_config.h: file removal external/mit/expat/bin/xmlwf/Makefile: revision 1.1 share/mk/bsd.prog.mk: revision 1.274 distrib/sets/lists/base/ad.mips64el: revision 1.84 x11/lib/Makefile: revision 1.11 external/mit/xorg/lib/expat/Makefile: file removal external/mit/xorg/lib/expat/shlib_version: file removal distrib/sets/lists/comp/md.amd64: revision 1.158 distrib/sets/lists/base/mi: revision 1.987 distrib/sets/lists/base/md.sparc64: revision 1.150 share/mk/bsd.README: revision 1.294 external/mit/expat/bin/Makefile.inc: revision 1.1 distrib/sets/lists/xbase/mi: revision 1.113 external/mit/expat/lib/libexpat/shlib_version: revision 1.1 external/mit/expat/lib/libexpat/expat_config.h: revision 1.1 distrib/sets/lists/comp/md.sparc64: revision 1.141 share/mk/bsd.hostprog.mk: revision 1.67 external/mit/expat/bin/Makefile: revision 1.1 Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.66.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.66.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.67.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.67.2.2 | 23-Jun-2013 |
tls | resync from head
|
1.67.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.72.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.76.4.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.76.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.79.2.2 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.79.2.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.80.2.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.80.2.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.80.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.81.2.1 | 10-Nov-2019 |
martin | Pull up following revision(s) (requested by maxv in ticket #405):
usr.sbin/nvmmctl/nvmmctl.8: revision 1.2 lib/libnvmm/libnvmm.3: revision 1.24 sys/dev/nvmm/nvmm.h: revision 1.11 lib/libnvmm/libnvmm.3: revision 1.25 sys/dev/nvmm/x86/nvmm_x86.h: revision 1.16 sys/dev/nvmm/nvmm.h: revision 1.12 sys/dev/nvmm/x86/nvmm_x86.h: revision 1.17 tests/lib/libnvmm/h_mem_assist.c: revision 1.12 sys/dev/nvmm/x86/nvmm_x86.h: revision 1.18 share/mk/bsd.hostprog.mk: revision 1.82 lib/libnvmm/libnvmm.c: revision 1.15 distrib/sets/lists/base/md.amd64: revision 1.281 tests/lib/libnvmm/h_mem_assist.c: revision 1.13 lib/libnvmm/libnvmm.c: revision 1.16 tests/lib/libnvmm/h_mem_assist.c: revision 1.14 lib/libnvmm/libnvmm_x86.c: revision 1.32 lib/libnvmm/libnvmm.c: revision 1.17 tests/lib/libnvmm/h_mem_assist.c: revision 1.15 lib/libnvmm/libnvmm_x86.c: revision 1.33 lib/libnvmm/libnvmm.c: revision 1.18 usr.sbin/nvmmctl/Makefile: revision 1.1 tests/lib/libnvmm/h_mem_assist_asm.S: revision 1.7 tests/lib/libnvmm/h_mem_assist.c: revision 1.16 lib/libnvmm/libnvmm_x86.c: revision 1.34 usr.sbin/nvmmctl/Makefile: revision 1.2 tests/lib/libnvmm/h_mem_assist_asm.S: revision 1.8 tests/lib/libnvmm/h_mem_assist.c: revision 1.17 sys/dev/nvmm/nvmm_internal.h: revision 1.13 lib/libnvmm/libnvmm_x86.c: revision 1.35 lib/libnvmm/libnvmm_x86.c: revision 1.36 usr.sbin/postinstall/postinstall.in: revision 1.8 lib/libnvmm/libnvmm_x86.c: revision 1.37 lib/libnvmm/libnvmm_x86.c: revision 1.38 lib/libnvmm/libnvmm_x86.c: revision 1.39 usr.sbin/Makefile: revision 1.282 lib/libnvmm/nvmm.h: revision 1.13 lib/libnvmm/nvmm.h: revision 1.14 lib/libnvmm/nvmm.h: revision 1.15 sys/dev/nvmm/nvmm.c: revision 1.23 lib/libnvmm/nvmm.h: revision 1.16 sys/dev/nvmm/nvmm.c: revision 1.24 lib/libnvmm/nvmm.h: revision 1.17 sys/dev/nvmm/nvmm.c: revision 1.25 tests/lib/libnvmm/h_io_assist.c: revision 1.9 etc/MAKEDEV.tmpl: revision 1.209 tests/lib/libnvmm/h_io_assist.c: revision 1.10 tests/lib/libnvmm/h_io_assist.c: revision 1.11 etc/group: revision 1.35 distrib/sets/lists/man/mi: revision 1.1660 sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.40 sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.41 sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.42 sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.43 sys/dev/nvmm/x86/nvmm_x86_vmx.c: revision 1.44 sys/dev/nvmm/x86/nvmm_x86_svm.c: revision 1.51 sys/dev/nvmm/nvmm_ioctl.h: revision 1.8 sys/dev/nvmm/x86/nvmm_x86_svm.c: revision 1.52 sys/dev/nvmm/nvmm_ioctl.h: revision 1.9 sys/dev/nvmm/x86/nvmm_x86_svm.c: revision 1.53 usr.sbin/nvmmctl/nvmmctl.c: revision 1.1 lib/libnvmm/libnvmm.3: revision 1.20 distrib/sets/lists/debug/md.amd64: revision 1.106 lib/libnvmm/libnvmm.3: revision 1.21 lib/libnvmm/libnvmm.3: revision 1.22 usr.sbin/nvmmctl/nvmmctl.8: revision 1.1 lib/libnvmm/libnvmm.3: revision 1.23
Fix incorrect parsing: the R/M field uses a special GPR map when the address size is 16 bits, regardless of the actual operating mode. With this special map there can be two registers referenced at once, and also disp16-only. Implement this special behavior, and add associated tests. While here simplify a few things. With this in place, the Windows 95 installer initializes correctly. Part of PR/54611. add missing initializer Implement XCHG, add associated tests, and add comments to explain. With this in place the Windows 95 installer completes successfuly. Part of PR/54611. Improve nvmm_vcpu_dump(). Put back 'default', because llvm apparently doesn't realize that all cases are covered in the switch. Miscellaneous changes in NVMM, to address several inconsistencies and issues in the libnvmm API. - Rename NVMM_CAPABILITY_VERSION to NVMM_KERN_VERSION, and check it in libnvmm. Introduce NVMM_USER_VERSION, for future use. - In libnvmm, open "/dev/nvmm" as read-only and with O_CLOEXEC. This is to avoid sharing the VMs with the children if the process forks. In the NVMM driver, force O_CLOEXEC on open(). - Rename the following things for consistency: nvmm_exit* -> nvmm_vcpu_exit* nvmm_event* -> nvmm_vcpu_event* NVMM_EXIT_* -> NVMM_VCPU_EXIT_* NVMM_EVENT_INTERRUPT_HW -> NVMM_VCPU_EVENT_INTR NVMM_EVENT_EXCEPTION -> NVMM_VCPU_EVENT_EXCP Delete NVMM_EVENT_INTERRUPT_SW, unused already. - Slightly reorganize the MI/MD definitions, for internal clarity. - Split NVMM_VCPU_EXIT_MSR in two: NVMM_VCPU_EXIT_{RD,WR}MSR. Also provide separate u.rdmsr and u.wrmsr fields. This is more consistent with the other exit reasons. - Change the types of several variables: event.type enum -> u_int event.vector uint64_t -> uint8_t exit.u.*msr.msr: uint64_t -> uint32_t exit.u.io.type: enum -> bool exit.u.io.seg: int -> int8_t cap.arch.mxcsr_mask: uint64_t -> uint32_t cap.arch.conf_cpuid_maxops: uint64_t -> uint32_t - Delete NVMM_VCPU_EXIT_MWAIT_COND, it is AMD-only and confusing, and we already intercept 'monitor' so it is never armed. - Introduce vmx_exit_insn() for NVMM-Intel, similar to svm_exit_insn(). The 'npc' field wasn't getting filled properly during certain VMEXITs. - Introduce nvmm_vcpu_configure(). Similar to nvmm_machine_configure(), but as its name indicates, the configuration is per-VCPU and not per-VM. Migrate and rename NVMM_MACH_CONF_X86_CPUID to NVMM_VCPU_CONF_CPUID. This becomes per-VCPU, which makes more sense than per-VM. - Extend the NVMM_VCPU_CONF_CPUID conf to allow triggering VMEXITs on specific leaves. Until now we could only mask the leaves. An uint32_t is added in the structure: uint32_t mask:1; uint32_t exit:1; uint32_t rsvd:30; The two first bits select the desired behavior on the leaf. Specifying zero on both resets the leaf to the default behavior. The new NVMM_VCPU_EXIT_CPUID exit reason is added. Three changes in libnvmm: - Add 'mach' and 'vcpu' backpointers in the nvmm_io and nvmm_mem structures. - Rename 'nvmm_callbacks' to 'nvmm_assist_callbacks'. - Rename and migrate NVMM_MACH_CONF_CALLBACKS to NVMM_VCPU_CONF_CALLBACKS, it now becomes per-VCPU. Update the libnvmm man page: - Sync the naming with reality. - Replace "relevant" by "desired" and "virtualizer" by "emulator", closer to what I meant. - Add a "VCPU Configuration" section. - Add a "Machine Ownership" section. Add the "nvmm" group, and make nvmm_init() public. Sent to tech-kern@ a few days ago. Use the new PTE naming, and define CR3_FRAME_* separately. No functional change. Add a new VCPU conf option, that allows userland to request VMEXITs after a TPR change. This is supported on all Intel CPUs, and not-too-old AMD CPUs. The reason for wanting this option is that certain OSes (like Win10 64bit) manage interrupt priority in hardware via CR8 directly, and for these OSes, the emulator may want to sync its internal TPR state on each change. Add two new fields in cap.arch, to report the conf capabilities. Report TPR only on Intel for now, not AMD, because I don't have a recent AMD CPU on which to test. Mask CPUID leaf 0x0A on Intel, because we don't want the guest to try (and fail) to probe the PMC MSRs. This avoids "Unexpected WRMSR" warnings in qemu-nvmm. Add PCID support in the guests. This speeds up most 64bit guests, because since Meltdown, everybody uses PCID (including NetBSD). Change the way root_owner works: consider the calling process as root_owner not if it has root privileges, but if the /dev/nvmm device was opened with write permissions. Introduce the undocumented nvmm_root_init() function to achieve that. The goal is to simplify the logic and have more granularity, eg if we want a monitoring agent to access VMs but don't want to give this agent real root access on the system. A few changes: - Use smaller types in struct nvmm_capability. - Use smaller type for nvmm_io.port. - Switch exitstate to a compacted structure. Add nram in struct nvmm_ctl_mach_info. Add nvmmctl, with two commands for now. Macro tidyness. Sort SEE ALSO. should be fork(2), noticed by wiz Add debug entry for newly introduced nvmmctl utility. Annotate a covering switch as such to avoid warnings about missing returns. Forgot to put nvmmctl in the "nvmm" group. Add nvmm group.
|
1.84.8.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.34 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.33 | 26-Dec-2018 |
christos | Remove extra -c. -c has been the default behavior since 2003, and the comment why it is needed was introduced in 2001. We don't want to duplicate -c which is set in ${COPY} because someone might want to override that.
|
1.32 | 16-Mar-2006 |
jwise | branches: 1.32.82; 1.32.84; Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.31 | 06-Jul-2004 |
mycroft | Add a missing .PHONY.
|
1.30 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.29 | 27-Jan-2004 |
lukem | There's no need to use :N-c with ${INSTALL_FILE}.
|
1.28 | 07-Nov-2003 |
lukem | Support MAKEVERBOSE more effectively.
|
1.27 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.26 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE for rules which are of the form: @cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
|
1.25 | 03-Aug-2003 |
lukem | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.
Yet more improvements to bsd.README.
|
1.24 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.23 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.22 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.21 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.20 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.19 | 31-Oct-2001 |
tv | Revert previous. src/include depends on the ability of <bsd.inc.mk> to provide things to INCS with / in them. Since nothing in-tree yet uses INCS{DIR,NAME}_filename, this is not a loss at the moment.
|
1.18 | 30-Oct-2001 |
wiz | Add support for INCSNAME and INCSNAME_<file> to bsd.inc.mk. Same syntax as FILESNAME and FILESNAME_<file>, allows to install includes under a different name. Okay'd by christos.
|
1.17 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.16 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.15 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.14 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.13 | 21-Aug-1999 |
simonb | branches: 1.13.6; Add ${INSTPRIV} to ${INSTALL} commands.
|
1.12 | 04-Feb-1999 |
christos | branches: 1.12.4; PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.11 | 29-Sep-1998 |
christos | Missed a few preserve flags.
|
1.10 | 03-Jun-1997 |
cgd | declare ${DESTDIR}${INCSDIR}/$I .PHONY if UPDATE isn't defined, so that headers will be installed properly in the !UPDATE case. From Christos.
|
1.9 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.8 | 26-May-1997 |
cjs | branches: 1.8.2; These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.7 | 09-May-1997 |
mycroft | Oops; rearrange dependencies to get things built early enough.
|
1.6 | 09-May-1997 |
mycroft | Make sure INCS and SRCS are built if necessary.
|
1.5 | 07-May-1997 |
mycroft | Various simplifications.
|
1.4 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.3 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.2 | 27-Mar-1997 |
christos | Don't generate an include target if we don't have INCS set, because SUBDIRS can make one too. This will break on Makefiles that have both INCS and SUBDIRS, so then we'll need to change includes: to includes::, but we don't have any yet.
|
1.1 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.8.2.1 | 01-Aug-1997 |
cjs | update to 1.10
|
1.12.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.13.6.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.32.84.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.32.82.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.46 | 18-Aug-2024 |
rin | bsd.info.mk: Install INFOFILES as is, if TEXINFO is empty
This allows us to install pre-generated info files. NFCI otherwise.
|
1.45 | 16-Jun-2024 |
hgutch | branches: 1.45.2; Simplify test for 0 byte file size
pointed out by kre@
|
1.44 | 16-Jun-2024 |
hgutch | Unbreak generation of share/info/dir
install-info refuses to operate on 0 byte files. When __infoinstall is run the first time in a build, an empty ${INFODIRFILE} is created via touch. As install-info leaves this file untouched, we are left with a 0 byte file at the end. For subsequent __infostall runs the only difference is that ${INFODIRFILE} already exists as a 0 byte file, so no new one is created.
Fix by deleting ${INFODIRFILE} in the loop (with the lock held) if it is a 0 byte file. In this case also don't bother with calling install-info -r.
|
1.43 | 01-May-2023 |
christos | Create the INFODIRFILE if it does not exist, so that we can take a lock on it. Hopefully fixes a race condition where two parallel makes attempt to create the file at the same time.
|
1.42 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.41 | 18-Dec-2015 |
christos | branches: 1.41.14; 1.41.16; Sort texinfo dir file for MKREPRO
|
1.40 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.39 | 28-Feb-2009 |
joerg | When processing texinfo sources, use --no-version-header to make the build reproducable.
|
1.38 | 16-Mar-2006 |
jwise | branches: 1.38.26; 1.38.28; Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.37 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.36 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.35 | 19-Oct-2003 |
lukem | support MAKEVERBOSE for .txi.info .texi.info .texinfo.info
|
1.34 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.33 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.32 | 27-Jul-2003 |
lukem | be consistent about using ${.TARGET} for $@ and ${.IMPSRC} for $<
|
1.31 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.30 | 14-Jul-2003 |
lukem | Pull in <bsd.sys.mk> to provide the defaults for TOOL_* when USETOOLS=never
|
1.29 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.28 | 24-Jun-2003 |
tron | Fix "clean" rule to honor "CLEANFILES" variable.
|
1.27 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.26 | 01-Mar-2002 |
pk | branches: 1.26.2; Serialize access to $INFODIR/dir; multiple instances of `install-info' would trash that file.
|
1.25 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.24 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.23 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.22 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.21 | 02-Aug-2001 |
enami | Now that the makeinfo is quiet by default, don't suppress commmand line echo.
|
1.20 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.19 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.18 | 10-Jun-2000 |
mycroft | Use ${.ALLSRC:T} when doing the generated variable name lookups, so that it DTRT for generated files in and obj directory (or accessed via .PATH).
|
1.17 | 10-Jun-2000 |
mycroft | Do `install-info --remove' after installing the info file.
|
1.16 | 08-Jun-2000 |
mycroft | Rearrange slightly to get rid of unneeded conditionals (and make this *slightly* less painful to trace through, though not much).
|
1.15 | 08-Jun-2000 |
mycroft | Rework to not use the `files' crap. It requires far too much klugery to actually get the semantics right. As a bonus, the info directory is not reordered when using UPDATE any more, if files are not actually reinstalled.
|
1.14 | 08-Jun-2000 |
mycroft | The previous commit was *definitely* wrong. It indicates an out of date make(1).
|
1.13 | 07-Jun-2000 |
matt | Don't know if this is a side effect of the recent makes changes but set FILESDIR_${F} for info files.
|
1.12 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.11 | 19-Feb-2000 |
erh | branches: 1.11.2; Add NOPATH to prevent files in the serach path from interfering with what we're building.
|
1.10 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.9 | 14-Sep-1999 |
perry | Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.8 | 22-Apr-1999 |
billc | Fix thinko to make MKINFO=no work again. Closes PRs 7342 and 7411.
|
1.7 | 12-Feb-1999 |
tv | branches: 1.7.2; Add {MK,NO}INFO, and use that to control generation/installation of Info documentation. MKINFO=no is implied by MKSHARE=no.
|
1.6 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.5 | 11-Feb-1999 |
tv | I wish they'd settle on a file extension. Build Info files for any of .txi, .texi, or .texinfo.
|
1.4 | 11-Feb-1999 |
tv | Clean on "cleandir" and "distclean", not "realclean". XXX those clean targets should be unified and depend on a common name, including that "distclean" should invoke "realclean".
|
1.3 | 11-Feb-1999 |
tv | Add an INFOFLAGS that contains -I's to pass to makeinfo.
|
1.2 | 11-Feb-1999 |
tv | makeinfo produces its own `making...' message, so make the command itself silent.
|
1.1 | 11-Feb-1999 |
tv | Create <bsd.info.mk> for Info documentation, and avoid the nasty install stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and using FILES+= rather than FILES= in <bsd.info.mk>.
|
1.7.2.1 | 22-Apr-1999 |
perry | pullup 1.7->1.8 (billc)
|
1.11.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.26.2.1 | 24-Jun-2003 |
grant | Pull up revision 1.28 (requested by tron in ticket #1337):
Fix "clean" rule to honor "CLEANFILES" variable.
|
1.38.28.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.38.26.1 | 27-Mar-2009 |
msaitoh | Pull up following revision(s) (requested by joerg in ticket #548): share/mk/bsd.info.mk: revision 1.39 gnu/dist/texinfo/makeinfo/makeinfo.h: revision 1.2 gnu/dist/texinfo/makeinfo/makeinfo.c: revision 1.15 gnu/dist/texinfo/makeinfo/makeinfo.c: revision 1.16 gnu/dist/texinfo/doc/makeinfo.1: revision 1.2 Teach makeinfo about --no-version-header to support the line This is <info> producted by <version> from <source> which leaks the full build prefix. When processing texinfo sources, use --no-version-header to make the build reproducable. Escape new lines.
|
1.41.16.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.41.14.1 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.45.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.2 | 28-Jul-2003 |
lukem | Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
|
1.1 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.5 | 30-Nov-2014 |
uebayasi | Add a new build make variable, CONFIGOPTS, which is passed to config(1) when building kernels. Revert "mkernel=*" and "mkernels" in favor of this option.
Diff posted on source-changes-d@, approved by (null).
|
1.4 | 20-Sep-2013 |
pooka | Make it possible to specify a directory for the .ioconf file. Still default to .CURDIR
|
1.3 | 25-Mar-2010 |
pooka | branches: 1.3.6; 1.3.12; Depend ioconf.c on config (if doing a USETOOLS==yes build).
While this is not strictly sensible, it keeps UPDATE=1 builds rolling if I change some aspect of config (such as adding the cfdriver/cfattach lists now). This is going away eventually.
|
1.2 | 22-Mar-2010 |
pooka | deal with ioconf.h
|
1.1 | 21-Mar-2010 |
pooka | Move make snippets for use with config(1) ioconf functionality from rump into share/mk. This is to make it useful for all kernel builders.
Note: we have waaay too many weird and wonderful ways of making kernel code (monolithic kernel, modules, rump). There should be only one way to build kernel code instead of a maze of twisty little .mk files, all not quite alike. When that is fixed, this snippet can go into the more generic .mk file.
|
1.3.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.3.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.14 | 03-Jun-2013 |
mrg | update to xorg-server 1.10.6.
|
1.13 | 25-Jan-2010 |
christos | branches: 1.13.6; 1.13.12; PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
|
1.12 | 11-Oct-2003 |
lukem | Only try to KERNOBJDIR!= if the required directory exists.
|
1.11 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.10 | 06-Jan-2003 |
lukem | Rework how KERNOBJDIR functions; now it's always determined with cd ${KERNSRCDIR}/${KERNARCHDIR}/compile && ${PRINTOBJDIR} This is far simpler than the previous system, and more robust with objdirs built via BSDOBJDIR.
The previous method of finding KERNOBJDIR when using BSDOBJDIR by referencing _SRC_TOP_OBJ_ from another directory was extremely fragile due to the depth first tree walk by <bsd.subdir.mk>, and the caching of _SRC_TOP_OBJ_ (with MAKEOVERRIDES) which would be empty on the *first* pass to create fresh objdirs.
This change requires adding sys/arch/*/compile/Makefile to create the objdir in that directory, and descending into arch/*/compile from arch/*/Makefile. Remove the now-unnecessary .keep_me files whilst here.
Per lengthy discussion with Andrew Brown.
|
1.9 | 26-Apr-2002 |
lukem | Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. Defaults to the directory determined by the _SRC_TOP_ logic (if != ""), and the BSDSRCDIR.
NETBSDSRCDIR has been provided for use by the various NetBSD source Makefiles to find the top of the NetBSD source tree, and isn't affected by the inheritance properties of _SRC_TOP_, nor does it have the magic BSDOBJDIR baggage that BSDSRCDIR is stuck with.
|
1.8 | 10-Apr-2002 |
lukem | replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to be "accurate". document _SRC_TOP_.
|
1.7 | 27-Nov-2001 |
jmc | Ok, take 2 on redoing KERNOBJDIR logic.
Use the old setup for MAKEOBJDIRPREFIX but also add a new check for _SRC_TOP_OBJ_ and use that if it's set. This allows a make release using build.sh (which uses MAKEOBJDIR patterns) to function correctly on r/o source tree's.
|
1.6 | 27-Nov-2001 |
jmc | Back out last. Typo'd some things I need to test again
|
1.5 | 27-Nov-2001 |
jmc | Change logic around for kernel objdir handling.
Use MAKEOBJDIRPREFIX as before if it's set
otherwise if _SRC_TOP_OBJ_ is set and isn't "" use it as the base for the obj dir
|
1.4 | 07-May-2000 |
sjg | correct description of KERNSRCDIR and others
|
1.3 | 06-May-2000 |
sjg | if make(obj) then use MAKEOBJDIRPREFIX regardless
|
1.2 | 03-May-2000 |
sjg | remove/change missleading comments
|
1.1 | 02-May-2000 |
sjg | Added bsd.kernobj.mk to centralize the magic for the location of kernel configs and compiles. Relies on BSDSRCDIR being set which is now handled by src/Makefile.inc if need be.
|
1.13.12.1 | 23-Jun-2013 |
tls | resync from head
|
1.13.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.38 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.37 | 26-Dec-2018 |
christos | Remove extra -c. -c has been the default behavior since 2003, and the comment why it is needed was introduced in 2001. We don't want to duplicate -c which is set in ${COPY} because someone might want to override that.
|
1.36 | 16-Mar-2006 |
jwise | branches: 1.36.82; 1.36.84; Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.35 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.34 | 27-Jan-2004 |
lukem | There's no need to use :N-c with ${INSTALL_FILE}.
|
1.33 | 07-Nov-2003 |
lukem | Support MAKEVERBOSE more effectively.
|
1.32 | 20-Oct-2003 |
chs | fix parallel-make race.
|
1.31 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.30 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE for rules which are of the form: @cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
|
1.29 | 03-Aug-2003 |
lukem | Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of SYMLINKS to install symlinked header files. INCSYMLINKS are installed with 'make includes'. This avoids using SYMLINKS and hacks with the 'linkinstall' target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.
Yet more improvements to bsd.README.
|
1.28 | 28-Jul-2003 |
lukem | Pull in <bsd.sys.mk> as well, for the TOOL_ variables in the USETOOLS=never case. Found & fixed by Anders Hjalmarsson in PR misc/22283.
|
1.27 | 20-Jul-2003 |
lukem | Use ltarg=`stat -qf '%Y' $l` to read a symlink's target (and rely upon a non-zero exit value to indicate a missing file or non-symlink), instead of test -h $l && ltarg=`ls -ld $l | awk '{print $NF}'` since the former is quicker and more concise.
|
1.26 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.25 | 26-Nov-2002 |
lukem | Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, and only support the "copies" default. Per discussion on tech-userlevel@.
|
1.24 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.23 | 24-Aug-2002 |
lukem | don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK}, as they default to using install(1) -r. the rm can cause problems in certain situations, such as moving a library or shared linker that install(1) depends upon to another location and replacing it with a (sym)link.
|
1.22 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.21 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.20 | 19-Nov-2001 |
perry | replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK}
|
1.19 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.18 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.17 | 07-Jul-2000 |
cgd | test -h, not test -L.
|
1.16 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.15 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.14 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.13 | 24-Apr-2000 |
simonb | branches: 1.13.2; White space bogons (double spaces, spaces instead of tabs).
|
1.12 | 23-Apr-2000 |
simonb | Change SYMLINKS so that the link isn't recreated if it already points to the right place (much the same as bsd.obj.mk already does).
|
1.11 | 26-Feb-2000 |
mycroft | Make sure the `rm' and `ln' for a link are in the same shell command. (The reason for this is obscure...)
|
1.10 | 10-Feb-2000 |
drochner | fix link creation: -put "echo"s for the daughter Makefile into a subshell to get them all into the Makefile (instead of stdout - should fix PR misc/9336 by Bernd Ernesti) -change operator for "realall" back to ":" - rules are supposed to accumulate, and "::" clashes with the definition in <bsd.own.mk> -call sub-make with the "all" target to make sure we don't get just the first rule
|
1.9 | 24-Jan-2000 |
mycroft | Fix a bogon that caused some symlinks to not be installed.
|
1.8 | 22-Jan-2000 |
mycroft | Adjust symlink crap for all/realall changes.
|
1.7 | 22-Aug-1999 |
kleink | When test(1)ing for a symlink, use the -h primitive instead of -L. Although the latter is supported in our test(1), the former is more portable, and is defined in 1003.2bD3 and SVID4. Addresses PR kern/8225 from Andrew Cagney.
|
1.6 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.5 | 04-Feb-1999 |
christos | branches: 1.5.4; PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.4 | 15-Jan-1999 |
castor | allow generated kernel includes and support mips pubassym.cf mechanism
|
1.3 | 31-Dec-1998 |
castor | Change make to ${MAKE} to allow standard make to be overridden.
|
1.2 | 29-Sep-1998 |
christos | Missed a few preserve flags.
|
1.1 | 12-Jun-1998 |
cgd | add bsd.kinc.mk, a template to support the new kernel include file installation mechanism.
|
1.5.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.13.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.36.84.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.36.82.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.15 | 25-Apr-2020 |
bouyer | Add /usr/include/xen/intrdefs.h to sets Add xen to KLINKFILES for amd64/i386
|
1.14 | 06-Dec-2017 |
christos | remove multiple copies of the same logic.
|
1.13 | 10-Aug-2014 |
matt | Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
1.12 | 22-Jan-2014 |
christos | For now, ignore errors from creating klinks. This is racy and you can get it to trigger in 1/4 of the builds with -j 40 on a 24 processor box. Typical error is:
ln: machine/include: File exists *** Failed target: .BEGIN *** Failed command: rm -f machine && ln -s /p/netbsd/cvsroot/src/sys/arch/vax/include machine *** Error code 1 Stop.
Another approach to fixing this is to create a lockfile or adding other flags to ln to change its behavior.
|
1.11 | 21-Aug-2013 |
matt | Change rule for x86 link to not be x86 dependent
|
1.10 | 02-May-2013 |
matt | Allow use of a different by using KLINK_MACHINE instead. If it's not set, KLINK_MACHINE is set to ${MACHINE}
|
1.9 | 10-Jul-2011 |
matt | branches: 1.9.2; 1.9.8; Add more links for evbmips Add ${MACHINE} link
|
1.8 | 20-Feb-2011 |
jmcneill | add 'i386' to CLEANFILES on amd64, thanks mrg!
|
1.7 | 13-Mar-2010 |
christos | branches: 1.7.2; don't make links to directories that don't exist
|
1.6 | 27-Nov-2009 |
pooka | Move -mcmodel=kernel CFLAGS from bsd.klinks.mk to amd64/include/Makefile.inc to avoid having the kernel toolchain flags split over a billion different files.
|
1.5 | 15-Mar-2009 |
tsutsui | Include <bsd.own.mk> for ${NETBSDSRCDIR}, ${MACHINE}, ${MACHINE_CPU} and ${MACHINE_ARCH} variables.
|
1.4 | 15-Mar-2009 |
tsutsui | Create symlinks in !make(obj) && !make(clean) && !make(cleandir) case as most Makefiles for standalone programs do.
|
1.3 | 08-Dec-2008 |
pooka | branches: 1.3.2; create i386 link for amd64. per discussion with mrg.
|
1.2 | 29-Jul-2008 |
pooka | Prevent amd64 compiler flag -mcmodel=kernel for rump kernel code. This allows to compile rump libraries as shared libraries also on mad64.
Problem spotted by Greg Oster. I guess his build broke or something ...
|
1.1 | 05-Aug-2007 |
pooka | branches: 1.1.8; 1.1.12; 1.1.14; Split the part of bsd.kmod.mk which creates links to kernel header directories into a separate module, bsd.klinks.mk.
|
1.1.14.2 | 05-Aug-2007 |
pooka | Split the part of bsd.kmod.mk which creates links to kernel header directories into a separate module, bsd.klinks.mk.
|
1.1.14.1 | 05-Aug-2007 |
pooka | file bsd.klinks.mk was added on branch matt-mips64 on 2007-08-05 21:43:25 +0000
|
1.1.12.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.1.8.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.3.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.7.2.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.9.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.9.8.1 | 23-Jun-2013 |
tls | resync from head
|
1.9.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.90 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.89 | 19-Oct-2008 |
apb | branches: 1.89.6; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
|
1.88 | 24-Aug-2008 |
gmcgarry | Honour HAVE_PCC
|
1.87 | 01-Mar-2008 |
skrll | branches: 1.87.2; 1.87.6; Add hppa to the list of platforms that need help with branches.
Sort the list while I'm here.
|
1.86 | 16-Jan-2008 |
ad | branches: 1.86.2; Pull in my modules code for review/test/hacking.
|
1.85 | 04-Jan-2008 |
ad | Record LKM entry point in the ELF file header.
|
1.84 | 05-Aug-2007 |
pooka | branches: 1.84.2; 1.84.6; Split the part of bsd.kmod.mk which creates links to kernel header directories into a separate module, bsd.klinks.mk.
|
1.83 | 26-Jun-2006 |
lukem | Don't invoke LD with LDFLAGS, since the latter is for CC.
If we need similar support for LD, we can implement another variable. I couldn't find any obvious need for LDFLAGS by users of <bsd.kmod.mk>.
|
1.82 | 25-Jun-2006 |
lukem | support MAKEVERBOSE
|
1.81 | 11-May-2006 |
mrg | turn on -Wno-pointer-sign for all kernel code.
|
1.80 | 11-May-2006 |
mrg | for now, turn on -fno-strict-aliasing for GCC4.
|
1.79 | 06-May-2006 |
groo | Add common/include to include path.
HI JASON!
|
1.78 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.77 | 10-Jun-2004 |
lukem | Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
|
1.76 | 14-May-2004 |
cl | use relative links: using $S fails if $S is relative to another dir than the one where it's used
|
1.75 | 12-May-2004 |
cl | ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen for i386. The resulting release consists of: - NetBSD/xen for i386 kernel, loader and docuemntation - NetBSD/i386 userland sets
|
1.74 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.73 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.72 | 16-Jan-2004 |
matt | Export the symbols in addition to the relocation records when making LKMs.
|
1.71 | 04-Nov-2003 |
scw | Use MACHINE_CPU instead of MACHINE_ARCH to select the appropriate architecture directory under sys/lkm/arch. This permits a single directory to be used for bi-endian architectures.
|
1.70 | 11-Oct-2003 |
jdolecek | if S is not already defined, use ${NETBSDSRCDIR}/sys or ${BSDSRCDIR}/sys to set top of kernel source tree
|
1.69 | 04-Sep-2003 |
lukem | revert previous; there's too much hairy crap in sys/lkm/compat involving the order that Makefile.inc is pulled in to get this to work.
this stuff needs a rototill (for another day). for example, having every sys/lkm/** directory make their own machine ${MACHINE_CPU} and possibly ${SHARED_MACHINE_CPU} (e.g, x86 for i386/x86_64) is not the most optimal situation ...
|
1.68 | 04-Sep-2003 |
lukem | simplify include symlink creation with LNFILES
|
1.67 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.66 | 31-Jul-2003 |
lukem | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix some build problems where DPSRCS contains .h files that need to exist to build the .d file.
document that bsd.dep.mk should be included after anything that might update SRCS or DPSRCS so that the above works correctly, and actually ensure this is the case.
|
1.65 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.64 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.63 | 07-May-2003 |
fvdl | Add -mcmodel=kernel to CFLAGS for amd64.
|
1.62 | 26-Apr-2003 |
fvdl | another x86_64 -> amd64
|
1.61 | 26-Apr-2003 |
fvdl | x86_64 -> amd64
|
1.60 | 23-Apr-2003 |
matt | The __wrap_* symbols need to become local symbols. If you have module x which is dependent y but they both have __wrap_foo, if the __wrap_foo is not localized, you will get linker truncation messages.
|
1.59 | 27-Mar-2003 |
christos | add x86 to the cleanfiles for i386 and x86_64 (Hi Frank!)
|
1.58 | 27-Feb-2003 |
fvdl | Add more special cases to create include directory symlinks, for archs that take include files from a subdir != ${MACHINE_ARCH} (ew).
|
1.57 | 19-Feb-2003 |
matt | When making a LKM for powerpc, add function trampolines to undefined functions. This makes LKMs functional for powerpc.
|
1.56 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.55 | 29-Jul-2002 |
jdolecek | add 'sun68k' to CLEANFILES for sun2/sun3 add 'sparc' to CLEANFILES for sparc64
|
1.54 | 20-Jul-2002 |
mrg | be sure to link "sparc" dir as well, for sparc64
|
1.53 | 09-Apr-2002 |
jdolecek | Only attempt to make the machine links for targets 'depend', 'all', 'dependall'. This fixes misc/16227 by Stoned Elipot.
XXX this solution is not ideal
|
1.52 | 06-Apr-2002 |
jdolecek | Do what rev. 1.50 intented using .BEGIN, g/c target 'machine-links'.
Making ${OBJS} and ${DPSRC} depend on target which is always out of date is _really_ bad idea.
|
1.51 | 26-Mar-2002 |
fredette | In the machine-links target, the sun2 also needs a sun68k symlink. Plan ahead and make it on the sun3 also.
|
1.50 | 21-Mar-2002 |
pk | Target dependencies again: `machine-links' must be made before $DPSRCS. We now have all => $PROG => $OBJS => $DPSRCS (if present) => machine-links
|
1.49 | 28-Feb-2002 |
pk | Fix target order: the machine links must be present before compiling object files.
|
1.48 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.47 | 28-Dec-2001 |
thorpej | Don't put CPP flags in CFLAGS.
|
1.46 | 28-Dec-2001 |
thorpej | Add -ffreestanding to CFLAGS.
|
1.45 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.44 | 14-Nov-2001 |
tv | Put -Is in CPPFLAGS, not CFLAGS; change -I to -isystem as appropriate.
|
1.43 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.42 | 05-Oct-2001 |
simonb | Use ${MACHINE_CPU} instead of ${MACHINE_ARCH} in the machine-links target; needed for MIPS and probably arm ports. .include the full path name of machine/Makefile.inc so that this works if the machine-links target hasn't been run yet. .include ${MACHINE_CPU}/include/Makefile.inc too.
|
1.41 | 29-Sep-2001 |
jdolecek | don't include explicit -e for modload in 'load' target - it's redundant This addresses bin/4701 by Hauke Fath, but does opposite thing than suggested there.
|
1.40 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.39 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.38 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.37 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.36 | 22-Jan-2000 |
mycroft | branches: 1.36.2; Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.35 | 02-Nov-1999 |
jdolecek | don't depend on ${PROG} for ``unload'' target - we don't need the lkm compiled to do the unload
|
1.34 | 22-Sep-1999 |
wrstuden | branches: 1.34.2; Add KMOD_LOADFLAGS to the load target. With this, lkm's in /sys/lkm/... can more readily depend on each other.
An lkm which depends on another lkm now only needs to set
KMOD_LOADFLAGS= -A../../path/to/other/lkm's/${KMOD}
and the lkm will link against the other lkm's symbols. Obviously the other lkm had better be loaded. ;-) Note: the -A option to modload was pre- existing. This change makes it possible for users of this file to take advantage of it.
|
1.33 | 14-Sep-1999 |
perry | Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.32 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.31 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.30 | 10-Mar-1999 |
ross | branches: 1.30.2; 1.30.4; If it exists, include machine/Makefile.inc
|
1.29 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.28 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.27 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.26 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.25 | 01-Apr-1998 |
tv | Revert. This broke too much in the build tree, and a better solution needs to be created. (The existing situation breaks a lot too.)
|
1.24 | 01-Apr-1998 |
tv | Fix .y rules to DTRT with possibly generated .h files. See mail on tech-toolchain for a very detailed explanation of this. In short, add a .y.h rule identical to the .y.c rule and make the .y.c rule rename the .h file; also, clean the .h file in CLEANFILES.
|
1.23 | 03-Nov-1997 |
cgd | echo the lint command line when making 'lint'.
|
1.22 | 11-Oct-1997 |
mycroft | branches: 1.22.2; Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.21 | 17-May-1997 |
mycroft | Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the right preferences.
|
1.20 | 09-May-1997 |
mycroft | Fix typo in previous.
|
1.19 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.18 | 09-May-1997 |
mycroft | Remove cruft.
|
1.17 | 07-May-1997 |
mycroft | Fix the MACHINE and MACHINE_ARCH links.
|
1.16 | 07-May-1997 |
mycroft | Make $S default to /sys.
|
1.15 | 07-May-1997 |
mycroft | Fix typo.
|
1.14 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.13 | 07-May-1997 |
mycroft | Various simplifications.
|
1.12 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.11 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.10 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.9 | 22-Mar-1997 |
perry | Fix SYMLINKS not to include DESTDIR in the link itself
|
1.8 | 13-Mar-1997 |
perry | add SYMLINKS, by analogy to LINKS. Vetted by Christos.
|
1.7 | 22-Jan-1997 |
cgd | if 'clean' is not already defined, rather than simply defining it with a bunch of rules, define a clean{kmod,lib,prog} target with the rules, and have both clean and cleandir depend on that. That eliminates a bug where 'cleandir' in a directory which included e.g. bsd.prog.mk but which also had subdirs would 'make clean' all the subdirs and then 'make cleandir' all ofthe subdirs. It also allows Makefiles to add more dependencies to 'clean' after inclusion of the make template.
If 'clean' is already defined, the behaviour is the same as it used to be.
|
1.6 | 22-Oct-1996 |
explorer | Update to make the sys/lkm tree compile on i386 and most likely others
|
1.5 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.4 | 27-Aug-1996 |
explorer | Do the symlinks added by mrg correctly
|
1.3 | 27-Aug-1996 |
explorer | Fix a missing dollar sign, and move paths and modes to bsd.own.mk for KMOD* vars
|
1.2 | 23-Aug-1996 |
mrg | make lkm's work. still need to worry about options defines...
|
1.1 | 22-Aug-1996 |
explorer | Add a file needed for the lkm stuff I committed
|
1.22.2.1 | 04-Nov-1997 |
thorpej | Pull up from trunk: print the lint command.
|
1.30.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.30.2.1 | 10-Sep-1999 |
he | Pull up revision 1.32: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.34.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.36.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.84.6.2 | 05-Aug-2007 |
pooka | Split the part of bsd.kmod.mk which creates links to kernel header directories into a separate module, bsd.klinks.mk.
|
1.84.6.1 | 05-Aug-2007 |
pooka | file bsd.kmod.mk was added on branch matt-mips64 on 2007-08-05 21:43:25 +0000
|
1.84.2.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.84.2.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.86.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.87.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.87.2.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.87.2.1 | 01-Mar-2008 |
mjf | file bsd.kmod.mk was added on branch mjf-devfs2 on 2008-10-05 20:11:24 +0000
|
1.89.6.3 | 15-Feb-2014 |
matt | kernel uses -std=gnu99
|
1.89.6.2 | 22-Dec-2009 |
mrg | use ${CC} -r not -Wl,-r, from -current.
|
1.89.6.1 | 05-Sep-2009 |
matt | Change ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r This is so ${CC} will invoke ld with appropriate options generated from ${LDFLAGS}
|
1.86 | 16-Jun-2024 |
pgoyette | Import AFLAGS to allow processing of assembler files in modules. Prerequisite for kern/583346.
|
1.85 | 06-May-2024 |
mrg | use objcopy's --compress-debug-sections when creating debug files.
this reduces the size of the installed files by over half in most cases, though the debug set size doesn't really change much (which looks like close to 1GB of space on amd64 with xdebug installed, similar on arm64, and about 600MB without xdebug.)
tested by running GDB on a few things, seems just as functional, on amd64, arm64, and slightly on riscv64.
(first attempt for this feature used "gcc -gz=zlib", but that ends up making CTF unhappy, but fortunately this works in binutils to create the .debug files separate to any ctf usage of the main file.)
|
1.84 | 03-Jun-2023 |
lukem | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
Simplify CWARNFLAGS to use ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} which works for both clang and gcc, and remove compiler-specific equivalents.
|
1.83 | 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.82 | 07-May-2023 |
skrll | RISC-V support that works on QEMU with a single hart.
Thanks for Simon Burge for plic(4).
|
1.81 | 07-Aug-2022 |
riastradh | branches: 1.81.2; bsd.kmodule.mk: Build modules with KDTRACE_HOOKS if MKDTRACE=yes.
|
1.80 | 03-Aug-2022 |
riastradh | sys: Build kernel with -Wno-type-limits.
The type-limits warning is actively harmful because it discourages writing safe portable overflow detection logic which happens, on some architectures, to be dead code.
|
1.79 | 17-Jul-2022 |
riastradh | bsd.kmodule.mk: Also sync no-address-of-packed-member.
This is not actually a good idea to disable -- it can lead to real problems -- but let's just make it the same for the kernel build and module builds.
|
1.78 | 17-Jul-2022 |
riastradh | bsd.kmodule.mk: Use -Wno-attributes like conf/Makefie.kern.inc.
|
1.77 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.76 | 29-Mar-2021 |
simonb | On MIPS if we compile C files as N64, compile assembly with the same ABI.
|
1.75 | 23-Mar-2021 |
simonb | Work in progress for MIPS modules. Only tested on mipseb64, not yet enabled anywhere.
|
1.74 | 07-Mar-2021 |
rin | Build modules for PPC_OEA64 on evbppc64.
|
1.73 | 07-Mar-2021 |
rin | whitespace --> tab. No functional changes.
|
1.72 | 18-Oct-2020 |
christos | Handle the no-addr-of-packed-member only for the files that need it, not globally.
|
1.71 | 10-Sep-2020 |
rin | Turn off -mpltseq for kernel modules on powerpc for GCC >= 9.
Otherwise, object files compiled with -mlongcall contain relocation types referring PLT, which our in-kernel linker cannot handle.
This ends up with failure in kernel module load with ``kobj_reloc: unexpected relocation type 31'' (31 == R_PPC_PLT16_HA here).
See descriptions for -mlongcall in gcc(1) of GCC9 for more details.
|
1.70 | 06-Sep-2020 |
mrg | add support for new GCC 9 warnings that may be too much to fix right now. new address-of-packed-member and format-overflow warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.
apply to a bunch of the tree. mostly, these are real bugs that should be fixed, but in many cases, only by removing the 'packed' attribute from some structure that doesn't really need it. (i looked at many different ones, and while perhaps 60-80% were already properly aligned, it wasn't clear to me that the uses were always coming from sane data vs network alignment, so it doesn't seem safe to remove packed without careful research for each affect struct.) clang already warned (and was not erroring) for many of these cases, but gcc picked up dozens more.
|
1.69 | 27-Jul-2020 |
skrll | Don't define _LKM. LKMs are dead. Long live modules.
|
1.68 | 11-May-2020 |
skrll | Update the list of hppa options to build working kernel modules.
|
1.67 | 02-May-2020 |
rin | Fix previous; add missing <module>.kmod.debug to realall.
|
1.66 | 01-May-2020 |
christos | Install <module>.kmod.debug files for kernel crash debugging.
|
1.65 | 04-Apr-2020 |
christos | make sure _OSRELEASE is defined where it is needed.
|
1.64 | 04-Apr-2020 |
christos | Infrastructure for putting kernel+modules in /netbsd/kernel and /netbsd/modules respectively instead of /netbsd and /stand/<arch>/<version>/modules. This is only supported for x86, and is turned off by default. To try it, add KERNEL_DIR=yes in your /mk.conf and install a system from that build.
|
1.63 | 01-Dec-2019 |
jmcneill | Build aarch64 modules without fp or simd instructions.
|
1.62 | 05-Jul-2019 |
hannken | branches: 1.62.2; When building a module keep symbols if built with "MKCTF" and "COPTS=-g".
|
1.61 | 09-May-2019 |
maya | G/C unused code. gcc -combine is no longer a thing, so this entire block isn't usable.
|
1.60 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.59 | 11-Jan-2017 |
joerg | branches: 1.59.12; 1.59.14; Disable a couple of warnings until further investigation.
|
1.58 | 02-Feb-2016 |
christos | branches: 1.58.2; Add the missing CTFMERGE step.
|
1.57 | 30-Jan-2016 |
christos | Make ctfconvert remove the debugging symbols after it is done converting them.
|
1.56 | 30-Jan-2016 |
christos | If we are building CTF, keep debugging symbols.
|
1.55 | 09-Jul-2015 |
matt | Add _MKTARGET_LINK
|
1.54 | 24-Jun-2015 |
matt | Don't add anything to CFLAGS/LDFLAGS on mips64 is BSD_MK_COMPAT_FILE is set.
|
1.53 | 02-May-2015 |
matt | For mips64, build kmodules using N64 ABI
|
1.52 | 13-Nov-2014 |
christos | do the dependencies in a simpler way using a separate target
|
1.51 | 13-Nov-2014 |
uebayasi | If mkldscript.sh is used to build ${PROG}, depend on it.
|
1.50 | 12-Nov-2014 |
christos | sync both instances of the ldscript.
|
1.49 | 12-Nov-2014 |
christos | add -t to mkldscript
|
1.48 | 12-Nov-2014 |
christos | use ${HOST_SH}
|
1.47 | 12-Nov-2014 |
christos | Enable dynamic link script generation to handle __{start,stop}_link_set_* via a variable; perhaps delete the variable and always do it?
|
1.46 | 06-Nov-2014 |
uebayasi | Leave .map when linking .kmod.
|
1.45 | 19-Sep-2014 |
matt | Add RISCV-V support.
|
1.44 | 10-Aug-2014 |
joerg | Put GCC/GAS specific options under ACTIVE_CC == "gcc".
|
1.43 | 10-Mar-2014 |
nakayama | -mcmodel option is CPU specific not machine specific.
|
1.42 | 21-Feb-2014 |
joerg | Use small code model for LLVM on SPARC64, it should be equivalent to GCC's medlow.
|
1.41 | 09-Nov-2013 |
jmcneill | use -fno-unwind-tables when building arm modules
|
1.40 | 18-Sep-2013 |
martin | When compiling kernel modules on sparc64 force the same memory model as we force for the kernel (i.e. do not rely on compiler defaults here)
|
1.39 | 07-Aug-2013 |
matt | Add support for generating tramponlines in the module at link time. This is done using some awk scripts and KMODTRAMPOLINE in <machine/asm.h> It's not as efficient as having the kloader do it but it is a lot simpler.
|
1.38 | 06-Aug-2013 |
skrll | Add -mlong-calls to hppa module builds.
|
1.37 | 10-Aug-2012 |
joerg | branches: 1.37.2; Remove effectively tautological condition.
|
1.36 | 15-Mar-2012 |
joerg | Decouple HAVE_LLVM from HAVE_GCC. For GCC, add -Wno-format-zero-length when -Wformat is used.
|
1.35 | 19-Feb-2012 |
matt | Add support for --combine with gcc.
|
1.34 | 16-Feb-2012 |
christos | use osrelease -k to avoid that the path is 6.0_BETA
|
1.33 | 11-Sep-2011 |
mbalmer | branches: 1.33.2; 1.33.4; Move SYSCTL_USE_DESCR to a better place.
|
1.32 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.31 | 14-Jul-2011 |
matt | VAX kernel modules need to be built with -fno-pic
|
1.30 | 20-Jun-2011 |
mrg | remove most of the remaining HAVE_GCC tests that are always true in the modern world.
|
1.29 | 17-May-2011 |
christos | branches: 1.29.2; Enable c99 mode by default.
This has the side effect of complaining for missing prototypes implicit type declarations and missing return statements.
NB: I've only ran a build on amd64, so other platforms MI code might break. If you can't wait for me to fix them, revert this commit.
|
1.28 | 17-Apr-2011 |
mrg | prepare for evbppc modules, and allow overriding the ${MACHINE} for installed modules.
|
1.27 | 02-Jan-2011 |
matt | Kernels modules are c99 (gnu99) just like the kernel. Add(move) -std=gnu99 to CPPFLAGS (from COPTS).
|
1.26 | 11-Dec-2010 |
martin | Revert last, gcc(1) checks explicitly for -r on some platforms to disable passing down --relax as well.
|
1.25 | 08-Dec-2010 |
joerg | gcc passes down -r directly to ld, so make it explicitly a linker option.
|
1.24 | 18-Jan-2010 |
jmmv | Generate long calls in modules for arm32 and powerpc to avoid unsupported relocations by the module loader in the kernel. This makes modules work in, at least, shark and macppc respectively.
This is obviously a workaround that results in slower code, but at least makes modules work. I'm adding a comment detailing what the real solution would be so that the whole thing can be revisited in the future. (Read: I don't have time now to dig the details of how to implement trampoline generation.)
(Based on the old bsd.kmod.mk file, I understand that hppa needs this workaround too, but I can't check this platform.)
|
1.23 | 14-Dec-2009 |
mrg | use "${CC} -r" not "${CC} -Wl,-r" as the latter fools GCC on some targets and it ends up passing "-r -relax" to ld, which causes ld to barf.
|
1.22 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.21 | 10-Nov-2009 |
skrll | Move the kmodule linker script source into sys/modules/xldscripts. It is not part of binutils and definitely not GPL v3.
Discussed with mrg.
|
1.20 | 08-Nov-2009 |
skrll | Update for new binutils location.
XXX Why is kmodule under binutils anyway?
|
1.19 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.18 | 24-Jan-2009 |
rmind | branches: 1.18.2; Revert path of modules back to "/stand".
|
1.17 | 24-Jan-2009 |
rmind | Change path to kernel modules from "/stand" to "/kernel". Needs to go in before 5.0. Proposed on <tech-kern>.
|
1.16 | 30-Nov-2008 |
hubertf | Work around a bug in Solaris' shs (both /bin and /usr/xpg4/bin) where "for d in ; ..." results in a syntax error.
Suggested by apb@
|
1.15 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.14 | 05-Nov-2008 |
elad | Don't build kernel modules with PIE.
Discussed with and okay christos@.
|
1.13 | 14-Oct-2008 |
mrg | branches: 1.13.2; find the kmodule ldscript in the source tree again.
should fix a build issue reported by jmcneill.
|
1.12 | 12-Oct-2008 |
mrg | - install ldscripts on sparc64 - move ldscripts to /usr/libdata/ldscripts
|
1.11 | 24-Aug-2008 |
gmcgarry | Honour HAVE_PCC
|
1.10 | 31-May-2008 |
dyoung | branches: 1.10.2; Fix two bugs to make MKMODULAR=yes builds will work again, for the first time.
share/mk/bsd.kmodule.mk: only set _INST_DIRS if KMODULEDIR is not set. That we we avoid installing some bogus directories in the DESTDIR and in $DESTDIR/METALOG.
tests/modules/k_helper/Makefile: add missing .include <bsd.own.mk>, and set the KMODULEDIR that the author seems to have intended.
|
1.9 | 21-May-2008 |
he | Do ${INSTALL_DIR} on all the intermediate directory levels from the top of the tree down to where the kernel modules are installed, so that unprivileged builds have a chance at working again.
Note, to use this fix in a tree where you've already hit on this problem, you need to manually remove the kernel modules in $DESTDIR/stand/<arch/, and then reinstall them from sys/modules/.
|
1.8 | 21-May-2008 |
jmcneill | Don't echo 'hello sh' when installing modules :-)
|
1.7 | 20-May-2008 |
ad | Install kernel modules into the proper locations, taking machine and kernel version into account.
|
1.6 | 20-May-2008 |
ad | fno-zero-initialized-in-bss no longer required.
|
1.5 | 20-May-2008 |
ad | Use an ldscript to merge kernel modules' .bss sections into .data. Passing -fno-common -fno-zero-initialized-in-bss to gcc does not work, and objcopy refuses to expand the bss section.
|
1.4 | 20-May-2008 |
ad | Kill the tramp stuff, since it can be handled with lkm_map.
|
1.3 | 03-May-2008 |
ad | branches: 1.3.2; 1.3.4; Pass -d to the linker, to assign space to common objects up front. The kernel linker isn't smart enough to do that...
|
1.2 | 02-May-2008 |
ad | Build and install modules into /kernel/modules. Each module gets a directory for properties, blobs, etc. It's not fixed in stone and can easily be changed if there are issues with the location/layout.
|
1.1 | 02-May-2008 |
ad | - Add a bsd.kmodule.mk to build new style modules. - Set the file suffix to .kmod
|
1.3.4.3 | 04-Jun-2008 |
yamt | sync with head
|
1.3.4.2 | 18-May-2008 |
yamt | sync with head.
|
1.3.4.1 | 03-May-2008 |
yamt | file bsd.kmodule.mk was added on branch yamt-pf42 on 2008-05-18 12:31:18 +0000
|
1.3.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.3.2.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.10.2.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.10.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.10.2.1 | 31-May-2008 |
mjf | file bsd.kmodule.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
|
1.13.2.2 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.13.2.1 | 04-Dec-2008 |
snj | branches: 1.13.2.1.2; Pull up following revision(s) (requested by hubertf in ticket #162): share/mk/bsd.kmodule.mk: revision 1.16 Work around a bug in Solaris' shs (both /bin and /usr/xpg4/bin) where "for d in ; ..." results in a syntax error. Suggested by apb@
|
1.13.2.1.2.1 | 06-Jun-2009 |
bouyer | branches: 1.13.2.1.2.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.13.2.1.2.1.2.3 | 15-Feb-2014 |
matt | kernel uses -std=gnu99
|
1.13.2.1.2.1.2.2 | 22-Dec-2009 |
mrg | use ${CC} -r not -Wl,-r, from -current.
|
1.13.2.1.2.1.2.1 | 05-Sep-2009 |
matt | Change ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r This is so ${CC} will invoke ld with appropriate options generated from ${LDFLAGS}
|
1.18.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.29.2.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.33.4.1 | 17-Feb-2012 |
riz | Pull up following revision(s) (requested by christos in ticket #6): distrib/sets/sets.subr: revision 1.136 share/mk/bsd.kmodule.mk: revision 1.34 sys/conf/osrelease.sh: revision 1.122 Add new -k (for kernel modules) flag to return MM.99.pp for current and MM.mm for the release branch. use osrelease -k to avoid that the path is 6.0_BETA use osrelease.sh -k instead of hand-rolled logic.
|
1.33.2.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.33.2.2 | 30-Oct-2012 |
yamt | sync with head
|
1.33.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.37.2.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.58.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.59.14.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.59.14.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.59.14.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.59.12.1 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.62.2.1 | 08-Dec-2019 |
martin | Pull up following revision(s) (requested by jmcneill in ticket #512):
share/mk/bsd.kmodule.mk: revision 1.63
Build aarch64 modules without fp or simd instructions.
|
1.81.2.1 | 22-Jun-2024 |
martin | Pull up following revision(s) (requested by pgoyette in ticket #724):
sys/modules/compat_netbsd32_16/Makefile: revision 1.5 sys/arch/powerpc/powerpc/compat_16_machdep.c: revision 1.25 sys/arch/powerpc/powerpc/compat_16_machdep.c: revision 1.26 sys/modules/compat_16/Makefile: revision 1.3 sys/modules/compat_netbsd32_13/Makefile: revision 1.5 sys/modules/compat_16/Makefile: revision 1.4 sys/arch/sun2/sun2/genassym.cf: revision 1.17 sys/arch/sun2/sun2/enable.h: revision 1.5 sys/modules/compat_13/Makefile: revision 1.3 sys/modules/compat_13/Makefile: revision 1.4 sys/modules/compat_13/Makefile: revision 1.5 sys/arch/mips/mips/netbsd32_machdep_16.c: revision 1.8 sys/modules/Makefile.compat: revision 1.1 sys/arch/mips/mips/netbsd32_machdep_13.c: revision 1.4 share/mk/bsd.kmodule.mk: revision 1.86 sys/arch/aarch64/aarch64/netbsd32_machdep_16.c: revision 1.4 sys/arch/powerpc/powerpc/compat_13_machdep.c: revision 1.23 sys/arch/aarch64/aarch64/netbsd32_machdep_13.c: revision 1.4
Import AFLAGS to allow processing of assembler files in modules. Prerequisite for kern/583346.
Introduce sys/modules/Makefile.compat and hook some compat_1[36] machdep code into the modules. kern/58346
Ooops missed a source file!
Proteect #include of kernel options files with #ifdef _KERNEL_OPT
XXX Add to existing 10.0 and 9.0 tickets for kern/583346
Include required headers
Add required include for compat_16 machdep code
fix the m68k compat_13 build.
include Makefile.assym to generate assym.h. use -I. and -x assembler-with-cpp to actually use cpp and find assym.h. also apply m68k assym.h fix here as well as compat_13.
powerpc64: Provide dummy stubs for compat1[36] as done for amd64. We haven't had working userland for powerpc64, and therefore compatible to 1.[36] is only useful for netbsd32.
Fix build failure for evbppc64 for PR kern/58346 (my bug!). sun2/genassym.cf: Skip KERNBASE for _MODULE as it is not a compile-time constant; see sun2/vmparam.h.
It should not be, and is not actually, used for modules.
PR kern/58346
sun2/enable.h: Fix -Wold-style-definition for WARNS=5 build as modules Finally fix sun2 build for PR kern/58346
|
1.421 | 19-Sep-2025 |
mrg | fix the libstdc++ build for GCC 14.
some parts of the libstdc++ build have different flags for different files *only* for the shared library version of the build. netbsd share/mk has no current method of doing this, so introduce support for having "CSHLIBFLAGS.$file" like we do for other options, and use it to add -D_GLIBCXX_SHARED to *most* but not all files.
XXX: see if similar should really be applied to prior updates.
|
1.420 | 16-Sep-2025 |
mrg | fix sanitizer flags for private libraries in executables.
update the comment to explain why we don't do -g for normal archives, but why we do them for private archives (they are linked into the executables, and the debug info is in the debug file for that.)
while i still don't know why dhcpd is crashing on arm64eb for me, at least now ASAN reports don't have missing info for the various private libraries.
|
1.419 | 13-Apr-2025 |
riastradh | bsd.lib.mk: Redo rev. 1.418 more selectively.
Previously, in rev. 1.418, I had changed:
.if ${LIBISPRIVATE} != "no" ... . if defined(NOSTATICLIB) && ${MKPICLIB} != "no" MAKESTATICLIB?= no . elif ${LIBISPRIVATE} != "pic" MKPIC:= no . endif ... .endif ... -.if ${LIBISPRIVATE} == "pic" +.if ${MKPIC} != "no" CFLAGS+= -fPIC AFLAGS+= -fPIC .endif
This was an attempt to obviate the need for grody conditionals in private shared libraries like libuv:
.if ${MACHINE} == "sun2" LIBISPRIVATE=yes .else LIBISPRIVATE=pic .endif
This is wrong, after all, because you can also do MKPIC=no on non-sun2 platforms if you really want a static build, and it's a mess to have to write it out in every case.
My theory in making that change was that:
(a) on MKPIC=yes platforms in makefiles without LIBISPRIVATE=yes, we're building with -fPIC anyway, so ${MKPIC} != no is right;
(b) on MKPIC=yes platforms in makefiles with LIBISPRIVATE=yes, we shouldn't build with -fPIC and the conditional above sets MKPIC=no in that case, so ${MKPIC} != no is right;
(c) on MKPIC=no platforms (mainly sun2), no matter what LIBISPRIVATE is set to, we shouldn't build with -fPIC, so ${MKPIC} != no is right.
But (a) is wrong, because we use the same makefile to build .pico and .o objects from which we link (PIC) .so and (non-PIC) .a libraries, and the distinction is made not in CFLAGS/AFLAGS but in PICFLAGS and CSHLIBFLAGS.
So, to obviate the need for the .if sun2 conditionals around LIBISPRIVATE=pic, but avoid breaking everything _other_ than LIBISPRIVATE=pic, let's make the addition of -fPIC to CFLAGS/AFLAGS conditional on _both_ LIBISPRIVATE=pic _and_ MKPIC=yes.
PR port-mips/59064: jemalloc switch to 5.3 broke userland
|
1.418 | 14-Jan-2025 |
riastradh | bsd.lib.mk: Don't pass -fPIC if MKPIC=no, even if LIBISPRIVATE=pic.
Saves the trouble of having to conditionalize LIBISPRIVATE=pic on non-shlib platforms (i.e., sun2, and anyone else trying to build a static-only NetBSD).
|
1.417 | 14-Jan-2025 |
riastradh | bsd.lib.mk: Indent LIBDPLIBS logic for clarity.
No functional change intended.
|
1.416 | 23-Nov-2024 |
riastradh | bsd.lib.mk: Make update-symbols resolve ${LIB_EXPSYM} via .PATH.
By doing this instead of using ${.CURDIR}, we can have update-symbols automatically copy it to the right place even if the .expsym file is in a subdirectory, like libarch/i386/i386.expsym.
|
1.415 | 23-Nov-2024 |
riastradh | bsd.lib.mk: Switch back from TOOL_GREP to grep for now.
Apparently TOOL_GREP is just broken:
$ { echo __bss_start__; echo __bss_end__; echo hello; } \ > | nbgrep -Fvx -e _end -e _fini -e _init -e __bss_end__ -e __bss_start__ -e __end__ -e _bss_end__ __bss_end__ hello
And the options -F, -v, -x, and -e are all standard in POSIX, so it's not really too much to ask of the host environment for now until we figure out whatever is wrong with TOOL_GREP.
|
1.414 | 22-Nov-2024 |
riastradh | bsd.lib.mk: Use TOOL_GREP, not grep.
|
1.413 | 22-Nov-2024 |
riastradh | bsd.lib.mk: Make update-symbols target say what bump is needed.
This way whenever you update a library you get a reminder. It's not perfect -- if a symbol's semantics changes it won't help -- but it's better than what we have right now!
|
1.412 | 21-Nov-2024 |
riastradh | bsd.lib.mk: Exclude MD linker-generated crud from expected symbols.
Not entirely sure why these symbols like _init/_fini/_end on x86 or __bss_start__/__bss_end__ on aarch64 or _GLOBAL_OFFSET_TABLE_ on hppa are exported at all, but it's something the linker is doing automatically -- and unnecessarily, since libraries with explicit version scripts don't export these -- and I'm not sure there's any way to suppress it.
This way, most *.expsym lists can be machine-independent, which will help keep maintenance burden much lower.
Currently we have only one *.expsym file for a library that _doesn't_ use a version script, libm -- fix that up to reduce the crud. (That one already happens to have a lot of machine-dependent exports because of differences in floating-point ABIs so the linker-generated MD symbol crud wasn't much more of a maintenance burden in this case, but this maintenance burden is why I haven't aggressively gone around creating *.expsym files for other libraries.)
|
1.411 | 02-Nov-2024 |
christos | spello
|
1.410 | 01-Nov-2024 |
christos | We need -fPIC too otherwise we end up with R_X86_64_PLT32 and not R_X86_64_REX_GOTPCRELX and we can't build .so objects. I think we can remove the -fPIE and use only -fPIC but this works for now.
|
1.409 | 31-Oct-2024 |
rillig | bsd.lib.mk: in 'lint' target, don't list defined but unused symbols
When building a library, it is common that there are many symbols that are defined but not used, as that's exactly the point of a library.
When running the 'lint' target manually, don't complain about these symbols, by creating a "dummy" library. That dummy library is not installed anywhere.
For libxcb, the output shrinks from more than 3000 lines down to 5.
|
1.408 | 31-Oct-2024 |
riastradh | bsd.lib.mk: Let update-symbols know about ro vs rw source trees.
The update-symbols target is a tool for developers to update the foo.expsym files from the actual list of exported symbols.
But if you have
/home/dev/netbsd/src
as a read-only null-mount of your real read/write source tree
/home/dev/netbsd/src.hg
as I do (in order to detect accidental writes to the srcdir which should have gone to the objdir), `make update-symbols' doesnt work because it tries to write to the read-only null mount.
With this change,
make update-symbols NETBSDSRCDIR_RW=/home/dev/netbsd/src.hg
will write instead to the read/write source tree.
|
1.407 | 28-Jun-2024 |
riastradh | bsd.lib.mk: Resolve VERSION_MAP like a target prerequisite.
Not sure what I did before to make ${${VERSION_MAP}:P} fail to work; can't reproduce it any more!
PR lib/58376
|
1.406 | 28-Jun-2024 |
riastradh | bsd.lib.mk: New variable VERSION_MAP.
This updates LDFLAGS with the right -Wl,--version-script=... argument as well as DPADD so that changing the version script causes the library to be rebuilt.
Name chosen to match FreeBSD.
PR lib/58376
|
1.405 | 08-May-2024 |
riastradh | branches: 1.405.2; bsd.lib.mk: Use LIBC_MACHINE_ARCH/CPU if set for expected symbols.
Otherwise, we get the wrong list of symbols for compat library builds, where MACHINE_ARCH/CPU is different from LIBC_MACHINE_ARCH/CPU, e.g. building compat 32-bit sparc libm on sparc64.
XXX This is kinda kludgey -- `libc' seems wrong here.
|
1.404 | 07-May-2024 |
riastradh | bsd.lib.mk: Allow MACHINE_CPU for default expsym file.
|
1.403 | 06-May-2024 |
mrg | use objcopy's --compress-debug-sections when creating debug files.
this reduces the size of the installed files by over half in most cases, though the debug set size doesn't really change much (which looks like close to 1GB of space on amd64 with xdebug installed, similar on arm64, and about 600MB without xdebug.)
tested by running GDB on a few things, seems just as functional, on amd64, arm64, and slightly on riscv64.
(first attempt for this feature used "gcc -gz=zlib", but that ends up making CTF unhappy, but fortunately this works in binutils to create the .debug files separate to any ctf usage of the main file.)
|
1.402 | 11-Apr-2024 |
christos | fix previous. Doing assignmnents of conditionals does not work for being used as conditionals (thanks rillig@)
|
1.401 | 09-Apr-2024 |
christos | Merge two identical if's and fix a logic error in them ( && instead of ||)
|
1.400 | 05-Apr-2024 |
christos | - Create 3 new variables: MAKELINKLIB that follows MKLINKLIB but can be overwritten by Makefiles MAKESTATICLIB that follows MKSTATICLIB but can be overwritten by Makefiles LINKINSTALL that follows MAKELINKLIB but can be overwritten by Makefiles These give enough control to the module Makefiles so that they don't need to override the default library install rules which break the debug sets. - Remove /usr/libexec/named which duplicated /usr/lib/named
|
1.399 | 02-Apr-2024 |
christos | Back-out unintented commit.
|
1.398 | 02-Apr-2024 |
christos | PR/58104: Kouichi Hashikawa: Use ${TOOL_AWK}
|
1.397 | 26-Mar-2024 |
riastradh | bsd.lib.mk: Avoid symbol check if we're not doing shared libraries.
Otherwise this fails on non-shlib builds like sun2.
|
1.396 | 23-Mar-2024 |
riastradh | bsd.lib.mk: Tidy up expected symbols check a little.
Add some documentation in bsd.README.
|
1.395 | 20-Mar-2024 |
riastradh | bsd.lib.mk: Check expected vs actual symbols at build-time.
If, for LIB=foo, you create a file foo.expsym, bsd.lib.mk will list the dynamic symbols and their versions with
nm --dynamic --extern-only --defined-only --with-symbol-versions
and compare the names (not addresses or types) to foo.expsym. If there are any differences, they will be printed and the build will fail.
foo.expsym should be sorted with `LANG=C sort -u'.
This way, you can verify changes don't inadvertently add or remove symbols. If you do want to add (or, if you're bumping the major, remove) symbols, you can verify the changes and edit the foo.expsym file accordingly. This will also help to enforce rules about symbol changes on pullups in release branches.
Note that using a version map (-Wl,--version-script=...) doesn't catch symbol removal -- ld quietly ignores symbols in the version map that aren't actually defined by any object in the library. So this supplements the version map.
Proposed on tech-userlevel: https://mail-index.NetBSD.org/tech-userlevel/2024/03/16/msg014264.html
|
1.394 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk
Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test ${MKSTRIPSYM} != "no".
|
1.393 | 28-May-2023 |
lukem | share/mk: finish USE_COMBINE, NOCOMBINE deprecation
Remove the leftover remnants of deprecated USE_COMBINE and NOCOMBINE, as gcc -combine has been EOL for many years.
Completes the work done by maya@ on 2019-05-10 in bsd.kmodule.mk rev 1.61.
|
1.392 | 09-May-2023 |
riastradh | bsd.lib.mk: Nix trailing whitespace.
|
1.391 | 08-May-2023 |
christos | Allow linking against archives like PROGDPLIBS does.
|
1.390 | 07-Feb-2023 |
mrg | fix code attempting to skip adding "-g" if "-g*" already is used.
in bsd.lib.mk there's a check for "MKDEBUG != no" that will add -g to CFLAGS (maybe) and to CSHLIBFLAGS (always), given that it isn't in CFLAGS already.. except the conditional is "||" instead of "&&" and since the MKDEBUG/NODEBUG checks pass, the CFLAGS check isn't even performed.
additionally, check CXXFLAGS as well as CFLAGS.
this fixes the attempt to use "-g1" in the llvmrt build, which fails because the compile lines end up being "... -g1 .. -g ..", (the "-g" comes from the CSHLIBFLAGS variable in that case.)
this reduces the size of llvm-enabled gallium debug by ~1.5GiB on amd64.
|
1.389 | 29-Mar-2022 |
christos | branches: 1.389.2; get rid of old style `` command substitution in shell and use $() instead.
|
1.388 | 28-Nov-2021 |
christos | For private and module libraries, build lint but do not install the lint libraries. We want to lint the private library code and we want to be able to link against the lint libraries, for example llib-largon2 from cgdconfig which is accessed via PROGDPLIBS.
|
1.387 | 27-Oct-2021 |
ryo | revert previous: http://mail-index.netbsd.org/source-changes/2021/10/25/msg133295.html
going to add __always_inline to the functions called from _mcount() discussed on http://mail-index.netbsd.org/source-changes-d/2021/10/25/msg013480.html
|
1.386 | 25-Oct-2021 |
ryo | In some arch, _mcount() would be called recursively when built with COPTS=-O0.
Normally, functions called from mcount.c are expected to be expanded inline, so _mcount() will never be called recursively. But when build with COPTS=-O0, `static inline' functions aren't inlined, and _mcount() will be called recursively.
Even if _mcount() has `__attribute__((__no_ instrument_function__))', it has no effect on the calling external (no-inlined) function.
To avoid this, PROF.<fn> is added can be set the profiling flag of any file. "PROF.mcount.c" is set to blank by default, mcount.c itself is compiled without -pg.
|
1.385 | 21-Aug-2021 |
andvar | fix some more typos in comments/log messages, improve wording as well.
|
1.384 | 09-Nov-2020 |
christos | - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge).
|
1.383 | 01-Jun-2020 |
christos | 1. if ${LIBISPRIVATE} == "pic", create _pic.a so that we can embed the library to another shared object 2. Don't compare ${LIBISPRIVATE} to "yes", because there are 3 places in Makefiles which set it to empty (this was a bug) 3. For private libraries, don't create .so* files
|
1.382 | 30-May-2020 |
christos | Allow LIBISPRIVATE to build a pic version of itself for embedding into other shared libraries.
|
1.381 | 10-May-2020 |
maxv | Pass -Wno-unused-command-line-argument for LLVM, discussed on tech-toolchain@.
|
1.380 | 27-Aug-2019 |
kamil | Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc. Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.379 | 21-Jan-2019 |
christos | branches: 1.379.2; Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.378 | 06-Jan-2019 |
christos | Since g++ uses stdc++_p when building with -pg make this PIC on the platforms where PIC is available, so that linking shared objects with -pg works, without needing to create a shared library version of the profiled libraries.
|
1.377 | 25-Jul-2018 |
kamil | Introduce MKLIBCSANITIZER in the share/mk rules
Add flags that are required to build a program and a dynamically loaded library.
Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS.
LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc and no external dependencies are needed.
Register NOLIBCSANITIZER, as certain distribution parts will need to be skipped.
|
1.376 | 25-Jun-2018 |
kamil | branches: 1.376.2; Add a framework for renaming symbols in libc&co for MKSANITIZER
A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specified a list of symbols to be renamed in a processor in order to remove naming conflicts with public symbols in libc/m/pthread/rt.
This renaming will occur for libraries and programs. A symbol with a conflicting 'name', will be renamed to '__mksanitizer_name'.
Based on an idea by <christos>
|
1.375 | 21-Jun-2018 |
kamil | Refactor MKSANITIZER flags in mk rules
Introduce a new variable SANITIZERFLAGS that contains all the sanitizer specific flags. These flags are designed to be passed to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.prog.mk rules to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.lib.mk rules to *_pic.a build flags. The *_pic.a libraries are designed to construct .so libraries. All .so libraries with few exceptions are expected to be prebuilt with a sanitizer. Another purpuse of *_pic.a files can be constructing static PIE programs, however they are not supported as of now and there is no sanitization of static programs either.
Once MKSTATICPIE will be supported, it will be initially incompatible with MKSANITIZER.
This change also makes it easier to build other targets like kernel and kernel modules without userland sanitizers.
No functional change intended for MKSANITIZER=no users.
|
1.374 | 05-Jun-2018 |
christos | Elide -nostdinc from LINK.c when linking object files since clang complains about unused argument. Note that we can't remove CPPFLAGS from LINK.c because it is used in the "shuttle rules" (from .c to executable).
|
1.373 | 05-Jun-2018 |
christos | Add rules for building relocatable objects to avoid having random Makefiles use ${LD} ${LDFLAGS} -r which does not work if we specify MKRELRO since LDFLAGS is supposed to be passed to LINK.c not LD directly (although some of the flags work).
|
1.372 | 29-May-2017 |
christos | branches: 1.372.8; remove ugly profiling hack now that the compiler is fixed.
|
1.371 | 23-May-2017 |
christos | XXX: Remove -fPIE for profiled libraries because this breaks relocations for the call to __mcount.
|
1.370 | 24-Apr-2017 |
chs | fix another parallel-build race with MKDEBUG=yes by creating the .so.link with a temporary name and renaming to the final name only after the file is fully written.
|
1.369 | 20-Apr-2017 |
ozaki-r | Introduce MKSTRIPSYM build option
If it's yes, all local symbols of shared libraries are stripped (default). If it's no, only temporary local symbols are stripped; for example, symbols of static functions are kept. Keeping such symbols is useful on using DTrace for userland libraries and getting a backtrace from a rump server loading modules (shared libraries).
Proposed and discussed on tech-kern and tech-toolchain
|
1.368 | 08-Jan-2017 |
christos | branches: 1.368.2; - centralize setting of MK* vars in bsd.own.mk - make sure that the default setting of all vars is done in _MKVARS.{yes,no} if possible.
|
1.367 | 12-Mar-2016 |
mrg | branches: 1.367.2; remove conditionals that are always true with GCC >= 4.8.
|
1.366 | 27-Feb-2016 |
christos | Revert and leave broken.
|
1.365 | 27-Feb-2016 |
christos | Don't build archive libs with -fPIC breaks static binaries and profilig.
|
1.364 | 21-Feb-2016 |
christos | Add NODEBUG
|
1.363 | 31-Jan-2016 |
christos | Introduce NOPIE and NOCTF so that standalone programs build properly.
|
1.362 | 08-Sep-2015 |
uebayasi | Revert previous. It was not wrong, but not necessary for everyone.
(If really wanted, *.a generation rule can be easily overriden locally.)
|
1.361 | 07-Sep-2015 |
uebayasi | Order object build alphabetically.
|
1.360 | 29-Jul-2015 |
tsutsui | Revert rev 1.359 which broke libsa builds. PR/50101
|
1.359 | 20-Jul-2015 |
joerg | Simplify the build of library archives by no longer doing a topological sort.
|
1.358 | 04-Jun-2015 |
mrg | fix MKDEBUG vs parallel builds. split the creation of the final .so file from the main link of it, and use the main file as the input for both the .so output and the .so.debug file. for MKDEBUG builds we now:
(a) create the (new) .so.full file (d) create the .so.debug file (c) create the (installable) .so file
for other builds, we simply use the same rule for (a) to create (c).
this stops the .so.debug rule from modifying the .so rule's target and leading to mayhem.
see this thread for more details: http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html
|
1.357 | 02-Jun-2015 |
christos | Strip the debug symbols via a temporary file, atomically replacing the full random access archive to avoid races.
|
1.356 | 01-Dec-2014 |
erh | PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly.
|
1.355 | 13-Jun-2014 |
mrg | branches: 1.355.2; remove the build support for GCC 4.1, and any hacks i found for it.
there could still be more -- i only looked for lines matching both "HAVE_GCC" and "4" as words (grep -w.)
|
1.354 | 24-Apr-2014 |
pooka | allow use with linkers that don't support --warn-shared-textrel (Solaris, OpenBSD)
|
1.353 | 11-Apr-2014 |
matt | Back changes from 1.349 on since the -Wl,-x bug has been fixed in binutils.
|
1.352 | 11-Apr-2014 |
christos | explain what's going on, add another kludge for -g
|
1.351 | 09-Apr-2014 |
christos | Since the objcopy -x removes debugging symbols, delay that if we are building debugging libraries and do the stripping with the debug symbol separation step.
|
1.350 | 09-Apr-2014 |
christos | change -x to OBJCOPYLIBFLAGS like everywhere else.
|
1.349 | 04-Apr-2014 |
matt | branches: 1.349.2; Using -Wl,-x breaks build ARM BE8 shared libraries by striping the $a/$d/$t symbols before the linker can use them. Instead do ${OBJCOPY} -x ${.TARGET} afterwards.
|
1.348 | 09-Mar-2014 |
christos | let's see if the new dwarf library can handle dwarf 4
|
1.347 | 02-Mar-2014 |
christos | If we are compiling with -g and using gcc4.8 and dtrace downgrade dwarf generation to version 2 for now.
|
1.346 | 26-Feb-2014 |
mrg | define EXTERNAL_GCC_SUBDIR based upon HAVE_GCC, for GCC >= 4.5, and use it in the one place (bsd.lib.mk) it's used in share/mk.
|
1.345 | 14-Jan-2014 |
apb | Let MKARZERO default to the same value as MKREPRO, so callers can set MKREPRO=yes and automatically get MKARZERO=yes.
|
1.344 | 16-Dec-2013 |
matt | Back out change for bsd.lib.mk which skips objcopy -x for BE ARM. Change OBJCOPYLIBFLAGS to keep $a/$d/$t symbols on BE ARM.
|
1.343 | 13-Dec-2013 |
matt | Don't strip local symbols for earmv7*eb images since that will break linking.
|
1.342 | 18-Oct-2013 |
christos | change if HAVE_GCC is defined
|
1.341 | 14-Oct-2013 |
joerg | Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.
|
1.340 | 14-Oct-2013 |
joerg | Include compiler-rt and libunwind in libc for Clang/x86 builds.
|
1.339 | 12-Sep-2013 |
joerg | Handle dependency on libstdc++ / libc++ in bsd.lib.mk.
|
1.338 | 12-Sep-2013 |
joerg | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small vs big PIC mode. Retire -DPIC and -DBIGPIC.
|
1.337 | 19-Jul-2013 |
pooka | Enable opt-out from shlib mapfile creation. Not all linkers (namely the solaris one) support such fancy features.
no default functional change
|
1.336 | 16-Jul-2013 |
matt | branches: 1.336.2; When linking shared libraries, produce a map file.
|
1.335 | 22-Apr-2013 |
riastradh | Move addition of -g to CSHLIBFLAGS later in bsd.lib.mk.
It is now past any conditionals where its emptiness or nonemptiness can influence the decision of what objects get built.
Fixes MKDEBUG=yes build on vax (PR 47700).
|
1.334 | 11-Apr-2013 |
christos | Install shlibdir debug links
|
1.333 | 04-Apr-2013 |
christos | fix mkdebug for private libraries. while here, centralize the strip variable handling per type of object.
|
1.332 | 05-Mar-2013 |
pooka | branches: 1.332.2; Make "make DBG=-g -O2" for a library once again produce a shared library with debugging symbols (irregardless of .debug).
|
1.331 | 13-Feb-2013 |
nakayama | Fix copy and paste miss introduced in rev 1.327.
|
1.330 | 09-Feb-2013 |
christos | Allow setting _LIB_PREFIX externally.
|
1.329 | 09-Feb-2013 |
spz | typo in a MKDEBUGLIB part
|
1.328 | 08-Feb-2013 |
matt | Add missing }
|
1.327 | 08-Feb-2013 |
christos | - factor out variables so that the code is more readable, make them conistent - use _LIB_PREFIX correctly.
|
1.326 | 22-Jan-2013 |
christos | Make the libfoo.so.X.Y.debug files actually contain debug symbols if MKDEBUG.
|
1.325 | 13-Nov-2012 |
pooka | Make it easier build binaries against the host's libs, e.g. libpthread which might be in /lib/x86_64-linux-gnu/libpthread.so.0 or some other unholy place.
|
1.324 | 23-Aug-2012 |
joerg | branches: 1.324.2; Revert last, it breaks the tricks xsrc uses.
|
1.323 | 23-Aug-2012 |
joerg | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if SHLIBDIR differs from /usr/lib.
|
1.322 | 19-Jul-2012 |
christos | From pooka: Fix EXTERNAL_TOOLCHAIN compilation where crti/crtn are not in the same directory as crtbegin
|
1.321 | 19-Feb-2012 |
matt | Add support for --combine with gcc.
|
1.320 | 28-Jan-2012 |
christos | rename to OBJCOPYLIBFLAGS
|
1.319 | 28-Jan-2012 |
christos | Provide a way to override the default objcopy flags for library modules.
|
1.318 | 07-Oct-2011 |
mrg | branches: 1.318.2; obsolete libgcc_pic and friends. all libgcc's are supposed to be pic for platforms with shlibs already (and are.)
this obsoletes our hacks for the libgcc specs to use libgcc_pic, and fixes a couple of other issues reported to me directly.
|
1.317 | 25-Sep-2011 |
apb | If the number of entries in CLEANFILES is too large, then the commands in bsd.clean.mk encounter errors like "exec(/bin/sh) failed (Argument list too long)". Avoid that by splitting the files to clean into several lists using different variable names.
This should fix PR 45397, at least until the number of files grows much larger.
|
1.316 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.315 | 27-Aug-2011 |
joerg | Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
|
1.314 | 11-Apr-2011 |
joerg | Adjust --sysroot related usage: -Wl,-rpath does not expand =, so just drop it.
Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this is done implicitly now that ld is built with sysroot support.
Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
|
1.313 | 10-Apr-2011 |
joerg | For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
|
1.312 | 10-Feb-2011 |
matt | Only define DPLIBC if LIBC_SO is not empty otherwise we an errant dependency on DESTDIR.
|
1.311 | 06-Feb-2011 |
joerg | Allow HOSTLIB to use C++ by not specifying -nostdinc++.
|
1.310 | 08-Dec-2010 |
joerg | branches: 1.310.2; Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly.
|
1.309 | 08-Nov-2010 |
lukem | Preserve date on original shared library or program when stripping the debug symbols and adding the debug-link to .debug. Use '(rm -f file; false)' in the failure path to force failure. Based on solution proposed by Nicolas Joly on tech-toolchain in July 2010. Should fix PR toolchain/44046 from Andreas Gustafsson.
|
1.308 | 06-Jul-2010 |
mrg | remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
|
1.307 | 27-Apr-2010 |
lukem | Support MKDEBUG for shared libraries.
|
1.306 | 26-Apr-2010 |
lukem | fix comment (so bracket matching works as intended)
|
1.305 | 02-Mar-2010 |
darran | DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
|
1.304 | 22-Feb-2010 |
njoly | Change shared object file extension from .so to .pico, to avoid conflicts with shared libaries names libXX.so; as recently seen with MKUPDATE=yes builds for libelf and libnvpair.
All now stalled regular .so files need to be manually removed from object directories.
|
1.303 | 25-Jan-2010 |
christos | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
|
1.302 | 30-Dec-2009 |
abs | Add brief line on SHLIB_MAJOR, SHLIB_MINOR and SHLIB_TEENY in comments section - addresses PR bin/39693
|
1.301 | 12-Dec-2009 |
mrg | replace /usr/lib with ${_GCC_CRTDIR} or ${SHLIBDIR} as appropriate.
|
1.300 | 08-Dec-2009 |
uebayasi | When PROGS / LIBS are used, you can pass each PROG / LIB specific parameters to ${LD} via:
${LDADD.${PROG}} ${LDFLAGS.${PROG}} ${LDSTATIC.${PROG}} ${LDADD.${LIB}} ${LDFLAGS.${LIB}}
OTOH you can't pass parameters to ${CC}, because in suffix rules make(1) only knows the name of ${.IMPSRC} and ${.TARGET}; it's users' responsivility to define ${CC} parameters to all the sources of a given ${PROG} / ${LIB}.
Should address bin/42381.
(Bug in this commit log was pointed out by mrg@.)
|
1.299 | 27-Nov-2009 |
tsutsui | If CPPFLAGS or CXXFLAGS already contains -nostdinc or -nostdinc++, don't add ${CPPFLAGS_ISYSTEM} or ${CPPFLAGS_ISYSTEMXX} to refer ${DESTDIR}/usr/include or ${DESTDIR}/usr/include/g++.
This change might cause errors on some MD stand dir, but in that case each Makefile should be fixed to search proper system include paths by -Ipath option in own CPPFLAGS.
|
1.298 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.297 | 01-Apr-2009 |
perry | Add a _ARRANFL for the flags for invoking ar as ranlib. Will be used only for Makefile.rump for now.
|
1.296 | 13-Mar-2009 |
perry | Add a MKARZERO flag, which invokes ar(1) with the new D flag when it is set to "yes" -- defaults to "no" except for build.sh builds. This results in a deterministic .a file rather than one that reflects timestamps and permissions on the source files.
Also, clean up the ar flags we're using, and remove a redundant use of ranlib that on a modern POSIX ar can be done with the "s" flag.
Discussed on tech-toolchain
|
1.295 | 17-Jan-2009 |
he | branches: 1.295.2; If we have a SHLIB_VERSION_FILE, add is as a dependency for the library. This is mostly a convenience, so that you can trigger a shared library rebuild by touching the shlib_version file, it should not otherwise impact the build one way or the other.
|
1.294 | 17-Jan-2009 |
he | Move _LIBLDOPTS and LDFLAGS to a spot behind LDADD when making a shared library. This is done so that -L options pointing into DESTDIR will come after -L options pointing into our object tree for shared libraries this shared library depends on.
This makes a difference when shared library major numbers are bumped (as was recently done in our tree), and you build into an already- populated DESTDIR, because otherwise the old major version shared libraries will be picked up, because the new ones have not yet been installed at this stage. This will in all probability lead to conflicts later on when linking programs, where one would try to mix new and old major versions for the same shared library.
I *hope* this will not have any negatively impact by moving other order-dependent options around; local tests with rebuilds did not uncover any problems I could see.
OK'ed by lukem@
|
1.293 | 08-Jan-2009 |
pooka | Add comment requesting modifications to __archivebuild be reflected in the rump build.
|
1.292 | 08-Dec-2008 |
pooka | Don't use -isystem in rump builds. This ensures that only headers in the kernel tree are used.
|
1.291 | 06-Dec-2008 |
mrg | add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link shared libraries. use it for the one c++ library we have.
fixes PR#39936.
|
1.290 | 24-Nov-2008 |
cube | Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs that are suitable to be linked into a shared lib.
|
1.289 | 19-Oct-2008 |
apb | branches: 1.289.2; Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
|
1.288 | 19-Oct-2008 |
christos | handle assembly files for MKPIE
|
1.287 | 17-Oct-2008 |
christos | make .a archives PIC for MKPIE
|
1.286 | 09-Sep-2008 |
joerg | Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared libraries for space-constraint systems. The description is based on the feedback of hubertf@, the logic on input from lukem@
This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
|
1.285 | 13-Aug-2008 |
christos | fix debugging library build.
|
1.284 | 10-Aug-2008 |
lukem | Fix installed symlinks for LIBISMODULE=yes. Further fixes to support for SHLIB_MAJOR set without SHLIB_MINOR.
|
1.283 | 10-Aug-2008 |
lukem | When building a .so, don't require the library to have a minor version. Prevents a "stat: Too many levels of symlinks" build error.
|
1.282 | 10-Aug-2008 |
lukem | Implement LIBISMODULE: If not "no", install as ${LIB}.so (without the "lib" prefix), and act as "MKDEBUGLIB=no MKLINT=no MKPICINSTALL=no MKPROFILE=no MKSTATICLIB=no". Default: no
|
1.281 | 03-May-2008 |
lukem | branches: 1.281.2; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
|
1.280 | 03-May-2008 |
lukem | Provide a "lint" target that will lint all the sources, even if MKLINT=no. (MKLINT=no still prevents installation of the lint libraries). Explictly disable some library variations if MKPRIVATELIB=yes.
|
1.279 | 02-May-2008 |
lukem | Explicitly set MKLINT=no if MKLINKLIB==no, rather than just acting that way.
|
1.278 | 29-Apr-2008 |
simonb | Use -nodefaultlibs instead of -nostdlib when linking libc and libgcc* so that we still link in the crt* start/end files. Explicitly link libc against gcc_pic, since -nodefaultlibs undoes this.
Fixes problems where shared libraries don't get init/fini sections, most easily noticable with pthreads programs not working.
Approved by: skrll Thanks: bjs, mrg, icb peanut gallery.
|
1.277 | 27-Apr-2008 |
christos | now that gcc adds -lc, reverse the logic and explain.
|
1.276 | 26-Apr-2008 |
christos | Exempt gcc libraries from linking against libc.
|
1.275 | 26-Apr-2008 |
christos | deal with modules that don't define lib.
|
1.274 | 26-Apr-2008 |
christos | make all shared libraries depend on libc.
|
1.273 | 09-Jan-2008 |
simonb | branches: 1.273.4; 1.273.6; Remove support for NetBSD/pc532.
|
1.272 | 15-Sep-2007 |
christos | Enable text relocation warnings.
|
1.271 | 18-Mar-2007 |
tsutsui | branches: 1.271.4; CPPICFLAGS -> CPPPICFLAGS (in comments)
|
1.270 | 23-Nov-2006 |
martin | When checking wether we are debugging, look for -g in ${CFLAGS} instead of ${COPTS}. The latter explicitly includes the former and ${DBG}, where the -g most likely is hidden.
|
1.269 | 18-Sep-2006 |
dbj | pay attention to MKUPDATE instead of UPDATE when installing libs
|
1.268 | 22-Jul-2006 |
lukem | Rename MKDEBUG to MKDEBUGLIB.
|
1.267 | 11-May-2006 |
mrg | add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>.
|
1.266 | 09-Apr-2006 |
christos | Add MKDEBUG and the ability to build debugging versions of the libraries.
|
1.265 | 30-Mar-2006 |
christos | make symlink types consistent.
|
1.264 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.263 | 28-Jan-2006 |
dsl | Use ${OBJCOPY} -[xX] ${.TARGET} instead of getting the file written to ${.TARGET}.tmp and running ${LD} -[xX] ... I don't believe there are any architectures where objcopy can't delete local symbols.
|
1.262 | 08-Jan-2006 |
christos | Compile all profiling sources with -DPROF -DGPROF, not just assembly sources.
|
1.261 | 10-May-2005 |
lukem | Also use relative symlinks for the /usr/lib/lib${LIB}.so.${SHLIB_FULLVERSION} symlink to ../../lib/... because runtime lookups on the former aren't speed critical either.
|
1.260 | 10-May-2005 |
lukem | Restore rev 1.247: Use relative symlinks for /usr/lib/libfoo.so -> /lib/libfoo.so.M.N This should work now that "install -l r -d destdir" works if destdir contains a symlink.
|
1.259 | 10-Jan-2005 |
lukem | Revert previous (1.258): we don't want to link .so libraries against (non-PIC) .a libraries, and the problem which triggered the addition of the previous has been fixed by providing librpcsvc as a .so.
|
1.258 | 29-Dec-2004 |
lukem | When setting DPADD based on LIBDPLIBS, only add the .so if it exists and fallback to the .a instead. This allows the use of libraries which are .so only, have both .so & .a, and are .a only.
|
1.257 | 02-Dec-2004 |
simonb | Add COPTS to AFLAGS so assembly files pick up flags like -msoft-float.
|
1.256 | 04-Aug-2004 |
lukem | Implement LIBDPLIBS, which is a list of the tuples: libname path-to-srcdir-of-libname
For each tuple; * LIBDO.libname contains the .OBJDIR of the library `libname', and if it is not set it is determined from the srcdir and added to MAKEOVERRIDES (the latter is to allow for build time optimization). * LDADD gets -L${LIBDO.libname} -llibname added. * DPADD gets ${LIBDO.libname}/liblibname.so added.
|
1.255 | 29-Jul-2004 |
thorpej | Assign STOBJS the value of OBJS, and use that when referring to static library objects, rather than using OBJS to refer to them. This gives us a separate variable to refer to static library objects that does not affect profile library objects (which has POBJS) or shared library objects (which has SOBJS).
|
1.254 | 10-Jun-2004 |
lukem | Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
|
1.253 | 09-Jun-2004 |
christos | PR/25887: Peter Bex: Missing yacc dependency in bsd Make system
|
1.252 | 23-May-2004 |
lukem | * Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no" and don't install the (.a) library. This is useful for "build only" helper libraries. * Add some #{ [...] #} comments around large conditional statements.
|
1.251 | 18-Apr-2004 |
lukem | Rework .s.{o,po,so} and .S.{o,po,so} to be more like the <bsd.sys.mk> rules: - support ${COPTS.<fn>} ${CPUFLAGS.<fn>} ${CPPFLAGS.<fn>} (deficiency noted by Tyler Retzlaff <rtr@NetBSD.org>) - use ${COMPILE.s} for .s.o .s.po .s.so (instead of ${COMPILE.S}) - don't support AINC anymore; append to AFLAGS instead
Remove .c.ln - it was a duplicate of the rule in <bsd.sys.mk>
|
1.250 | 23-Feb-2004 |
skrll | hppa can uses the standard flags so remove the unnecessary special case.
|
1.249 | 15-Feb-2004 |
skrll | Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode and exception handling have a chance of working properly.
- creates libgcc, libgcc_eh and libgcc_s
- updates LIBGCC_SPEC to use them appropriately.
There's a hack in here at the moment with respect to libgcc_so in that it is preferable to link against libgcc_so will only when -shared-libgcc is specified (the c++ frontend does this automatically.) Configurations where LINK_EH_SPEC is defined already do this. The gcc configuration for NetBSD/alpha and another NetBSD platform (I forget which) actually define LINK_EH_SPEC probably by accident rather than design.
- updates share/mk to use the compiler's knowledge of what needs linking into libraries and executables. This removes an hppa hack.
- updates the sets for the newly created libgcc* files.
- support for linking against the _pg version of libgcc has been removed.
|
1.248 | 09-Feb-2004 |
lukem | Revert previous; install -l r doesn't appear to work correctly when DESTDIR is a symlink. (Yet another reason why "-l r" looks good on paper but sucks in practice).
|
1.247 | 06-Feb-2004 |
lukem | Convert the /usr/lib/libfoo.so -> /lib/libfoo.so.M.N link into a relative link. This simplifies using ld with ${DESTDIR}/usr/lib whilst retaining the (slightly faster) absolute links for the run-time libraries. Per discussion on tech-toolchain.
(Side note; install(1) -l r needs the source to be prefixed with ${DESTDIR} to operate correctly, which makes it non trivial to enable '-l r' by default for all ${INSTALL_SYMLINK}s)
|
1.246 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.245 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.244 | 07-Jan-2004 |
skrll | Correct a comment
|
1.243 | 23-Dec-2003 |
rtr | Need to provide alternate definitions of __archive{build,install} for x11. approved by lukem
|
1.242 | 07-Dec-2003 |
simonb | No shared libraries on ns32k at the moment - set *PICFLAGS to nothing.
|
1.241 | 13-Nov-2003 |
matt | Use ${HOST_LN} Fix how hppa gets to -lgcc_pic
|
1.240 | 11-Nov-2003 |
dsl | Set MKDEP_SUFFIXES to get additional targets in .depend instead of using sed in .afterdepend. I don't think .afterdepend is used anywhere any more.
|
1.239 | 26-Oct-2003 |
lukem | use ${HOST_SH} instead of sh
|
1.238 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.237 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.236 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.235 | 30-Sep-2003 |
lukem | Set _LIBLDOPTS to set -Wl,-rpath-link -R -L appropriately based on the setting of ${SHLIBDIR} and ${SHLIBINSTALLDIR} (_not_ ${_LIBSODIR}).
Fixes cruel and unusual ^W^W^W obscure native-build and not-so-obscure cross-builds problems I was having with shared libraries with a non-base LIBDIR (e.g, /usr/X11R6/lib) that use LDADD to pull in other libraries from /usr/lib (such as libm) which are really in /lib and the symlink from ${DESTDIR}/usr/lib/libm.so to /lib/libm.so.N.M was confusing the linker. Stuffing -rpath-link ${DESTDIR}/lib in solves the problem.
This should mean that shared libraries that depend upon other shared libraries in other directories should DTRT in a DESTDIR (cross-)build...
Inspired by _PROGLDOPTS in <bsd.prog.mk>
|
1.234 | 13-Sep-2003 |
lukem | implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB also sets, a la the other variables), prevents build and installation of the "normal" static *.a libraries.
|
1.233 | 13-Sep-2003 |
erh | Also support per-program LDFLAGS and LDSTATIC.
|
1.232 | 13-Sep-2003 |
erh | Create a way to add additional flags to COPTS, CPPFLAGS, CXXFLAGS and LDADD for particular libraries or programs by specifying the additions in mk.conf instead of needing to go edit individual Makefiles.
|
1.231 | 24-Aug-2003 |
lukem | Support ${LDFLAGS} when linking libraries
|
1.230 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.229 | 28-Jul-2003 |
lukem | be consistent when adding *.y and *.l to DPSRCS
|
1.228 | 28-Jul-2003 |
lukem | Overhaul how the .{c,cc,cpp,cxx,C,f,m.S}.{o,po,so} rules are implemented: only list the (often complicated) ${COMPILE.*} rules once always building to ${.TARGET}.tmp. Then, depending on whether *OPTS has -g, either "mv ${.TARGET}.tmp ${.TARGET}" or "${LD} -[xX] -r ${TARGET}.tmp -o ${.TARGET}" as appropriate. This can prevent inconsistency that could occur between "echo ${COMPILE.*:Q}" and "${COMPILE.*}", such as the problem in rev 1.226. (There were still examples of this in .cc.so and .m.so !!!)
Remove `@' from most non-echo rules, so that we can actually see what's happening. This helps debugging problems, such as that fixed by rev 1.226.
Always remove all possible temp files that might occur because of the above.
Be consistent about ${CC} instead of $(CC)
|
1.227 | 28-Jul-2003 |
lukem | Pull in <bsd.sys.mk> before supplying our own .c.o (et al) rules. Otherwise, <bsd.sys.mk>'s implementations will be used instead. (oops!)
|
1.226 | 28-Jul-2003 |
lukem | fix typo (insert botch? :) in previous, which broke .cxx.po
|
1.225 | 27-Jul-2003 |
mrg | introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system includes. for GCC3, set this to -I instead of -isystem.
XXX this should really be either not required or a -isystem-cxx, but for now this is required to build libstdc++-v3, which otherwise complains heavily about STL headers not being C code(!)
|
1.224 | 22-Jul-2003 |
lukem | Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:
COPTS.<fn> Additional flags to the compiler when creating the C objects for <fn>.
CPUFLAGS.<fn> Additional flags to the compiler/assembler for <fn>.
CPPFLAGS.<fn> Additional flags to the C pre-processor for <fn>.
(For <fn>.[ly], "<fn>.c" must be used.)
|
1.223 | 20-Jul-2003 |
lukem | Consistently support the different C++ file extensions: .cc .cpp .cxx .C Noted by Andrew White in PR toolchain/18246
|
1.222 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.221 | 27-Jun-2003 |
drochner | Use ${CC} instead of ${LD} to build shared objects. (g)cc has all the knowledge which startfiles/libgcc to use, so we don't need to duplicate all that here.
Externally visible change: Shared objects are linked against libgcc_pic.a now (if the in-tree gcc2 is used). This fixes problems with dlopen()'ed objects referencing libgcc functions not used (thus not linked in) by the main program.
|
1.220 | 11-Jun-2003 |
msaitoh | catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
|
1.219 | 31-May-2003 |
thorpej | If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and bsd.lib.mk.
|
1.218 | 27-May-2003 |
wiz | Use && instead of ; to only overwrite a file if the corresponding sed worked (from christos). Add .cpp rules.
|
1.217 | 26-May-2003 |
wiz | s/${ECHO}/@echo/, since we don't define ECHO in share/mk.
|
1.216 | 22-Apr-2003 |
christos | fix lossage caused by previous commit.
|
1.215 | 20-Apr-2003 |
christos | PR/6257: Izumi Tsutsui: bsd.lib.mk should set target only if LIB is defined.
|
1.214 | 11-Apr-2003 |
thorpej | Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It is sometimes necessary for non-library Makefiles to determine if _pic libraries are being built.
Problem pointed out by Havard Eidnes.
|
1.213 | 30-Mar-2003 |
thorpej | If MACHINE_ARCH is powerpc and we HAVE_GCC3, add crtsaveres.o to the endfile spec.
|
1.212 | 22-Nov-2002 |
thorpej | Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific things like the .note.netbsd.ident section are provided by crti/crtn. crti/crtn also provide the _init() and _fini() routines.
crtbegin/crtend now only provide support for ctors/dtors. This paves the way to using the "crtstuff" provided with GCC (when we upgrade to GCC 3.3), which provides, among other things, much better C++/Java exception handling.
|
1.211 | 10-Nov-2002 |
thorpej | Oops, AINC actually is still used; put it back.
|
1.210 | 10-Nov-2002 |
thorpej | The MIPS toolchain now defines __ABICALLS__ when abicalls are in use, and the sources now use that define, so there is no need for us to define ABICALLS. Since that was the only use for the AINC variable, garbage-collect it.
|
1.209 | 09-Nov-2002 |
thorpej | Now that the compiler does the right thing with -KPIC, we no longer need to add it (or -fpic, for that matter) explicitly when building shared libraries on MIPS.
|
1.208 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.207 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.206 | 14-Sep-2002 |
thorpej | If DESTDIR is set, add ${DESTDIR}/usr/libdata to the lint library search path. This works around the problem of lint using the wrong lint libraries until a "lint -d ..." equivalent is implemented for libraries.
|
1.205 | 20-Jul-2002 |
yamt | - add CSHLIBFLAGS. - fix typos in comment.
|
1.204 | 01-Jul-2002 |
fredette | Added a temporary workaround when building libraries for hppa: link in libgcc to get the millicode routines.
|
1.203 | 07-May-2002 |
eeh | branches: 1.203.2; Don't add -DBIGPIC to APICFLAGS.
|
1.202 | 07-May-2002 |
eeh | Turn on 32-bit relocations for sparc64 PIC code.
|
1.201 | 26-Apr-2002 |
lukem | Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. Defaults to the directory determined by the _SRC_TOP_ logic (if != ""), and the BSDSRCDIR.
NETBSDSRCDIR has been provided for use by the various NetBSD source Makefiles to find the top of the NetBSD source tree, and isn't affected by the inheritance properties of _SRC_TOP_, nor does it have the magic BSDOBJDIR baggage that BSDSRCDIR is stuck with.
|
1.200 | 10-Apr-2002 |
lukem | replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to be "accurate". document _SRC_TOP_.
|
1.199 | 19-Mar-2002 |
lukem | use ${VAR:D:U...} if we only want a value in the undefined case
|
1.198 | 19-Mar-2002 |
lukem | Change library installation. Instead of: install -m 600 [...] ranlib -t [...] chmod 444 [...] use the newly added "-a" flag to install(1) to invoke ranlib ifndef UPDATE. Should prevent unnecessary ranlib-ing of installed libraries with UPDATE defined.
Per discussion with simonb.
|
1.197 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.196 | 28-Dec-2001 |
lukem | cosmetic tweak on an older comment
|
1.195 | 28-Dec-2001 |
lukem | * Add user-controlled mk.conf variables - SHLIBDIR Location to install shared libraries if ${USE_SHLIBDIR} is "yes". Defaults to "/usr/lib".
- USE_SHLIBDIR If "yes", install shared libraries in ${SHLIBDIR} instead of ${LIBDIR}. Defaults to "no". Sets ${_LIBSODIR} to the appropriate value. This may be set by individual Makefiles as well.
- SHLINKDIR Location of shared linker. Defaults to "/usr/libexec". If != "/usr/libexec", change the dynamic-linker encoded in shared programs
* Set USE_SHLIBDIR for libraries used by /bin and /sbin: libc libcrypt libcrypto libedit libipsec libkvm libm libmi387 libtermcap libutil libz
* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so* to ${_LIBSODIR}/${LIB}.so* for compatibility.
* Always install /sbin/init statically (for now)
The net effect of these changes depends on how the variables are set:
1.) If nothing is set or changed, there is no change from the current behaviour: - Static /bin, /sbin, and bits of /usr/* - Dynamic rest - Shared linker is /usr/libexec/ld*so
2.) If the following make variables are set: LDSTATIC= SHLINKDIR=/lib SHLIBDIR=/lib Then the behaviour becomes: - Dynamic tools - .so libraries used by /bin and /sbin are installed to /lib, with symlinks from /usr/lib/lib*so to -> /lib/lib*so where appropriate - Shared linker is /lib/ld*so
3.) As per 2.), but add the following variable: USE_SHLIBDIR=yes This forces all .so's to be instaleld in /lib (with compat symlinks), not just those tagged by their Makefiles to be. Again, compat symlinks are installed
|
1.194 | 28-Nov-2001 |
tv | If DESTDIR is set, do a similar nostdinc dance for the standard C++ include directory.
|
1.193 | 24-Nov-2001 |
perry | Now that install has been fixed to deal with -r in the symlink case, make bsd.lib.mk use INSTALL_SYMLINK instead of mv and ln -s. Note: There is still one weird case I left alone, in which symlinks get built in the objdir. I didn't want to log metadata for those links so I left the old machinery in for them. XXX do we even need that elaborate dance for the ln's in the objdir?
|
1.192 | 19-Nov-2001 |
thorpej | Use a little transitional hack to determine if we use -isystem or -idirafter. Use the former only of USE_NEW_TOOLCHAIN, since -isystem causes the old toolchain to bomb out when building libstdc++.
|
1.191 | 14-Nov-2001 |
tv | C/..$/.c/ -> C/\..$/.c/
|
1.190 | 14-Nov-2001 |
tv | Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk where it belongs (with the native target compile rules).
|
1.189 | 02-Nov-2001 |
simonb | Set installed library mode correctly in UNPRIVILEGED case.
|
1.188 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.187 | 25-Oct-2001 |
nathanw | Don't explicitly set SHLIB_LDSTARTFILE and SHLIB_LDENDFILE for the generic architecture case; this permits the later ELF clause to set them properly for ELF platforms.
This will cause crtbeginS.o and crtendS.o to be included in shared libraries built on all ELF platforms, not just alpha, mips, vax, and sparc.
|
1.186 | 19-Oct-2001 |
tv | Add .NOPATH for all files generated from .l or .y files in SRCS. Fixes PRs bin/14187 and lib/14239.
Also simplify the handling of these transforms to .c and .h files a bit by leveraging make's builtin macro operators.
|
1.185 | 21-Sep-2001 |
tv | Since SHLIB_MAJOR may be set even in a MKPIC=no situation, make sure that print-shlib-* targets only print stuff if MKPIC=yes.
|
1.184 | 21-Sep-2001 |
tv | If SHLIB_MAJOR is explicitly set in a Makefile, don't even look for a shlib_version file. (Part of a larger change which will also update checkver to deal with this, and migrate old makefiles to include SHLIB_MAJOR/SHLIB_MINOR. For now, just add the hooks so that the old gnu/lib toolchain libraries can use this as a workaround.)
|
1.183 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.182 | 08-Jun-2001 |
mrg | redo the previous; allow SHLIB_LDSTARTFILE and SHLIB_LDENDFILE to be overridden.
|
1.181 | 07-Jun-2001 |
mrg | set SHLIB_LDSTARTFILE and SHLIB_LDENDFILE based on ${LIBDIR} not hard coded /usr/lib.
|
1.180 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.179 | 27-Apr-2001 |
dmcmahill | add support for building shared libs from fortran sources. Works correctly with the default of 'f77' as the fortran compiler or using the 'f2c-f77' script from pkgsrc (selected by overriding the FC variable)
|
1.178 | 05-Dec-2000 |
mycroft | This is *purely* anal-retentive, but: remove extra spaces in the generated commands in the previous.
|
1.177 | 05-Dec-2000 |
mycroft | When handling ELF library symlinks, rather than removing and recreating the symlink, instead create a temporary one ending in `.tmp' and `mv -f' it. This way there is no window where libc isn't loadable (and thus `make -j 100 install' works for libc).
|
1.176 | 09-Aug-2000 |
gmcgarry | Remove executable permission from src/lib/checkver.
|
1.175 | 19-Jul-2000 |
mrg | simplify previous.
|
1.174 | 17-Jul-2000 |
eeh | Tell gas how to make PIC objects on sparc64.
|
1.173 | 14-Jul-2000 |
christos | PR/10556: Veego: Shared library support was broken if shlib_version file was not present.
|
1.172 | 06-Jul-2000 |
matt | Add NetBSD/vax ELF hook.
|
1.171 | 03-Jul-2000 |
christos | add support for teeny dewey numbers; cleanup duplicated variables.
|
1.170 | 25-Jun-2000 |
erh | For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD} so any -L directories set in LDADD are searched first to avoid possibly linking against old versions of libraries.
|
1.169 | 19-Jun-2000 |
thorpej | branches: 1.169.2; Add print-shlib-major and print-shlib-minor targets.
|
1.168 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.167 | 03-May-2000 |
matt | branches: 1.167.2; Implement my MKLINKLIB=yes fix a bit differently. Don't include ${OBJS} in ${ALLOBJS} if MKLINKLIB=yes. This allows Makefiles to continue to modify ${OBJS}.
|
1.166 | 03-May-2000 |
matt | rework slightly so that when MKLINKLIB=no only the shared objects are built. (building normal objects when they are never used really sucks on slow build machines).
|
1.165 | 29-Apr-2000 |
dmcmahill | Change -fpic to -fPIC. Change was approved by mycroft.
|
1.164 | 24-Apr-2000 |
simonb | White space bogons (double spaces, spaces instead of tabs).
|
1.163 | 19-Feb-2000 |
erh | Add NOPATH for all output files to prevent their presence in the search path from causing problems.
|
1.162 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.161 | 17-Jan-2000 |
abs | remove duplicate += of OBJS, introduced in 1.158 - fixes PR #8487
|
1.160 | 28-Nov-1999 |
simonb | Add a MKPICLIB variable. If set to "no", don't build an _pic.a library and build shared objects from the .a library. A symlink is installed in /usr/lib so that the name "libfoo_pic.a" still exists for third party software that explicitly wants an _pic.a library.
|
1.159 | 14-Sep-1999 |
perry | branches: 1.159.4; Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.158 | 12-Sep-1999 |
christos | sort the object file build so that we get better buffer cache behavior. [from perry, with fixes from me]
|
1.157 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.156 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.155 | 14-Jul-1999 |
wrstuden | branches: 1.155.2; Re-arrange location of "-nostdlib" in DESTDIR case so that cross-ld's won't name the output file "stdlib".
|
1.154 | 10-Jun-1999 |
simonb | Use ${SHLIB_VERSION_FILE} as the location of the shared library version file. Pass this to checkver with the new -v option as well.
|
1.153 | 07-Jun-1999 |
christos | Don't strip symbols if -g is specified. We might want to be able to debug libraries!
|
1.152 | 30-Mar-1999 |
fair | branches: 1.152.2; Patched per PR 7283; this causes shared libraries which depend on other shared libraries to load against the ones just built when DESTDIR is set (i.e. -L${DESTDIR}${LIBDIR} ), rather than what's installed in /usr/lib (previous behavior definitely violated the Principle of Least Astonishment!).
|
1.151 | 24-Feb-1999 |
drochner | add missing parts of the "mips"->"mipse?" transition
|
1.150 | 14-Feb-1999 |
christos | Add sparc/elf bits.
|
1.149 | 12-Feb-1999 |
lukem | for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set MKCATPAGES=no. this simplifies various tests.
|
1.148 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.147 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.146 | 02-Dec-1998 |
thorpej | When installing a shared library, run /sbin/ldconfig -m ${LIBDIR} if DESTDIR is not set and the object format is a.out.
|
1.145 | 30-Nov-1998 |
erh | Don't do the version check if we can't find the script.
|
1.144 | 12-Nov-1998 |
erh | Add ability to use either a file or the sets files when checking library version numbers. Added -d, -s and -f flags for check dir, check sets and check file. Suggested by Simon Burge.
|
1.143 | 07-Nov-1998 |
erh | Add a checkver target to bsd.lib.mk. This target executes the checkver script to find installed shared libraries with major/minor versions that are too big. The realinstall target now depends upon this target so this check is done whenever a library is installed. The check may be disabled by setting NOCHECKVER.
|
1.142 | 05-Nov-1998 |
jonathan | Set SHLIB_LD{START,END}FILE to crt{begin,end}S.o for all ELF ports.
|
1.141 | 07-Oct-1998 |
wrstuden | Make lintlib generation work with PATH'd source. We should pull in the real source, not the implied names, so that we find things we PATH in from other directories.
|
1.140 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.139 | 13-Sep-1998 |
tv | Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, which builds and installs only what is necessary to link and run binaries, when the library is not externally useable. - NOPIC: Create and link against a static library. - PIC: Create, link against, and install a shared object. - PIC+LDSTATIC: Create and link against a static library; create and install a shared object.
|
1.138 | 22-Aug-1998 |
tv | Fix the .c.a brokenness with libbfd the "right" way - nuke everything but *o from .ALLSRC.
|
1.137 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.136 | 02-May-1998 |
christos | fix lint library rule bug; use ${.ALLSRC} as suggested.
|
1.135 | 17-Apr-1998 |
tv | Fix symlinks creation in the build directory: create the symlinks there, not in ${DESTDIR}.
|
1.134 | 15-Apr-1998 |
tv | Braindead pmake conditionals.
|
1.133 | 15-Apr-1998 |
tv | Create the ELF symbolic links in the build tree, too. Needed for libamu and egcs libcc1 to make sure linking is done against the correct shared object.
|
1.132 | 15-Apr-1998 |
tv | Compare ${LDSTATIC} against ""; don't check for definition. Make this DTRT on setups with a global setting of LDSTATIC= (nothing)
|
1.131 | 12-Apr-1998 |
tv | Also build a static library regardless of NOSTATICLIB if LDSTATIC is defined. In situations where a "private library" is being built, a static library is needed to link binaries statically (LDSTATIC=-static).
|
1.130 | 09-Apr-1998 |
tv | New flag, NOSTATICLIB, prevents build and install of the standard static library unless NOPIC is set.
|
1.129 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.128 | 01-Apr-1998 |
tv | Revert. This broke too much in the build tree, and a better solution needs to be created. (The existing situation breaks a lot too.)
|
1.127 | 01-Apr-1998 |
tv | Fix .y rules to DTRT with possibly generated .h files. See mail on tech-toolchain for a very detailed explanation of this. In short, add a .y.h rule identical to the .y.c rule and make the .y.c rule rename the .h file; also, clean the .h file in CLEANFILES.
|
1.126 | 07-Mar-1998 |
jonathan | Use the new binutils-compatible ld commandline syntax to build shared-library .so files on both ELf and a.out platforms.
|
1.125 | 23-Feb-1998 |
jonathan | More table-driven changes for different toolchains: * new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF". * use OBJECT_FMT in Makefile tests that depend on toolchain. * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given port doesnt yet do shared libraries. Set on powerpc. * Document new feature-test variables in src/share/mk/bsd.README. Tested on i386, mips, fakedup Alpha environment.
|
1.124 | 18-Feb-1998 |
jonathan | Fix dyslexic typo.
|
1.123 | 18-Feb-1998 |
jonathan | Make bsd.lib.mk rules to build ELF vs a.out shlibs more table-driven. No more .if in solib link rule.
|
1.122 | 24-Dec-1997 |
cgd | kill a couple of (insignificant but) bogus extra spaces
|
1.121 | 05-Nov-1997 |
thorpej | Fix .c.ln rule: use CPPFLAGS, not CFLAGS.
|
1.120 | 04-Nov-1997 |
gwr | Use LORDER, TSORT
|
1.119 | 30-Oct-1997 |
lukem | remove lint rules for objective c as lint can't cope
|
1.118 | 28-Oct-1997 |
lukem | add default rules for Objective C sources (`.m' suffix): - sys.mk: add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and ${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules - bsd.sys.mk: add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk). it's here, rather than in sys.mk, because `.m' isn't exclusively used for Objective C files. - bsd.lib.mk: add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
|
1.117 | 11-Oct-1997 |
mycroft | branches: 1.117.2; Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.116 | 04-Jun-1997 |
pk | Put `-DPIC' back in CPICFLAGS (a.out section); at least one C source file (sparc/include/profile.h) relies on this.
|
1.115 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.114 | 30-May-1997 |
cjs | branches: 1.114.2; Add NOINSTALL option for libraries that are used only during the build of a program, and not installed into the final system.
|
1.113 | 29-May-1997 |
veego | Fix pr#3679 a little different. Remove the '-nostdlib' flag for ELF systems and keep it for a.out systems.
|
1.112 | 28-May-1997 |
veego | Add '-nostdlib -L${BUILDDIR}/usr/lib' for ${LDADD} so it links a shared library with the correct shared library.
|
1.111 | 27-May-1997 |
mycroft | Add a missing / in SHLIB_LD*FILE.
|
1.110 | 27-May-1997 |
cjs | Always look in usr/lib for crtbegin/crtend; LIBDIR is the destination directory of the library we're currently compiling.
|
1.109 | 27-May-1997 |
cjs | Re-add other folks' changes that I accidently reverted when I did my build system changes commit.
|
1.108 | 26-May-1997 |
cjs | These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.107 | 24-May-1997 |
jonathan | More table-driven changes: split CPICFLAGS into separate flags, to support the two different incompatible rules for build .so files from .S source on both NetBSD and binutils toolchains:
${CPP} | ${AS} for syscalls ${CC} for non-syscalls for which the different toolchains's ${AS} requires diffferent flags.
|
1.106 | 17-May-1997 |
mycroft | Do LINKS and SYMLINKS after FILES and INCS.
|
1.105 | 17-May-1997 |
mycroft | Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the right preferences.
|
1.104 | 09-May-1997 |
mycroft | Fix typo in previous.
|
1.103 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.102 | 09-May-1997 |
mycroft | Remove cruft.
|
1.101 | 09-May-1997 |
mycroft | Don't empty the suffix list.
|
1.100 | 09-May-1997 |
mycroft | Oops; rearrange dependencies to get things built early enough.
|
1.99 | 09-May-1997 |
mycroft | Make sure INCS and SRCS are built if necessary.
|
1.98 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.97 | 07-May-1997 |
mycroft | Various simplifications.
|
1.96 | 07-May-1997 |
mycroft | Shuffle some .PHONYs around, to work better with `-t'.
|
1.95 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.94 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.93 | 17-Apr-1997 |
thorpej | Pass the program to use for nm(1) to lorder(1), helps cross-compiling.
|
1.92 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.91 | 27-Mar-1997 |
christos | Put the FILES generated rules in a separate .mk file since both bsd.prog.mk and bsd.lib.mk use them.
|
1.90 | 24-Mar-1997 |
christos | put the 'r' back in archive.
|
1.89 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.88 | 23-Mar-1997 |
cgd | add SHLIB_LDSTARTFILE and SHLIB_LDENDFILE variables for a.out shared lib architectures, for consistency. (For a.out shared libs, they're empty.) Make the shared library target depend on them.
|
1.87 | 22-Mar-1997 |
perry | Fix SYMLINKS not to include DESTDIR in the link itself
|
1.86 | 15-Mar-1997 |
jonathan | Use table-driven rules for linking shared libraries on a.out or ELF systems.
|
1.85 | 14-Mar-1997 |
cgd | pull crtbeginS.o and crtendS.o in from DESTDIR
|
1.84 | 13-Mar-1997 |
perry | add SYMLINKS, by analogy to LINKS. Vetted by Christos.
|
1.83 | 17-Feb-1997 |
cgd | clean up Alpha (ELF) shared library build and install rules. The latter are now more like what's "normal" for ELF.
|
1.82 | 28-Jan-1997 |
mikel | add support for COPTS, as in bsd.prog.mk
|
1.81 | 22-Jan-1997 |
cgd | if 'clean' is not already defined, rather than simply defining it with a bunch of rules, define a clean{kmod,lib,prog} target with the rules, and have both clean and cleandir depend on that. That eliminates a bug where 'cleandir' in a directory which included e.g. bsd.prog.mk but which also had subdirs would 'make clean' all the subdirs and then 'make cleandir' all ofthe subdirs. It also allows Makefiles to add more dependencies to 'clean' after inclusion of the make template.
If 'clean' is already defined, the behaviour is the same as it used to be.
|
1.80 | 29-Dec-1996 |
christos | Don't use @echo "${command}" to echo commands, because if ${command} contains double quotes we generate shell syntax errors. Use @echo ${command:Q} instead which properly quotes shell metacharacters.
|
1.79 | 20-Dec-1996 |
cgd | change the afterdepend target so that its sed script adds <filename>.ln for each <filename>.o as an object file which has the given dependencies (in addition to <filename>.po and <filename>.so, which were already there).
|
1.78 | 19-Dec-1996 |
cgd | remove outdated XXX comment (mine)
|
1.77 | 17-Dec-1996 |
cgd | undo (or actually, do differently) that last: On the Alpha, build shared libraries with LD, but add /usr/lib/crtbegin.o and /usr/lib/crtend.o before and after the rest of the stuff being linked. This is a losing situation all-around: for correct 'DESTDIR' builds, it should be including them from ${DESTDIR}/usr/lib. However, since those objects should be included for all shared libraries, including them from ${DESTDIR} won't work, because they won't be installed by normal builds by the time they need to be used.
|
1.76 | 17-Dec-1996 |
cgd | build Alpha shared libraries with ${CC} rather than ${LD}, because cc understands how to do the c run-time startup magic necessary for shared libraries and ld doesn't.
|
1.75 | 30-Nov-1996 |
jtc | Define GPROF when assembling *.S files
|
1.74 | 05-Nov-1996 |
mikel | Remove extra ".o"s; fixes PR misc/2883.
|
1.73 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.72 | 13-Oct-1996 |
cgd | if ${MACHINE_ARCH} is "alpha" build shared libs with the 'normal' GNU linker's command line args, rather than the NetBSD linker's command line args. This is a hack, and should go away in favor of something more general when that something is developed. In the mean time, it might be appropriate for the various mips ports to do the same thing.
|
1.71 | 23-Sep-1996 |
abrown | Add missing quote (") in @echo line of .S.o rule, to prevent sh from getting confused in certain cases.
|
1.70 | 23-Sep-1996 |
jtc | Fix from Aaron Brown that fixes some typos
|
1.69 | 20-Sep-1996 |
jtc | Use `${COMPILE.S}' instead of `${CPP} ..... | ${AS} ....' to compile assembly language source.
|
1.68 | 05-Sep-1996 |
cgd | use -pg rather than -p when compiling profiled objects.
|
1.67 | 17-Jan-1996 |
mycroft | Use the `-q' option to tsort(1). From der Mouse, PR 1204.
|
1.66 | 22-Oct-1995 |
christos | Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware" rules. These rules are not turned on by default; they are enabled by setting the PARALLEL variable.
|
1.65 | 30-Sep-1995 |
pk | Use CPPFLAGS in .S rules.
|
1.64 | 27-Sep-1995 |
christos | - make sure the afterdepend rule fires `after' .depend gets created. [fixed for parallel make] - make depend prettier printing.
|
1.63 | 26-Sep-1995 |
jtc | Fix .cc.o .C.o rule; PR #1522
|
1.62 | 25-Sep-1995 |
christos | - Actually commit the bsd.lib.mk changes mentioned above...
|
1.61 | 29-Jun-1995 |
cgd | oops
|
1.60 | 27-Jun-1995 |
cgd | fix a paste-o
|
1.59 | 26-Jun-1995 |
cgd | fix more possibly-empty 'rm's, here. kill long-dead {profiled,...}/* cleans
|
1.58 | 24-Jun-1995 |
cgd | update lint rules, but keep linting disabled
|
1.57 | 21-Apr-1995 |
jtc | .include <bsd.nls.mk> unless NONLS is defined.
|
1.56 | 19-Apr-1995 |
cgd | don't ranlib read-only files. patch for bug 977, from Greg Hudson (ghudson@MIT.EDU). He doesn't think this patch is particularly beautiful, but i'm not sure much can be done about that. in particular: (1) installing to a different file name, then chowning that and using 'mv' brings up a couple of bugs that can't reasonably be tested for (and shouldn't have to be), (2) you don't particularly want people trying to use the libraries until they've been successfully installed, anyway.
|
1.55 | 13-Dec-1994 |
mycroft | Slight simpliciation.
|
1.54 | 19-Aug-1994 |
cgd | include bsd.own.mk early on, to get NOPIC definition.
|
1.53 | 09-Aug-1994 |
pk | Don't keep local symbols in a shared library symbol table.
|
1.52 | 06-Jul-1994 |
mycroft | branches: 1.52.2; Include ${CPPFLAGS} when compiling .c and .cc files.
|
1.51 | 30-Jun-1994 |
deraadt | .m4 files are sources too
|
1.50 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.49 | 30-Jun-1994 |
cgd | don't be careless with _SUBDIRUSE
|
1.48 | 24-Mar-1994 |
mycroft | Remove *.core on clean.
|
1.47 | 09-Feb-1994 |
cgd | kill install -d's.
|
1.46 | 31-Jan-1994 |
jtc | Moved manpage formatting rules from sys.mk to bsd.man.mk. Some programs (like ispell) use *.[0-8] for non-manpage things, and having the manpage rules in sys.mk really messes things up.
|
1.45 | 07-Jan-1994 |
pk | Archive member names need no longer be truncated.
|
1.44 | 06-Jan-1994 |
mycroft | `ld -x -r' on .so files really does work now. Maybe it will continue to for a little while.
|
1.43 | 05-Jan-1994 |
mycroft | ld -x -r for .so files clearly does not work yet.
|
1.42 | 04-Jan-1994 |
mycroft | Use ${DPADD} and ${LDADD} only when building shared library.
|
1.41 | 04-Jan-1994 |
mycroft | Reinstate `ld -x -r' for .so.
|
1.40 | 04-Dec-1993 |
cgd | allow .S; keep .s around for now
|
1.39 | 14-Nov-1993 |
pk | Always install lib*_pic.a archives.
|
1.38 | 02-Nov-1993 |
cgd | make libfoo.so.m.n depend on libfoo_pic.a, and also explain what we're doing when building libfoo.so.m.n.
|
1.37 | 02-Nov-1993 |
cgd | MAJOR -> SHLIB_MAJOR, MINOR -> SHLIB_MINOR
|
1.36 | 02-Nov-1993 |
pk | Add `-Bshareable' to shared library rule.
|
1.35 | 02-Nov-1993 |
pk | Don't try to build things when installing.
|
1.34 | 27-Oct-1993 |
pk | `-Bshareable' added to link rule for shared libs.
|
1.33 | 24-Oct-1993 |
pk | Install shared library with version numbers from `shlib_version'.
|
1.32 | 17-Oct-1993 |
pk | Added rule for installing PIC archives (not the shared libraries themselves).
|
1.31 | 11-Oct-1993 |
pk | Removed `ld -r -X' line from the .cc.so and .C.so rule, as ld does not yet support it.
|
1.30 | 07-Oct-1993 |
cgd | rm _pic libs on clean, too.
|
1.29 | 06-Oct-1993 |
pk | Added .so to `.depend' (Thanks to Andrew Wheadon for poiting this out).
|
1.28 | 04-Oct-1993 |
cgd | add .so rules for c++ files.
|
1.27 | 29-Sep-1993 |
pk | Support for building PIC libraries. Given a library name `x', an archive `libx_pic.a is built, unless NOPIC is defined (like NOPROFILE).
|
1.26 | 16-Aug-1993 |
mycroft | Don't define afterdepend if no SRCS.
|
1.25 | 15-Aug-1993 |
mycroft | Don't automatically include bsd.subdir.mk in bsd.prog.mk and bsd.lib.mk. Put back .MAIN in bsd.man.mk, and be careful not to include ../Makefile.inc a second time.
|
1.24 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.23 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.22 | 15-Aug-1993 |
mycroft | Create target directories with `install -d', and move `obj' targets into one file.
|
1.21 | 30-Jul-1993 |
mycroft | When generating a default OBJS, ignore .h files.
|
1.20 | 29-Jul-1993 |
mycroft | Don't print the `making ...' message if an obj dir already exists. Also, a minor cleanup.
|
1.19 | 17-Jul-1993 |
mycroft | Fix C++ dependencies for good. `make depend' is now done in two passes--one of C files and one for C++ files. No need to specify `-+' in your Makefile, as it is now done automatically.
|
1.18 | 17-Jul-1993 |
mycroft | Combine some suffix rules.
|
1.17 | 17-Jul-1993 |
mycroft | Add suffix rules for C++ files.
|
1.16 | 17-Jun-1993 |
mycroft | Never mind. I was being led astray.
|
1.15 | 17-Jun-1993 |
mycroft | We use ranlib; we don't need lorder.
|
1.14 | 02-Jun-1993 |
cgd | get make depend right, so that it depends .po's too.
|
1.13 | 26-May-1993 |
cgd | change libraries to use ${RANLIB} rather than "ranlib" explicitly, also, ranlib them when they're made, so /usr/obj can be read-only
|
1.12 | 26-May-1993 |
cgd | if NOPROFILE defined, don't try to install the profiled libs.
|
1.11 | 25-Apr-1993 |
mycroft | Add afterinstall and make maninstall not lose if bsd.man.mk not included (i.e. NOMAN set).
|
1.10 | 25-Apr-1993 |
mycroft | Don't build man pages if NOMAN set.
|
1.9 | 20-Apr-1993 |
cgd | get make clean[dir] to work right. fixes /bin/sh: not found problem
|
1.8 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.7 | 08-Apr-1993 |
cgd | try to do the right thing, in terms making directories before we install into them, and get the manpage cleans _OUT_ of "clean". they don't belong there, only in cleandir, WFJ be damned.
|
1.6 | 08-Apr-1993 |
cgd | fixed typos...
|
1.5 | 08-Apr-1993 |
cgd | (silently) make sure we have directories before installing
|
1.4 | 04-Apr-1993 |
cgd | make `install' of libraries copy rather than move.
|
1.3 | 23-Mar-1993 |
cgd | made .CURDIR be absolute, not relative, thereby eliminating the need for some of the makefile trickery when making objects, and fixing a few .PATH bugs
|
1.2 | 22-Mar-1993 |
cgd | fixed "make obj" for cases when sources not in /usr/src/... if sources not there, it now mkdirs obj, but some trickery is necessary, to avoid deleting cwd.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.52.2.1 | 24-Aug-1994 |
mycroft | update from trunk
|
1.114.2.1 | 12-Oct-1997 |
cjs | Update to 1.117.
|
1.117.2.3 | 07-Nov-1998 |
cgd | specify SHLIB_LDSTARTFILE and SHLIB_LDENDFILE for mips. Done differently on the trunk. (jonathan)
|
1.117.2.2 | 05-Nov-1997 |
thorpej | Update from trunk: Fix .c.ln rule: use CPPFLAGS, not CFLAGS.
|
1.117.2.1 | 04-Nov-1997 |
thorpej | Pull up from trunk: Add objective-c rules, use ${LORDER} rather than lorder.
|
1.152.2.4 | 14-Aug-2000 |
he | Apply revision 1.173 (via patch, requested by he): Make shared library support work if shlib_version file is missing. Fixes PR#10556.
|
1.152.2.3 | 06-Jul-2000 |
he | Apply patch (requested by he): Correct a typo.
|
1.152.2.2 | 05-Jul-2000 |
he | Pull up revision 1.171 (via patch, requested by he): Introduce the optional "teeny" variable in shlib_version, so that we don't abuse the "minor" number to optionally include the "teeny" number. Replace explicit ${SHLIB_MAJOR}.${SHLIB_MINOR} with ${SHLIB_FULLVERSION}.
|
1.152.2.1 | 10-Sep-1999 |
he | Pull up revision 1.157: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.155.2.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.159.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.167.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.169.2.6 | 29-Sep-2000 |
skrll | Pullup 1.172->1.173 of bsd.lib.mk Approved by: thorpej
PR/10556: Veego: Shared library support was broken if shlib_version file was not present.
|
1.169.2.5 | 22-Aug-2000 |
mrg | pull up from trunk, approved by thorpej: >revision 1.175 >date: 2000/07/19 14:16:22; author: mrg; state: Exp; lines: +3 -9 >simplify previous. >revision 1.174 >date: 2000/07/17 16:49:30; author: eeh; state: Exp; lines: +8 -1 >Tell gas how to make PIC objects on sparc64.
|
1.169.2.4 | 11-Aug-2000 |
kleink | Pull up rev. 1.171 (approved by thorpej): Introduce the optional "teeny" variable in shlib_version, so that we don't abuse the "minor" number to optionally include the "teeny" number. Replace explicit ${SHLIB_MAJOR}.${SHLIB_MINOR} with ${SHLIB_FULLVERSION}.
|
1.169.2.3 | 11-Aug-2000 |
gmcgarry | Pull-up approved by releng-1-5:
> basesrc/lib/checkvers (revision 1.6) > sharesrc/share/mk/bsd.lib.mk (revision 1.176) > > Remove executable permission from src/lib/checkver.
|
1.169.2.2 | 26-Jul-2000 |
mycroft | Approved by thorpej: Add support for building PIC on sparc64.
sharesrc/share/mk/bsd.lib.mk 1.173 -> 1.174
|
1.169.2.1 | 29-Jun-2000 |
thorpej | Update from trunk: For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD} so any -L directories set in LDADD are searched first to avoid possibly linking against old versions of libraries.
|
1.203.2.1 | 30-Nov-2002 |
he | Pull up revision 1.206 (requested by thorpej in ticket #814): If DESTDIR is set, add ${DESTDIR}/usr/libdata to the lint library search path. This works around the problem of lint using the wrong lint libraries until a "lint -d ..." equivalent is implemented for libraries.
|
1.271.4.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.271.4.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.273.6.1 | 18-May-2008 |
yamt | sync with head.
|
1.273.4.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.273.4.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.281.2.2 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.281.2.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.289.2.5 | 03-Sep-2014 |
msaitoh | Pull up following revision(s) (requested by tls in ticket #1338): share/mk/bsd.README: revision 1.265 share/mk/bsd.lib.mk: revision 1.304 Change shared object file extension from .so to .pico, to avoid conflicts with shared libaries names libXX.so; as recently seen with MKUPDATE=yes builds for libelf and libnvpair. All now stalled regular .so files need to be manually removed from object directories.
|
1.289.2.4 | 06-Jan-2011 |
riz | Apply patch (requested by mrg in ticket #1499):
src/compat version 2. this allows building any number of alternate library / program target ABIs. rather than duplicating the list of subdirs and Makefiles to build, it re-traverses the necessary ones. details: - add support for MAKEDIRTARGETENV to share/mk - renames LD32DIR to MLIBDIR - fixes library builds for some subdirs (more was built than needed) - fixes /bin & /sbin apps in compat mode - reduces complexity in src/compat and the rest of the tree - updates ldd netbsd32 support
|
1.289.2.3 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.289.2.2 | 09-Jan-2009 |
snj | branches: 1.289.2.2.2; Pull up following revision(s) (requested by mrg in ticket #242): external/mit/xorg/lib/libGLU/Makefile: revision 1.3 share/mk/bsd.README: revision 1.244 share/mk/bsd.lib.mk: revision 1.291 add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link shared libraries. use it for the one c++ library we have. fixes PR#39936.
|
1.289.2.1 | 01-Dec-2008 |
snj | Pull up following revision(s) (requested by cube in ticket #151): share/mk/bsd.lib.mk: revision 1.290 Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs that are suitable to be linked into a shared lib.
|
1.289.2.2.2.1 | 06-Jun-2009 |
bouyer | branches: 1.289.2.2.2.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.289.2.2.2.1.2.3 | 04-Apr-2014 |
matt | Using -Wl,-x breaks build ARM BE8 shared libraries by striping the $a/$d/$t symbols before the linker can use them. Instead do ${OBJCOPY} -x ${.TARGET} afterwards.
|
1.289.2.2.2.1.2.2 | 18-Dec-2013 |
matt | Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM
|
1.289.2.2.2.1.2.1 | 14-Dec-2009 |
mrg | from current: >replace /usr/lib with ${_GCC_CRTDIR} or ${SHLIBDIR} as appropriate.
|
1.295.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.310.2.2 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.310.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.318.2.4 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.318.2.3 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.318.2.2 | 30-Oct-2012 |
yamt | sync with head
|
1.318.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.324.2.4 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.324.2.3 | 23-Jun-2013 |
tls | resync from head
|
1.324.2.2 | 25-Feb-2013 |
tls | resync with head
|
1.324.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.332.2.1 | 26-Mar-2013 |
agc | Add the version-script invocation for symbol versioning to the agc-symver branch.
|
1.336.2.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.349.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.355.2.1 | 05-Jun-2015 |
snj | Pull up following revision(s) (requested by riz in ticket #825): share/mk/bsd.lib.mk: revision 1.358 via patch fix MKDEBUG vs parallel builds. split the creation of the final .so file from the main link of it, and use the main file as the input for both the .so output and the .so.debug file. for MKDEBUG builds we now: (a) create the (new) .so.full file (d) create the .so.debug file (c) create the (installable) .so file for other builds, we simply use the same rule for (a) to create (c). this stops the .so.debug rule from modifying the .so rule's target and leading to mayhem. see this thread for more details: http://mail-index.netbsd.org/tech-toolchain/2015/06/03/msg002616.html
|
1.367.2.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.367.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.368.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.372.8.4 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.372.8.3 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.372.8.2 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.372.8.1 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.376.2.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.376.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.379.2.2 | 01-Mar-2024 |
martin | Sync external/mit/libuv and apply patch, requested by christos in ticket #1805:
external/mit/libuv/dist/.github/workflows/CI-sample.yml up to 1.1.1.1 external/mit/libuv/dist/.github/workflows/CI-unix.yml up to 1.1.1.1 external/mit/libuv/dist/.github/workflows/CI-win.yml up to 1.1.1.1 external/mit/libuv/dist/.github/workflows/sanitizer.yml up to 1.1.1.1 external/mit/libuv/dist/.github/ISSUE_TEMPLATE.md up to 1.1.1.2 external/mit/libuv/dist/.github/stale.yml up to 1.1.1.2 external/mit/libuv/dist/.mailmap up to 1.1.1.2 external/mit/libuv/dist/AUTHORS up to 1.1.1.2 external/mit/libuv/dist/CMakeLists.txt up to 1.1.1.2 external/mit/libuv/dist/CONTRIBUTING.md up to 1.1.1.2 external/mit/libuv/dist/ChangeLog up to 1.1.1.2 external/mit/libuv/dist/LICENSE up to 1.1.1.2 external/mit/libuv/dist/LICENSE-docs up to 1.1.1.1 external/mit/libuv/dist/MAINTAINERS.md up to 1.1.1.2 external/mit/libuv/dist/Makefile.am up to 1.1.1.2 external/mit/libuv/dist/README.md up to 1.1.1.2 external/mit/libuv/dist/SUPPORTED_PLATFORMS.md up to 1.1.1.2 external/mit/libuv/dist/autogen.sh up to 1.1.1.2 external/mit/libuv/dist/configure.ac up to 1.1.1.2 external/mit/libuv/dist/libuv.pc.in up to 1.1.1.1 external/mit/libuv/dist/uv_win_longpath.manifest up to 1.1.1.1 external/mit/libuv/dist/docs/code/cgi/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/cgi/tick.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/detach/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/dns/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/helloworld/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/idle-basic/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/idle-compute/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/interfaces/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/locks/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/multi-echo-server/hammer.js up to 1.1.1.1 external/mit/libuv/dist/docs/code/multi-echo-server/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/multi-echo-server/worker.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/onchange/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/pipe-echo-server/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/plugin/hello.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/plugin/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/plugin/plugin.h up to 1.1.1.1 external/mit/libuv/dist/docs/code/proc-streams/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/proc-streams/test.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/progress/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/queue-cancel/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/queue-work/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/ref-timer/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/signal/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/spawn/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/tcp-echo-server/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/thread-create/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/tty/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/tty-gravity/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/udp-dhcp/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/uvcat/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/uvstop/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/uvtee/main.c up to 1.1.1.2 external/mit/libuv/dist/docs/code/uvwget/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/default-loop/main.c up to 1.1.1.1 external/mit/libuv/dist/docs/code/CMakeLists.txt up to 1.1.1.1 external/mit/libuv/dist/docs/code/Makefile up to 1.1.1.1 external/mit/libuv/dist/docs/Makefile up to 1.1.1.1 external/mit/libuv/dist/docs/make.bat up to 1.1.1.1 external/mit/libuv/dist/docs/src/guide/about.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/guide/basics.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/eventloops.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/filesystem.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/introduction.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/networking.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/processes.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/threads.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/guide/utilities.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/api.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/async.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/check.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/conf.py up to 1.1.1.1 external/mit/libuv/dist/docs/src/design.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/dll.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/dns.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/errors.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/fs.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/fs_event.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/fs_poll.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/guide.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/handle.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/idle.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/index.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/loop.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/migration_010_100.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/misc.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/pipe.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/poll.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/prepare.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/process.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/tcp.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/request.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/signal.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/stream.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/threading.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/threadpool.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/timer.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/tty.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/udp.rst up to 1.1.1.2 external/mit/libuv/dist/docs/src/upgrading.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/version.rst up to 1.1.1.1 external/mit/libuv/dist/docs/src/sphinx-plugins/manpage.py up to 1.1.1.2 external/mit/libuv/dist/docs/src/static/diagrams.key/Data/st0-311.jpg up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/Data/st1-475.jpg up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/Index.zip up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/preview-micro.jpg up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/preview-web.jpg up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/preview.jpg up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/BuildVersionHistory.plist up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/DocumentIdentifier up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/diagrams.key/Metadata/Properties.plist up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/architecture.png up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/favicon.ico up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/logo.png up to 1.1.1.1 external/mit/libuv/dist/docs/src/static/loop_iteration.png up to 1.1.1.1 external/mit/libuv/dist/docs/src/metrics.rst up to 1.1.1.1 external/mit/libuv/dist/docs/requirements.txt up to 1.1.1.1 external/mit/libuv/dist/img/banner.png up to 1.1.1.1 external/mit/libuv/dist/img/logos.svg up to 1.1.1.1 external/mit/libuv/dist/include/uv/darwin.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/aix.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/bsd.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/errno.h up to 1.1.1.2 external/mit/libuv/dist/include/uv/linux.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/os390.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/posix.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/stdint-msvc2008.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/sunos.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/threadpool.h up to 1.1.1.1 external/mit/libuv/dist/include/uv/tree.h up to 1.1.1.2 external/mit/libuv/dist/include/uv/unix.h up to 1.1.1.2 external/mit/libuv/dist/include/uv/version.h up to 1.1.1.2 external/mit/libuv/dist/include/uv/win.h up to 1.1.1.2 external/mit/libuv/dist/include/uv.h up to 1.1.1.2 external/mit/libuv/dist/m4/as_case.m4 up to 1.1.1.1 external/mit/libuv/dist/m4/ax_pthread.m4 up to 1.1.1.1 external/mit/libuv/dist/m4/libuv-check-flags.m4 up to 1.1.1.2 external/mit/libuv/dist/m4/libuv-check-versions.m4 up to 1.1.1.1 external/mit/libuv/dist/src/unix/aix-common.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/aix.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/async.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/atomic-ops.h up to 1.1.1.2 external/mit/libuv/dist/src/unix/bsd-ifaddrs.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/bsd-proctitle.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/core.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/cygwin.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/darwin-proctitle.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/darwin-stub.h up to 1.1.1.2 external/mit/libuv/dist/src/unix/darwin.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/dl.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/freebsd.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/fs.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/fsevents.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/getaddrinfo.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/getnameinfo.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/haiku.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/ibmi.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/internal.h up to 1.1.1.2 external/mit/libuv/dist/src/unix/loop.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/kqueue.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/linux-core.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/linux-inotify.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/linux-syscalls.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/linux-syscalls.h up to 1.1.1.2 external/mit/libuv/dist/src/unix/loop-watcher.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/netbsd.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/no-fsevents.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/no-proctitle.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/openbsd.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/os390-syscalls.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/os390-syscalls.h up to 1.1.1.2 external/mit/libuv/dist/src/unix/os390.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/pipe.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/poll.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/posix-hrtime.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/posix-poll.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/process.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/procfs-exepath.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/proctitle.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/pthread-fixes.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/random-devurandom.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/signal.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/random-getentropy.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/random-getrandom.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/random-sysctl-linux.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/spinlock.h up to 1.1.1.1 external/mit/libuv/dist/src/unix/stream.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/sunos.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/sysinfo-loadavg.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/sysinfo-memory.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/tcp.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/thread.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/tty.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/udp.c up to 1.1.1.2 external/mit/libuv/dist/src/unix/epoll.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/hurd.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/os390-proctitle.c up to 1.1.1.1 external/mit/libuv/dist/src/unix/qnx.c up to 1.1.1.1 external/mit/libuv/dist/src/fs-poll.c up to 1.1.1.2 external/mit/libuv/dist/src/heap-inl.h up to 1.1.1.1 external/mit/libuv/dist/src/idna.c up to 1.1.1.2 external/mit/libuv/dist/src/idna.h up to 1.1.1.1 external/mit/libuv/dist/src/inet.c up to 1.1.1.2 external/mit/libuv/dist/src/queue.h up to 1.1.1.1 external/mit/libuv/dist/src/random.c up to 1.1.1.2 external/mit/libuv/dist/src/strscpy.c up to 1.1.1.2 external/mit/libuv/dist/src/strscpy.h up to 1.1.1.2 external/mit/libuv/dist/src/threadpool.c up to 1.1.1.2 external/mit/libuv/dist/src/timer.c up to 1.1.1.2 external/mit/libuv/dist/src/uv-common.c up to 1.1.1.2 external/mit/libuv/dist/src/uv-common.h up to 1.1.1.2 external/mit/libuv/dist/src/uv-data-getter-setters.c up to 1.1.1.2 external/mit/libuv/dist/src/version.c up to 1.1.1.1 external/mit/libuv/dist/src/win/async.c up to 1.1.1.2 external/mit/libuv/dist/src/win/atomicops-inl.h up to 1.1.1.2 external/mit/libuv/dist/src/win/core.c up to 1.1.1.2 external/mit/libuv/dist/src/win/detect-wakeup.c up to 1.1.1.2 external/mit/libuv/dist/src/win/dl.c up to 1.1.1.1 external/mit/libuv/dist/src/win/error.c up to 1.1.1.2 external/mit/libuv/dist/src/win/fs-event.c up to 1.1.1.2 external/mit/libuv/dist/src/win/fs-fd-hash-inl.h up to 1.1.1.2 external/mit/libuv/dist/src/win/fs.c up to 1.1.1.2 external/mit/libuv/dist/src/win/getaddrinfo.c up to 1.1.1.1 external/mit/libuv/dist/src/win/getnameinfo.c up to 1.1.1.1 external/mit/libuv/dist/src/win/handle-inl.h up to 1.1.1.2 external/mit/libuv/dist/src/win/handle.c up to 1.1.1.2 external/mit/libuv/dist/src/win/internal.h up to 1.1.1.2 external/mit/libuv/dist/src/win/loop-watcher.c up to 1.1.1.2 external/mit/libuv/dist/src/win/pipe.c up to 1.1.1.2 external/mit/libuv/dist/src/win/poll.c up to 1.1.1.2 external/mit/libuv/dist/src/win/process-stdio.c up to 1.1.1.2 external/mit/libuv/dist/src/win/process.c up to 1.1.1.2 external/mit/libuv/dist/src/win/req-inl.h up to 1.1.1.2 external/mit/libuv/dist/src/win/signal.c up to 1.1.1.2 external/mit/libuv/dist/src/win/snprintf.c up to 1.1.1.1 external/mit/libuv/dist/src/win/stream-inl.h up to 1.1.1.2 external/mit/libuv/dist/src/win/stream.c up to 1.1.1.2 external/mit/libuv/dist/src/win/tcp.c up to 1.1.1.2 external/mit/libuv/dist/src/win/thread.c up to 1.1.1.2 external/mit/libuv/dist/src/win/tty.c up to 1.1.1.2 external/mit/libuv/dist/src/win/udp.c up to 1.1.1.2 external/mit/libuv/dist/src/win/util.c up to 1.1.1.2 external/mit/libuv/dist/src/win/winapi.c up to 1.1.1.2 external/mit/libuv/dist/src/win/winapi.h up to 1.1.1.2 external/mit/libuv/dist/src/win/winsock.c up to 1.1.1.2 external/mit/libuv/dist/src/win/winsock.h up to 1.1.1.1 external/mit/libuv/dist/src/strtok.c up to 1.1.1.1 external/mit/libuv/dist/src/strtok.h up to 1.1.1.1 external/mit/libuv/dist/test/fixtures/empty_file up to 1.1.1.1 external/mit/libuv/dist/test/fixtures/load_error.node up to 1.1.1.1 external/mit/libuv/dist/test/fixtures/lorem_ipsum.txt up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-async-pummel.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-async.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-fs-stat.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-getaddrinfo.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-list.h up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-loop-count.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-million-async.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-million-timers.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-multi-accept.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-ping-pongs.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-ping-udp.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-pound.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-pump.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-sizes.c up to 1.1.1.1 external/mit/libuv/dist/test/task.h up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-spawn.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-tcp-write-batch.c up to 1.1.1.2 external/mit/libuv/dist/test/benchmark-thread.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-udp-pummel.c up to 1.1.1.2 external/mit/libuv/dist/test/blackhole-server.c up to 1.1.1.2 external/mit/libuv/dist/test/echo-server.c up to 1.1.1.2 external/mit/libuv/dist/test/run-benchmarks.c up to 1.1.1.2 external/mit/libuv/dist/test/run-tests.c up to 1.1.1.2 external/mit/libuv/dist/test/runner-unix.c up to 1.1.1.2 external/mit/libuv/dist/test/runner-unix.h up to 1.1.1.1 external/mit/libuv/dist/test/runner-win.c up to 1.1.1.1 external/mit/libuv/dist/test/runner-win.h up to 1.1.1.1 external/mit/libuv/dist/test/runner.c up to 1.1.1.2 external/mit/libuv/dist/test/runner.h up to 1.1.1.1 external/mit/libuv/dist/test/test-active.c up to 1.1.1.2 external/mit/libuv/dist/test/test-async-null-cb.c up to 1.1.1.1 external/mit/libuv/dist/test/test-async.c up to 1.1.1.2 external/mit/libuv/dist/test/test-barrier.c up to 1.1.1.1 external/mit/libuv/dist/test/test-close-fd.c up to 1.1.1.2 external/mit/libuv/dist/test/test-ip-name.c up to 1.1.1.1 external/mit/libuv/dist/test/test-callback-stack.c up to 1.1.1.2 external/mit/libuv/dist/test/test-close-order.c up to 1.1.1.2 external/mit/libuv/dist/test/test-condvar.c up to 1.1.1.1 external/mit/libuv/dist/test/test-connect-unspecified.c up to 1.1.1.1 external/mit/libuv/dist/test/test-connection-fail.c up to 1.1.1.1 external/mit/libuv/dist/test/test-cwd-and-chdir.c up to 1.1.1.1 external/mit/libuv/dist/test/test-default-loop-close.c up to 1.1.1.2 external/mit/libuv/dist/test/test-delayed-accept.c up to 1.1.1.2 external/mit/libuv/dist/test/test-dlerror.c up to 1.1.1.2 external/mit/libuv/dist/test/test-eintr-handling.c up to 1.1.1.1 external/mit/libuv/dist/test/test-embed.c up to 1.1.1.2 external/mit/libuv/dist/test/test-emfile.c up to 1.1.1.1 external/mit/libuv/dist/test/test-env-vars.c up to 1.1.1.1 external/mit/libuv/dist/test/test-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fail-always.c up to 1.1.1.1 external/mit/libuv/dist/test/test-fork.c up to 1.1.1.1 external/mit/libuv/dist/test/test-fs-copyfile.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fs-event.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fs-fd-hash.c up to 1.1.1.1 external/mit/libuv/dist/test/test-fs-open-flags.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fs-poll.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fs-readdir.c up to 1.1.1.2 external/mit/libuv/dist/test/test-fs.c up to 1.1.1.2 external/mit/libuv/dist/test/test-get-currentexe.c up to 1.1.1.2 external/mit/libuv/dist/test/test-get-loadavg.c up to 1.1.1.1 external/mit/libuv/dist/test/test-get-memory.c up to 1.1.1.1 external/mit/libuv/dist/test/test-get-passwd.c up to 1.1.1.2 external/mit/libuv/dist/test/test-getaddrinfo.c up to 1.1.1.2 external/mit/libuv/dist/test/test-gethostname.c up to 1.1.1.1 external/mit/libuv/dist/test/test-getnameinfo.c up to 1.1.1.2 external/mit/libuv/dist/test/test-getsockname.c up to 1.1.1.2 external/mit/libuv/dist/test/test-getters-setters.c up to 1.1.1.2 external/mit/libuv/dist/test/test-gettimeofday.c up to 1.1.1.1 external/mit/libuv/dist/test/test-handle-fileno.c up to 1.1.1.1 external/mit/libuv/dist/test/test-homedir.c up to 1.1.1.1 external/mit/libuv/dist/test/test-hrtime.c up to 1.1.1.1 external/mit/libuv/dist/test/test-idle.c up to 1.1.1.2 external/mit/libuv/dist/test/test-idna.c up to 1.1.1.2 external/mit/libuv/dist/test/test-ip4-addr.c up to 1.1.1.1 external/mit/libuv/dist/test/test-ip6-addr.c up to 1.1.1.2 external/mit/libuv/dist/test/test-ipc-heavy-traffic-deadlock-bug.c up to 1.1.1.2 external/mit/libuv/dist/test/test-ipc-send-recv.c up to 1.1.1.2 external/mit/libuv/dist/test/test-ipc.c up to 1.1.1.2 external/mit/libuv/dist/test/test-list.h up to 1.1.1.2 external/mit/libuv/dist/test/test-loop-alive.c up to 1.1.1.1 external/mit/libuv/dist/test/test-loop-close.c up to 1.1.1.1 external/mit/libuv/dist/test/test-loop-configure.c up to 1.1.1.1 external/mit/libuv/dist/test/test-loop-handles.c up to 1.1.1.2 external/mit/libuv/dist/test/test-loop-stop.c up to 1.1.1.1 external/mit/libuv/dist/test/test-loop-time.c up to 1.1.1.2 external/mit/libuv/dist/test/test-multiple-listen.c up to 1.1.1.2 external/mit/libuv/dist/test/test-mutexes.c up to 1.1.1.1 external/mit/libuv/dist/test/test-osx-select.c up to 1.1.1.1 external/mit/libuv/dist/test/test-poll-oob.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pass-always.c up to 1.1.1.1 external/mit/libuv/dist/test/test-ping-pong.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-bind-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-close-stdout-read-stdin.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pipe-connect-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-connect-multiple.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pipe-connect-prepare.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-getsockname.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-pending-instances.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pipe-sendmsg.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pipe-server-close.c up to 1.1.1.2 external/mit/libuv/dist/test/test-pipe-set-fchmod.c up to 1.1.1.1 external/mit/libuv/dist/test/test-pipe-set-non-blocking.c up to 1.1.1.2 external/mit/libuv/dist/test/test-platform-output.c up to 1.1.1.2 external/mit/libuv/dist/test/test-poll-close.c up to 1.1.1.1 external/mit/libuv/dist/test/test-poll-close-doesnt-corrupt-stack.c up to 1.1.1.1 external/mit/libuv/dist/test/test-poll-closesocket.c up to 1.1.1.1 external/mit/libuv/dist/test/test-poll.c up to 1.1.1.2 external/mit/libuv/dist/test/test-process-priority.c up to 1.1.1.1 external/mit/libuv/dist/test/test-process-title-threadsafe.c up to 1.1.1.2 external/mit/libuv/dist/test/test-process-title.c up to 1.1.1.1 external/mit/libuv/dist/test/test-queue-foreach-delete.c up to 1.1.1.1 external/mit/libuv/dist/test/test-random.c up to 1.1.1.1 external/mit/libuv/dist/test/test-ref.c up to 1.1.1.2 external/mit/libuv/dist/test/test-run-nowait.c up to 1.1.1.1 external/mit/libuv/dist/test/test-run-once.c up to 1.1.1.1 external/mit/libuv/dist/test/test-semaphore.c up to 1.1.1.1 external/mit/libuv/dist/test/test-shutdown-close.c up to 1.1.1.1 external/mit/libuv/dist/test/test-shutdown-eof.c up to 1.1.1.2 external/mit/libuv/dist/test/test-shutdown-twice.c up to 1.1.1.1 external/mit/libuv/dist/test/test-signal.c up to 1.1.1.1 external/mit/libuv/dist/test/test-spawn.c up to 1.1.1.2 external/mit/libuv/dist/test/test-signal-multiple-loops.c up to 1.1.1.2 external/mit/libuv/dist/test/test-signal-pending-on-close.c up to 1.1.1.2 external/mit/libuv/dist/test/test-socket-buffer-size.c up to 1.1.1.1 external/mit/libuv/dist/test/test-stdio-over-pipes.c up to 1.1.1.1 external/mit/libuv/dist/test/test-strscpy.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-alloc-cb-fail.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-bind-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-bind6-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-close-accept.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-close-reset.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-close-while-connecting.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-close.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-connect-error-after-write.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-flags.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-oob.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-connect-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-connect-timeout.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-connect6-error.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-create-socket-early.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-open.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-read-stop.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-shutdown-after-write.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-try-write-error.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-try-write.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-unexpected-read.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-write-after-connect.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-write-fail.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-write-queue-order.c up to 1.1.1.1 external/mit/libuv/dist/test/test-thread-equal.c up to 1.1.1.2 external/mit/libuv/dist/test/test-thread.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-write-to-half-open-connection.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tcp-writealot.c up to 1.1.1.2 external/mit/libuv/dist/test/test-threadpool-cancel.c up to 1.1.1.2 external/mit/libuv/dist/test/test-threadpool.c up to 1.1.1.1 external/mit/libuv/dist/test/test-timer-again.c up to 1.1.1.2 external/mit/libuv/dist/test/test-timer-from-check.c up to 1.1.1.1 external/mit/libuv/dist/test/test-timer.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tmpdir.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tty-duplicate-key.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tty-escape-sequence-processing.c up to 1.1.1.2 external/mit/libuv/dist/test/test-tty.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-alloc-cb-fail.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-bind.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-connect.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-create-socket-early.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-ipv6.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-dgram-too-big.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-multicast-interface.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-multicast-interface6.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-multicast-join.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-multicast-join6.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-multicast-ttl.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-open.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-options.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-send-and-recv.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-send-hang-loop.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-send-immediate.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-send-unreachable.c up to 1.1.1.2 external/mit/libuv/dist/test/test-udp-try-send.c up to 1.1.1.2 external/mit/libuv/dist/test/test-uname.c up to 1.1.1.1 external/mit/libuv/dist/test/test-walk-handles.c up to 1.1.1.1 external/mit/libuv/dist/test/test-watcher-cross-stop.c up to 1.1.1.1 external/mit/libuv/dist/test/test-metrics.c up to 1.1.1.1 external/mit/libuv/dist/test/benchmark-queue-work.c up to 1.1.1.1 external/mit/libuv/dist/test/test-not-readable-nor-writable-on-read-error.c up to 1.1.1.1 external/mit/libuv/dist/test/test-not-writable-after-shutdown.c up to 1.1.1.1 external/mit/libuv/dist/test/test-poll-multiple-handles.c up to 1.1.1.1 external/mit/libuv/dist/test/test-readable-on-eof.c up to 1.1.1.1 external/mit/libuv/dist/test/test-shutdown-simultaneous.c up to 1.1.1.1 external/mit/libuv/dist/test/test-strtok.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-close-after-read-timeout.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-read-stop-start.c up to 1.1.1.1 external/mit/libuv/dist/test/test-tcp-rst.c up to 1.1.1.1 external/mit/libuv/dist/test/test-test-macros.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-connect6.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-mmsg.c up to 1.1.1.1 external/mit/libuv/dist/test/test-udp-sendmmsg-error.c up to 1.1.1.1 external/mit/libuv/dist/tools/make_dist_html.py up to 1.1.1.2 external/mit/libuv/dist/tools/vswhere_usability_wrapper.cmd up to 1.1.1.1 external/mit/libuv/dist/LINKS.md up to 1.1.1.1 external/mit/libuv/dist/.readthedocs.yaml up to 1.1.1.1 external/mit/libuv/dist/libuv-static.pc.in up to 1.1.1.1 external/mit/libuv/Makefile up to 1.1 external/mit/libuv/mkpc up to 1.1 external/mit/libuv/pkgconfig.mk up to 1.1 external/mit/libuv/lib/Makefile up to 1.6 external/mit/libuv/lib/libuv.3 up to 1.1 etc/mtree/NetBSD.dist.base (apply patch) external/bsd/nsd/include/config.h (apply patch) external/bsd/unbound/include/config.h (apply patch) external/mpl/bind/Makefile (apply patch) external/mpl/bind/Makefile.inc (apply patch) external/mpl/bind/dist/lib/ns/pfilter.c (apply patch) external/mpl/bind/include/config.h (apply patch) external/mpl/bind/lib/libdns/Makefile (apply patch) external/mpl/bind/lib/libisc/Makefile (apply patch) lib/Makefile (apply patch) share/mk/bsd.lib.mk 1.383 (adapted),1.391 via patch doc/3RDPARTY (manually edited)
Import libuv 1.44.2. Adjust nsd, unbound and bind to the netbsd-9 branch.
|
1.379.2.1 | 01-Sep-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #126):
external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile: revision 1.3 external/gpl2/lvm2/lvm2tools.mk: revision 1.5 common/lib/libc/gmon/mcount.c: revision 1.14 Makefile: revision 1.331 share/mk/Makefile: revision 1.51 external/bsd/fetch/lib/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile: revision 1.3 tests/lib/libc/net/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile: revision 1.3 distrib/sets/lists/base/mi: revision 1.1213 share/mk/bsd.lib.mk: revision 1.380 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile: revision 1.3 share/mk/bsd.sanitizer.mk: revision 1.1 share/mk/bsd.prog.mk: revision 1.323 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile: revision 1.3 lib/libc/gen/sysctlgetmibinfo.c: revision 1.14
Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.389.2.2 | 11-Aug-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #317):
external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/optout-with-ent.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec-only.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns3/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.4 up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard-no.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkds/tests_checkds.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/managed-keys.bind.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnstap/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named1.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named2.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sub.tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sign.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sub.foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns4/v4only.net.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/redirect.com.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/sub.tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/tld2.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.ipv6-only up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/root.hint up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rpz/ns6/bl.tld2s.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rrl/broken.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/stale.test.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/statschannel/tests_json.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests_xml.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/tcp/tests_tcp.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/wildcard/tests_wildcard.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/tests_cache_ttl.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/shutdown/tests_shutdown.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/setup.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/template.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/timeouts/tests_tcp_timeouts.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/get_algorithms.py up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.34.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.35.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.36.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.37.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-known-issues.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.38.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.39.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.40.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.41.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.42.rst up to 1.1.1.1 external/mpl/bind/dist/lib/dns/tests/Krsa.+008+29238.key up to 1.1.1.1 external/mpl/bind/dist/sonar-project.properties up to 1.1.1.1 external/mpl/bind/dist/tsan-suppressions.txt delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec.example.db.in delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf delete external/mpl/bind/dist/bin/tests/system/checkds/tests-checkds.py delete external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db delete external/mpl/bind/dist/bin/tests/system/common/controls.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/inlinesec.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/added.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.args delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/normal.db delete external/mpl/bind/dist/bin/tests/system/delzone/clean.sh delete external/mpl/bind/dist/bin/tests/system/delzone/setup.sh delete external/mpl/bind/dist/bin/tests/system/delzone/tests.sh delete external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.private delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.private delete external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/controls.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601 delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/rndc.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/root.db delete external/mpl/bind/dist/bin/tests/system/rrl/broken.conf delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.private delete external/mpl/bind/dist/bin/tests/system/shutdown/tests-shutdown.py delete external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-json.py delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-xml.py delete external/mpl/bind/dist/bin/tests/system/tcp/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/timeouts/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/ttl/tests.sh delete external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named.conf.in delete external/mpl/bind/dist/bin/tests/system/wildcard/tests-wildcard.py delete external/mpl/bind/dist/doc/man/named-compilezone.1in delete external/mpl/bind/dist/lib/dns/tests/Krsa.+005+29235.key delete external/mpl/bind/bin/dnssec/dnssec-verify/Makefile up to 1.3 external/mpl/bind/dist/CHANGES up to 1.1.1.15 external/mpl/bind/dist/CONTRIBUTING up to 1.1.1.5 external/mpl/bind/dist/CONTRIBUTING.md up to 1.1.1.6 external/mpl/bind/dist/COPYRIGHT up to 1.1.1.6 external/mpl/bind/dist/config.h.in up to 1.13 external/mpl/bind/dist/configure up to 1.16 external/mpl/bind/dist/configure.ac up to 1.1.1.14 external/mpl/bind/dist/dangerfile.py up to 1.1.1.6 external/mpl/bind/dist/srcid up to 1.1.1.15 external/mpl/bind/dist/version up to 1.1.1.15 external/mpl/bind/dist/bin/check/check-tool.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkconf.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkzone.c up to 1.9 external/mpl/bind/dist/bin/confgen/ddns-confgen.c up to 1.7 external/mpl/bind/dist/bin/delv/delv.c up to 1.12 external/mpl/bind/dist/bin/dig/dig.c up to 1.9 external/mpl/bind/dist/bin/dig/dig.rst up to 1.1.1.5 external/mpl/bind/dist/bin/dig/dighost.c up to 1.15 external/mpl/bind/dist/bin/dig/host.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-cds.c up to 1.9 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-settime.c up to 1.7 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssectool.c up to 1.8 external/mpl/bind/dist/bin/named/bind9.xsl up to 1.1.1.8 external/mpl/bind/dist/bin/named/bind9.xsl.h up to 1.9 external/mpl/bind/dist/bin/named/builtin.c up to 1.6 external/mpl/bind/dist/bin/named/config.c up to 1.14 external/mpl/bind/dist/bin/named/controlconf.c up to 1.11 external/mpl/bind/dist/bin/named/logconf.c up to 1.8 external/mpl/bind/dist/bin/named/main.c up to 1.15 external/mpl/bind/dist/bin/named/named.conf.rst up to 1.1.1.6 external/mpl/bind/dist/bin/named/named.rst up to 1.1.1.4 external/mpl/bind/dist/bin/named/server.c up to 1.20 external/mpl/bind/dist/bin/named/statschannel.c up to 1.13 external/mpl/bind/dist/bin/named/tsigconf.c up to 1.7 external/mpl/bind/dist/bin/named/zoneconf.c up to 1.14 external/mpl/bind/dist/bin/named/unix/os.c up to 1.10 external/mpl/bind/dist/bin/nsupdate/nsupdate.c up to 1.13 external/mpl/bind/dist/bin/nsupdate/nsupdate.rst up to 1.1.1.4 external/mpl/bind/dist/bin/pkcs11/pkcs11-keygen.c up to 1.7 external/mpl/bind/dist/bin/plugins/filter-aaaa.c up to 1.8 external/mpl/bind/dist/bin/python/isc/coverage.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/dnskey.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keymgr.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keyzone.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/rndc/rndc.c up to 1.10 external/mpl/bind/dist/bin/rndc/rndc.rst up to 1.1.1.5 external/mpl/bind/dist/bin/tests/cfg_test.c up to 1.7 external/mpl/bind/dist/bin/tests/wire_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/byaddr_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/db_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/name_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/nsecify.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/ratelimiter_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/rbt_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/shutdown_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/sock_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/task_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/timer_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/zone_test.c up to 1.9 external/mpl/bind/dist/bin/tests/system/ckdnsrps.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/conf.sh.common up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/conf.sh.in up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/conf.sh.win32 up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/feature-test.c up to 1.11 external/mpl/bind/dist/bin/tests/system/kasp.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/pytest_custom_markers.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolve.c up to 1.4 external/mpl/bind/dist/bin/tests/system/run.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/start.pl up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/stop.pl up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/system-test-driver.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/testcrypto.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/acl/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/addzone/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/auth/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/clean.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/autosign/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/autosign/ns1/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/autosign/ns2/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns2/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/ns3/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns3/named.conf.in up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/builtin/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cacheclean/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/case/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/catz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/catz/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/catz/ns2/named1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/catz/ns2/named2.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cds/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/cds/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/chain/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/chain/ans4/ans.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/chain/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/checkconf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkconf/deprecated.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/good.conf up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-keylen.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkds/ns9/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checknames/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/checkzone/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-svcb.db up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cookie/ans9/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/coverage/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dialup/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dialup/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/digdelv/yamlget.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.c up to 1.12 external/mpl/bind/dist/bin/tests/system/dlzexternal/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dns64/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dnssec/clean.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/dnssec/ans10/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-ksk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-zsk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test1.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test2.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test3.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test4.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test5.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test6.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test8.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/dscp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dscp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dupsigs/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/reset_keys.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/signing.test.db.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dyndb/driver/db.c up to 1.7 external/mpl/bind/dist/bin/tests/system/emptyzones/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/emptyzones/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/formerr/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/forward/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/forward/ans11/ans.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/idna/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/inline/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/inline/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/inline/tests_signed_zone_files.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/inline/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/ns3/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/inline/ns7/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/inline/ns8/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ixfr/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/journal/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/kasp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/kasp.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/csk1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keepalive/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/keymgr/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/keymgr/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/legacy/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/legacy/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/logfileconfig/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/logfileconfig/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/logfileconfig/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/masterformat/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/mkeys/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mkeys/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/mkeys/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named3.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sign.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns3/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns6/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/names/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/notify/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsec3/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nslookup/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/nsupdate/krb/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nzd2nzf/prereq.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nzd2nzf/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/padding/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/qmin/ans3/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/redirect/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns5/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/resolver/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/resolver/ans2/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ans3/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns1/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld1.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns6/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rndc/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rndc/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/rndc/ns7/named.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/rpz/dnsrps.c up to 1.7 external/mpl/bind/dist/bin/tests/system/rpz/qperf.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/rpz/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/rpz/ns2/base-tld2s.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns2/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpz/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rrchecker/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrsetorder/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rsabigexponent/README.md up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/bigkey.c up to 1.8 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/dsset-example.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/example.db.bad up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/runtime/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/serve-stale/clean.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/serve-stale/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ans.pl up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named3.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/root.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named6.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/shutdown/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/shutdown/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/smartsign/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/sortlist/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/spf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/statschannel/generic.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/statschannel/generic_dnspython.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/stress/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/stress/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/stress/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/stub/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsig/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/tsig/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/tsig/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsiggss/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/ttl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ttl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/unknown/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/upforwd/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/verify/zones/genzones.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/views/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/wildcard/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/sign.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/xfer/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/zero/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zero/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zonechecks/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tools/mdig.c up to 1.11 external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/dlzbdb.c up to 1.7 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdb_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdbhpt_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_filesystem_driver.c up to 1.8 external/mpl/bind/dist/contrib/dlz/drivers/dlz_odbc_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_postgres_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c up to 1.8 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_list.h up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c up to 1.7 external/mpl/bind/dist/contrib/dlz/modules/perl/Makefile up to 1.1.1.3 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_driver.c up to 1.5 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c up to 1.7 external/mpl/bind/dist/doc/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/arm/build.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/arm/dnssec.inc.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/notes.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/platforms.rst up to 1.1.1.3 external/mpl/bind/dist/doc/arm/reference.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/requirements.txt up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/introduction.rst up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/recipes.rst up to 1.1.1.4 external/mpl/bind/dist/doc/dnssec-guide/signing.rst up to 1.1.1.5 external/mpl/bind/dist/doc/dnssec-guide/validation.rst up to 1.1.1.3 external/mpl/bind/dist/doc/man/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/man/arpaname.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/man/ddns-confgen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/delv.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dig.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-cds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-checkds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-coverage.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-importkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-keygen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keymgr.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-revoke.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-settime.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-signzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-verify.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnstap-read.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/filter-aaaa.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/host.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/mdig.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkconf.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-compilezone.8in up to 1.1.1.3 external/mpl/bind/dist/doc/man/named-journalprint.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-nzd2nzf.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named-rrchecker.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.conf.5in up to 1.1.1.6 external/mpl/bind/dist/doc/man/nsec3hash.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/nslookup.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/nsupdate.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-destroy.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-keygen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-list.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-tokens.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc-confgen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/rndc.conf.5in up to 1.1.1.5 external/mpl/bind/dist/doc/man/tsig-keygen.8in up to 1.1.1.3 external/mpl/bind/dist/doc/misc/master.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/master.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/options up to 1.1.1.12 external/mpl/bind/dist/doc/misc/options.active up to 1.1.1.7 external/mpl/bind/dist/doc/misc/options.grammar.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/slave.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/slave.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.0.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.1.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.10.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.11.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.12.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.13.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.15.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.16.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.17.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.18.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.19.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.2.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.20.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.21.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.22.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.23.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.24.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.25.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.26.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.27.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.28.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.29.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.3.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.30.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.31.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.32.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.33.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.4.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.5.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.6.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.7.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.8.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.9.rst up to 1.1.1.4 external/mpl/bind/dist/fuzz/fuzz.h up to 1.6 external/mpl/bind/dist/lib/bind9/check.c up to 1.15 external/mpl/bind/dist/lib/bind9/getaddresses.c up to 1.7 external/mpl/bind/dist/lib/dns/adb.c up to 1.10 external/mpl/bind/dist/lib/dns/badcache.c up to 1.7 external/mpl/bind/dist/lib/dns/byaddr.c up to 1.8 external/mpl/bind/dist/lib/dns/cache.c up to 1.10 external/mpl/bind/dist/lib/dns/catz.c up to 1.10 external/mpl/bind/dist/lib/dns/client.c up to 1.12 external/mpl/bind/dist/lib/dns/compress.c up to 1.8 external/mpl/bind/dist/lib/dns/db.c up to 1.9 external/mpl/bind/dist/lib/dns/diff.c up to 1.8 external/mpl/bind/dist/lib/dns/dispatch.c up to 1.9 external/mpl/bind/dist/lib/dns/dnsrps.c up to 1.10 external/mpl/bind/dist/lib/dns/dnssec.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_api.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_parse.c up to 1.10 external/mpl/bind/dist/lib/dns/ecdb.c up to 1.9 external/mpl/bind/dist/lib/dns/ecs.c up to 1.6 external/mpl/bind/dist/lib/dns/forward.c up to 1.8 external/mpl/bind/dist/lib/dns/gen.c up to 1.11 external/mpl/bind/dist/lib/dns/hmac_link.c up to 1.8 external/mpl/bind/dist/lib/dns/journal.c up to 1.11 external/mpl/bind/dist/lib/dns/key.c up to 1.8 external/mpl/bind/dist/lib/dns/keymgr.c up to 1.10 external/mpl/bind/dist/lib/dns/keytable.c up to 1.9 external/mpl/bind/dist/lib/dns/master.c up to 1.11 external/mpl/bind/dist/lib/dns/masterdump.c up to 1.13 external/mpl/bind/dist/lib/dns/message.c up to 1.15 external/mpl/bind/dist/lib/dns/name.c up to 1.12 external/mpl/bind/dist/lib/dns/ncache.c up to 1.8 external/mpl/bind/dist/lib/dns/nsec.c up to 1.9 external/mpl/bind/dist/lib/dns/nsec3.c up to 1.12 external/mpl/bind/dist/lib/dns/nta.c up to 1.9 external/mpl/bind/dist/lib/dns/openssl_link.c up to 1.9 external/mpl/bind/dist/lib/dns/openssldh_link.c up to 1.9 external/mpl/bind/dist/lib/dns/opensslecdsa_link.c up to 1.7 external/mpl/bind/dist/lib/dns/openssleddsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/opensslrsa_link.c up to 1.10 external/mpl/bind/dist/lib/dns/order.c up to 1.8 external/mpl/bind/dist/lib/dns/peer.c up to 1.10 external/mpl/bind/dist/lib/dns/pkcs11rsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/private.c up to 1.8 external/mpl/bind/dist/lib/dns/rbt.c up to 1.13 external/mpl/bind/dist/lib/dns/rbtdb.c up to 1.17 external/mpl/bind/dist/lib/dns/rcode.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata.c up to 1.13 external/mpl/bind/dist/lib/dns/rdatalist.c up to 1.7 external/mpl/bind/dist/lib/dns/rdataslab.c up to 1.7 external/mpl/bind/dist/lib/dns/request.c up to 1.8 external/mpl/bind/dist/lib/dns/resolver.c up to 1.17 external/mpl/bind/dist/lib/dns/rootns.c up to 1.7 external/mpl/bind/dist/lib/dns/rpz.c up to 1.13 external/mpl/bind/dist/lib/dns/rriterator.c up to 1.7 external/mpl/bind/dist/lib/dns/rrl.c up to 1.8 external/mpl/bind/dist/lib/dns/sdb.c up to 1.11 external/mpl/bind/dist/lib/dns/sdlz.c up to 1.11 external/mpl/bind/dist/lib/dns/ssu.c up to 1.7 external/mpl/bind/dist/lib/dns/stats.c up to 1.8 external/mpl/bind/dist/lib/dns/tkey.c up to 1.13 external/mpl/bind/dist/lib/dns/tsig.c up to 1.12 external/mpl/bind/dist/lib/dns/update.c up to 1.12 external/mpl/bind/dist/lib/dns/validator.c up to 1.13 external/mpl/bind/dist/lib/dns/view.c up to 1.14 external/mpl/bind/dist/lib/dns/xfrin.c up to 1.13 external/mpl/bind/dist/lib/dns/zone.c up to 1.18 external/mpl/bind/dist/lib/dns/zonekey.c up to 1.7 external/mpl/bind/dist/lib/dns/zoneverify.c up to 1.10 external/mpl/bind/dist/lib/dns/zt.c up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/db.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/rdataset.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/rdatasetiter.h up to 1.6 external/mpl/bind/dist/lib/dns/include/dns/view.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/zone.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/zt.h up to 1.8 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.c up to 1.6 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.c up to 1.3 external/mpl/bind/dist/lib/dns/tests/dbversion_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/dnstest.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rdata_test.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rsa_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/zt_test.c up to 1.10 external/mpl/bind/dist/lib/dns/win32/libdns.def.in up to 1.1.1.12 external/mpl/bind/dist/lib/irs/getaddrinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/getnameinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/resconf.c up to 1.7 external/mpl/bind/dist/lib/irs/win32/resconf.c up to 1.7 external/mpl/bind/dist/lib/isc/app.c up to 1.8 external/mpl/bind/dist/lib/isc/buffer.c up to 1.8 external/mpl/bind/dist/lib/isc/heap.c up to 1.7 external/mpl/bind/dist/lib/isc/ht.c up to 1.8 external/mpl/bind/dist/lib/isc/httpd.c up to 1.8 external/mpl/bind/dist/lib/isc/iterated_hash.c up to 1.7 external/mpl/bind/dist/lib/isc/lex.c up to 1.10 external/mpl/bind/dist/lib/isc/lib.c up to 1.10 external/mpl/bind/dist/lib/isc/log.c up to 1.9 external/mpl/bind/dist/lib/isc/mem.c up to 1.14 external/mpl/bind/dist/lib/isc/netaddr.c up to 1.8 external/mpl/bind/dist/lib/isc/pk11.c up to 1.8 external/mpl/bind/dist/lib/isc/radix.c up to 1.8 external/mpl/bind/dist/lib/isc/ratelimiter.c up to 1.8 external/mpl/bind/dist/lib/isc/rwlock.c up to 1.13 external/mpl/bind/dist/lib/isc/siphash.c up to 1.8 external/mpl/bind/dist/lib/isc/string.c up to 1.7 external/mpl/bind/dist/lib/isc/task.c up to 1.18 external/mpl/bind/dist/lib/isc/timer.c up to 1.12 external/mpl/bind/dist/lib/isc/url.c up to 1.4 external/mpl/bind/dist/lib/isc/utf8.c up to 1.4 external/mpl/bind/dist/lib/isc/include/isc/buffer.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/list.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/magic.h up to 1.6 external/mpl/bind/dist/lib/isc/include/isc/string.h up to 1.7 external/mpl/bind/dist/lib/isc/include/isc/task.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/timer.h up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/netmgr.c up to 1.10 external/mpl/bind/dist/lib/isc/netmgr/tcp.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/tcpdns.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/udp.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/random_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/regex_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/socket_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/task_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/timer_test.c up to 1.10 external/mpl/bind/dist/lib/isc/unix/file.c up to 1.7 external/mpl/bind/dist/lib/isc/unix/socket.c up to 1.25 external/mpl/bind/dist/lib/isc/win32/dir.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/file.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/fsaccess.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/interfaceiter.c up to 1.7 external/mpl/bind/dist/lib/isc/win32/libisc.def.in up to 1.1.1.14 external/mpl/bind/dist/lib/isc/win32/net.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/ntgroups.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/socket.c up to 1.13 external/mpl/bind/dist/lib/isc/win32/include/isc/net.h up to 1.8 external/mpl/bind/dist/lib/isccc/alist.c up to 1.7 external/mpl/bind/dist/lib/isccc/cc.c up to 1.7 external/mpl/bind/dist/lib/isccc/symtab.c up to 1.7 external/mpl/bind/dist/lib/isccfg/aclconf.c up to 1.9 external/mpl/bind/dist/lib/isccfg/namedconf.c up to 1.14 external/mpl/bind/dist/lib/isccfg/parser.c up to 1.13 external/mpl/bind/dist/lib/isccfg/include/isccfg/grammar.h up to 1.8 external/mpl/bind/dist/lib/isccfg/tests/duration_test.c up to 1.7 external/mpl/bind/dist/lib/ns/client.c up to 1.18 external/mpl/bind/dist/lib/ns/hooks.c up to 1.9 external/mpl/bind/dist/lib/ns/interfacemgr.c up to 1.15 external/mpl/bind/dist/lib/ns/query.c up to 1.17 external/mpl/bind/dist/lib/ns/server.c up to 1.8 external/mpl/bind/dist/lib/ns/sortlist.c up to 1.7 external/mpl/bind/dist/lib/ns/update.c up to 1.13 external/mpl/bind/dist/lib/ns/xfrout.c up to 1.13 external/mpl/bind/dist/lib/ns/include/ns/client.h up to 1.14 external/mpl/bind/dist/lib/ns/include/ns/server.h up to 1.7 external/mpl/bind/dist/lib/ns/include/ns/stats.h up to 1.7 external/mpl/bind/dist/lib/ns/tests/nstest.c up to 1.8 external/mpl/bind/dist/lib/ns/win32/libns.def up to 1.1.1.8 external/mpl/bind/include/config.h up to 1.15 external/mpl/bind/include/dns/code.h up to 1.8 external/mpl/bind/include/dns/enumclass.h up to 1.6 external/mpl/bind/include/dns/enumtype.h up to 1.8 external/mpl/bind/include/dns/rdatastruct.h up to 1.10 external/mpl/bind/include/isc/stdatomic.h up to 1.10 external/mpl/bind/lib/libdns/Makefile up to 1.9 external/mpl/bind/lib/libisc/Makefile up to 1.20 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_prepend_error_message.3 up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.sdk up to 1.1.1.1 crypto/external/bsd/heimdal/include/hcrypto/ui.h up to 1.2 crypto/external/bsd/heimdal/dist/cf/._ltoptions.m4 delete crypto/external/bsd/heimdal/dist/cf/._ltsugar.m4 delete crypto/external/bsd/heimdal/dist/cf/._lt~obsolete.m4 delete crypto/external/bsd/heimdal/dist/cf/broken-getaddrinfo.m4 delete crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_hcrypto_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.png delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h delete crypto/external/bsd/heimdal/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/bin/Makefile.inc up to 1.6 crypto/external/bsd/heimdal/bin/gsstool/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/hxtool/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kcc/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kdestroy/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kgetcred/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kinit/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kpasswd/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kvno/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/string2key/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile up to 1.5 crypto/external/bsd/heimdal/dist/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/NEWS up to 1.4 crypto/external/bsd/heimdal/dist/aclocal.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/compile up to 1.1.1.2 crypto/external/bsd/heimdal/dist/config.guess up to 1.3 crypto/external/bsd/heimdal/dist/config.sub up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure.ac up to 1.5 crypto/external/bsd/heimdal/dist/depcomp up to 1.1.1.2 crypto/external/bsd/heimdal/dist/install-sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ltmain.sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/missing up to 1.1.1.2 crypto/external/bsd/heimdal/dist/test-driver up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ylwrap up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/add.c up to 1.3 crypto/external/bsd/heimdal/dist/admin/change.c up to 1.3 crypto/external/bsd/heimdal/dist/cf/Makefile.am.common up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/broken-realloc.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-var.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4 up to 1.1.1.5 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/libtool.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltoptions.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltsugar.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltversion.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/lt~obsolete.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4 up to 1.3 crypto/external/bsd/heimdal/dist/cf/w32-hh-toc-from-info.pl up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/with-all.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/doc/vars.texi up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/group__heimbase.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/man/man3/heimbase.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/group__gssapi.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_mechs_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_services_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/internal_v_smechname.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/internal_v_smechname.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/example_evp_cipher_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/struct_h_d_b.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/structhdb__entry__ex.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/HDB.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/hdb_entry_ex.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__query.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__verify.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_query.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_verify.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__address.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__auth.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ccache.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__credential.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__deprecated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__digest.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__keytab.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__pac.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__principal.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__storage.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__support.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ticket.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__v4compat.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_ccache_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_fileformats.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_init_creds_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_introduction.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_keytab_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_principal_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5__crypto__iov.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__an2ln__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_address.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_auth.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_credential.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto_iov.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_deprecated.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_digest.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_fileformats.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_init_creds_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_introduction.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_pac.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_storage.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_support.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ticket.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_v4compat.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_an2ln_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_db_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_kuserok_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/group__ntlm__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__buf.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type1.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/test_ntlm_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_buf.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type1.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type2.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type3.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/group__wind.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/man/man3/wind.3 up to 1.3 crypto/external/bsd/heimdal/dist/etc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/bits.c up to 1.4 crypto/external/bsd/heimdal/dist/include/config.h.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/crypto-headers.h up to 1.6 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/cpw.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/ext.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/mod.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/rpc.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/stash.c up to 1.3 crypto/external/bsd/heimdal/dist/kcm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c up to 1.6 crypto/external/bsd/heimdal/dist/kcm/config.c up to 1.4 crypto/external/bsd/heimdal/dist/kcm/protocol.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/default_config.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/digest.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hpropd.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-private.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc.8 up to 1.6 crypto/external/bsd/heimdal/dist/kdc/kdc.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c up to 1.9 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/pkinit.c up to 1.6 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.1 up to 1.6 crypto/external/bsd/heimdal/dist/kuser/kinit.c up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kswitch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1 up to 1.1.1.6 crypto/external/bsd/heimdal/dist/lib/asn1/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/dll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/delete_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/file.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ipc/client.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/afssysdefs.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/context.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7 up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5 up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_ccapi.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c up to 1.9 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/net_write.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in up to 1.7 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/idn-lookup.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c up to 1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/mac/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs up to 1.1.1.4 crypto/external/bsd/heimdal/dist/po/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/java/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version up to 1.1.1.4 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32 up to 1.1.1.5 crypto/external/bsd/heimdal/include/config.h up to 1.11 crypto/external/bsd/heimdal/include/kdc-private.h up to 1.5 crypto/external/bsd/heimdal/lib/libgssapi/Makefile up to 1.7 crypto/external/bsd/heimdal/lib/libhdb/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/Makefile up to 1.10 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkafs/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkdc/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkrb5/Makefile up to 1.15 crypto/external/bsd/heimdal/lib/libvers/Makefile up to 1.3 crypto/external/bsd/heimdal/libexec/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/libexec/digest-service/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/hpropd/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-master/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-slave/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/kadmind/Makefile up to 1.7 crypto/external/bsd/heimdal/libexec/kpasswdd/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc up to 1.7 crypto/external/bsd/heimdal/sbin/hprop/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/iprop-log/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kadmin/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kcm/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdc/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdigest/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kimpersonate/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kstash/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/ktutil/Makefile up to 1.6 crypto/external/bsd/openssl/bin/progs.c up to 1.1 crypto/external/bsd/openssl/lib/engines/dasync/dasync.map up to 1.3 crypto/external/bsd/openssl/lib/engines/ossltest/ossltest.map up to 1.3 crypto/external/bsd/openssl/lib/engines/padlock/padlock.map up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/devcrypto.map up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/loader_attic.map up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes-gcm-armv8_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-gcm-armv8_64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ec.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/ia64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha256-sparcv9.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx512.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/ess.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/libc-sha1.c up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/mkinc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_EXTERN_FUNCS.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_aux_cb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_d2i_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_prefix.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_readbuffer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_core.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_datagram.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_socket_wait.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_exp_mont.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_decrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EnvelopedData_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_data_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_digest_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_memcmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-AES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-ARIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-BLOWFISH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAMELLIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAST.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CHACHA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-DES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-IDEA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SEED.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SM4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_original_iv.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-HKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KB.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KRB5KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PKCS12KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SCRYPT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SSHKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS13_KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS1_PRF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-ASN1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-CONCAT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X963.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-ECDH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYMGMT.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-CMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-GMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-KMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Poly1305.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Siphash.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MDC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-RIPEMD160.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHAKE.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SM3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-WHIRLPOOL.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-common.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PBE_CipherInit.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-EC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-FFC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY2PKCS8.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_libctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_check.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_copy_parameters.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_digestsign_supports_digest.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_fromdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_field_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_group_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_size.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_gettable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_is_a.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_encoded_public_key.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_settable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_todata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-CTR-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HASH-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HMAC-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-SEED-SRC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-TEST-RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ECDSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ED25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aes_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aria_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_camellia_128_ecb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_des_cbc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_set_default_properties.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/NCONF_new_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_FILE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_gmtime.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_hexchar2int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_s390xcap.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_strcasecmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ALGORITHM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CALLBACK.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_HDR_get0_transactionID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_ITAV_set0.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_get0_header.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_http_perform.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_SRV_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_STATUSINFO_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_exec_certreq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_log_open.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_validate_msg.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CORE_MAKE_FUNC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_get0_tmpl.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set0_validity.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regCtrl_regToken.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regInfo_certReq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_pbmp_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_from_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DISPATCH.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_to_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ESS_check_signing_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_REQ_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ITEM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_parse_url.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_transfer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_LIB_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_BLD.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_allocate_from_text.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_dup.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-FIPS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-default.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-legacy.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-null.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_set_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_attach.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_enabled.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_get_category_num.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_set_channel.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_version.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_X509_INFO_read_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_create_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get0_attrs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get1_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add1_attr_by_NID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_CSPName_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_friendlyname_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_safe.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_localkeyid.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_decrypt_skey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_gen_mac.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_get_friendlyname.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_init.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_item_decrypt_d2i.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_key_gen_utf8_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_pack_p7encdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_get_octet_string.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_type_is_other.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_pkey_add1_attr.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_get0_primary.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_DRBG_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_Calc_B.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_VBASE_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_create_verifier.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_user_pwd_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_srp_password.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_ecdh.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_certificate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_group_to_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_async_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_retry_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_RESP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_VERIFY_CTX_set_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_set_ctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_purpose.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_distinguishing_id.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_load_http.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/b2i_PVK_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPrivateKey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_config.5 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_module.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-pkey.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/migration_guide.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_dispatch.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_names.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-env.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-format-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-glossary.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-namedisplay-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-passphrase-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-threads.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-verification-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/property.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-asym_cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-decoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-encoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kem.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keyexch.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keymgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-object.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-signature.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-storemgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/proxy-certificates.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/s2i_ASN1_IA5STRING.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ffc.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/cmp.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/crmf.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/gen up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/http.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/property.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libapps/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libapps/apps_lib.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libapps/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/Makefile.subdir up to 1.1 crypto/external/bsd/openssl/lib/libcommon/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libcommon/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_digests_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_dsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ec_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ecx_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_rsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_wrap_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/ssl_record.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_digests.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_dsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ec.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ecx.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_rsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_sm2.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_wrap.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libdefault/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libdefault/der_sm2_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libdefault/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_asymciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_exchange.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kem.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_keymgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_macs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands_seeding.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_signature.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_storemgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/ssl.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/Makefile up to 1.7 crypto/external/bsd/openssl/lib/liblegacy/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_des.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_md5.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/legacy.map up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/mkinc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/srcs.inc up to 1.1 crypto/external/bsd/openssl/dist/AUTHORS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CONTRIBUTING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/FAQ.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/INSTALL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/LICENSE.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/NEWS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/README-ENGINES.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-FIPS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-PROVIDERS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/SUPPORT.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/VERSION.dat up to 1.1.1.2 crypto/external/bsd/openssl/dist/configdata.pm.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/BASE.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/AIX.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/MSVC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/cppbuilder.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Cygwin.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Unix.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/VMS.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/mingw.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/gentemplate.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-cppbuilder.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-nonstop.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-os390.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-vms-x86_64.conf up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/README-design.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/asn1parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/cmp.c up to 1.3 crypto/external/bsd/openssl/dist/apps/crl2pkcs7.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_libctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_x509.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/apps.c up to 1.4 crypto/external/bsd/openssl/dist/apps/lib/apps_ui.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/cmp_mock_srv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/lib/columns.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine_loader.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/fmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/http_server.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/opt.c up to 1.2 crypto/external/bsd/openssl/dist/apps/lib/s_cb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/s_socket.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/tlssrp_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_decc_argv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_term_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/win32_init.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/fipsinstall.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/insta.ca.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_libctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/apps.h up to 1.2 crypto/external/bsd/openssl/dist/apps/include/apps_ui.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/cmp_mock_srv.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/include/ec_common.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/engine_loader.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/fmt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/function.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/http_server.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/opt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/s_apps.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/vms_term_sock.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/list.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/packet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_ctx.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_hdr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_msg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_protect.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_server.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_status.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_vfy.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ess/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_asn1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_parse.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_param.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/i2d_evp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_prefix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_readbuff.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_dump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_print.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bss_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/ossl_core_bio.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont-fixed.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx512.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp_x2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_conv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_rsa_fips186_4.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/bn_sparc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ia64.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cms/cms_dh.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_ec.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_rsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_group_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistp521-ppc64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl32.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/arch_intrinsics.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl64.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_s390x_nistp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_s390x.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/engine/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_all_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_blocks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/p_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/signature.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/asymcipher.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ctrl_params_translate.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/dh_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dh_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dsa_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ec_ctrl.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/ec_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_utils.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/exchange.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_meth.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/legacy_blake2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_mdc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_meth.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_ripemd.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_wp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/md5/md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/modes/asm/aes-gcm-armv8_64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/modes/siv128.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/obj_compat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pem/pem_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/s390x.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-support.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ia64.S up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/prov_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_pool.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_acvp_test_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp_names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_schemes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_gen.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/sha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sha/sha3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm3/legacy_sm3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_result.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/by_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/ext_dat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_data.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_map.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_node.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_tree.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/standard_exts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akeya.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_asid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bitst.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_cpols.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_crld.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_enum.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_extku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_genn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ia5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_int.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ist.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ncons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pci.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pmaps.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_prn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_purp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_san.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_skid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_sxnet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_tlsf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utf8.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/x509_trust.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sparse_array.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1_dsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/README-sparse_array.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bsearch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/context.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_algorithm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_namemap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cpuid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/der_writer.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/initthread.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build_set.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_dup.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_from_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/passphrase.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_child.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_predefined.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/punycode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/self_test_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/threads_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/trace.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_pbm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_dh.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/http/http_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_lib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/defn_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/property_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_query.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_string.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/bio/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/certs/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesgcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aeskeywrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/ariacbc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/BIO_f_md.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_stdin.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_xof.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/ec_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/rsa_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/hkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/keyexch/x25519.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/cmac-aes256.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/gmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/hmac-sha512.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/siphash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramfromdata.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramgen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramvalidate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_EC_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_RSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/dsa.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_direct.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-asn1parse.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ca.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ciphers.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmds.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmp.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-cms.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl2pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dgst.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dhparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsaparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-nseq.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ec.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ecparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-enc.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-engine.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-errstr.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-fipsinstall.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-format-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-gendsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genpkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genrsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-info.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-kdf.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-list.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-mac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-namedisplay-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ocsp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passphrase-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passwd.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs12.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs8.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-prime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rand.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rehash.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-req.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsautl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_client.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_server.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_time.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-sess_id.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-smime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-speed.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-spkac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-srp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-storeutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ts.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verification-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verify.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-version.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-x509.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_is_a.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_des_cbc.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/NCONF_new_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_gmtime.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ITEM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_Calc_B.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_VBASE_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_get0_primary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_DRBG_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_certificate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_group_to_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ERR_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_todata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_EXTERN_FUNCS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_aux_cb.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_core.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_d2i_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_prefix.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_readbuffer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_datagram.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_socket_wait.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_exp_mont.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EnvelopedData_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_data_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_digest_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_ASYM_CIPHER_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_MAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_original_iv.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEM_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYEXCH_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYMGMT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PBE_CipherInit.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY2PKCS8.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_libctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_check.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_copy_parameters.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_digestsign_supports_digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_RAND.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_fromdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_field_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_group_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_size.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_gettable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_encoded_public_key.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_settable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_SIGNATURE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_aes_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_aria_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia_128_ecb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_set_default_properties.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_FILE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_hexchar2int.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_s390xcap.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_strcasecmp.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ALGORITHM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CALLBACK.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_HDR_get0_transactionID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_ITAV_set0.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_get0_header.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_http_perform.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_SRV_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_STATUSINFO_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_exec_certreq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_log_open.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CORE_MAKE_FUNC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_validate_msg.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set0_validity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_pbmp_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_from_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DISPATCH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_to_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ESS_check_signing_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_REQ_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_parse_url.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_transfer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_LIB_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_BLD.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_allocate_from_text.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_dup.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_int.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PROVIDER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_set_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_attach.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_enabled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_get_category_num.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_set_channel.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_version.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PEM_X509_INFO_read_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_create_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get0_attrs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get1_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add1_attr_by_NID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_CSPName_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_friendlyname_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_localkeyid.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_safe.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_decrypt_skey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_gen_mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_get_friendlyname.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_item_decrypt_d2i.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_key_gen_utf8_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_pack_p7encdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_get_octet_string.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_type_is_other.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_pkey_add1_attr.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_create_verifier.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_user_pwd_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_srp_password.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_ecdh.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_async_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_retry_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_RESP_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_VERIFY_CTX_set_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509V3_set_ctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_distinguishing_id.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_load_http.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/b2i_PVK_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/d2i_RSAPrivateKey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/s2i_ASN1_IA5STRING.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man5/fips_config.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/fips_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-cipher.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-AES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-ARIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-BLOWFISH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAMELLIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAST.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CHACHA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-DES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-IDEA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SEED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SM4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-HKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KB.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KRB5KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PKCS12KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SCRYPT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SSHKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS13_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS1_PRF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-CONCAT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X963.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEM-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-ECDH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-CMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-GMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-KMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Poly1305.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Siphash.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MDC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-RIPEMD160.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHAKE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SM3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-WHIRLPOOL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-common.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-EC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-FFC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-CTR-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HASH-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HMAC-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-SEED-SRC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-TEST-RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ECDSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/cipher.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/digest.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/kdf.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/mac.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/pkey.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/rand.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-FIPS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-base.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-default.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-legacy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-null.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/migration_guide.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/openssl-core.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_dispatch.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_names.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-env.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-glossary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-threads.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl_user_macros.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/property.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-asym_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-base.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-decoder.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-encoder.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kem.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keyexch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keymgmt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-object.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-signature.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-storemgmt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/build.info.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/perlvars.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/images/openssl.svg up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPENSSL_SA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPTIONS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_DEPRECATED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_METHOD_STORE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/cms_add1_signing_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_generic_fetch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_newdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_util_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_md_get_number.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_get1_ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_begin_sequence.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_bn.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_precompiled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_algorithm_do_all.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_X509_STORE_add1_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_certreq_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_ctx_set1_caPubs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_hdr_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_mock_srv_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_check_update.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_protect.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_pkisi_get_status.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_print_log.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_ends_with_dirsep.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_global_properties_no_mirrored.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_init_thread_deregister.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_lib_ctx_get_data.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_method_construct.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_namemap_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_punycode_decode.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rand_get_entropy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_random_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rsa_get0_all_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/x509v3_cache_extensions.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/DERlib.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/EVP_PKEY.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/VERSION.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/build.info.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/deprecation.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/cipher.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/digest.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/kdf.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/lifecycles.ods up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/mac.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/pkey.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/rand.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_devcrypto.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.ec up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/MODULES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/Preprocess.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-pod-syntax.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-signature.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/basic.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/broken.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/delimiters.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/error.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/exported.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/hash.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/inline-comment.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/nested-tags.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ofh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/out.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/prepend.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/preprocess.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/rt29928.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe2.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/strict.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/taint.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/template-encoding.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/warnings.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Changes up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/INSTALL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/LICENSE up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/MANIFEST up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.json up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.yml up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Makefile.PL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/README up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/SIGNATURE up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/fuzz_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/cmp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sha3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/asn1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/endian.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/der.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/deprecated.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/namemap.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ffc.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ktls.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/packet.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/param_build_set.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/passphrase.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/property.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/propertyerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sizes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sm3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/symhacks.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/tlsgroups.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/unicode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1t.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/bio.h.in up to 1.2 crypto/external/bsd/openssl/dist/include/openssl/crypto.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/lhash.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/macros.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ct.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/err.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/safestack.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslv.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/param_build.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509v3.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ui.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/srp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ssl.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cms.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/configuration.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conftypes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_dispatch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_object.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ess.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fips_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fipskey.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/http.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ocsp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/trace.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/prov_ssl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/sslerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/tserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/aes_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1_dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asyncerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bioerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bnerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/buffererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmll_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cmserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/comperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/conferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cryptoerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cterr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/des_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dh.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dherr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsaerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/engineerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ess.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/evperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/modes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/objectserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ocsperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pem.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pemerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs12err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ppc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/punycode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rand_pool.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/randerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsaerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/security_bits.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparse_array.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/storeerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/uierr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509v3err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/tls_pad.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/sslerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/statem/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/tls_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ktls.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_err_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_rsa_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-inter.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ca-pol-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/cert-key-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key-public.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/dhk2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ec_privkey_with_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-crit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-noncrit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-ocsp-nocheck.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies-bad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/fake-gp.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-pss-wrong1.5-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-ss-with-keyCertSign.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.tlssct up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ext-check.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/grfc.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/key-pass-12345.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-encrypted.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/pkitsta.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.privkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/server-dsa-pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-ca-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-RC2.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-TDES.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-dev.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-external.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/aesgcmtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/algorithmid_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_core_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ext_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ct/log_list.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecoder_legacy_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_extra_test2.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/hexstr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/http_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/moduleloadtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sparse_array_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testec-p112r1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapss.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/05-test_pbe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_algorithmid.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_rdrand_sanity.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_traceapi.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb163v1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb208w1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp160k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp192k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp224k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp256k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp521r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect239k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls10-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls11-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls3-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls4-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls5-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls8-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls9-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa_data/rsamplcm.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ccm_cavs.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_common.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ocb.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_siv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_wrap.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aria.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_bf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_cast5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_chacha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des3_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_idea.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_seed.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_sm4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_krb5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ss.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ssh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls11_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls13_kdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x963.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_cmac_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_poly1305.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_siphash.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_md.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_mdc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_ripemd.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_whirlpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pkcs12.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_brainpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecx.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ffdhe.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kas.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_tls1_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_mismatch.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_sm2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evprand.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/incdir.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/rsa-key-2432.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.pvk up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/ciphertext_from_1_1_1.cms up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/pkcs7-md4.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca_data/revoked.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_exts.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/00-prep_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/01-test_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_context.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_keymgmt.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_localetest.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_sparse_array.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_fipsinstall.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1_dsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_bn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ffc.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_namemap.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_rsa_sp800_56b.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_params_api.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_property.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_core.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder_legacy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_hexstring.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_nodefltctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_param_build.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provfetch.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_fallback.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_pkey.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_punycode.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_upcalls.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_sha.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_app.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_cli_fips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_legacy_okay.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_mac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_pkeyutl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_rand_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_spkac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/fuzz.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_acvp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_aesgcm.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_fetch_prov.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_libctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_dparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_prov_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_provider_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_readbuffer.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_asn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_hdr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/71-test_ssl_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/79-test_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/81-test_cmp_cli.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_fipsload.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1parse.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bignum.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bndiv.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cmp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cms.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_crl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_ct.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_x509.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion_data/native_types.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/x942params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/NOTES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/beermug.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-at-the-end.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-in-the-middle.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-bom.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline-multiple-of-254.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptedheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptiv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onelineheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/wellknown up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p2048_q256_bad_q.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p768_q160_too_small.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep_data/plain_text up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss_data/negativesaltlen.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p1024_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1864_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p3072_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.ascii up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7_data/malformed.pkcs7 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips/fipsmodule.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args1.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args2.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/pkcs10.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server_data/CR_protected_PBM_1234.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_rmprotection.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/chain.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DH-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DHX-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DSA-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/12345.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_trusted.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/empty.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pass_12345.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pub.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/random.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.key up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_only.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/test.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/trusted.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/wrong_csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_commands.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_connection.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_credentials.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_enrollment.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_verification.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi_data/encryptedData.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old_data/dsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/all-zero.tsq up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/comodo-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-all-zero.tsr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-signer.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-time-stamping-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads_data/rsakey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dhpkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub_noparam.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_neg1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/gost_engine.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/provider.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/apps_shims.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/fake_random.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/load.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/output.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/test_options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/asn1_dsa_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_prefix_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_readbuffer_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_rand_range.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ca-and-certs.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_asn_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_client_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_ctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_hdr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_msg_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_protect_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_server_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_vfy_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/confdump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/context_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/data2.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/defltfips_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_fetch_prov_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_kdf_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_libctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_ctx_new_from_name.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_dparams_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_provided_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ffc_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-alt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-and-base.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips_version_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/keymgmt_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/localetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/namemap_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/nodefltctxtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/null.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ossl_store_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/p_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/param_build_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_conversion_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pbetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pem_read_depr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs12_format_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs7_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/prov_config_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provfetchtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_fallback_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_pkey_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/proxy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/punycode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rsa_sp800_56b_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sha_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sm3_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont_zero.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake_srp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_old_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapssmandatory.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/tls-provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/trace_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/upcallstest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/user_property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/v3_ca_exts.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smime-eml/SignedInvalidMappingFromanyPolicyTest7.eml up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other-internal.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/providers.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/withlibctx.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/Query.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/OID.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Ordinals.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ParseC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/config.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/fallback.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/stackhash.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/c-compress-test.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/check-format-test-negatives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format-test-positives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/engines.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/err-to-raise up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fips-checksums.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fix-deprecation up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/lang-compress.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/markdownlint.rb up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/merge-err-lines up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mk-fipsmodule-cnf.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mknum.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mkpod2html.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/wrap.pl.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/write-man-symlinks up to 1.1.1.1 crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CHANGES.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/HACKING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-ANDROID.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-DJGPP.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-NONSTOP.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-PERL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-UNIX.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VALGRIND.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VMS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-WINDOWS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DIGESTS.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/EC.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/ECX.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/NIST.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/RSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/SM2.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_digests_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_wrap_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/oids_to_c.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/wrap.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/bio_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/capabilities.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/digest_to_nid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_seeding.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/bio.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_digests.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_dsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ec.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ecx.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_rsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_sm2.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_wrap.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/providercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/securitycheck.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/baseprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/decoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/defltprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/encoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips-sources.checksums up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.checksum up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.module.sources up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/legacyprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/nullprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/prov_running.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/stores.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fips_entry.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fipsprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_data.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_kats.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/rsa_enc.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/sm2_enc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_wrp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_null.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_common.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_block.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2b_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2s_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/digestcommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md4_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_sha1_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/mdc2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/null_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/ripemd_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sm3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/wp_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_der2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_epki2pki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_msblob2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pem2der.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pvk2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_spki2typespki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2any.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2blob.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2ms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_common.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/dh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecdh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecx_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/kdf_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/blake2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_aead.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/digestcommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/implementations.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/kdfexchange.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/macsignature.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/md5_sha1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/seeding.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/hkdf.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/kbkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/krb5kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pkcs12kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sshkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sskdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/tls1_prf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/x942kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/rsa_kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dh_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dsa_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt_imexport.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ecx_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/kdf_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/mac_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/rsa_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2_mac_impl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2b_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2s_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/cmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/gmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/hmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/kmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/poly1305_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/siphash_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_cpu_x86.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_tsc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_unix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vxworks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_win.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/crngt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_ctr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seed_src.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/test_rng.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/ecdsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/eddsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/mac_legacy_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/rsa_sig.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/signature/sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_any2obj.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_local.h up to 1.1.1.1 crypto/external/bsd/openssl/include/openssl/opensslv.h up to 1.2 crypto/external/bsd/openssl/include/openssl/configuration.h up to 1.4 crypto/external/bsd/openssl/include/openssl/fipskey.h up to 1.1 crypto/external/bsd/openssl/lib/engines/capi/Makefile delete crypto/external/bsd/openssl/lib/libcrypto/ecdh.inc delete crypto/external/bsd/openssl/lib/libcrypto/ecdsa.inc delete crypto/external/bsd/openssl/lib/libcrypto/krb5.inc delete crypto/external/bsd/openssl/lib/libcrypto/md2.inc delete crypto/external/bsd/openssl/lib/libcrypto/rc5.inc delete crypto/external/bsd/openssl/lib/libcrypto/x509v3.inc delete crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS delete crypto/external/bsd/openssl/dist/AUTHORS delete crypto/external/bsd/openssl/dist/CHANGES delete crypto/external/bsd/openssl/dist/CONTRIBUTING delete crypto/external/bsd/openssl/dist/FAQ delete crypto/external/bsd/openssl/dist/INSTALL delete crypto/external/bsd/openssl/dist/LICENSE delete crypto/external/bsd/openssl/dist/NEWS delete crypto/external/bsd/openssl/dist/NOTES.ANDROID delete crypto/external/bsd/openssl/dist/NOTES.DJGPP delete crypto/external/bsd/openssl/dist/NOTES.PERL delete crypto/external/bsd/openssl/dist/NOTES.UNIX delete crypto/external/bsd/openssl/dist/NOTES.VMS delete crypto/external/bsd/openssl/dist/NOTES.WIN delete crypto/external/bsd/openssl/dist/README delete crypto/external/bsd/openssl/dist/README.ENGINE delete crypto/external/bsd/openssl/dist/README.FIPS delete crypto/external/bsd/openssl/dist/Configurations/README delete crypto/external/bsd/openssl/dist/Configurations/README.design delete crypto/external/bsd/openssl/dist/Configurations/common.tmpl delete crypto/external/bsd/openssl/dist/apps/app_rand.c delete crypto/external/bsd/openssl/dist/apps/apps.c delete crypto/external/bsd/openssl/dist/apps/apps.h delete crypto/external/bsd/openssl/dist/apps/asn1pars.c delete crypto/external/bsd/openssl/dist/apps/bf_prefix.c delete crypto/external/bsd/openssl/dist/apps/crl2p7.c delete crypto/external/bsd/openssl/dist/apps/dh1024.pem delete crypto/external/bsd/openssl/dist/apps/dh2048.pem delete crypto/external/bsd/openssl/dist/apps/dh4096.pem delete crypto/external/bsd/openssl/dist/apps/opt.c delete crypto/external/bsd/openssl/dist/apps/s_apps.h delete crypto/external/bsd/openssl/dist/apps/s_cb.c delete crypto/external/bsd/openssl/dist/apps/s_socket.c delete crypto/external/bsd/openssl/dist/apps/vms_decc_argv.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.h delete crypto/external/bsd/openssl/dist/apps/win32_init.c delete crypto/external/bsd/openssl/dist/crypto/mem_dbg.c delete crypto/external/bsd/openssl/dist/crypto/o_fips.c delete crypto/external/bsd/openssl/dist/crypto/ppc_arch.h delete crypto/external/bsd/openssl/dist/crypto/sparc_arch.h delete crypto/external/bsd/openssl/dist/crypto/asn1/asn1_par.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pr.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pu.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_addr.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_dump.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_print.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock2.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_impl.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_local.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2s.c delete crypto/external/bsd/openssl/dist/crypto/blake2/build.info delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2s.c delete crypto/external/bsd/openssl/dist/crypto/bn/rsa_sup_mul.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/dh/dh1024.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh192.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh2048.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh4096.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh512.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc7919.c delete crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.c delete crypto/external/bsd/openssl/dist/crypto/engine/README delete crypto/external/bsd/openssl/dist/crypto/engine/eng_devcrypto.c delete crypto/external/bsd/openssl/dist/crypto/err/README delete crypto/external/bsd/openssl/dist/crypto/evp/m_md2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md4.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_mdc2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_ripemd.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha3.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_wp.c delete crypto/external/bsd/openssl/dist/crypto/evp/pmeth_fn.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/kdf/hkdf.c delete crypto/external/bsd/openssl/dist/crypto/kdf/scrypt.c delete crypto/external/bsd/openssl/dist/crypto/kdf/tls1_prf.c delete crypto/external/bsd/openssl/dist/crypto/modes/modes_local.h delete crypto/external/bsd/openssl/dist/crypto/objects/README delete crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ht.c delete crypto/external/bsd/openssl/dist/crypto/perlasm/README delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ameth.c delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_local.h delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_ctr.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_lib.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_vms.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_win.c delete crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ssl.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_ameth.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_local.h delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm2/sm2_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm3/m_sm3.c delete crypto/external/bsd/openssl/dist/crypto/store/loader_file.c delete crypto/external/bsd/openssl/dist/crypto/x509/x509_trs.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/build.info delete crypto/external/bsd/openssl/dist/crypto/x509v3/ext_dat.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_cache.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_data.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_local.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_map.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_node.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_tree.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/standard_exts.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_addr.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akeya.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_alt.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_asid.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bitst.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_conf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_cpols.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_crld.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_enum.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_extku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_genn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ia5.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_info.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_int.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ncons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pci.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcia.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pmaps.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_prn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_skey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_sxnet.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_tlsf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_utl.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3err.c delete crypto/external/bsd/openssl/dist/demos/README delete crypto/external/bsd/openssl/dist/demos/bio/README delete crypto/external/bsd/openssl/dist/demos/certs/README delete crypto/external/bsd/openssl/dist/demos/engines/e_chil.txt delete crypto/external/bsd/openssl/dist/demos/evp/Makefile delete crypto/external/bsd/openssl/dist/demos/evp/aesccm.c delete crypto/external/bsd/openssl/dist/demos/evp/aesgcm.c delete crypto/external/bsd/openssl/dist/doc/README delete crypto/external/bsd/openssl/dist/doc/man1/asn1parse.pod delete crypto/external/bsd/openssl/dist/doc/man1/ca.pod delete crypto/external/bsd/openssl/dist/doc/man1/ciphers.pod delete crypto/external/bsd/openssl/dist/doc/man1/cms.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl2pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/dgst.pod delete crypto/external/bsd/openssl/dist/doc/man1/dhparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsaparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/ec.pod delete crypto/external/bsd/openssl/dist/doc/man1/ecparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/enc.pod delete crypto/external/bsd/openssl/dist/doc/man1/engine.pod delete crypto/external/bsd/openssl/dist/doc/man1/errstr.pod delete crypto/external/bsd/openssl/dist/doc/man1/gendsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/genpkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/genrsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/list.pod delete crypto/external/bsd/openssl/dist/doc/man1/nseq.pod delete crypto/external/bsd/openssl/dist/doc/man1/ocsp.pod delete crypto/external/bsd/openssl/dist/doc/man1/passwd.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs12.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs8.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/prime.pod delete crypto/external/bsd/openssl/dist/doc/man1/rand.pod delete crypto/external/bsd/openssl/dist/doc/man1/rehash.pod delete crypto/external/bsd/openssl/dist/doc/man1/req.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsautl.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_client.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_server.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_time.pod delete crypto/external/bsd/openssl/dist/doc/man1/sess_id.pod delete crypto/external/bsd/openssl/dist/doc/man1/smime.pod delete crypto/external/bsd/openssl/dist/doc/man1/speed.pod delete crypto/external/bsd/openssl/dist/doc/man1/spkac.pod delete crypto/external/bsd/openssl/dist/doc/man1/srp.pod delete crypto/external/bsd/openssl/dist/doc/man1/storeutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/ts.pod delete crypto/external/bsd/openssl/dist/doc/man1/verify.pod delete crypto/external/bsd/openssl/dist/doc/man1/version.pod delete crypto/external/bsd/openssl/dist/doc/man1/x509.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_cmp.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aes.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_size.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aria.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_des.pod delete crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_VERSION_NUMBER.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_generate.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_get0_master.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_new.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_reseed.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_callbacks.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/d2i_DHparams.pod delete crypto/external/bsd/openssl/dist/doc/man7/Ed25519.pod delete crypto/external/bsd/openssl/dist/doc/man7/RAND_DRBG.pod delete crypto/external/bsd/openssl/dist/doc/man7/SM2.pod delete crypto/external/bsd/openssl/dist/doc/man7/scrypt.pod delete crypto/external/bsd/openssl/dist/external/perl/transfer/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template/Preprocess.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/00-version.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/01-basic.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/02-hash.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/03-out.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/04-safe.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/05-safe2.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/06-ofh.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/07-safe3.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/08-exported.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/09-error.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/10-delimiters.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/11-prepend.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/12-preprocess.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/13-taint.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/14-broken.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Artistic delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/COPYING delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/INSTALL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/MANIFEST delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.json delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.yml delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Makefile.PL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/README delete crypto/external/bsd/openssl/dist/fuzz/rand.inc delete crypto/external/bsd/openssl/dist/include/crypto/sm3.h delete crypto/external/bsd/openssl/dist/include/internal/o_str.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1t.h delete crypto/external/bsd/openssl/dist/include/openssl/bio.h delete crypto/external/bsd/openssl/dist/include/openssl/cms.h delete crypto/external/bsd/openssl/dist/include/openssl/conf.h delete crypto/external/bsd/openssl/dist/include/openssl/crypto.h delete crypto/external/bsd/openssl/dist/include/openssl/ct.h delete crypto/external/bsd/openssl/dist/include/openssl/err.h delete crypto/external/bsd/openssl/dist/include/openssl/lhash.h delete crypto/external/bsd/openssl/dist/include/openssl/ocsp.h delete crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h.in delete crypto/external/bsd/openssl/dist/include/openssl/opensslv.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h delete crypto/external/bsd/openssl/dist/include/openssl/rand_drbg.h delete crypto/external/bsd/openssl/dist/include/openssl/safestack.h delete crypto/external/bsd/openssl/dist/include/openssl/srp.h delete crypto/external/bsd/openssl/dist/include/openssl/ssl.h delete crypto/external/bsd/openssl/dist/include/openssl/ui.h delete crypto/external/bsd/openssl/dist/include/openssl/x509.h delete crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h delete crypto/external/bsd/openssl/dist/include/openssl/x509v3.h delete crypto/external/bsd/openssl/dist/ssl/record/README delete crypto/external/bsd/openssl/dist/ssl/packet.c delete crypto/external/bsd/openssl/dist/ssl/packet_local.h delete crypto/external/bsd/openssl/dist/ssl/statem/README delete crypto/external/bsd/openssl/dist/test/CAss.cnf delete crypto/external/bsd/openssl/dist/test/CAssdh.cnf delete crypto/external/bsd/openssl/dist/test/CAssdsa.cnf delete crypto/external/bsd/openssl/dist/test/CAssrsa.cnf delete crypto/external/bsd/openssl/dist/test/P1ss.cnf delete crypto/external/bsd/openssl/dist/test/P2ss.cnf delete crypto/external/bsd/openssl/dist/test/README delete crypto/external/bsd/openssl/dist/test/README.external delete crypto/external/bsd/openssl/dist/test/Sssdsa.cnf delete crypto/external/bsd/openssl/dist/test/Sssrsa.cnf delete crypto/external/bsd/openssl/dist/test/Uss.cnf delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.c delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.h delete crypto/external/bsd/openssl/dist/test/drbg_cavs_test.c delete crypto/external/bsd/openssl/dist/test/drbgtest.h delete crypto/external/bsd/openssl/dist/test/evp_test.h delete crypto/external/bsd/openssl/dist/test/gosttest.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.h delete crypto/external/bsd/openssl/dist/test/md2test.c delete crypto/external/bsd/openssl/dist/test/ct/log_list.conf delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.c delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.h delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.conf delete crypto/external/bsd/openssl/dist/test/ssltest_old.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/include/openssl/base.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/build.info delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_config.json delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_shim.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.h delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_md2.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_mdc2.t delete crypto/external/bsd/openssl/dist/test/recipes/06-test-rdrand.t delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost.t delete crypto/external/bsd/openssl/dist/test/recipes/95-test_external_boringssl.t delete crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz.t delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/beermug.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/NOTES delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-at-the-end.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-in-the-middle.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/csr.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline-multiple-of-254.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptedheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptiv.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onelineheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsaparam.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/key.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/wellknown delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb163v1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb208w1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp160k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp192k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp224k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp256k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp521r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect239k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls10-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls11-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls3-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls4-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls5-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls8-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls9-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpcase.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpccmcavs.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpdigest.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey.txt delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost_data/gost.conf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/user.cnf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/ca.cnf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf.in delete crypto/external/bsd/openssl/dist/test/testutil/output_helpers.c delete crypto/external/bsd/openssl/dist/test/testutil/tap_bio.c delete crypto/external/bsd/openssl/dist/util/openssl-format-source delete crypto/external/bsd/openssl/dist/util/openssl-update-copyright delete crypto/external/bsd/openssl/dist/util/private.num delete crypto/external/bsd/openssl/dist/util/process_docs.pl delete crypto/external/bsd/openssl/dist/util/perl/with_fallback.pm delete crypto/external/bsd/openssl/include/internal/bn_conf.h delete crypto/external/bsd/openssl/include/internal/dso_conf.h delete crypto/external/bsd/openssl/include/openssl/opensslconf.h delete crypto/external/bsd/openssl/bin/Makefile up to 1.12 crypto/external/bsd/openssl/dist/Configure up to 1.33 crypto/external/bsd/openssl/dist/appveyor.yml up to 1.1.1.7 crypto/external/bsd/openssl/dist/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/config up to 1.1.1.15 crypto/external/bsd/openssl/dist/config.com up to 1.1.1.3 crypto/external/bsd/openssl/dist/e_os.h up to 1.18 crypto/external/bsd/openssl/dist/Configurations/00-base-templates.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/10-main.conf up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/15-android.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/15-ios.conf up to 1.1.1.4 crypto/external/bsd/openssl/dist/Configurations/50-djgpp.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-haiku.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-masm.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-win-onecore.conf up to 1.1.1.5 crypto/external/bsd/openssl/dist/Configurations/descrip.mms.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/Configurations/shared-info.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/unix-Makefile.tmpl up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/unix-checker.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/windows-checker.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/windows-makefile.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/VMS/VMSify-conf.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_ivp.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/openssl_shutdown.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_startup.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_utils.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/translatesyms.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/CA.pl.in up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/ca.c up to 1.23 crypto/external/bsd/openssl/dist/apps/ciphers.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/cms.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/apps/crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/dgst.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/apps/dhparam.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/dsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/dsaparam.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/ec.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/ecparam.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/enc.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/apps/engine.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/errstr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/gendsa.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/genpkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/genrsa.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/nseq.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ocsp.c up to 1.24 crypto/external/bsd/openssl/dist/apps/openssl-vms.cnf up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/openssl.c up to 1.8 crypto/external/bsd/openssl/dist/apps/openssl.cnf up to 1.11 crypto/external/bsd/openssl/dist/apps/passwd.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/pkcs12.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/apps/pkcs7.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/pkcs8.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/pkeyparam.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/pkeyutl.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/prime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/progs.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/rand.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/rehash.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/req.c up to 1.5 crypto/external/bsd/openssl/dist/apps/rsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/rsautl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/s_client.c up to 1.27 crypto/external/bsd/openssl/dist/apps/s_server.c up to 1.28 crypto/external/bsd/openssl/dist/apps/s_time.c up to 1.13 crypto/external/bsd/openssl/dist/apps/sess_id.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/smime.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/speed.c up to 1.22 crypto/external/bsd/openssl/dist/apps/spkac.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/srp.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/storeutl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/testdsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/testrsa.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/timeouts.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ts.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/tsget.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/version.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/vms_decc_init.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/x509.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/LPdir_nyi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_unix.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_win.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/LPdir_win32.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_wince.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/alphacpuid.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/arm64cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/arm_arch.h up to 1.9 crypto/external/bsd/openssl/dist/crypto/armcap.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/armv4cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/c64xpluscpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cpt_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cryptlib.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/ctype.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cversion.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dllmain.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ebcdic.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ex_data.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/getenv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ia64cpuid.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/init.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/mem.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/mem_clr.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/mem_sec.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/mips_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/o_dir.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_fopen.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/o_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_str.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/o_time.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/pariscid.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ppccap.c up to 1.21 crypto/external/bsd/openssl/dist/crypto/ppccpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/s390x_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/s390xcap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/s390xcpuid.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sparccpuid.S up to 1.10 crypto/external/bsd/openssl/dist/crypto/sparcv9cap.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/threads_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/threads_pthread.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/threads_win.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/uid.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/vms_rms.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x86_64cpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/x86cpuid.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_core.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_ige.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/aes_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_wrap.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_x86core.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ia64.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-s390x.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesfx-sparcv9.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha1-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha256-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesp8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesv8-armx.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-armv7.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aria/aria.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/a_bitstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_d2i_fp.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_digest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_dup.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_gentm.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_i2d_fp.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_int.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/a_mbstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_object.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/a_octet.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_print.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_time.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_type.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_utctm.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_utf8.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_verify.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/ameth_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_err.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_gen.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mime.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn_moid.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mstbl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/asn_pack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/asn1/bio_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/bio_ndef.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pr.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pu.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/evp_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/f_int.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/f_string.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/n_pkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/nsseq.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbe.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbev2.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/p5_scrypt.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p8_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/standard_methods.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/t_bitst.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/t_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/t_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_enc.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_fre.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_new.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_prn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_scn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_typ.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_utl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tbl_standard.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/x_algor.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/x_bignum.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/x_info.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_int64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_long.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_pkey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_sig.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_val.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/async/async.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/async_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/async_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/async_wait.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_cfb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_ofb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_pi.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bf/bf_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/bf/asm/bf-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bio/bf_buff.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bf_lbuf.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bf_nbio.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bf_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_cb.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_err.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bio_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bio/bio_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bio/bio_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bio/bss_acpt.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bio/bss_bio.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bio/bss_conn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c up to 1.1.1.20 crypto/external/bsd/openssl/dist/crypto/bio/bss_fd.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_mem.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/bio/bss_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bss_sock.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/README.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_add.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_asm.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_blind.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_const.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_ctx.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_depr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_dh.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_div.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/bn/bn_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c up to 1.22 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_gcd.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/bn/bn_gf2m.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/bn_intern.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_kron.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/bn/bn_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_mod.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bn/bn_mpi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_mul.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_print.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_rand.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_recp.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_shift.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqr.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqrt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_srp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_word.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_x931p.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/alpha-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-gf2m.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv8-mont.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-c64xplus.asm up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/asm/c64xplus-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/co-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/parisc-mont.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx2.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparct4-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8plus.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9a-mont.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/via-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/vis3-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont5.pl up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/buffer/buf_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/buffer/buffer.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/buffer/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/camellia/camellia.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ctr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmllt4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/cast/c_cfb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ofb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/cast_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cast/cast_s.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/asm/cast-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/chacha/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_enc.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-c64xplus.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmac/cmac.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/cms/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/cms/cms_att.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_cd.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_dd.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_enc.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/cms/cms_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_ess.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/cms/cms_io.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_kari.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/comp/c_zlib.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/comp/comp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/comp/comp_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/comp/comp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_api.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.h up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/conf/conf_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/conf/conf_lib.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/conf/conf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_mall.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/conf/conf_mod.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_sap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_ssl.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/conf/keysets.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ct/ct_b64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ct/ct_log.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_oct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_policy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_prn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct_ctx.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_vfy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_x509v3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/cbc_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cbc_enc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/cfb64ede.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cfb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/cfb_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/des/ecb3_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ecb_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt_b.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ncbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64ede.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/pcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/qud_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/rand_key.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/des/set_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/des/spr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/str2key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/xcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/crypt586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/des-586.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/asm/des_enc.m4 up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/asm/desboth.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/asm/dest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/dh/dh_ameth.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dh/dh_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_check.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_gen.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_key.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dh/dh_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dh/dh_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_pmeth.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_prn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc5114.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_asn1.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_gen.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_lib.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_meth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ossl.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_sign.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_vrf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dso/dso_dl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/dso/dso_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dso/dso_lib.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dso/dso_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dso/dso_openssl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dso/dso_win32.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve25519.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec2_oct.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ec/ec2_smpl.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/ec/ec_check.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec_curve.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ec_cvt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_key.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_kmeth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ec_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ec_mult.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ec_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_print.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_ossl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_ossl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_sign.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_vrf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/eck_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_mont.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nist.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp224.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp256.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp521.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistputil.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256_table.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecp_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ecx_meth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv4.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-ppc64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-ppc64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_tables.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448utils.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/ed448.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/eddsa.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/f_generic.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/field.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/point_448.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/scalar.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/word.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/arch_intrinsics.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/engine/eng_cnf.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_ctrl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_dyn.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_fat.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/eng_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_list.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_openssl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/engine/eng_rdrand.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_table.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/tb_asnmth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/tb_cipher.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dh.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_digest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_eckey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/engine/tb_pkmeth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rand.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/err/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/err/err.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/err/err_all.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/err/err_prn.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.ec up to 1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.txt up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/bio_enc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/bio_md.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/bio_ok.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/c_allc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/c_alld.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/cmeth_lib.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/digest.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c up to 1.26 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha1.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha256.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_aria.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_bf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_camellia.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_cast.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_chacha20_poly1305.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/e_des.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_des3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/e_idea.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_null.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_old.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_rc2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4_hmac_md5.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_rc5.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/e_xcbc_d.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/encode.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/evp_cnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/evp_enc.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/evp/evp_err.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/evp/evp_key.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/evp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/evp_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/evp_pbe.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/evp_pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_null.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_sigver.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/names.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt2.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/p_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/evp/p_open.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_seal.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/p_verify.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pbe_scrypt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_gn.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/hmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/hmac/hmac.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/hmac/hmac_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/i_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/idea/i_ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_skey.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/idea/idea_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/kdf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/kdf/kdf_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/lhash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/lhash/lh_stats.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/lhash/lhash.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/lhash/lhash_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/md2_dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/md2/md2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md4/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/md4/md4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/md5/md5_dgst.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/md5/md5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md5/md5_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-x86_64.pl up to 1.6 crypto/external/bsd/openssl/dist/crypto/mdc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/cbc128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/ccm128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/cfb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/ctr128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/cts128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/modes/ocb128.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/ofb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/wrap128.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/modes/xts128.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/aesni-gcm-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashp8-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashv8-armx.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/o_names.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.h up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/objects/obj_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/objects/obj_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/objects/obj_mac.num up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.h up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.txt up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/objects.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/objects.txt up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/objects/objxref.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_asn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_cl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ext.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_srv.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_vfy.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/v3_ocsp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/pem/pem_all.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_info.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_lib.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/pem/pem_oth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pem/pem_pk8.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_pkey.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_sign.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pem/pem_x509.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pem_xaux.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pvkfmt.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/perlasm/arm-xlate.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/perlasm/cbc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/perlasm/ppc-xlate.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/perlasm/sparcv9_modes.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-xlate.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/perlasm/x86asm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86gas.pl up to 1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86masm.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/perlasm/x86nasm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_add.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_asn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_attr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crpt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_decr.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_mutl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_npas.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8d.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8e.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_sbag.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_utl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/pk12err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/bio_pk7.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_attr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_mime.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_smime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_base2_44.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ieee754.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv4.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-c64xplus.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-mips.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppcfp.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-sparcv9.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86_64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rand/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rand/rand_egd.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rand/rand_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rand/rand_lib.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/rand/rand_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rand/randfile.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/rc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_local.h up to 1.3 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc4/build.info up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_skey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-586.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-c64xplus.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-md5-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/rc5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_ecb.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_enc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_skey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc5/rc5cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/asm/rc5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/rmdconst.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ripemd/asm/rmd-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_chk.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_crpt.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_err.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_gen.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_lib.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_oaep.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ossl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pk1.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pss.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_saos.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sign.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931g.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/seed/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/seed/seed_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_ecb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/keccak1600.c up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/sha1_one.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/sha1dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/sha256.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha512.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx2.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512vl.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-c64x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-mmx.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-ppc64.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-s390x.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-x86_64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600p8-ppc.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-586.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-alpha.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv4-large.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ia64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9a.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-thumb.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-586.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-586.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv8.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ia64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-parisc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-sparcv9.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512p8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/siphash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/siphash/siphash.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sm2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_crypt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_sign.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sm3/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm3/sm3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm3/sm3_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm4/sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/srp/srp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/stack/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/stack/stack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/store/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_init.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_lib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/store/store_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_register.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_strings.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ts/ts_conf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_lib.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ts/ts_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_sign.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ts/ts_verify_ctx.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/txt_db/txt_db.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ui/ui_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ui/ui_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/ui/ui_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ui/ui_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ui/ui_openssl.c up to 1.19 crypto/external/bsd/openssl/dist/crypto/ui/ui_util.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_block.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-mmx.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-x86_64.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/by_dir.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/x509/by_file.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/t_crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/t_req.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/t_x509.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_att.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/x509/x509_cmp.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/x509/x509_d2.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_def.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/x509/x509_ext.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x509_lu.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/x509/x509_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/x509_obj.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_r2x.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_req.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_set.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_txt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_v3.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_vfy.c up to 1.28 crypto/external/bsd/openssl/dist/crypto/x509/x509_vpm.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/x509/x509cset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509rset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509spki.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509type.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_all.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/x509/x_attrib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_exten.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_pubkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x_req.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_x509a.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/Makefile up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/accept.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/cmod.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/connect.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/saccept.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/demos/bio/sconnect.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/server-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/server-cmod.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/server-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/certs/ca.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/certs/apps/apps.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/cms/cms_comp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_ddec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_denc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_uncomp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_ver.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/pkcs12/pkread.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/demos/pkcs12/pkwrite.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smdec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smenc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smver.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/fingerprints.txt up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/HOWTO/certificates.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/HOWTO/keys.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man1/CA.pl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man1/openssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man1/tsget.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ADMISSIONS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_get_int64.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ASN1_ITEM_lookup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_OBJECT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_TABLE_add.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_length.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TIME_set.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TYPE_get.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_generate_nconf.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_WAIT_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_start_job.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BF_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDR.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDRINFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_connect.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BIO_ctrl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_base64.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_buffer.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_md.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_ssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_find_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_data.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_new_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_parse_hostserv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_printf.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_push.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_read.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_fd.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_mem.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_socket.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_set_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_should_retry.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_BLINDING_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_start.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_add_word.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_bn2bin.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_cmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_copy.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_generate_prime.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_inverse.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_montgomery.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_reciprocal.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_num_bytes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_rand.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BN_security_bits.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_set_bit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_swap.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_zero.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BUF_MEM_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_add0_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_recipient_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_signer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_compress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_decrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_final.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_RecipientInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_SignerInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get1_ReceiptRequest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_uncompress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_load_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_THREAD_run_once.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_memcmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_get0_log_by_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CT_POLICY_EVAL_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DEFINE_STACK_OF.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DES_random_key.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_get0_pqg.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_get_1024_160.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new_by_nid.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_SIG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_do_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_dup_DH.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_get0_pqg.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DTLS_get_data_mtu.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLS_set_timer_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLSv1_listen.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_SIG_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECPKParameters_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GFp_simple_method.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_copy.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_get_enc_flags.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_add.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ENGINE_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ERR_GET_LIB.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_clear_error.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_error_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_get_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_crypto_strings.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_strings.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_print_errors.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_put_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_remove_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_set_mark.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_BytesToKey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestSignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestVerifyInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncodeInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncryptInit.pod up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/man3/EVP_MD_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_OpenInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_ASN1_METHOD.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_ctrl.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set1_pbe_pass.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_asn1_get_count.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_derive.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_default_digest_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_keygen.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_get_count.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_print_private.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_RSA.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_sign.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify_recover.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SealInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_VerifyInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_bf_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_blake2b512.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_cast5_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_chacha20.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_desx_cbc.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_idea_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_md2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md5.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_mdc2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc2_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc5_32_12_16_cbc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_ripemd160.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_seed_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha1.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha3_224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm3.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm4_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_whirlpool.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/HMAC.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/MD5.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/MDC2_Init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OBJ_nid2obj.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OCSP_REQUEST_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_cert_to_id.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_request_add1_nonce.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_resp_find_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_response_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_sendreq_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_Applink.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_COMPFUNC.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_stats.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_config.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_fork_prepare.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_ia32cap.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_crypto.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_ssl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_instrument_bus.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_load_builtin_modules.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_malloc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_secure_malloc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_INFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_LOADER.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_SEARCH.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_expect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_open.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_add_all_algorithms.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_bytes_read_bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_PrivateKey.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_ex.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_CMS_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_PKCS7_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_create.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_newpass.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_parse.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBKDF2_HMAC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign_add_signer.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_bytes.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RAND_cleanup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_egd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RAND_load_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_rand_method.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RC4_set_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RIPEMD160_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_blinding_on.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_check_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_get0_key.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_padding_add_PKCS1_type_1.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RSA_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_private_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_public_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign_ASN1_OCTET_STRING.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SCT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_validate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SHA256_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CIPHER_get_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_COMP_add_compression_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set1_prefix.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_flags.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd_argv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add1_chain_cert.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_extra_chain_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_ctrl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_dane_enable.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_flush_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get0_param.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get_verify_mode.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_has_client_custom_ext.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_load_verify_locations.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_number.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_cache_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_get_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set0_CA_list.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_curves.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_sigalgs.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_verify_cert_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_alpn_select_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_store.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_verify_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cipher_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_hello_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ct_validation_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ctlog_list_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_default_passwd_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_generate_session_id.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_info_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_keylog_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_max_cert_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_min_proto_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_mode.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_msg_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_num_tickets.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_options.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_psk_client_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_quiet_shutdown.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_read_ahead.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_record_padding_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_security_level.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_cache_mode.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_id_context.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_ticket_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_split_send_fragment.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ssl_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_stateless_cookie_generate_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_timeout.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_servername_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_status_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_dh_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_verify.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_psk_identity_hint.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_serverinfo.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_free.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_hostname.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_id_context.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_peer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_compress_id.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_protocol_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_has_ticket.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_is_resumable.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_set1_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_alert_type_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_alloc_buffers.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_check_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_clear.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_do_handshake.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_export_keying_material.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_extension_supported.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get0_peer_scts.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_SSL_CTX.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_all_async_fds.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_ciphers.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_client_random.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_current_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_default_timeout.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_error.pod up to 1.1.1.8 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_extms_support.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_fd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_cert_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_signature_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_tmp_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_psk_identity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_rbio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_session.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_shared_sigalgs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_in_init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_key_update.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_library_init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_load_client_CA_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_pending.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_read.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_read_early_data.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_rstate_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_session_reused.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_set1_host.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_connect_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_fd.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_shutdown.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_shutdown.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_state_string.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_want.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_write.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/UI_STRING.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/UI_UTIL_read_pw.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/UI_create_method.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/UI_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509V3_get_d2i.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_ALGOR_dup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_CRL_get0_by_serial.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_EXTENSION_set_object.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_hash_dir.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_meth_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_ENTRY_get_object.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_add_entry_by_txt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get0_der.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get_index_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_PUBKEY_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_SIG_get0.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_get_error.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_new.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_set_verify_cb.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_add_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_get0_param.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_set_verify_cb_func.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_VERIFY_PARAM_set_flags.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/X509_check_ca.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_host.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_issued.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_private_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_check_purpose.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_dup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_notBefore.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_signature.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_uids.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_extension_flags.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_get_pubkey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_serialNumber.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_get_subject_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get_version.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_verify_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509v3_get_ext_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/d2i_PKCS8PrivateKey_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_PrivateKey.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/d2i_SSL_SESSION.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_X509.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/i2d_CMS_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_PKCS7_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_re_X509_tbs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/o2i_SCT_LIST.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man5/config.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man5/x509v3_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/RAND.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/RSA-PSS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/X25519.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/crypto.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ct.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/des_modes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/evp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ossl_store-file.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ossl_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/passphrase-encoding.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/proxy-certificates.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ssl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/x509.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_afalg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/engines/e_afalg.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_afalg.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_capi.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/engines/e_capi.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_capi_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_capi_err.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/engines/e_dasync.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_dasync.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_dasync_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_dasync_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_ossltest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_padlock.c up to 1.9 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/external/perl/Downloaded.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/README.md up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1parse.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bignum.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bndiv.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/cms.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/conf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/ct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/driver.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/fuzzer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/helper.py up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/mkfuzzoids.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/oids.txt up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/server.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/test-corpus.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/aria.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/asn1.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/async.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/crypto/bn_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_dh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_srp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/chacha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cryptlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ctype.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/dso_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ec.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/engine.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/evp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/lhash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/md32_common.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/objects.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/poly1305.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/siphash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sm2err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/store.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/x509.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/bio.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/comp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/conf.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/constant_time.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/cryptlib.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/internal/dane.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/dso.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/dsoerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/nelem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/numbers.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/o_dir.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/refcount.h up to 1.7 crypto/external/bsd/openssl/dist/include/internal/sockets.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/sslconf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/thread_once.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/tsan_assist.h up to 1.7 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/aes.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1_mac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/async.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/asyncerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/bioerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/blowfish.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/bn.h up to 1.5 crypto/external/bsd/openssl/dist/include/openssl/bnerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/buffer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/buffererr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/camellia.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cast.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmserr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/comp.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/comperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/conf_api.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/conferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/cterr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/des.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/dh.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dherr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/dsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/dsaerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dtls1.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/e_os2.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ebcdic.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ec.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ecdh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecdsa.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecerr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/engine.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/engineerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/evp.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/include/openssl/evperr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/hmac.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/idea.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/kdf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/kdferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/md2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/mdc2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/modes.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/obj_mac.h up to 1.1.1.8 crypto/external/bsd/openssl/dist/include/openssl/objects.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/objectserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ocsperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ossl_typ.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pemerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pkcs12err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pkcs7err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/randerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/rc2.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/rc4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rc5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ripemd.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rsa.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/rsaerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/seed.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/sha.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/srtp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl3.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/sslerr.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/stack.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/store.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/storeerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/symhacks.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tls1.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/ts.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/txt_db.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/uierr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/whrlpool.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/x509err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/x509v3err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/applink.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/cmp.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-common.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-ia64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/uplink.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/os-dep/haiku.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/bio_ssl.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/d1_lib.c up to 1.13 crypto/external/bsd/openssl/dist/ssl/d1_msg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/d1_srtp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/methods.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/pqueue.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/s3_cbc.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/s3_enc.c up to 1.18 crypto/external/bsd/openssl/dist/ssl/s3_lib.c up to 1.31 crypto/external/bsd/openssl/dist/ssl/s3_msg.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/ssl/ssl_cert.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/ssl/ssl_cert_table.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/ssl_ciph.c up to 1.24 crypto/external/bsd/openssl/dist/ssl/ssl_conf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_err.c up to 1.20 crypto/external/bsd/openssl/dist/ssl/ssl_init.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_lib.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/ssl_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_mcnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_rsa.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/ssl_sess.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/ssl_stat.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/ssl_txt.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/ssl_utst.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/t1_enc.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/t1_lib.c up to 1.37 crypto/external/bsd/openssl/dist/ssl/t1_trce.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls13_enc.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls_srp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/record/dtls1_bitmap.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_d1.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_s3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/record.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/record/record_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/record/ssl3_buffer.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record_tls13.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/extensions.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/statem/extensions_clnt.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/ssl/statem/extensions_cust.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/statem/extensions_srvr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_clnt.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/ssl/statem/statem_dtls.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/ssl/statem/statem_lib.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/statem/statem_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_srvr.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/test/CAtsa.cnf up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/README.ssltest.md up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/aborttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/afalgtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_decode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_encode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_string_table_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/asn1_time_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/asynciotest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/asynctest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bad_dtls_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bftest.c up to 1.5 crypto/external/bsd/openssl/dist/test/bio_callback_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_enc_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_memleak_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bioprinttest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bntest.c up to 1.11 crypto/external/bsd/openssl/dist/test/bntests.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/build.info up to 1.1.1.15 crypto/external/bsd/openssl/dist/test/casttest.c up to 1.4 crypto/external/bsd/openssl/dist/test/chacha_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipher_overhead_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipherbytes_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cipherlist_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ciphername_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/clienthellotest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/cmactest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cms-examples.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cmsapitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/conf_include_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/constant_time_test.c up to 1.6 crypto/external/bsd/openssl/dist/test/crltest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ct_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/ctype_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/curve448_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/d2i_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dane-cross.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/danetest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/danetest.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/destest.c up to 1.5 crypto/external/bsd/openssl/dist/test/dhtest.c up to 1.6 crypto/external/bsd/openssl/dist/test/drbgtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/dsa_no_digest_size_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/dsatest.c up to 1.6 crypto/external/bsd/openssl/dist/test/dtls_mtu_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dtlstest.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/dtlsv1listentest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ec_internal_test.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/ecdsatest.c up to 1.8 crypto/external/bsd/openssl/dist/test/ecstresstest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ectest.c up to 1.10 crypto/external/bsd/openssl/dist/test/enginetest.c up to 1.5 crypto/external/bsd/openssl/dist/test/errtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/evp_extra_test.c up to 1.13 crypto/external/bsd/openssl/dist/test/evp_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/exdatatest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/exptest.c up to 1.6 crypto/external/bsd/openssl/dist/test/fatalerrtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_buildtest.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_ssl_tests.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/gmdifftest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/hmactest.c up to 1.6 crypto/external/bsd/openssl/dist/test/ideatest.c up to 1.4 crypto/external/bsd/openssl/dist/test/igetest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/lhash_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2_internal_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/memleaktest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/modes_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ocspapitest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/packettest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/pbelutest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pemtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pkey_meth_kdf_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkey_meth_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkits-test.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/poly1305_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/rc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc4test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc5test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rdrand_sanitytest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recordlentest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_complex.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_mp_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/run_tests.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sanitytest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/secmemtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/servername_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/shlibloadtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/siphash_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/sm2_internal_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sm4_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/srptest.c up to 1.4 crypto/external/bsd/openssl/dist/test/ssl_cert_table_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ssl_ctx_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslapitest.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/test/sslbuffertest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslcorrupttest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/stack_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefault.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefaulttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/test.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/test_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/testrsa.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testsid.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/testutil.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/testx509.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/threadstest.c up to 1.2 crypto/external/bsd/openssl/dist/test/time_offset_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/tls13ccstest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/tls13encryptiontest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/tls13secretstest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/uitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/v3ext.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/v3nametest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/verify_extra_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/versions.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/wpackettest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_check_cert_pkey_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/x509_dup_cert_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_time_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/x509aux.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768i.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-explicit.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-named.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5-any.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonbc.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonca.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-root2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/croot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.msb up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic_crl.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/dhp2048.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ee-pathlen.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.sct up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer-key.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs3.sct up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/mkcert.sh up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/certs/nca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca1-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca2-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca3-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-ed448-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/setup.sh up to 1.1.1.12 crypto/external/bsd/openssl/dist/test/certs/sroot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_abort.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_sanity.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_symbol_presence.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/01-test_test.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_errstr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_ctype.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/02-test_lhash.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_ordinals.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_stack.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_exdata.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_chacha.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_curve448.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_mdc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_modes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_poly1305.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_siphash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm2.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm4.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ssl_cert_table.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_x509.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_ui.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_decode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_encode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_string_table.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_callback.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bioprint.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_err.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_bf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_cast.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_des.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_hmac.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_idea.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rand.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc4.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_exp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dh.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ec.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecdsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genec.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genrsa.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_out_option.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_dgst.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc_more.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/20-test_passwd.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_crl.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_d2i.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_req.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/25-test_sid.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify.t up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/recipes/25-test_x509.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_afalg.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/30-test_engine.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_extra.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pbelu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth_kdf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/40-test_rehash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_check_cert_pkey.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_dup_cert.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_time.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_asyncio.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_bad_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_clienthello.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_comp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_key_share.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_packet.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_recordlen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_renegotiation.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_servername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcbcpadding.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcertstatus.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslextension.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslmessages.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslrecords.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsessiontick.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsigalgs.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsignature.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslskewith0p.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslversions.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslvertol.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13alerts.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13cookie.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13downgrade.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13hrr.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13kexmodes.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13messages.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13psk.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tlsextms.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_verify_extra.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_wpacket.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherbytes.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherlist.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ciphername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ct.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dane.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls_mtu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtlsv1listen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ocsp.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_pkcs12.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_new.t up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_test_ctx.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_sslcorrupt.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_x509aux.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_asn1_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_async.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_enc.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_constant_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_fatalerr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_gmdiff.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_ige.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_overhead.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_secmem.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_shlibload.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/90-test_srp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslbuffers.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sysdefault.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_time_offset.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13ccs.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13encryption.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13secrets.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_v3name.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/99-test_ecstress.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/tconversion.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnexp.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmod.txt up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmul.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnshift.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnsum.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpencod.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecc.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/conf-includes/includes1.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5_data/krb5.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/cryptography.sh up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/ca.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/mksmime-certs.sh up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/protocol_version.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/ssltests_base.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/basic_output.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/cb.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/driver.c up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/format_output.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/main.c up to 1.6 crypto/external/bsd/openssl/dist/test/testutil/output.h up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/stanza.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/test_cleanup.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tests.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/testutil_init.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tu_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/tools/c_rehash.in up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/add-depends.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-malloc-errs up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/ck_errf.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/copy.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/dofile.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/echo.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/find-doc-nits up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/find-unused-errs up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/fix-includes up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/fix-includes.sed up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/indent.pro up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/libcrypto.num up to 1.1.1.12 crypto/external/bsd/openssl/dist/util/libssl.num up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/local_shlib.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/mkbuildinf.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/mkdef.pl up to 1.12 crypto/external/bsd/openssl/dist/util/mkdir-p.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/mkerr.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/util/mkrc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/opensslwrap.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/shlib_wrap.sh.in up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/su-filter.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/unlocal_shlib.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/checkhandshake.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test.pm up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/copyright.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Simple.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Utils.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/Pod.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Alert.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Certificate.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateRequest.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateVerify.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ClientHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/EncryptedExtensions.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Message.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/NewSessionTicket.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Proxy.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Record.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerKeyExchange.pm up to 1.1.1.4 crypto/external/bsd/openssl/include/progs.h up to 1.3 crypto/external/bsd/openssl/include/crypto/bn_conf.h up to 1.3 crypto/external/bsd/openssl/include/crypto/dso_conf.h up to 1.2 crypto/external/bsd/openssl/lib/Makefile up to 1.9 crypto/external/bsd/openssl/lib/engines/Makefile up to 1.6 crypto/external/bsd/openssl/lib/engines/engines.mk up to 1.6 crypto/external/bsd/openssl/lib/engines/dasync/Makefile up to 1.4 crypto/external/bsd/openssl/lib/engines/ossltest/Makefile up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/Makefile up to 1.33 crypto/external/bsd/openssl/lib/libcrypto/aes.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/aria.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/asn1.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/async.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/bio.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/blake2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bn.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/buffer.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/camellia.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/cast.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/chacha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/cmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/cms.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/comp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/conf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/crypto.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/crypto.map up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/ct.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/curve448.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/des.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/dh.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/dsa.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/dso.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/ec.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/engine.inc up to 1.14 crypto/external/bsd/openssl/lib/libcrypto/err.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/evp.inc up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/hmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/idea.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/kdf.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/lhash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/libc-sha256.c up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/libc-sha2xx.c up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/libc-sha512.c up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man.inc up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/md4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/md5.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/modes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/objects.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ocsp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pem.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs12.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs7.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/poly1305.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/rand.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/rc2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rc4.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/ripemd.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rsa.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/seed.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sha.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libcrypto/siphash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm3.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/srcs.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/srp.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/stack.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/store.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/ts.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/txt_db.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ui.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/whrlpool.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/x509.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/Makefile up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/arm64cpuid.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/armv8-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/chacha-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ecp_nistz256-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ghashv8-armx.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/keccak1600-armv8.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/modes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/poly1305-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha512-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/vpaes-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/arm64cpuid.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-gf2m.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-mont.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4cpuid.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv8-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/bsaes-armv7.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghashv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv4-large.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha256-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/vpaes-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bf-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cast-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/chacha-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cmll-x86.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/des-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/e_padlock-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ecp_nistz256-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ghash-x86.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/poly1305-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc4-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc5-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha1-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha256-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha512-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/uplink-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/vpaes-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S up to 1.18 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/keccak1600-ppc64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512-ppc.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aesfx-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aest4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn-sparcv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/cmllt4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/des_enc-sparc.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/dest4-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ec.inc up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ecp_nistz256-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/poly1305-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha1-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha512-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9a-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/vis3-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aes-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aesfx-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aest4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/cmllt4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/des_enc-sparc.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/dest4-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ecp_nistz256-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/poly1305-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha1-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha512-sparcv9.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9a-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/vis3-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-gcm-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha1-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha256-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bsaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/chacha-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/cmll-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/e_padlock-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ecp_nistz256-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ghash-x86_64.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/keccak1600-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/md5-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/poly1305-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-md5-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-x86_64.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx2.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-x86_64.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-x86_64.S up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha256-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha512-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/whrlpool.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/wp-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x25519-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/man/ADMISSIONS.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_get_int64.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_ITEM_lookup.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TYPE_get.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_WAIT_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_start_job.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BF_encrypt.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDR.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDRINFO.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_connect.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_parse_hostserv.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_printf.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_security_bits.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BUF_MEM_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3 up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_THREAD_run_once.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_get0_log_by_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CT_POLICY_EVAL_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DEFINE_STACK_OF.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DES_random_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_1024_160.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new_by_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_get_data_mtu.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_set_timer_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLSv1_listen.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_SIG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECPKParameters_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_get_enc_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ENGINE_add.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_ASN1_METHOD.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set1_pbe_pass.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_hkdf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_scrypt_N.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_asn1_get_count.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_get_count.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_bf_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_blake2b512.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_cast5_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_chacha20.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_desx_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_idea_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md5.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_mdc2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc2_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc5_32_12_16_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ripemd160.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_seed_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha1.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha3_224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm3.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm4_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_whirlpool.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/HMAC.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MD5.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MDC2_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/Makefile up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_REQUEST_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_cert_to_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_request_add1_nonce.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_resp_find_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_response_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_sendreq_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_COMPFUNC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_stats.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_fork_prepare.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 up to 1.24 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_crypto.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_ssl.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_secure_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_INFO.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_LOADER.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_SEARCH.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_expect.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_open.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_bytes_read_bio.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_CMS.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_ex.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_newpass.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RC4_set_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RIPEMD160_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA-PSS.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get0_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_validate.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SHA256_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_config.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_dane_enable.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_has_client_custom_ext.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set0_CA_list.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_hello_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ct_validation_callback.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ctlog_list_file.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_keylog_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_min_proto_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_num_tickets.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3 up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_record_padding_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_security_level.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_ticket_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_split_send_fragment.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_stateless_cookie_generate_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_servername_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3 up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_use_srtp.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_cipher.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_hostname.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_id_context.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_peer.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_compress_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_protocol_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_has_ticket.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_is_resumable.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_set1_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alloc_buffers.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_export_keying_material.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_extension_supported.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get0_peer_scts.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_all_async_fds.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_random.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_extms_support.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_signature_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_tmp_key.3 up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_shared_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_in_init.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_key_update.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read_early_data.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set1_host.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/UI_STRING.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_UTIL_read_pw.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/UI_create_method.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X25519.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_get_d2i.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_ALGOR_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_CRL_get0_by_serial.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_EXTENSION_set_object.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_hash_dir.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get0_der.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_PUBKEY_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_SIG_get0.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_add_cert.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_get0_param.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_ca.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_issued.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_private_key.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp_time.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_digest.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_notBefore.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_signature.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_uids.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_extension_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_pubkey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_serialNumber.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_subject_name.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_sign.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509v3_get_ext_by_NID.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/bio.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/crypto.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ct.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/evp.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_re_X509_tbs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/o2i_SCT_LIST.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcryptotest/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libdes/shlib_version up to 1.7 crypto/external/bsd/openssl/lib/libssl/Makefile up to 1.18 crypto/external/bsd/openssl/lib/libssl/record.inc up to 1.3 crypto/external/bsd/openssl/lib/libssl/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libssl/ssl.inc up to 1.11 crypto/external/bsd/openssl/lib/libssl/ssl.map up to 1.4 crypto/external/bsd/openssl/lib/libssl/statem.inc up to 1.3 crypto/Makefile.openssl up to 1.19 crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c 1.29 crypto/external/bsd/libsaslc/lib/Makefile 1.10 crypto/external/bsd/netpgp/lib/netpgp/Makefile 1.5 crypto/external/bsd/openssh/bin/ssh-agent/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-keygen/Makefile 1.9 crypto/external/bsd/openssh/bin/ssh-keyscan/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/Makefile 1.4 crypto/external/bsd/openssh/bin/sshd/Makefile 1.26 crypto/external/bsd/openssh/lib/Makefile 1.35 crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile 1.4 distrib/sets/deps 1.23 distrib/sets/lists/base/ad.aarch64 1.38-1.43 (patch) distrib/sets/lists/base/ad.mips 1.84,1.87,1.88,1.90 (patch) distrib/sets/lists/base/ad.powerpc 1.41,1.42,1.45-1.47 (patch) distrib/sets/lists/base/ad.riscv 1.24,1.25,1.28,1.29,1.30 (patch) distrib/sets/lists/base/md.amd64 1.288,1.291-1.293,1.295 (patch) distrib/sets/lists/base/md.i386 1.158 (patch) distrib/sets/lists/base/md.riskv64 delete distrib/sets/lists/base/md.sparc64 1.258,1.261,1.262 (patch) distrib/sets/lists/base/mi 1.1316-1.1319,1.1322-1.1324 (patch) distrib/sets/lists/base/shl.mi 1.948 (patch) distrib/sets/lists/comp/mi 1.2427,1.2428,1.2431,1.2432 (patch) distrib/sets/lists/debug/mi 1.398,1.404,1.405 (patch) distrib/sets/lists/debug/shl.mi 1.305 (patch) distrib/sets/lists/man/mi 1.1760,1.1761 (patch) distrib/sets/lists/tests/mi 1.1261,1.1262,1.1270 (patch) etc/mtree/NetBSD.compat.mips64 1.2 (patch) etc/mtree/NetBSD.compat.powerpc64 1.2 (patch) etc/mtree/NetBSD.compat.riscv64 1.2 (patch) etc/mtree/NetBSD.dist.aarch64 1.10,1.11 (patch) etc/mtree/NetBSD.dist.base 1.248 (patch) etc/mtree/NetBSD.dist.compat.in 1.3,1.4 (patch) etc/mtree/NetBSD.dist.sparc64 1.15,1.16 (patch) etc/mtree/NetBSD.dist.x86_64 1.17-1.19 (patch) external/bsd/libarchive/lib/libarchive/Makefile 1.15 external/bsd/libfido2/bin/fido2-assert/Makefile 1.3 external/bsd/libfido2/bin/fido2-cred/Makefile 1.3 external/bsd/libfido2/bin/fido2-token/Makefile 1.3 external/bsd/libfido2/dist/src/assert.c 1.2 external/bsd/libfido2/dist/src/cred.c 1.2 external/bsd/libfido2/lib/Makefile 1.9 external/bsd/ntp/bin/ntp-keygen/Makefile 1.8 external/bsd/ntp/bin/ntpd/Makefile 1.29 external/bsd/ntp/bin/sntp/Makefile 1.10 external/bsd/ntp/dist/ntpd/ntp_crypto.c 1.17 external/bsd/ntp/dist/util/ntp-keygen.c 1.15 external/bsd/ntp/lib/libntp/Makefile 1.26 external/bsd/openldap/lib/libldap/Makefile.libldap 1.14 external/bsd/pam-u2f/bin/pamu2fcfg/Makefile 1.5 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile 1.6 external/bsd/tcpdump/bin/Makefile 1.22 external/bsd/unbound/lib/libunbound/Makefile 1.8 external/bsd/wpa/bin/hostapd/Makefile 1.16 external/bsd/wpa/bin/wpa_passphrase/Makefile 1.6 external/bsd/wpa/bin/wpa_supplicant/Makefile 1.11 external/mpl/dhcp/dist/common/dispatch.c 1.4,1.5 games/factor/Makefile 1.15 lib/Makefile 1.295 libexec/httpd/Makefile 1.32 libexec/httpd/libbozohttpd/Makefile 1.4 share/mk/bsd.lib.mk 1.391 share/mk/bsd.own.mk 1.1316 share/mk/bsd.prog.mk 1.342,1.343 tests/crypto/libcrypto/Makefile 1.15 tests/crypto/libcrypto/Makefile.inc 1.11 tests/crypto/libcrypto/conf/Makefile 1.2 tests/crypto/libcrypto/conf/d_conf-1x.out 1.1 tests/crypto/libcrypto/conf/d_conf-3x.out 1.1 tests/crypto/libcrypto/conf/d_conf.out delete tests/crypto/libcrypto/dh/Makefile 1.2 tests/crypto/libcrypto/evp/Makefile 1.3 tests/crypto/libcrypto/t_hashes.sh 1.5 tests/crypto/libcrypto/t_libcrypto.sh 1.9 tests/crypto/libcrypto/t_pubkey.sh 1.7 tests/crypto/libcrypto/threads/Makefile 1.6 usr.bin/moduli/qsafe/Makefile 1.2 usr.sbin/plainrsa-gen/Makefile 1.2 usr.sbin/racoon/Makefile 1.41,1.42 usr.sbin/syslogd/Makefile 1.32 crypto/external/bsd/openssl.old/ (removed)
Import of OpenSSL 3.0. Import of bind 9.16.42. Import of heimdal 7.8.0.
|
1.389.2.1 | 14-Feb-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #81):
external/gpl3/gdb.old/Makefile.inc: revision 1.12 share/mk/bsd.lib.mk: revision 1.390 external/gpl3/gdb/Makefile.inc: revision 1.13 external/mit/xorg/lib/gallium.old/Makefile: revision 1.5 external/mit/xorg/lib/gallium/Makefile: revision 1.49
fix code attempting to skip adding "-g" if "-g*" already is used.
in bsd.lib.mk there's a check for "MKDEBUG != no" that will add -g to CFLAGS (maybe) and to CSHLIBFLAGS (always), given that it isn't in CFLAGS already.. except the conditional is "||" instead of "&&" and since the MKDEBUG/NODEBUG checks pass, the CFLAGS check isn't even performed.
additionally, check CXXFLAGS as well as CFLAGS.
this fixes the attempt to use "-g1" in the llvmrt build, which fails because the compile lines end up being "... -g1 .. -g ..", (the "-g" comes from the CSHLIBFLAGS variable in that case.) this reduces the size of llvm-enabled gallium debug by ~1.5GiB on amd64.
apply -g1 to the gallium sources as well. saves another couple of 100MB.
apply -g1 to the gdb build as well. reduces the size of gdb.debug and gdbtui.debug by 100MB each on amd64, and about 70MB total in the debug set. (across all builds, this may be in the order of 3-4GB in releasedir output.)
|
1.405.2.2 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.405.2.1 | 01-Jul-2024 |
perseant | Sync with HEAD.
|
1.35 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.34 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.33 | 01-Mar-2009 |
isaki | Make configlinksinstall work correctly even if CONFIGSYMLINKS is defined but empty.
|
1.32 | 11-Sep-2006 |
dbj | branches: 1.32.24; 1.32.26; 1.32.28; fixes for installing into a case insensitive $DESTDIR when files may have hard links to a a name that only differs by case - change install to unconditionally remove its temporary file when installing hard links with -r. This avoids problems when built with posix rename(2) semantics and reinstalling an existing hard link. - rework hard link targets in bsd.man.mk and bsd.links.mk to use makefile constructs instead of shell constructs - always reinstall hard links that may have case conflicts, even when MKUPDATE=yes, this ensures that they get added to METALOG - remove man pages which were hard linked to themselves in libform - remove improper hard link command for existing man page in libkrb5 - fix libl's makefile to include bsd.lib.mk at end - remove shell quoting in link target for test's [.1 man page
|
1.31 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.30 | 31-Aug-2005 |
lukem | Fix parallel build race in CONFIGSYMLINKS & CONFIGLINKS by makeing configlinksinstall depend upon configfilesinstall.
|
1.29 | 25-Jun-2004 |
christos | branches: 1.29.2; check for defined before checking for empty to ease a 1.6 transition
|
1.28 | 16-May-2004 |
lukem | Support CONFIGLINKS, which is similar to LINKS, except that they're installed with the 'configinstall' target instead of the 'install' target.
|
1.27 | 13-May-2004 |
lukem | Add CONFIGFILES & CONFIGSYMLINKS; similar semantics to FILES & SYMLINKS yet installed by 'configinstall' not 'install'. (CONFIGFILES uses FILES{DIR,MODE,OWN,GRP,NAME}{,_*} as per FILES)
|
1.26 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.25 | 07-Nov-2003 |
lukem | Support MAKEVERBOSE more effectively.
|
1.24 | 28-Jul-2003 |
lukem | pull in <bsd.sys.mk> for TOOL_* incase this is used with USETOOLS=never
|
1.23 | 20-Jul-2003 |
lukem | <bsd.init.mk> is a good idea
|
1.22 | 20-Jul-2003 |
lukem | LINKS: use stat -qf '%d %i' $l to read the device & inode # of the source and target (and rely upon a non-zero exit value to indicate a missing file), instead instead of unconditionally installing the link.
SYMLINKS: use stat -qf '%Y' $l to read a symlink's target (and rely upon a non-zero exit value to indicate a missing file or non-symlink), instead of test -h $l && ls -ld $l | awk '{print $NF}' , since the former is quicker and more concise.
This resolves PR toolchain/16885 from David Laight.
|
1.21 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.20 | 24-Aug-2002 |
lukem | don't bother with "rm -f $$t" before ${INSTALL_LINK} or ${INSTALL_SYMLINK}, as they default to using install(1) -r. the rm can cause problems in certain situations, such as moving a library or shared linker that install(1) depends upon to another location and replacing it with a (sym)link.
|
1.19 | 30-Apr-2002 |
sommerfeld | make(1) specifies, regarding :: targets: Sources for a target do not accumulate over dependency lines when this operator is used.
An unstated implication of this is that when parallel builds are done, each separate instance of the target can be scheduled independantly. As a result, the linksinstall target with commands could be executed too early during a parallel build since they didn't actually have a dependancy on "realinstall".
To fix this, correct the linksinstall:: realinstall dependancy by eliminating the command-less linksinstall target, and moving the dependancy to the other linksinstall target.
|
1.18 | 21-Mar-2002 |
pk | `linksinstall' cannot be issued in parallel with other realinstall sources.
|
1.17 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.16 | 19-Nov-2001 |
perry | replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK}
|
1.15 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.14 | 07-Jul-2000 |
cgd | test -h, not test -L.
|
1.13 | 23-Apr-2000 |
simonb | Change SYMLINKS so that the link isn't recreated if it already points to the right place (much the same as bsd.obj.mk already does).
|
1.12 | 26-Feb-2000 |
mycroft | Make sure the `rm' and `ln' for a link are in the same shell command. (The reason for this is obscure...)
|
1.11 | 10-Feb-2000 |
drochner | fix link creation: -put "echo"s for the daughter Makefile into a subshell to get them all into the Makefile (instead of stdout - should fix PR misc/9336 by Bernd Ernesti) -change operator for "realall" back to ":" - rules are supposed to accumulate, and "::" clashes with the definition in <bsd.own.mk> -call sub-make with the "all" target to make sure we don't get just the first rule
|
1.10 | 24-Jan-2000 |
mycroft | Fix a bogon that caused some symlinks to not be installed.
|
1.9 | 22-Jan-2000 |
mycroft | Adjust symlink crap for all/realall changes.
|
1.8 | 31-Dec-1998 |
castor | Change make to ${MAKE} to allow standard make to be overridden.
|
1.7 | 10-May-1997 |
mycroft | Always rebuild links, since dependencies don't DTRT.
|
1.6 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.5 | 07-May-1997 |
mycroft | Various simplifications.
|
1.4 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.3 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.2 | 28-Mar-1997 |
christos | Don't make bogus dependencies with symlinks sources.
|
1.1 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.29.2.1 | 31-Aug-2005 |
tron | Pull up following revision(s) (requested by lukem in ticket #726): share/mk/bsd.links.mk: revision 1.30 Fix parallel build race in CONFIGSYMLINKS & CONFIGLINKS by makeing configlinksinstall depend upon configfilesinstall.
|
1.32.28.1 | 06-Jun-2009 |
bouyer | branches: 1.32.28.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.32.28.1.2.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.32.26.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.32.24.1 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.10 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk
Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test ${MKSTRIPSYM} != "no".
|
1.9 | 16-Apr-2023 |
nikita | Resolve conflicts for lua 5.4.4 import. Adjust various files for lua 5.4.4.
|
1.8 | 20-Apr-2017 |
ozaki-r | branches: 1.8.22; Introduce MKSTRIPSYM build option
If it's yes, all local symbols of shared libraries are stripped (default). If it's no, only temporary local symbols are stripped; for example, symbols of static functions are kept. Keeping such symbols is useful on using DTrace for userland libraries and getting a backtrace from a rump server loading modules (shared libraries).
Proposed and discussed on tech-kern and tech-toolchain
|
1.7 | 19-Jul-2014 |
lneto | branches: 1.7.6; 1.7.10; lua: updated from 5.1 to 5.3 work3
* lua(1): - changed lua_Integer to intmax_t - updated distrib/sets/lists and etc/mtree - updated bsd.lua.mk - fixed bozohttpd (lua-bozo.c) - compatibilized bindings: gpio, sqlite * lua(4): - removed floating-point and libc dependencies using '#ifndef _KERNEL' - fixed division by zero and exponentiation - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct() - acpica: removed isprint() from acnetbsd.h - libc: moved strcspn.c, strpbrk.c and strspn.c to common - removed stub headers - compatibilized bindings: luapmf, luasystm * reorganized luaconf.h * updated doc/CHANGES and doc/RESPONSIBLE
|
1.6 | 12-Sep-2013 |
joerg | branches: 1.6.2; Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small vs big PIC mode. Retire -DPIC and -DBIGPIC.
|
1.5 | 11-Sep-2013 |
joerg | If a library needs a symbol from another library, pull that library in explicitly, even if the DT_NEEDED closure would normally already ensure the presence.
|
1.4 | 16-Oct-2011 |
mbalmer | branches: 1.4.2; 1.4.8; Uncomment LUA_DPLIBS processing, but do not auto-include liblua.so, under the assumption that programs that load Lua modules already have loaded it.
|
1.3 | 08-Oct-2011 |
mbalmer | Comment out the '##### Libraries that modules may depend upon.' for now, so that modules written in C can be built.
|
1.2 | 07-Oct-2011 |
apb | Use bsd.clean.mk instead of defining our own "clean" target.
|
1.1 | 07-Oct-2011 |
plunky | Add a bsd.lua.mk for building Lua modules
|
1.4.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.6.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.7.10.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.7.6.1 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.8.22.1 | 11-Aug-2023 |
martin | Pull up following revision(s) (requested by nikita in ticket #313):
external/mit/lua/dist/src/ljumptab.h up to 1.2 external/mit/lua/dist/src/lopnames.h up to 1.1.1.1 external/mit/lua/dist/src/lbitlib.c delete external/mit/lua/dist/Makefile up to 1.9 external/mit/lua/dist/README up to 1.10 external/mit/lua/dist/README.import up to 1.5 external/mit/lua/dist/doc/contents.html up to 1.9 external/mit/lua/dist/doc/lua.1 up to 1.9 external/mit/lua/dist/doc/manual.html up to 1.10 external/mit/lua/dist/doc/readme.html up to 1.9 external/mit/lua/dist/src/Makefile up to 1.7 external/mit/lua/dist/src/lapi.c up to 1.15 external/mit/lua/dist/src/lapi.h up to 1.11 external/mit/lua/dist/src/lauxlib.c up to 1.13 external/mit/lua/dist/src/lauxlib.h up to 1.9 external/mit/lua/dist/src/lbaselib.c up to 1.11 external/mit/lua/dist/src/lcode.c up to 1.14 external/mit/lua/dist/src/lcode.h up to 1.9 external/mit/lua/dist/src/lcorolib.c up to 1.10 external/mit/lua/dist/src/lctype.c up to 1.8 external/mit/lua/dist/src/lctype.h up to 1.8 external/mit/lua/dist/src/ldblib.c up to 1.12 external/mit/lua/dist/src/ldebug.c up to 1.14 external/mit/lua/dist/src/ldebug.h up to 1.11 external/mit/lua/dist/src/ldo.c up to 1.12 external/mit/lua/dist/src/ldo.h up to 1.12 external/mit/lua/dist/src/ldump.c up to 1.12 external/mit/lua/dist/src/lfunc.c up to 1.11 external/mit/lua/dist/src/lfunc.h up to 1.11 external/mit/lua/dist/src/lgc.c up to 1.13 external/mit/lua/dist/src/lgc.h up to 1.10 external/mit/lua/dist/src/linit.c up to 1.10 external/mit/lua/dist/src/liolib.c up to 1.10 external/mit/lua/dist/src/llex.c up to 1.14 external/mit/lua/dist/src/llex.h up to 1.9 external/mit/lua/dist/src/llimits.h up to 1.12 external/mit/lua/dist/src/lmathlib.c up to 1.11 external/mit/lua/dist/src/lmem.c up to 1.11 external/mit/lua/dist/src/lmem.h up to 1.9 external/mit/lua/dist/src/loadlib.c up to 1.11 external/mit/lua/dist/src/lobject.c up to 1.14 external/mit/lua/dist/src/lobject.h up to 1.12 external/mit/lua/dist/src/lopcodes.c up to 1.9 external/mit/lua/dist/src/lopcodes.h up to 1.10 external/mit/lua/dist/src/loslib.c up to 1.13 external/mit/lua/dist/src/lparser.c up to 1.15 external/mit/lua/dist/src/lparser.h up to 1.9 external/mit/lua/dist/src/lprefix.h up to 1.8 external/mit/lua/dist/src/lstate.c up to 1.12 external/mit/lua/dist/src/lstate.h up to 1.11 external/mit/lua/dist/src/lstring.c up to 1.10 external/mit/lua/dist/src/lstring.h up to 1.10 external/mit/lua/dist/src/lstrlib.c up to 1.21 external/mit/lua/dist/src/ltable.c up to 1.13 external/mit/lua/dist/src/ltable.h up to 1.10 external/mit/lua/dist/src/ltablib.c up to 1.11 external/mit/lua/dist/src/ltm.c up to 1.11 external/mit/lua/dist/src/ltm.h up to 1.10 external/mit/lua/dist/src/lua.c up to 1.12 external/mit/lua/dist/src/lua.h up to 1.14 external/mit/lua/dist/src/luac.c up to 1.12 external/mit/lua/dist/src/luaconf.h up to 1.25 external/mit/lua/dist/src/lualib.h up to 1.8 external/mit/lua/dist/src/lundump.c up to 1.11 external/mit/lua/dist/src/lundump.h up to 1.8 external/mit/lua/dist/src/lutf8lib.c up to 1.11 external/mit/lua/dist/src/lvm.c up to 1.20 external/mit/lua/dist/src/lvm.h up to 1.12 external/mit/lua/dist/src/lzio.c up to 1.9 external/mit/lua/dist/src/lzio.h up to 1.9 external/mit/lua/lib/liblua/Makefile up to 1.13 external/mit/lua/lib/liblua/shlib_version up to 1.4 distrib/sets/lists/base/ad.aarch64 1.37 distrib/sets/lists/base/mi 1.1315 distrib/sets/lists/base/shl.mi 1.947,1.949 distrib/sets/lists/debug/shl.mi 1.304,1.312 etc/mtree/NetBSD.dist.base 1.247 etc/mtree/NetBSD.dist.compat.in 1.2 share/mk/bsd.lua.mk 1.9 sys/modules/examples/luahello/luahello.lua 1.3 sys/modules/lua/Makefile 1.13 doc/CHANGES (manually edited) doc/3RDPARTY (manually edited)
Import lua 5.4.6
|
1.122 | 10-Nov-2020 |
kamil | Reintroduce the support of MKCATPAGES
Requested by <mrg>
|
1.121 | 08-Nov-2020 |
kamil | Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012.
Proposed on tech-userlevel@.
|
1.120 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.119 | 14-Jul-2017 |
jmcneill | branches: 1.119.2; 1.119.4; 1.119.6; Latest mandoc no longer supports multiple -O options. Instead it expects option values to be separated by commas. PR toolchain/52402
|
1.118 | 19-Oct-2015 |
dholland | branches: 1.118.8; because I'm feeling tetchy, implement "make describe" for everything that has man pages.
|
1.117 | 19-Dec-2014 |
christos | protect the variable name, and explain why setting it does not work.
|
1.116 | 19-Dec-2014 |
christos | Explain why used to fold case when deciding if we are going to install manual page links, and change the behavior not to do this anymore.
|
1.115 | 05-Aug-2014 |
apb | Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly use ${TOOL_GZIP_N} -9 instead of ${TOOL_GZIP} -9n, etc.
This will pass -nT instead of just -n if the gzip program is actually pigz.
|
1.114 | 25-Oct-2013 |
apb | branches: 1.114.2; Rename _MNUMBERS to _MSECTIONS. The manual section identifiers are not just numbers any more.
Also introduce a new variable, _MSECTIONREGEX, as a regular expression to match any of the elements of ${_MSECTIONS}. Use this instead of \.[1-9][a-z]*.
|
1.113 | 25-Oct-2013 |
apb | Recognise .3lua and .9lua as man page extensions. Source files like foo.3lua will result in installed files like /usr/share/man/man3lua/foo.3lua, /usr/share/man/cat3lua/foo.0, and /usr/share/man/html3lua/foo.html.
|
1.112 | 21-Mar-2013 |
christos | fix groff html generation
|
1.111 | 21-Mar-2013 |
christos | handle NOMANDOC in the html case too
|
1.110 | 30-Nov-2012 |
joerg | CATDEPS is bogus for mandoc, so disable it in that case.
|
1.109 | 10-Sep-2011 |
apb | branches: 1.109.2; 1.109.8; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.108 | 30-Jun-2011 |
matt | Replace gzip with ${TOOL_GZIP} in manual compression. Modify the description of USE_PIGZGZIP.
|
1.107 | 08-Mar-2011 |
njoly | Adjust html link template and css location for man pages in arch subdirs.
|
1.106 | 12-Jan-2011 |
joerg | mandoc now supports tbl(1) formatting, so adjust rules. Use -Wstop in lintmanpages.
|
1.105 | 02-Dec-2010 |
wiz | Remove HTMLDEPS; was only used by nroff. Ok joerg@
|
1.104 | 01-Jun-2010 |
joerg | Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML man pages to use mandoc unconditional as it gives reasonable output for all man pages, not only a subset of mdoc(7). Use the newly installed style.css for formatting and produce hyperlinks for .Xr.
|
1.103 | 01-Mar-2010 |
joerg | Make lintmanpages not depend on MKMANDOC, it is built by default now. Use -Wall to increase usefulness.
|
1.102 | 23-Oct-2009 |
joerg | Do not run mandoc for lintmanpages if MANPAGES is empty. Add it to the list of targets to recurse for.
|
1.101 | 23-Oct-2009 |
joerg | Add MKMANDOC option to trigger building cat pages and HTML pages with mdocml. Add a lintmanpages target for developers to check man pages with the strictest settings of mandoc.
|
1.100 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.99 | 31-Mar-2009 |
perry | add -n to gzip invocation
|
1.98 | 29-Aug-2008 |
lukem | branches: 1.98.2; 1.98.4; 1.98.6; Use ${MANDIR} instead of /usr/share/man as part of the default ${HTMLDIR}
|
1.97 | 27-Aug-2008 |
lukem | Rework MKHTML (HTML manual pages) implementation to behave like the manpages and catpages builds, with similar target names (etc).
|
1.96 | 11-Sep-2006 |
dbj | branches: 1.96.16; 1.96.20; fixes for installing into a case insensitive $DESTDIR when files may have hard links to a a name that only differs by case - change install to unconditionally remove its temporary file when installing hard links with -r. This avoids problems when built with posix rename(2) semantics and reinstalling an existing hard link. - rework hard link targets in bsd.man.mk and bsd.links.mk to use makefile constructs instead of shell constructs - always reinstall hard links that may have case conflicts, even when MKUPDATE=yes, this ensures that they get added to METALOG - remove man pages which were hard linked to themselves in libform - remove improper hard link command for existing man page in libkrb5 - fix libl's makefile to include bsd.lib.mk at end - remove shell quoting in link target for test's [.1 man page
|
1.95 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.94 | 19-Apr-2005 |
tron | Honor contents of "CLEANFILES" in "cleandir" target.
|
1.93 | 23-Jun-2004 |
jmc | branches: 1.93.2; If USETOOLS != yes then depend on the system tmac directory, not DESTDIR since USETOOLS=no/never means the system groff is being used so depending on anything except it's tmac files makes no sense (and prevents builds with USETOOLS=no/never from working as PR#23067 points out)
|
1.92 | 29-Jan-2004 |
lukem | oops in previous; can't call cleanhtml in cleandir at this time
|
1.91 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.90 | 07-Nov-2003 |
lukem | Support MAKEVERBOSE more effectively.
|
1.89 | 06-Nov-2003 |
lukem | Support MAKEVERBOSE when installing man symlinks. Note; this makes symlink installation more "chatty" in the MAKEVERBOSE=2 case, but results in more consistent operation for that level.
|
1.88 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.87 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.86 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE for rules which are of the form: @cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
|
1.85 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.84 | 03-Sep-2003 |
lukem | pull in <bsd.files.mk> incase LNFILES is used by <bsd.man.mk> user.
|
1.83 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.82 | 18-Jul-2003 |
lukem | Add MKMANZ; if not set to "no", compress the manual pages at installation time. This replaces the previous .if defined (MANZ) behaviour, although the latter will set MKMANZ=yes for compatibility purposes.
Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be necessary with groff 1.19.
Fix NOHTML implementation to be consistent with other NOxxx / MKxxx variables, and expose the user-tweakable MKHTML.
|
1.81 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.80 | 30-Jun-2003 |
wiz | Adapt CATDEPS/HTMLDEPS for groff-1.19.
|
1.79 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.78 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.77 | 07-Feb-2002 |
ross | Honor MANSUBDIR when installing md html pages.
|
1.76 | 07-Feb-2002 |
ross | fix html sources, they were depending on -mdoc, not -mdoc2html
|
1.75 | 04-Feb-2002 |
christos | s/.NOSUFF/.MADE/
|
1.74 | 03-Feb-2002 |
christos | Apply a .NOSUFF: directive to targets we don't want to have processed by the suffix rules engine.
|
1.73 | 06-Jan-2002 |
mrg | generate man pages into a temporary file and rename it if groff succeeds. this avoids a problem where groff was dumping core and leaving empty manpage.catN files, that would later not be rebuilt.
|
1.72 | 17-Dec-2001 |
tv | Always depend on ${MANPAGES}, so deliberately pre-generated files are built automatically (even without a ${MANSUFFIX}).
|
1.71 | 28-Nov-2001 |
jmc | There's no need for TMACDIR here after all. Anything using it is using it for FILES installs so it can't have DESTDIR in front of it (and those Makefiles all explicitly set it).
|
1.70 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.69 | 28-Nov-2001 |
jmc | Separate out TMACDIR's use for install's from it's dependency function. The dependency should be against the TOOLDIR files (is USETOOLS=yes) but installs will always use ${DESTDIR}/usr/share/tmac.
Without this if people do not have /usr/share/tmac/tmac.andoc on their systems while building the build will break in the groff areas due to the dependency rules.
|
1.68 | 19-Nov-2001 |
perry | replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK}
|
1.67 | 17-Nov-2001 |
thorpej | Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case.
|
1.66 | 12-Nov-2001 |
tv | Major overhaul of src/tools and host toolchain. Summary of changes:
* Rewrite src/tools Make logic to work like the rest of the tree wrt "dependall" and "install". The old "make build" hack is gone.
* Remove the MKTOOLS logic. This was linked to the "make build" hack, and was only needed because TOOLDIR originally had no writable default.
* Redo the GNU configure/make logic to make it fit reasonably in a BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for targets in $(srcdir), and mark them with .MADE: to prevent rebuilding.
* Only build cross tools in src/tools; remove some messy logic in src/usr.* and src/gnu/usr.* that would do target filename rewriting (improves consistency and readability).
* Add the ability to build cross gdb at tool build time by setting MKCROSSGDB (default no) to "yes" in mk.conf.
* Add src/tools/groff and set up paths to work with this cross groff.
|
1.65 | 04-Nov-2001 |
enami | Don't try to build nonexistent compressed man page.
|
1.64 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.63 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.62 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.61 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.60 | 21-Mar-2001 |
simonb | Don't overwrite catman pages if there's no difference between the old and the new pages. As per discussion on tech-install (a little while ago).
|
1.59 | 05-Mar-2001 |
tron | Back out last change as there is no measurable performance gain.
|
1.58 | 05-Mar-2001 |
tron | Invoke "groff" directly when building manual pages, "nroff" is just a shell script wrapper. This saves at least one fork(2) and one exec(2) while creating each manual page and should thus speed up builds.
|
1.57 | 26-Sep-2000 |
phil | Get the correct command line using groff instead of nroff.
|
1.56 | 22-Sep-2000 |
phil | Add rules to make and install html pages in /usr/share/man/html*
|
1.55 | 13-Aug-2000 |
itojun | MLINK optimization based on timestamp.
|
1.54 | 13-Aug-2000 |
itojun | do not test $UPDATE nor file existence, on "MLINKS" installation. the check will leave original manpage and linked manpage unsynchronized, as we use hard link instead of symlinks.
this backs out 1.37 -> 1.38 change.
|
1.53 | 06-Jun-2000 |
mycroft | branches: 1.53.2; Minor rearrangement.
|
1.52 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.51 | 19-Feb-2000 |
erh | branches: 1.51.2; Add NOPATH to prevent .cat* files in the search path from interfering.
|
1.50 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.49 | 14-Sep-1999 |
perry | Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.48 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.47 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.46 | 16-Apr-1999 |
mycroft | branches: 1.46.2; Use -Tascii for pre-generated man pages, to avoid some nroff character set magick.
|
1.45 | 13-Feb-1999 |
christos | branches: 1.45.2; Don't attempt to build catpages when MKMAN == no
|
1.44 | 12-Feb-1999 |
lukem | for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set MKCATPAGES=no. this simplifies various tests.
|
1.43 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.42 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.41 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.40 | 27-Sep-1998 |
lukem | don't build/install man pages or docs if NOSHARE defined
|
1.39 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.38 | 09-Apr-1998 |
fair | a link installation performance optimization: only fire off "ln -f", not "rm -f; ln" for each link created
|
1.37 | 15-Feb-1998 |
thorpej | Make the .N.catN rules depend on the troff macros used in manpage builds.
|
1.36 | 02-Dec-1997 |
mikel | add missing 'man' so unformatted manpage installation will work when target exists; solution provided by christos
|
1.35 | 30-Oct-1997 |
mrg | set all: target for defined(NOMAN) that does nothing.
|
1.34 | 11-Oct-1997 |
mycroft | branches: 1.34.2; Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.33 | 30-Jun-1997 |
phil | Some man pages need tbl to make their man page. This adds support for tbl in building man pages. If the variable USETBL is defined, the rules for making the man pages include tbl before nroff.
This supports at least 3 man pages in the tree. (Related to PR 3144.)
|
1.32 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.31 | 07-May-1997 |
mycroft | Always define cleanman.
|
1.30 | 07-May-1997 |
mycroft | Various simplifications.
|
1.29 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.28 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.27 | 15-Apr-1997 |
perry | fix 3497 from Manuel Bouyer -- install source man pages with proper suffix.
|
1.26 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.25 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.24 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.23 | 10-Feb-1996 |
jtc | Use ksh-style substring parameter expansion expressions instead of calling expr when constructing manpage directory and file names. Much, much faster.
|
1.22 | 15-Jan-1996 |
thorpej | Allow override of nroff program, requested by Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp> in PR #1741.
|
1.21 | 25-Nov-1995 |
perry | Add support for Section 9 (kernel internals) manpages
|
1.20 | 07-Jun-1995 |
cgd | make this work whether or not MANZ is defined. also, clean it up a bit, remove some extra cruft, and make the way compressed man pages are installed a bit more sane. (DON'T blow away uncompressed man pages of the same name, if they're also there...)
|
1.19 | 02-Jun-1995 |
brezak | define MANZ=1 in bsd.own to get compressed man pages installed
|
1.18 | 28-Dec-1994 |
mycroft | Insert a missing ${MANSUBDIR}.
|
1.17 | 28-Dec-1994 |
mycroft | Install links after, not before the pages.
|
1.16 | 23-Dec-1994 |
cgd | fix up a botch, defining MANALL when there weren't any MANs.
|
1.15 | 22-Dec-1994 |
cgd | specify man pages differently, and document how.
|
1.14 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.13 | 09-Feb-1994 |
cgd | kill install -d's.
|
1.12 | 31-Jan-1994 |
jtc | Moved manpage formatting rules from sys.mk to bsd.man.mk. Some programs (like ispell) use *.[0-8] for non-manpage things, and having the manpage rules in sys.mk really messes things up.
|
1.11 | 25-Jan-1994 |
jtc | Change regular expressions used by expr in MLINKS processing so we can have manpages with more than one dot. For example, resolve.conf(5)
|
1.10 | 15-Aug-1993 |
mycroft | I completely blew that...
|
1.9 | 15-Aug-1993 |
mycroft | Don't automatically include bsd.subdir.mk in bsd.prog.mk and bsd.lib.mk. Put back .MAIN in bsd.man.mk, and be careful not to include ../Makefile.inc a second time.
|
1.8 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.7 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.6 | 15-Aug-1993 |
mycroft | Create target directories with `install -d', and move `obj' targets into one file.
|
1.5 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.4 | 08-Apr-1993 |
cgd | try to do the right thing, in terms making directories before we install into them, and get the manpage cleans _OUT_ of "clean". they don't belong there, only in cleandir, WFJ be damned.
|
1.3 | 08-Apr-1993 |
cgd | fixed typos...
|
1.2 | 08-Apr-1993 |
cgd | (silently) make sure we have directories before installing
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.34.2.2 | 09-Dec-1997 |
thorpej | Sync w/ trunk: fix installation of unformatted man pages (mikel)
|
1.34.2.1 | 02-Nov-1997 |
mellon | Pull up rev 1.35 from trunk (billc)
|
1.45.2.3 | 15-Aug-2000 |
he | Pull up revision 1.54 (requested by itojun): Do not test $UPDATE nor file existence on MLINKS installation, so that original manual page and links do not get out of sync.
|
1.45.2.2 | 10-Sep-1999 |
he | Pull up revision 1.48: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.45.2.1 | 28-Aug-1999 |
he | Pull up revision 1.46: Use -Tascii for pre-generated man pages, avoiding nroff character set dependence on LESSCHARSET (!). (bad)
|
1.46.2.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.51.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.53.2.1 | 13-Aug-2000 |
itojun | pullup 1.53 -> 1.55 (approved by releng-1-5)
when install hard link for MLINKS, test timestamps, not $UPDATE. without this change, "make install UPDATE=YES" will leave obsolete MLINKS behind.
1.53 -> 1.54 > do not test $UPDATE nor file existence, on "MLINKS" installation. > the check will leave original manpage and linked manpage unsynchronized, > as we use hard link instead of symlinks. > > this backs out 1.37 -> 1.38 change.
1.54 -> 1.55 > MLINK optimization based on timestamp.
|
1.93.2.1 | 07-May-2005 |
riz | Pull up revision 1.94 (requested by tron in ticket #148): Honor contents of "CLEANFILES" in "cleandir" target.
|
1.96.20.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.96.16.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.98.6.1 | 06-Jun-2009 |
bouyer | branches: 1.98.6.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.98.6.1.2.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.98.4.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.98.2.1 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.109.8.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.109.8.2 | 23-Jun-2013 |
tls | resync from head
|
1.109.8.1 | 25-Feb-2013 |
tls | resync with head
|
1.109.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.109.2.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.114.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.118.8.1 | 25-Jul-2017 |
snj | Pull up following revision(s) (requested by jmcneill in ticket #137): share/mk/bsd.man.mk: revision 1.119 Latest mandoc no longer supports multiple -O options. Instead it expects option values to be separated by commas. PR toolchain/52402
|
1.119.6.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.119.4.1 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.119.2.2 | 14-Jul-2017 |
jmcneill | 2261454
|
1.119.2.1 | 14-Jul-2017 |
jmcneill | file bsd.man.mk was added on branch perseant-stdc-iso10646 on 2017-07-14 17:30:32 +0000
|
1.47 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.46 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.45 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.44 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.43 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.42 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.41 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.40 | 14-Jul-2003 |
lukem | Be consistent with other bsd.*.mk, and pull in <bsd.init.mk> at the start (which pulls in <bsd.own.mk>), and <bsd.obj.mk> and <bsd.sys.mk> at the end. These provide the appropriate settings for TOOL_* .
|
1.39 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.38 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.37 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.36 | 03-Jan-2002 |
tv | Don't end up with a "rm -f" statement with no args. Fixes toolchain/15074.
|
1.35 | 28-Nov-2001 |
tv | Fix the :U's used with ${UPDATE} so that stray values don't get put into the .PHONY: target.
|
1.34 | 06-Nov-2001 |
tv | Remove dependency on NLSDIR entirely, now that it's not auto-created.
|
1.33 | 06-Nov-2001 |
lukem | Don't create missing NLS directories; require them to already exist (by updating etc/mtree/NetBSD.dist as necessary). `nlsinstall' is now in line with other *install targets.
|
1.32 | 02-Nov-2001 |
tv | Use INSTALL_FILE/INSTALL_DIR as appropriate.
|
1.31 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.30 | 14-Aug-2001 |
tv | Use GENCAT as a variable to determine the location of "gencat".
|
1.29 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.28 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.27 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.26 | 08-Jun-2000 |
mycroft | Rearrange slightly to get rid of unneeded conditionals (and make this *slightly* less painful to trace through, though not much).
|
1.25 | 07-Jun-2000 |
matt | More lossage. You need to make the directory each catalog will go into.
|
1.24 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.23 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.22 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.21 | 19-Feb-2000 |
erh | branches: 1.21.2; Add NOPATH to keep *.cat files in the search path from interfering with the build.
|
1.20 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.19 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.18 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.17 | 12-Feb-1999 |
lukem | branches: 1.17.2; 1.17.4; for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set MKCATPAGES=no. this simplifies various tests.
|
1.16 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.15 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.14 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.13 | 27-Sep-1998 |
lukem | don't build/install nls files if NOSHARE defined
|
1.12 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.11 | 03-Apr-1998 |
enami | Test target __initialized__ instead of .MAIN to see if inclusion of ../Makefile.inc is necessary.
|
1.10 | 11-Oct-1997 |
mycroft | Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.9 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.8 | 07-May-1997 |
mycroft | Always define cleanman.
|
1.7 | 07-May-1997 |
mycroft | Various simplifications.
|
1.6 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.5 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.4 | 19-Apr-1997 |
christos | Update for incremental make changes.
|
1.3 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.2 | 27-Apr-1995 |
jtc | Only set NLSALL if NLS is defined and not empty.
|
1.1 | 20-Apr-1995 |
jtc | First cut of makefile header that builds and installs message catalogs.
|
1.17.4.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.17.2.1 | 10-Sep-1999 |
he | Pull up revision 1.19: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.21.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.54 | 03-Jun-2023 |
lukem | bsd.obj.mk: move MKHOSTOBJ to bsd.own.mk
Add default for MKHOSTOBJ=no to to bsd.own.mk _MKVARS.no. Simplify bsd.obj.mk check.
|
1.53 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.52 | 19-May-2018 |
christos | Prevent 'make obj' creating an objdir inside an objdir. This happens the second time we call 'make obj' in /usr/src/rescue with MAKEOBJDIR set. XXX: pullup-8
|
1.51 | 10-Dec-2016 |
christos | branches: 1.51.6; 1.51.12; Back in 1993 ${MACHINE} was a unique way to define objdirs for every platform. Thus setting OBJMACHINE, allowed one to keep in-tree objdirs with multiple builds. With the advent of evb*, this has become impossible until now. Introduce OBJMACHINE_ARCH that adds ${MACHINE_ARCH} to the objdir so that we have unique objdirs per build again. Until we restructure things to that this is not necessary, it is the simplest fix.
|
1.50 | 08-Dec-2016 |
christos | factor out expression.
|
1.49 | 25-Jan-2010 |
christos | branches: 1.49.28; PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
|
1.48 | 11-Dec-2007 |
lukem | It's "its" for possessive, not "it's".
|
1.47 | 26-Nov-2006 |
dsl | branches: 1.47.8; Comment where make's internal copy of .OBJDIR gets changed
|
1.46 | 04-Dec-2003 |
lukem | Ensure that ${TOOL_STAT} is executable before trying to run it; it may not be available when performing "make obj" in tools/ when using BSDSRCDIR & BSDOBJDIR (instead of MAKEOBJDIR{,PREFIX}).
|
1.45 | 06-Nov-2003 |
lukem | support MAKEVERBOSE for objdir creation messages
|
1.44 | 28-Jul-2003 |
lukem | Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
|
1.43 | 28-Jul-2003 |
lukem | Pull in <bsd.sys.mk> as well, for the TOOL_ variables in the USETOOLS=never case. Found & fixed by Anders Hjalmarsson in PR misc/22283.
|
1.42 | 20-Jul-2003 |
lukem | Use ltarg=`stat -qf '%Y' $l` to read a symlink's target (and rely upon a non-zero exit value to indicate a missing file or non-symlink), instead of test -h $l && ltarg=`ls -ld $l | awk '{print $NF}'` since the former is quicker and more concise.
|
1.41 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.40 | 14-Mar-2002 |
thorpej | Add a BUILDID variable, which further qualifies object directories.
|
1.39 | 29-Nov-2001 |
wiz | Remove spurious '.' in line 42, as reported by Naoto Shimazaki on current-users on Thu, 29 Nov 2001 09:17:16.
|
1.38 | 28-Nov-2001 |
tv | Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you end up with empty string if FOO is defined, and `bar' if it is undefined.
|
1.37 | 27-Nov-2001 |
jmc | If using MAKEOBJDIRPREFIX use the same checks as the symlink logic does below.
i.e. if the root of the object tree doesn't exist then complain and exit.
This makes both sections consistant to each other (MAKEOBJDIR specifies an exact directory so there's no root per se to check so nothing can really be done there).
|
1.36 | 20-Nov-2001 |
tv | :U can't be used to test for existence, as the variable may contain an arbitrary value; change back to .if !defined(). Problem noted by bernd@arresum.inka.de in PR toolchain/14629.
|
1.35 | 14-Nov-2001 |
tv | Turn off host-specific objdirs by default. Set MKHOSTOBJ=yes to enable.
|
1.34 | 12-Nov-2001 |
tv | Use ${__curdir} consistently.
|
1.33 | 11-Nov-2001 |
tv | Also handle the USR_OBJMACHINE case for OBJHOSTMACHINE.
|
1.32 | 11-Nov-2001 |
tv | Affix the ${HOST_OSTYPE} info to the end of the objdir name if OBJMACHINE is set (and MAKEOBJDIR[PREFIX] is not in use). This permits multiple hosts to compile hostprogs (not just src/tools) for a given target without colliding with each other.
Currently restricted only to new toolchain builds, as this requires a new make(1) in order to function properly.
|
1.31 | 11-Nov-2001 |
tv | Fix variable concatenation in previous.
|
1.30 | 11-Nov-2001 |
tv | Make the BSDSRCDIR/BSDOBJDIR symlink based objdir system work for the top source directory. This will use BSDOBJDIR of OBJMACHINE is unset, and will create a directory '.MACHINE' inside BSDOBJDIR if OBJMACHINE is set.
MAKEOBJDIR and MAKEOBJDIRPREFIX based objdirs already cope with the top level directory just fine.
|
1.29 | 31-Oct-2001 |
tv | Use __curdir throughout, so MAKEOBJDIR builds see resolved paths in the "foo -> bar" messages written to stdout.
|
1.28 | 14-Aug-2001 |
tv | Protect against multiple inclusion, and evaluate ${.CURDIR} early (to assist the top-level toolchain bootstrap).
|
1.27 | 10-Jun-2001 |
mrg | fail `make obj' if $BSDOBJDIR doesn't exist. fixes PR#12937.
|
1.26 | 11-Mar-2001 |
cgd | "test !", rather than "! test". The former is more portable.
|
1.25 | 07-Jul-2000 |
cgd | test -h, not test -L.
|
1.24 | 18-Feb-2000 |
itohy | s/MAKOBJDIR/MAKEOBJDIR/ Pointed out by Katsuomi Hamajima.
|
1.23 | 08-Feb-2000 |
sjg | Fixed handling of MAKEOBJDIR so that it matches make(1)'s expectations. Added handling of MAKEOBJDIRPREFIX. In both cases we simply need to mkdir the appropriate path if it does not exists.
|
1.22 | 04-Dec-1999 |
sommerfeld | When building obj symlinks, if there's already a link pointing at the right target, do nothing rather than deleting and recreating an identical link.
|
1.21 | 21-Aug-1999 |
sommerfeld | branches: 1.21.4; Use (if defined) instead of obj.foo or obj when building object directories
|
1.20 | 10-Jun-1999 |
kim | Oops, PWD is really something else in most environments. Call this variable PAWD instead.
|
1.19 | 10-Jun-1999 |
tls | Fix a typo which caused "make obj" to try to *execute* the direcroty it was in.
|
1.18 | 08-Jun-1999 |
kim | Allow "make obj" to work nicely with amd by setting PWD=/usr/bin/pawd in /etc/mk.conf and using the amd mount point path for BSDSRCDIR.
|
1.17 | 12-Feb-1999 |
lukem | branches: 1.17.2; pull in bsd.own.mk for MKOBJ
|
1.16 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.15 | 27-Aug-1998 |
tv | Rename show-objdir to print-objdir to be consistent with existing convention.
|
1.14 | 27-Aug-1998 |
tv | Add pseudo-target "show-objdir", which will print the value of ${.OBJDIR} and nothing else. Intended target: cleaning up the ugly "echo | make" constructs to find files from another directory's objdir.
|
1.13 | 09-May-1997 |
mycroft | branches: 1.13.2; Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.12 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.11 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.10 | 15-Apr-1997 |
christos | Make the `obj' target `.PHONY', so that does not get affected by .PATH/VPATH This is not hurting things right now, and it will help things when path searching for target nodes is enabled for make.
|
1.9 | 10-Apr-1996 |
thorpej | Get the current working directory from "/bin/pwd" rather than "pwd". Changes to the shell make the behavior of "make obj" inconsistent with previous behavior, depending on the login shell used by the user. See PR #2200 for details. PR remains open while further analysis is done. This at least restores the previous semantics for us csh(1) users.
|
1.8 | 21-Feb-1996 |
pk | Use shell internal substring matching, like bsd.man.mk.
|
1.7 | 10-Jun-1995 |
mycroft | Explicitly remove obj link before creating it.
|
1.6 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.5 | 30-Jun-1994 |
cgd | don't be careless with _SUBDIRUSE
|
1.4 | 07-Nov-1993 |
cgd | define BSDOBJDIR and BSDSRCDIR to have make think of the src and obj trees as rooted someplace other than /usr/src and /usr/obj.
|
1.3 | 23-Oct-1993 |
cgd | add support to make obj.${MACHINE} dirs, if the user so requests. note that not all makefiles in the tree will work with them, yet.
|
1.2 | 21-Oct-1993 |
cgd | 'obj' was missing in echo which informed of symlink creation
|
1.1 | 15-Aug-1993 |
mycroft | Create target directories with `install -d', and move `obj' targets into one file.
|
1.13.2.1 | 07-Nov-1998 |
cgd | pull up revs 1.14-1.15 from trunk (jonathan)
|
1.17.2.1 | 08-Jan-2000 |
he | Pull up revisions 1.18-1.20 (requested by kim): Allow "make obj" to work nicely with amd by setting PAWD=/usr/bin/pawd in /etc/mk.conf and using the amd mount point path for BSDSRCDIR.
|
1.21.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.47.8.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.49.28.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.51.12.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.51.6.1 | 07-Jun-2018 |
martin | Pull up following revision(s) (requested by christos in ticket #834):
usr.bin/make/var.c: revision 1.219 share/mk/bsd.obj.mk: revision 1.52 usr.sbin/crash/Makefile: revision 1.40 share/mk/sys.mk: revision 1.131 share/mk/bsd.sys.mk: revision 1.276 share/mk/bsd.sys.mk: revision 1.277
Prevent 'make obj' creating an objdir inside an objdir. This happens the second time we call 'make obj' in /usr/src/rescue with MAKEOBJDIR set. XXX: pullup-8 - Need to delete ${DESTDIR} for lint XXX: pullup-8 - Fix reproducible builds XXX: pullup-8 - Also substitute ${X11SRCDIR} for the random seed for reproducible builds so that the random seed is consistent. XXX: pullup-8 - Since ${MAKE} converts $$ -> $ during parsing we need to put it back to preserve the original variable value with :Q. XXX: pullup-8 - Be more selective about remapping object directories otherwise we pick objdump and objcopy with the regex. XXX: pullup-8
|
1.1441 | 20-Oct-2025 |
nat | New port: mac68ksf - Macintosh 68k softfloat.
This commit is all the Makefile glue for the new port which is the mac68k port with MKSOFTFLOAT set to "yes".
As posted here: https://mail-index.netbsd.org/port-mac68k/2025/10/14/msg001037.html
|
1.1440 | 07-Oct-2025 |
mrg | switch to GCC 14 for arm*, arm64*, riscv*, x86, sparc*, hppa.
|
1.1439 | 18-Sep-2025 |
mrg | sort prior two additions and also add new one
CC_WNO_ENUM_INT_MISMATCH is used for GCC 14's -Wno-enum-int-mismatch.
|
1.1438 | 18-Sep-2025 |
mrg | introduce a couple of new turn-off-gcc-warning variables and use them.
GCC 14 has a new annoying calloc() checker that we turn off in a bunch of places, and there are a few more dangling-pointer issuse that come up, but seem bogus.
|
1.1437 | 10-Sep-2025 |
nat | Switch over m68k soffloat build to libc/softfloat.
m68k would previously use softfloat functions contained in libgcc_s.
This change aligns m68k with other platforms built with softfloat.
It is still possible to build the gcc_s softfloat impementation by setting MKSOFFTFLOAT=yes MKLIBCSOFTFLOAT=no
Addresses PR/59393.
|
1.1436 | 08-Sep-2025 |
mrg | switch everyone to gcc.old by default.
in my testing, tools/gcc notices and cleans itself automatically and i am reasonably confident this does not need a UPDATING entry.
|
1.1435 | 02-Sep-2025 |
christos | switch everyone to gdb 16.30 for testing.
|
1.1434 | 02-Sep-2025 |
rin | bsd.own.mk: Switch everyone to binutils 2.45 again
|
1.1433 | 30-Aug-2025 |
christos | revert new binutils change. Most of the errors are caused by larger binaries produced. Will investigate.
|
1.1432 | 29-Aug-2025 |
christos | move everyone to new binutils. move amd64 to new gdb.
|
1.1431 | 27-Aug-2025 |
christos | switch everyone to gdb.old
|
1.1430 | 26-Aug-2025 |
christos | switch amd64 to new binutils
|
1.1429 | 24-Aug-2025 |
christos | switch everyone to binutils.old
|
1.1428 | 21-Jul-2025 |
mrg | turn of GCC ISL for m68k, vax, and sh3 as well.
|
1.1427 | 20-Jul-2025 |
christos | switch everyone to OpenSSL-3.5.1
|
1.1426 | 20-Jul-2025 |
martin | Enable PIE for macppc
|
1.1425 | 19-Jul-2025 |
martin | Switch sh3 and m68k to openssl 3.5
|
1.1424 | 18-Jul-2025 |
christos | Switch amd64 to OpenSSL-3.5.1
|
1.1423 | 13-Jul-2025 |
christos | Get ready to handle the openssl move from bsd -> apache2
|
1.1422 | 10-Jun-2025 |
christos | centralize pack-relative-relocs handling
|
1.1421 | 04-Jun-2025 |
rillig | all: fix some "internal option -J" warnings from make
|
1.1420 | 25-May-2025 |
nia | mk: Revert RELRO on sparc64 for now.
PR port-sparc64/59442 sparc64 disk usage more than doubled
|
1.1419 | 13-May-2025 |
nia | x11: Separate concepts of having EGL and having glamor/DRMKMS
EGL is becoming an increasingly popular API and it makes sense to offer it as standard - the package builds suffer otherwise. It seems to work fine on sparc64 and other ports that don't use DRMKMS.
|
1.1418 | 06-May-2025 |
nia | mk: Enable partial relro by default on sparc64.
|
1.1417 | 28-Apr-2025 |
nia | mk: Enable SSP on MIPS, since it works and defends properly.
Also carry over RELRO enablement to n64 variants.
PR pkg/59368
|
1.1416 | 27-Apr-2025 |
riastradh | bsd.own.mk: If NOPIE is defined, set MKPIE=no.
This way, on sun2, we don't wind up with the bizarre setting of MKPIC=no MKPIE=yes by default.
Preparation for conditionalizing automatic tests for:
PR lib/59359: static pies are broken
|
1.1415 | 26-Apr-2025 |
nia | mk: Enable partial relro on mips64.
|
1.1414 | 13-Apr-2025 |
rin | bsd.own.mk: Switch vax to Mesa 21
ICE has been worked around. Both 19 and 21 does not work anyway due to IEEE754-depended floating-point manipulations...
|
1.1413 | 13-Apr-2025 |
rin | bsd.own.mk: Switch vax to GCC12
Let me thank kalvisd@ again for great works!!
|
1.1412 | 24-Feb-2025 |
martin | Centralize the test for platforms that HAVE_EFI_RT
|
1.1411 | 15-Feb-2025 |
skrll | Fix a couple of comments
|
1.1410 | 31-Jan-2025 |
christos | switch everyone to jemalloc-5.3.0
|
1.1409 | 11-Dec-2024 |
maya | Avoid using host tools for building INSTALL_WALNUT kernel
From Kouichi Hashikawa in PR toolchain/58810
|
1.1408 | 23-Oct-2024 |
kalvisd | declare vax-mopcopy to be a build tool
OK rin@
|
1.1407 | 16-Oct-2024 |
macallan | add ngle driver for Xorg
|
1.1406 | 24-Sep-2024 |
christos | switch x86 to new jemalloc
|
1.1405 | 23-Sep-2024 |
christos | Handle multiple versions of jemalloc
|
1.1404 | 23-Sep-2024 |
rin | bsd.own.mk: Switch sh3 to GCC12
No new regression observed for full ATF run on DIAGNOSTIC kernel for landisk.
PR toolchain/58411
|
1.1403 | 23-Sep-2024 |
rin | bsd.own.mk: Switch m68k to GCC12
- No new regression for full ATF run on virt68k. - sun2 works at a level as GCC10.
|
1.1402 | 22-Sep-2024 |
mrg | install several font packages that we used to have with xfree86
this brings in these versions: font-arabic-misc 1.0.4 font-micro-misc 1.0.4 font-schumacher-misc 1.1.3 font-sun-misc 1.0.4 font-cronyx-cyrillic 1.0.4 font-misc-cyrillic 1.0.4 font-screen-cyrillic 1.0.5 font-winitzki-cyrillic 1.0.4 font-xfree86-type1 1.0.5
fixes problem reported on netbsd 9.2 install.
XXX: pullup-10, pullup-9
|
1.1401 | 15-Sep-2024 |
tsutsui | Move macppc bootable installcd stuff to sys/arch/macppc/stand dirs.
- move installboot (for CD ISO) and mkboothfs (for mkhybrid(8)) tools to sys/arch/macppc/stand - also build mkboothfs as ${TOOL_MACPPCMKBOOTHFS} in src/tools - explicitly generate boothfs file (for mkhybrid(8)) in sys/arch/macppc/stand/boothfs and install it into /usr/mdec - use installed /usr/mdec/boothfs to create macppc bootable iso - move list files for mkhybrid(8) hfs options to etc/etc.macppc
|
1.1400 | 27-Aug-2024 |
christos | switch everyone to new binutils+gdb
|
1.1399 | 27-Aug-2024 |
christos | switch everyone but powerpc (because sim does not build) to new gdb
|
1.1398 | 18-Aug-2024 |
rin | bsd.own.mk: Introduce MKGDBSERVER
|
1.1397 | 15-Aug-2024 |
christos | switch amd64 to gdb 15.1
|
1.1396 | 15-Aug-2024 |
mrg | allow HAVE_MESA_VER to be overriden by the environment.
|
1.1395 | 13-Aug-2024 |
rin | bsd.own.mk: Switch alpha and sh3 to binutils 2.42
No new regression for ATF, and some pkgsrc's successfully build. Bootloaders also work fine, at least:
- alpha: bootxx_ffsv2, boot, netboot - landisk: mbr, bootxx_ffsv2, boot
|
1.1394 | 12-Aug-2024 |
christos | point gdb to gdb.old
|
1.1393 | 10-Aug-2024 |
mrg | introduce a way to build GCC without the isl library
if NOGCCISL is set, don't build or link against isl. should fix PR#58505.
|
1.1392 | 16-Jul-2024 |
skrll | Switch arm to new binutils (2.42)
|
1.1391 | 15-Jul-2024 |
skrll | Switch hppa to new binutils (2.42)
|
1.1390 | 14-Jul-2024 |
skrll | Switch aarch64 (evbarm64) to new binutils (2.42)
|
1.1389 | 14-Jul-2024 |
skrll | Switch RISC-V to new binutils (2.42)
|
1.1388 | 13-Jul-2024 |
rin | bsd.own.mk: Switch mips to binutils 2.42
There is no new regression observed for brief tests on OCTEON ({,n}64eb) as well as on MIPSSIM{,64} (all ABI combinations).
Let us see what happens for PR toolchain/57241; I've never reproduced this failure locally. It may be precisely host-environment dependent, and therefore very hard to track :(
|
1.1387 | 10-Jul-2024 |
christos | switch amd64 to binutils-2.42
|
1.1386 | 09-Jul-2024 |
rin | bsd.own.mk: Fix MKCOMPAT=no build for mipsn64e[bl]
|
1.1385 | 30-Jun-2024 |
christos | switch everyone to binutils.old
|
1.1384 | 29-Jun-2024 |
mrg | switch powerpc and mips to GCC 12.
|
1.1383 | 22-Jun-2024 |
mrg | now that alpha builds with xorg-server 21 again, switch it back.
|
1.1382 | 16-Jun-2024 |
skrll | branches: 1.1382.2; Switch hppa to gcc 12
|
1.1381 | 16-Jun-2024 |
skrll | Style and sort MACHINE_CPU entries for GCC version conditional. NFCI.
|
1.1380 | 16-Jun-2024 |
mrg | alpha and xorg-server 1.20 has regressed since i last tested.
revert alpha back to 1.10 for now.
|
1.1379 | 16-Jun-2024 |
mrg | check for MACHINE_ARCH of i386/x86_64 instead of MACHINE i386/amd64.
seems to fix weird xen kernel builds where MACHINE=xen, and it would not have the GCC-12 only warning flags present.
|
1.1378 | 15-Jun-2024 |
mrg | switch several ports over to GCC 12.
arm32, arm64, riscv, x86, sparc*, ia64, and alpha.
thanks for several folks help testing and fixing things, most espcially rin@.
|
1.1377 | 15-Jun-2024 |
mrg | switch netwinder and alpha over to xorg-server 1.20.
the leaves sgimips as the only remaining xorg-server 1.10 consumer, and largely because it has XAA and EXA and the sgimips drivers does not work well.
|
1.1376 | 08-Jun-2024 |
tsutsui | Build src/distrib/cdrom/macppc_installboot in src/tools as a tool.
Also use the tools version ${TOOLS_MACPPC_INSTALLBOOT} to create bootable ISO9660/HFS hybrid installcd image for macppc.
|
1.1375 | 31-May-2024 |
tsutsui | Build mkhybrid as a build tool.
|
1.1374 | 29-May-2024 |
riastradh | New make(1) variable NETBSD_REVISIONID in the NetBSD build.
This is intended to be a tree-wide revision identifier, like a commit hash or similar. This way, in builds from non-CVS trees where per-file $NetBSD$ revision ids aren't incremented, we can still track some version provenance of files with ident(1).
If defined, bsd.own.mk adds a macro _NETBSD_REVISIONID to CPPFLAGS with the stringified text of NETBSD_REVISIONID.
In turn, if _NETBSD_REVISIONID is defined in sys/cdefs.h, then __RCSID will put the concatenation of: - `$NetBSD: ' - the file name - ` ' - _NETBSD_REVISIONID - ` $' alongside the per-file revision id passed as an argument to __RCSID.
Since this is passed through command-line arguments, it doesn't cause make to consider any dependencies to change when the revision id changes -- so incremental builds remain incremental. And if you don't set it, nothing changes from the __RCSID we had before.
Currently nothing sets NETBSD_REVISIONID automatically yet -- subject to experimentation. Could just be verbatim commit hash, or could be longer `hg identify' output -- or, in git, with the help of tags, could be `git describe --dirty' output like
10.99.10-2924-gd01834fb75de
(or `10.99.10-2924-gd01834fb75de-dirty' if the working tree is dirty) for the commit at https://mail-index.netbsd.org/source-changes/2024/05/24/msg151526.html which is 2924 linear commits after the commit bumping sys/param.h to 10.99.10 and (in the current git conversion) had commit hash starting with d01834fb75de. This may require some discipline around branching and tagging but it's worth a shot -- we'll see.
Based on a patch from joerg@ a while ago.
|
1.1373 | 28-Apr-2024 |
nia | Turn off MKAMDGPUFIRMWARE on i386
It's too big for the i386 install media and not useful on either pre-2012 hardware or the kinds of embedded systems where i386 still thrived after 2012.
(The build of the kernel parts of amdgpu on i386 is nevertheless useful for finding obscure bugs.)
"go for it" riastradh
|
1.1372 | 24-Apr-2024 |
martin | Explicitly exclude VAX from new Mesa due to a gcc internal compiler error
|
1.1371 | 24-Apr-2024 |
martin | Force old Mesa for all old X server builds
|
1.1370 | 24-Apr-2024 |
martin | Switch alpha and VAX back to old Mesa for now untill someone fixes those builds with newer Mesa.
|
1.1369 | 24-Apr-2024 |
nia | USE_XZ_SETS is no longer needed for sparc64 to fit on a standard CD-ROM
|
1.1368 | 23-Apr-2024 |
maya | Switch to mesa 21
Works well enough for me on various GPUs, let's try it out. Can be easily reverted if anyone encounters major issues.
|
1.1367 | 07-Apr-2024 |
tsutsui | Switch vax to HAVE_XORG_SERVER_VER=120.
Tested on my VAXstation 3100/m30 with smg(4). Ok'ed by mrg@ on tech-x11@: https://mail-index.netbsd.org/tech-x11/2024/04/thread1.html#002457
|
1.1366 | 02-Apr-2024 |
riastradh | bsd.own.mk: No need for MKSLJIT to be set differently from others.
- Use ?=, not =, so mk.conf setting wins. - Write out per-architecture tabular settings, not a conditional. - Add comments for the architectures that look like they should have sljit but don't. (XXX Missing comments about powerpc and mips -- not sure why, is this because modules don't yet work on those architectures, or what?)
Tidying for PR 58103: bpfjit.kmod is not built on aarch64.
|
1.1365 | 02-Apr-2024 |
riastradh | bsd.own.mk: Enable MKLSJIT on aarch64.
Make sure there's only one copy of the conditional, in bsd.own.mk; just make sys/modules/Makefile conditional on MKSLJIT so we don't have to keep these in sync.
As a workaround for PR 58106, tweak the conditional definition of SLJIT_CACHE_FLUSH to use cpu_icache_sync_range only in _HARDKERNEL, and use __builtin___clear_cache in userland and in rump kernels.
PR 58103: bpfjit.kmod is not built on aarch64
|
1.1364 | 01-Apr-2024 |
christos | Use the TOOL_GZIP we built as part of tools if available.
|
1.1363 | 20-Jan-2024 |
skrll | risc-v: Add bwfm(4) firmware files to release image
Create the correct link for beagle,beaglev-starlight-jh7100-r0.txt NVRAM config file.
|
1.1362 | 03-Jan-2024 |
thorpej | Add mvme68k to MACHINES.m68k.
|
1.1361 | 03-Jan-2024 |
thorpej | Add virt68k to MACHINES.m68k.
|
1.1360 | 02-Sep-2023 |
lukem | bsd.own.mk: sort the CC_WNO variables
|
1.1359 | 24-Aug-2023 |
rin | bsd.own.mk: Switch mips64e[bl] to binutils 2.39 again
Potential fix for PR toolchain/57241 has been committed. Let us see whether this works fine or not.
|
1.1358 | 20-Aug-2023 |
rin | bsd.own.mk: Put gdb back for m68000
However, unfortunately, it does not work even if MAXTSIZ is bumped. It seems to be too large for 24-bit address space.
This is not a regression; gdb.old does not work also.
|
1.1357 | 19-Aug-2023 |
christos | Add elfedit (needed to tag binaries as linux) from GSoC 2023 (Theodore Preduta)
|
1.1356 | 13-Aug-2023 |
wiz | fix typo in previous
|
1.1355 | 13-Aug-2023 |
christos | sun2 can't make gdb anymore. there is no gmp because no gcc.
|
1.1354 | 11-Aug-2023 |
christos | switch everyone to gdb-13.2
|
1.1353 | 09-Aug-2023 |
christos | put back the new gdb
|
1.1352 | 08-Aug-2023 |
mrg | introduce new GCC 12 warning disables and use them in a few places
this introduces 4 new warning disable flags:
CC_WNO_MISSING_TEMPLATE_KEYWORD CC_WNO_REGISTER CC_WNO_STRINGOP_OVERREAD CC_WNO_ARRAY_BOUNDS
and documents them in README.warnings. of these, the string op and array bounds are both problematic (real bugs) and also spurious (not real bugs), and the other 2 are mostly temporary for older 3rd party code.
add some new uses of CC_WNO_STRINGOP_OVERFLOW.
fix m68k build for gallium and GCC 12.
|
1.1351 | 08-Aug-2023 |
mrg | put amd64 back to GDB 11. it doesn't build for me, or others.
the first problem is that this rule:
GDBvn.texi: ${DIST}/gdb/version.in echo "@set GDBVN $$(${TOOL_CAT} ${.ALLSRC})" > ${.TARGET}
conflicts with the "GDBvn.texi" in the source tree and fail to write this file with r/o source trees.
the second problem is that gdbserver fails to link because it compiles the wrong file to create target.o. this seems like a very bad make or bsd.*.mk bug -- "SRCS= .. target.cc ...", and yet, make manages to compile the file "target.c" to create target.o, and then the required symbols the rest of gdbserver needs are missing.
the third problem is that when you make it build the right target.cc, it wants bfd.h, and gmp.h, and even after solving those issues, i'm still getting a fourth issue linking gdbserver and thus reverting.
|
1.1350 | 06-Aug-2023 |
christos | switch gdb to 13.20 for x86_64
|
1.1349 | 03-Aug-2023 |
rin | bsd.own.mk: Revert CC_WNO_USE_AFTER_FREE
This is an undefined behavior in general. Implementation details of pointer are not defined in C standards; it is not necessarily address of memory objects.
Pointed out by uwe@. Thanks!!
|
1.1348 | 03-Aug-2023 |
rin | bsd.own.mk: Introduce CC_WNO_USE_AFTER_FREE for GCC12
-Wuse-after-free for GCC 12 is premature. It fires on a common idiom:
newbuf = realloc(buf, size); p = newbuf + (p - buf);
Let shut this up for GCC 12 (with hoping it gets improved for 13!).
|
1.1347 | 01-Aug-2023 |
mrg | we skipped GCC 11, so change the test to GCC 12.
|
1.1346 | 31-Jul-2023 |
christos | we ended up importing 13.2
|
1.1345 | 23-Jul-2023 |
lukem | bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes
Local symbols are desirable with MKDEBUG=yes, so don't strip them. Per request from mrg@
|
1.1344 | 23-Jul-2023 |
lukem | bsd.own.mk: style: block comments, move CC_flag vars
Add #{ .. #} block comments to a long conditional.
Move the CC_flag variables closer to other compiler-related variables instead of being in the middle of some arch-specific overrides.
|
1.1343 | 21-Jul-2023 |
riastradh | bsd.own.mk: Use MACHINE_ARCH for default MKCTF/MKDTRACE=yes x86.
The substantive impact of this is that it enables MKCTF=yes for Xen kernels. This is a change because, when building a Xen kernel (XEN3_DOM0, XEN3_DOMU), MACHINE is set to `xen', not to `i386' or `amd64', so the conditional never took effect.
(The side effect of setting MKDTRACE=yes when building Xen kernels is unlikely to matter; that affects module and userland builds.)
PR port-xen/57535
XXX pullup-10
|
1.1342 | 10-Jun-2023 |
lukem | sets: enhance MAKEVERBOSE support
Add more messages for various sets operations. Add ${_MKMSG_CREATE} to bsd.own.mk.
Enhance maketars to be a bit more verbose even with -q, to make it more obvious why certain operations may be slow. May help debugging PR 47562.
|
1.1341 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk
Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test ${MKSTRIPSYM} != "no".
|
1.1340 | 03-Jun-2023 |
lukem | bsd.obj.mk: move MKHOSTOBJ to bsd.own.mk
Add default for MKHOSTOBJ=no to to bsd.own.mk _MKVARS.no. Simplify bsd.obj.mk check.
|
1.1339 | 03-Jun-2023 |
lukem | bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mk
Add default for MKDEPINCLUDES=no to to bsd.own.mk _MKVARS.no. Simplify bsd.dep.mk check.
|
1.1338 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKCLEAN* to bsd.own.mk
Move the defaults for MKCLEANSRC and MKCLEANVERIFY from bsd.clean.mk to bsd.own.mk _MKVARS.yes.
|
1.1337 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.1336 | 03-Jun-2023 |
lukem | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER
Provide a single variable CC_WNO_ADDRESS_OF_PACKED_MEMBER with options for both clang and gcc, to replace CLANG_NO_ADDR_OF_PACKED_MEMBER CC_NO_ADDR_OF_PACKED_MEMBER GCC_NO_ADDR_OF_PACKED_MEMBER
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
1.1335 | 02-Jun-2023 |
lukem | bsd.own.mk: obsolete non-MK variants MANZ UNPRIVED UPDATE
Remove support for variables deprecated 20 years ago by their MK* equivalents.
|
1.1334 | 01-Jun-2023 |
lukem | bsd.own.mk: describe recent convention in comments
|
1.1333 | 01-Jun-2023 |
lukem | bsd.own.mk: MKPERFUSE isn't used anywhere
perfuse is built unconditionally, and MKPERFUSE isn't tested anywhere.
|
1.1332 | 01-Jun-2023 |
lukem | bsd.own.mk: MKLLD, MKLLDB, MKMCLINKER are obsolete
MKLLD, MKLLDB, MKMCLINKER aren't used in the build, so remove them.
These were obsoleted by joerg@ on 2019-11-11 with the update of LLVM to 10.0.0git (01f3a59).
|
1.1331 | 31-May-2023 |
lukem | bsd.own.mk: support ${MACHINE} defaults in MK* = yes
For MK* variables (in _MKVARS.yes), default to MK*.${MACHINE} if MK*.${MACHINE_ARCH} isn't defined.
Equivalent to _MKVARS.no change by mrg@ in rev 1.1065 on 2018-06-16.
|
1.1330 | 31-May-2023 |
lukem | bsd.own.mk: sort lists. whitespace fixes
Create _NOVARS for the list of NO* variables, for consistency with _MKVARS.yes and _MKVARS.no
Format _NOVARS, _MKVARS.yes, and _MKVARS.no with one entry per line, and sort the lists. Simplifies review and adding new entries. Per suggestion from riastradh@
Line up some variable assignments more consistently.
|
1.1329 | 29-May-2023 |
lukem | bsd.own.mk: rename NO_ADDR_OF_PACKED_MEMBER to CC_NO_ADDR_OF_PACKED_MEMBER
Add "CC_" prefix to NO_ADDR_OF_PACKED_MEMBER.
We now have the following convention: GCC_NO_*: Disable specific warnings from GCC. CLANG_NO_*: Disable specific warnings from Clang. CC_NO_*: Disable specific warnings from both Clang and GCC.
This reserves "NO_*" Makefile variables to disable other features.
Some space->tab fixes.
|
1.1328 | 29-May-2023 |
lukem | bsd.own.mk: sort list of NO* variables
List the NO variables in order, leaving enough room to add more entries, not splitting the next letter after "NO" across a line.
No functional change; just prettier and easier to review.
|
1.1327 | 28-May-2023 |
lukem | bsd.own.mk: deprecate NOCRYPTO
MKCRYPTO was removed by riastradh@ on 2017-05-22, so the NOCRYPTO override is now unnecessary.
|
1.1326 | 23-May-2023 |
lukem | tools/compat: MAKEVERBOSE support in regen
|
1.1325 | 22-May-2023 |
lukem | man0: support objdirs, tools, parallel builds
man0 creates files, so write to the the OBJDIR instead of the source directory.
Use TOOL_ appropriately. Add MAKEVERBOSE support.
Add separate rules to generate: - all.files: the list of all man files to process (based on mkman) - manNpages.files: per-section files from all.files. (based on mkman) - manNpages.ps: per-section .ps from manNpages.files, with per-file MAKEVERBOSE messages to stderr (as before, just prettier). - manNpages.pdf: per-section .pdf from manNpages.ps.
Remove the now-obsolete mkman script.
Add TOOL_GROPS and _MKSHMSG_FORMAT to <bsd.own.mk>
|
1.1324 | 15-May-2023 |
christos | switch everyone to OpenSSL-3.x
|
1.1323 | 14-May-2023 |
christos | move hppa and powerpc to OpenSSL-3.x
|
1.1322 | 14-May-2023 |
christos | move arm to OpenSSL-3.x
|
1.1321 | 14-May-2023 |
christos | switch alpha to OpenSSL-3.x
|
1.1320 | 13-May-2023 |
christos | switch i386 and m68k to OpenSSL-3.x
|
1.1319 | 13-May-2023 |
riastradh | compat: Disable relro in 32-bit arm compat.
Not supported by binutils:
ld: warning: -z relro ignored
PR toolchain/57405
|
1.1318 | 12-May-2023 |
ryoon | Fix broken conditional
|
1.1317 | 12-May-2023 |
christos | switch vax to OpenSSL-3.x
|
1.1316 | 11-May-2023 |
christos | switch sparc64/aarch64 to OpenSSL-3.x
|
1.1315 | 11-May-2023 |
skrll | risc-v: use ${MACHINE}-${MACHINE_ARCH} for the default RELEASEMACHINEDIR
Hopefully, this fixes the release binaries being available on cdn/nyftp.
|
1.1314 | 10-May-2023 |
christos | switch amd64 to OpenSSL-3.0.8
|
1.1313 | 08-May-2023 |
skrll | RISC-V: enabled GDB
|
1.1312 | 07-May-2023 |
skrll | RISC-V support that works on QEMU with a single hart.
Thanks for Simon Burge for plic(4).
|
1.1311 | 07-May-2023 |
martin | Switch mips64eb back to old binutils too, with new binutils it causes random autobuild failures (same reason mips64el had been switched back before)
|
1.1310 | 18-Apr-2023 |
christos | switch everyone to openssl.old
|
1.1309 | 02-Apr-2023 |
christos | switch gdb to gdb.old
|
1.1308 | 12-Mar-2023 |
martin | PR 57241: switch mips64el back to old binutils for now
|
1.1307 | 20-Feb-2023 |
mrg | GCC 10 now comes from gcc.old.
|
1.1306 | 05-Feb-2023 |
christos | switch the remainder to binutils 2.39
|
1.1305 | 04-Feb-2023 |
wiz | stop building and installing xfwp
As proposed on tech-x11 https://mail-index.netbsd.org/tech-x11/2022/12/29/msg002333.html
|
1.1304 | 29-Jan-2023 |
mrg | add brotli to x11 src dirs.
|
1.1303 | 28-Jan-2023 |
martin | Switch sh3 to binutils 2.39
|
1.1302 | 25-Jan-2023 |
christos | add mipsel and m68k to binutils 2.39
|
1.1301 | 25-Jan-2023 |
christos | switch sun2 to binutils 2.39
|
1.1300 | 24-Jan-2023 |
christos | switch vax to binutils 2.39
|
1.1299 | 21-Jan-2023 |
martin | Switch powerpc over to binutils 2.39
|
1.1298 | 16-Jan-2023 |
skrll | Switch hppa to new binutils
|
1.1297 | 16-Jan-2023 |
skrll | Switch RISC-V to new binutils (2.39)
|
1.1296 | 15-Jan-2023 |
rillig | bsd.own.mk: replace '!empty' with direct expression
The variables MACHINE and MACHINE_ARCH are guaranteed to be defined, therefore they don't need to be wrapped in '!empty(...)'.
This is simpler to read and, in case of typos, is more likely to lead to an error message from make, as a line starting with '!' is interpreted as a dependency line, while a line using only '==' but not '!=' leads to a syntax error of the form 'Invalid line type'.
|
1.1295 | 15-Jan-2023 |
skrll | Sort in the binutils version selection
|
1.1294 | 15-Jan-2023 |
skrll | Really switch aarch64 and sparc binutils to 2.39
|
1.1293 | 14-Jan-2023 |
christos | add aarch64 and sparc to binutils 2.39
|
1.1292 | 13-Jan-2023 |
christos | switch alpha to binutils-2.39
|
1.1291 | 28-Dec-2022 |
christos | switch x86 to binutils 2.39
|
1.1290 | 23-Dec-2022 |
christos | switch everyone to binutils.old which is now 2.34
|
1.1289 | 14-Dec-2022 |
skrll | branches: 1.1289.2; Trailing whitespace
|
1.1288 | 21-Aug-2022 |
lukem | Deprecate extsrc/, EXTSRCSRCDIR, MKEXTSRC
Remove support for building extsrc/: 1. Makefile: remove do-extsrc target. 2. build.sh: remove options -y and -Y extsrcdir. 3. distrib/sets: remove support for extsrc in various tools including the options -L ext and -y, and the extsrc sets. 4. doc/BUILDING.mdoc: remove docs for extsrc/, EXTSRCSRCDIR, MKEXTSRC (etc) 5. bsd.own.mk and various Makefiles: remove support for extsrc/, EXTSRCSRCDIR, MKEXTSRC.
As proposed on tech-kern and tech-userlevel on 2022-01-07 and followed up on 2022-08-21.
|
1.1287 | 27-Jul-2022 |
maya | Enable amdgpu module & firmware on x86
Make it easier to test this one out, add `load amdgpu` before boot netbsd.
XXX there should probably be a drm block in sys/modules/Makefile which includes aarch64.
|
1.1286 | 14-Jul-2022 |
mrg | add libxcvt.
|
1.1285 | 06-Jun-2022 |
nia | build system: Revert all the recent additions of MK[...] knobs that allow conditionally disabling the building of certain user space programs in the 'base' set.
There is not enough consensus that this is the right way and a few people had strong objections, see source-changes-d@.
|
1.1284 | 29-May-2022 |
nia | mk: Add MKTIMED and MKMOUSED flags for compiling NetBSD without timed and moused
|
1.1283 | 29-May-2022 |
nia | mk: Add a MKPPP flag to exclude pppd(8) and related utilities from the build
|
1.1282 | 28-May-2022 |
nia | mk: Add MKFINGER, MKTALK flags for not building talk, talkd, finger, fingerd.
|
1.1281 | 28-May-2022 |
nia | mk: Add MKNTP, MKTCPDUMP knobs.
|
1.1280 | 27-May-2022 |
nia | mk: Add a MKLFS flag for excluding the log-structured filesystem userspace tools from the build.
|
1.1279 | 25-May-2022 |
nia | mk: Rename the MKMBONE option to MKMROUTING for greater accuracy and to match the related kernel config option.
|
1.1278 | 25-May-2022 |
nia | mk: Allow setting MKDHCPD=no to build base without the ISC DHCP server, useful for embedded images that don't need to act as one.
|
1.1277 | 25-May-2022 |
nia | mk: Allow building base without the MBONE applications by setting MKMBONE=no in mk.conf
|
1.1276 | 29-Mar-2022 |
christos | get rid of old style `` command substitution in shell and use $() instead.
|
1.1275 | 17-Mar-2022 |
mrg | apply some more consistency in platform checks, collapse some checks, and enable pigz on arm64eb.
|
1.1274 | 17-Mar-2022 |
mrg | enable ZFS on arm64eb. works witih basic testing. (dtrace does not.)
|
1.1273 | 30-Dec-2021 |
christos | remove the NEED_OWN_INSTALL_TARGET conditional for setting the install variables, suggested by phone@
|
1.1272 | 20-Dec-2021 |
christos | Rename: MKKDEBUG -> MKDEBUGKERNEL MKTOOLSDEBUG -> MKDEBUGTOOLS while keeping compatibility with the old names. Add missing documentation. Now all debugging tunables are prefixed with MKDEBUG.
|
1.1271 | 20-Dec-2021 |
christos | PR/55557: Andreas Gustafsson" Introduce a new variable MKDEBUGKERNEL which as the name implies, includes a netbsd.gdb inside each kernel set: $ tar -tzvf kern-GENERIC.tgz -rwxr-xr-x 0 root wheel 29398264 Dec 19 12:50 ./netbsd -rwxr-xr-x 0 root wheel 208125880 Dec 19 12:50 ./netbsd.gdb
|
1.1270 | 12-Dec-2021 |
maya | Add amdgpu firmware build goo (disabled)
|
1.1269 | 06-Dec-2021 |
abs | Add Xwsfb X server to pmax build
With the previous tweak to TURBOchannel framebuffers in sys/dev/tc this should allows pmax to once again run X11.
TODO: Investigate pullup to -9
|
1.1268 | 13-Nov-2021 |
skrll | Hook in riscv dtb build
|
1.1267 | 13-Nov-2021 |
skrll | Correct a comment
|
1.1266 | 14-Oct-2021 |
nia | mk: Enable MKPIE on aarch64 (it's already enabled on 32-bit arm)
|
1.1265 | 14-Oct-2021 |
nia | mk: Enable MKRELRO on aarch64 to match x86.
|
1.1264 | 14-Oct-2021 |
nia | mk: Enable MKARGON2 now that this stuff works.
|
1.1263 | 30-Sep-2021 |
jmcneill | efiboot: Build and install bootriscv64.efi for riscv64 builds.
|
1.1262 | 26-Sep-2021 |
maya | Restore MKNOUVEAUFIRMWARE and MKRADEONFIRMWARE and make gpufw set unconditional
Simplifies logic. (Second commit - first one was partial)
Restoring MK* requested by mrg on tech-kern discussion https://mail-index.netbsd.org/tech-kern/2021/09/25/msg027695.html
|
1.1261 | 25-Sep-2021 |
maya | Move DRM-driver firmware from base to its own set, gpufw
This set is only installed on amd64,i386,evbarm. This set is installed on minimal installs and on install media, in case someone needs it for basic driver functionality.
Comments: Switched to a single MK tunable for it - that is probably unneeded.
An upcoming DRM update will include even fatter firmware, and we'd like to minimize the impact of it.
|
1.1260 | 19-Aug-2021 |
mrg | fix arm64 builds: turn off MKCOMPAT for GCC
no idea why it was enabled as we can't easily target 32 bit.
if we figure this out for aarch32, the subdir names etc will probably be different, or we can just revive the deleted files no longer referenced with this commit.
|
1.1259 | 16-Aug-2021 |
mrg | switch sh3 to GCC 10. buh bye GCC 9!
thanks to everyone who helped (most espcially rin@.)
|
1.1258 | 11-Jul-2021 |
mrg | switch Mesa 19 to use MesaLib.old subdir.
|
1.1257 | 19-Jun-2021 |
mrg | switch m68000, m68k and 32 bit arm to GCC 10. just sh3 left!
special thanks to rin for fixing arm32.
|
1.1256 | 03-Jun-2021 |
rin | Switch amiga to Xorg server 1.20; wsfb(4) is only graphic driver both for 1.10 and 1.20 (Xamiga was gone a long ago...), and there is no reason to stay with 1.10.
At least, 1.20 works fine on wsdisplay(4) at amidisplaycc(4).
|
1.1255 | 29-May-2021 |
rin | branches: 1.1255.2; Switch mac68k to Xorg server 1.20. Only available driver is wsfb(4) both for 1.10 and 1.20, and there is no reason to stay with 1.10.
XXX 1.20 works fine on WSFB* kernels with genfb(4), whereas both 1.10 and 1.20 fail for GENERIC* kernels with macfb(4) as some mandatory ioctl's are missing. It would be better to make genfb(4) default before netbsd-10 is branched.
|
1.1254 | 27-May-2021 |
christos | mips has switched already.
|
1.1253 | 27-May-2021 |
christos | mips64 only works with gcc-10
|
1.1252 | 27-May-2021 |
christos | switch to MACHINE_ARCH i386 to include xen (thanks mlelstv)
|
1.1251 | 27-May-2021 |
christos | Switch "xen" to gcc 10 too, otherwise xen kernel builds fail because they "think" we have gcc-9 where we have gcc-10 in reality (since MACHINE=xen), and we don't add ${GCC_NO_RETURN_LOCAL_ADDR} COPTS.in_pcb.c
|
1.1250 | 27-May-2021 |
christos | remove dup line (thanks rillig)
|
1.1249 | 27-May-2021 |
mrg | switch mips* and i386 to GCC 10.
arm32 (significant issues remaining), m68k (seems fine, but x68k needs to reduce support in loadbsd), and sh3 remaining.
|
1.1248 | 26-May-2021 |
christos | Add date as a tool
|
1.1247 | 06-May-2021 |
rin | branches: 1.1247.2; PR port-mvme68k/56146
Build wrtvid as tools.
|
1.1246 | 25-Apr-2021 |
christos | make MACHINE_MIPS a boolean not a condition
|
1.1245 | 25-Apr-2021 |
rin | Add missing \ for previous.
|
1.1244 | 25-Apr-2021 |
christos | - since we are using regex already, shorten by merging arm and mips entries - add a MACHINE_MIPS64 macro shorthand - pass -m{soft,hard}-float to the assembler when we are passing it to the compiler
|
1.1243 | 25-Apr-2021 |
mrg | switch powerpc and arm64 to GCC 10.
|
1.1242 | 18-Apr-2021 |
skrll | Switch hppa to gcc 10
|
1.1241 | 17-Apr-2021 |
mlelstv | Use GCC10 for all amd64 including XEN kernels.
|
1.1240 | 17-Apr-2021 |
mrg | switch alpha, ia64, sparc*, riscv*, amd64 and vax to GCC 10 default.
|
1.1239 | 12-Apr-2021 |
mrg | add GCC_NO_IMPLICIT_FALLTHRU, GCC_NO_MAYBE_UNINITIALIZED, and GCC_NO_RETURN_LOCAL_ADDR.
|
1.1238 | 10-Apr-2021 |
mrg | switch HAVE_GCC=9 to gcc.old.
|
1.1237 | 31-Mar-2021 |
simonb | Reenable kernel modules for MIPS now that they work.
|
1.1236 | 07-Mar-2021 |
rin | Build Xorg server for evbppc with minimum wsfb(4) support for Explora.
|
1.1235 | 06-Dec-2020 |
christos | Move everyone to gdb-11
|
1.1234 | 17-Nov-2020 |
rin | Set USE_XZ_SETS to yes by default for aarch64eb in the same manner as aarch64.
|
1.1233 | 10-Nov-2020 |
kamil | Reintroduce the support of MKCATPAGES
Requested by <mrg>
|
1.1232 | 08-Nov-2020 |
kamil | Remove the MKCATPAGES remnants
|
1.1231 | 08-Nov-2020 |
kamil | Remove the support for MKCATPAGES
It was optional since 1999 and disabled by default since 2012.
Proposed on tech-userlevel@.
|
1.1230 | 05-Nov-2020 |
rin | Build dtb set for aarch64eb.
|
1.1229 | 25-Oct-2020 |
tsutsui | Switch alpha to USE_XZ_SETS=no, i.e. using gzip for installation sets.
Ok'ed by martin@ in PR/55751. Maybe worth to pullup to netbsd-9.
|
1.1228 | 18-Oct-2020 |
christos | provide a no-addr-of-packed-member for both clang and gcc
|
1.1227 | 17-Oct-2020 |
mrg | turn off kernel modules on mips since they don't work yet, and we build 2 or 3 versions of them.
|
1.1226 | 16-Oct-2020 |
nia | share/mk: Define some missing X11 libraries.
|
1.1225 | 09-Oct-2020 |
rin | Build GDB for aarch64eb; it works just fine as far as I can see.
|
1.1224 | 09-Oct-2020 |
mrg | switch powerpc, sh3, vax and m68k to GCC 9. that's everyone.
thanks espcially to rin@ for testing and fixing issues.
|
1.1223 | 09-Oct-2020 |
macallan | build Xorg server on hppa
|
1.1222 | 26-Sep-2020 |
jmcneill | Add HAVE_NVMM and use it to control the build of NVMM related components. Defined to "yes" on amd64, "no" everywhere else.
|
1.1221 | 23-Sep-2020 |
kamil | Switch GDB on i386 to 1100
Confirmed to build and work.
|
1.1220 | 20-Sep-2020 |
christos | switch amd64 to gdb-11
|
1.1219 | 15-Sep-2020 |
mrg | reverse HAVE_GCC test, and list remaining GCC 8 platforms: - powerpc - sh3 - m68k - vax
|
1.1218 | 15-Sep-2020 |
mrg | switch sparc* and mips* to GCC 9.
|
1.1217 | 15-Sep-2020 |
christos | make everyone use gdb.old
|
1.1216 | 14-Sep-2020 |
skrll | Switch hppa to gcc 9.
Summary for 883 test programs: 7487 passed test cases. 644 failed test cases. 51 expected failed test cases. 582 skipped test cases.
|
1.1215 | 14-Sep-2020 |
mrg | switch m68k and sh3 to binutils 2.34. testing sun3 in tme and landisk in gxemul shows them both to work as well as binutils 2.31.
that's binutils 2.34 for everyone now.
|
1.1214 | 13-Sep-2020 |
mrg | fix syntax errors in previous.
|
1.1213 | 13-Sep-2020 |
mrg | switch riscv and ia64 to GCC 9. switch riscv to binutils 2.34.
|
1.1212 | 13-Sep-2020 |
mrg | switch vax and ia64 to binutils 2.34. reverse the list and leave the remaining m68k (untested), riscv (riscv64 ld is missing emulations for 32 bit targets), and sh3 (untested).
|
1.1211 | 13-Sep-2020 |
kamil | Build and install GCC TSan for 64-bit CPUs
|
1.1210 | 12-Sep-2020 |
jmcneill | Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to conditionally include ACPI and UEFI bits instead of relying on adhoc MACHINE_ARCH tests.
|
1.1209 | 12-Sep-2020 |
mrg | switch to GCC 9 on arm and x86.
note GCC 8.3, 8.4 and 9.3 import dates. add an UPDATING entry.
|
1.1208 | 10-Sep-2020 |
mrg | switch sparc to binutils 2.34. tested on an ss20.
|
1.1207 | 07-Sep-2020 |
mrg | switch mips to binutils 2.34.
|
1.1206 | 06-Sep-2020 |
mrg | add support for new GCC 9 warnings that may be too much to fix right now. new address-of-packed-member and format-overflow warnings have new GCC_NO_ADDR_OF_PACKED_MEMBER amd GCC_NO_FORMAT_OVERFLOW variables to remove these warnings.
apply to a bunch of the tree. mostly, these are real bugs that should be fixed, but in many cases, only by removing the 'packed' attribute from some structure that doesn't really need it. (i looked at many different ones, and while perhaps 60-80% were already properly aligned, it wasn't clear to me that the uses were always coming from sane data vs network alignment, so it doesn't seem safe to remove packed without careful research for each affect struct.) clang already warned (and was not erroring) for many of these cases, but gcc picked up dozens more.
|
1.1205 | 20-Aug-2020 |
mrg | make GCC 8 consumers to use gcc.old.
|
1.1204 | 16-Aug-2020 |
mrg | switch netbsd/m68k to GCC 8.
special thanks to rin@ for fixing many things and figuring out what was the major issue (STACK_BOUNDARY.)
|
1.1203 | 11-Aug-2020 |
mrg | update GCC 7 version to nb4 20200810, and fix the unknown GCC version error assignment from "=?" to "?=" so it works as designed.
|
1.1202 | 21-Jul-2020 |
tsutsui | Switch x68k to HAVE_XORG_SERVER_VER=120.
Confirmed both color "Graph" VRAM and mono "Text" VRAM servers on XM6i.
|
1.1201 | 20-Jul-2020 |
tsutsui | Switch ports using MI wsfb drivers to HAVE_XORG_SERVER_VER=120.
Xorg wsfb servers from 1.20 for dreamcast (16bpp), hp300 (8bpp), and luna68k (1bpp) work fine even on NetBSD 9.0, and zaurus is also confirmed working.
Discussed with mrg@ and macallan@ on tech-x11: https://mail-index.netbsd.org/tech-x11/2020/07/thread1.html#002098
|
1.1200 | 04-Jul-2020 |
chs | the x86 xen and non-xen modules are identical, so remove the unneeded extra copies. Xen kernels now use the same modules as native kernels.
|
1.1199 | 06-Jun-2020 |
joerg | sun2 and vax have no native TLS support, so avoid using modern jemalloc as it has a couple of nasty race conditions when using TSD.
|
1.1198 | 02-Jun-2020 |
jmcneill | Set USE_XZ_SETS for evbarm-aarch64
|
1.1197 | 29-May-2020 |
mrg | remove useless MACHINE_ARCH == sh3 check for GCC 8.
|
1.1196 | 29-May-2020 |
mrg | switch vax to GCC 8. testing in simh shows the same set of bugs.
|
1.1195 | 27-May-2020 |
jmcneill | Set MKDTB=yes for armv6
|
1.1194 | 27-May-2020 |
mrg | switch alpha to GCC 8. tested by rin@, same atf result as with GCC 7.
thanks rin! only vax, sh3 and m68k left.
|
1.1193 | 26-May-2020 |
christos | Move sun2 and alpha to new binutils
|
1.1192 | 24-May-2020 |
rin | Add GNU_ARCH for earmv5hf{,eb}.
|
1.1191 | 20-May-2020 |
martin | Switch sparc64 to binutils 2.34
|
1.1190 | 19-May-2020 |
rin | Try to fix fallout from addition of dtb.tgz; MKDTB was added to both _MKVARS.yes and _MKVARS.no. Remove it from the former.
|
1.1189 | 18-May-2020 |
jmcneill | Separate devicetree .dts -> .dtb building from kernel builds. They are now part of a separate set, "dtb.tgz", and only built when MKDTB=yes. This defaults to yes for earmv[67]* and aarch64, and no everywhere else.
|
1.1188 | 05-May-2020 |
skrll | switch hppa to new binutils (2.34)
|
1.1187 | 27-Apr-2020 |
mrg | invert the GCC 7/8 conditional.
only alpha, vax, m68k and sh3 are still on GCC 7.
|
1.1186 | 26-Apr-2020 |
mrg | switch mips to GCC 8.
|
1.1185 | 26-Apr-2020 |
skrll | Switch hppa to gcc 8
|
1.1184 | 23-Apr-2020 |
christos | Swirch arm to the new binutils
|
1.1183 | 15-Apr-2020 |
christos | need more ||
|
1.1182 | 15-Apr-2020 |
christos | fix backslash
|
1.1181 | 15-Apr-2020 |
christos | switch ppc to the new binutils
|
1.1180 | 04-Apr-2020 |
christos | Document and set a default for KERNEL_DIR
|
1.1179 | 04-Apr-2020 |
christos | Switch x86 to the new binutils.
|
1.1178 | 03-Apr-2020 |
christos | Switch to binutils.old
|
1.1177 | 27-Feb-2020 |
macallan | ZFS works fine on my v210, so let's enable it for sparc64
|
1.1176 | 07-Feb-2020 |
jmcneill | Update comment
|
1.1175 | 22-Jan-2020 |
uwe | Switch powerpc to GCC 8 again now that alloca() is fixed. PR port-macppc/54827
|
1.1174 | 22-Jan-2020 |
uwe | Switch powerpc back to GCC 7 until we fix alloca() PR port-macppc/54827 ok mrg@
|
1.1173 | 19-Jan-2020 |
jmcneill | Install nouveau and radeon firmware on aarch64
|
1.1172 | 17-Jan-2020 |
christos | Back to libarchive's bsdtar
|
1.1171 | 14-Jan-2020 |
christos | Back to pax as tar until I figure out how I broke libarchive (hard link extraction creates 0 length files for existing hard-links).
|
1.1170 | 12-Jan-2020 |
christos | re-enable BSDTAR now that the two issues (symlinks/atomicity) have been fixed.
|
1.1169 | 14-Dec-2019 |
mrg | switch powerpc to GCC 8.
|
1.1168 | 04-Dec-2019 |
jmcneill | Enable DTrace on aarch64
|
1.1167 | 01-Dec-2019 |
jmcneill | Enable ZFS support on aarch64
|
1.1166 | 21-Nov-2019 |
mrg | switch riscv32/64 to GCC 8.
|
1.1165 | 18-Nov-2019 |
christos | switch arm to gcc-8
|
1.1164 | 17-Nov-2019 |
mrg | switch powerpc64 to GCC 8.
|
1.1163 | 17-Nov-2019 |
mrg | switch ia64 to GCC 8. boots just as far as GCC 7 in ski.
|
1.1162 | 16-Nov-2019 |
mrg | sparc & sparc64 -> GCC 8.
|
1.1161 | 16-Nov-2019 |
mrg | i386 -> GCC 8.
|
1.1160 | 13-Nov-2019 |
joerg | Restore pax-as-tar.
|
1.1159 | 31-Oct-2019 |
martin | PR misc/54657: let RELEASEMACHINEDIR default to ${MACHINE}-${MACHINE_ARCH} for evb{arm,mips,sh3}*.
|
1.1158 | 24-Oct-2019 |
christos | 1. All Makefiles that use ARM_APCS_FLAGS add -marm unconditionally and bsd.own.mk also adds it for gcc only (so we end up with 2 -marm for gcc). Just add -marm unconditionally in bsd.own.mk in ARM_APCS_FLAGS and remove it from everywhere else. 2. gcc-8 now warns about thumb internetwork in APCS mode. This does not make sense because the documentation says that this flag does not make a difference in apcs mode, but might produce larger code in non-APCS mode. So we just add it to silence the warnings.
|
1.1157 | 22-Oct-2019 |
christos | move a{md,arch}64 to gcc 8
|
1.1156 | 13-Oct-2019 |
mrg | make GCC_NO_STRINGOP_OVERFLOW apply to gcc 7 too.
|
1.1155 | 13-Oct-2019 |
mrg | introduce some common variables for use in GCC warning disables:
GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8) GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8) GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8) GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)
use these to turn off warnings for most GCC-8 complaints. many of these are false positives, most of the real bugs are already commited, or are yet to come.
we plan to introduce versions of (some?) of these that use the "-Wno-error=" form, which still displays the warnings but does not make it an error, and all of the above will be re-considered as either being "fix me" (warning still displayed) or "warning is wrong."
|
1.1154 | 09-Oct-2019 |
jhigh | added backend support for argon2 password scheme
|
1.1153 | 29-Sep-2019 |
mrg | gcc 7 can now be found in gcc.old.
|
1.1152 | 15-Sep-2019 |
bad | Also don't add a sysroot at all if a rumpkernel build.
|
1.1151 | 23-Aug-2019 |
mrg | fix MKCXX=no: - don't build GDB - don't build sanitizers - don't build GCC commands - fix some set lists
|
1.1150 | 10-Aug-2019 |
christos | Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the debugging symbols but folks preferred to not install them at all.
|
1.1149 | 24-Jul-2019 |
roy | branches: 1.1149.2; MKBSDTAR now defaults to yes
Starting to see some modern archives not opening, it's time to make them work!
OK joerg@ agc@
|
1.1148 | 20-Jul-2019 |
mrg | add util-macros src dir.
|
1.1147 | 20-Jul-2019 |
wiz | Install the nouveau gm206 firmware as used by my graphics card.
Also add the other gm20x nouveau firmwares to the source tree to make it easier to add them for someone who can test them.
Installed if MKNOUVEAUFIRMWARE is set to 'yes'. This defaults to no except on amd64 and i386 (like for radeon).
|
1.1146 | 11-Jun-2019 |
mrg | turn on MKLLVMRT for aarch64 X11 builds.
with llvmpipe vs swrast, on pinebook 1080p i see 6x speed up for glxgears, seamonkey & google maps is significantly faster, and ksudoku is workable.
|
1.1145 | 02-Jun-2019 |
mrg | minor hack fix for the previous:
MKX11 is used before it was defaulted, leading to eg:
... Malformed conditional (${MKX11} != "no" && ${HAVE_MESA_VER} == "18")
gain knowledge that it defaults to "no" immediately below. could split this list, but seems uglier.
|
1.1144 | 02-Jun-2019 |
mrg | fix building x86 with X11 but not LLVM:
- change the defaults for MKLLVMRT and MKX11 so we don't have to force-override later. this makes "build.sh -V MKLLVMRT=no" work to disable building the LLVM Mesa components.
- in gallium, don't BUILD_RADEON if MKLLVMRT is no.
this stops GL from working, but basic X seems OK enough for Xvideo to still work on modern radeon (ie, video mostly works fine, though eg, "mpv -vo gpu" won't. use "mpv -vo xv".)
|
1.1143 | 30-May-2019 |
christos | Everyone is on gdb-8.3 now.
|
1.1142 | 30-May-2019 |
christos | add vax to new gdb
|
1.1141 | 29-May-2019 |
christos | move sparc* to new gdb.
|
1.1140 | 29-May-2019 |
christos | Add i386
|
1.1139 | 29-May-2019 |
christos | amd64 switched to gdb-8.3
|
1.1138 | 26-May-2019 |
christos | build gdb from gdb.old
|
1.1137 | 17-May-2019 |
nakayama | Use ${_TOOL_PREFIX} instead of hardcoding "nb" for consistency.
|
1.1136 | 17-May-2019 |
nakayama | Revert previous. The binaries created are different, but according to joerg@ there is no difference in functionality.
|
1.1135 | 16-May-2019 |
nakayama | Rename nb{clang,llvm}-tblgen to ${MACHINE_GNU_PLATFORM}-{clang,llvm}-tblgen since they contain the default target (e.g. x86_64--netbsd).
|
1.1134 | 11-May-2019 |
christos | Everyone is using gcc-7 now.
|
1.1133 | 10-May-2019 |
mrg | add an entry to find upcoming intel-2014 driver.
|
1.1132 | 19-Apr-2019 |
mrg | switch ia64 to GCC 7. scole@ commited a workaround for the one new problem.
this leaves ppc64 as the only GCC 6 port left.
|
1.1131 | 18-Apr-2019 |
mrg | turn on MKCOMPAT for riscv64.
|
1.1130 | 16-Apr-2019 |
mrg | enable EGL and glamor. partly from maya@.
for x86 and evbarm: - install headers and libEGL - install xorg-server glamoregl component - link xorg drivers against gbm/egl
bonus fix: - fix some wrongly marked compatx11file files
build tested on shark, sgimips, evbarm64-el, amd64 and i386. run tested on radeon, intel and nvidia on amd64, including 'modesetting' driver on amd64. however, my systems disable it due to llvmpipe so i'm not sure what is happening.
|
1.1129 | 15-Apr-2019 |
maya | Don't build compat libraries for riscv, for now.
|
1.1128 | 05-Apr-2019 |
maya | Switch everyone to mesa 18.
|
1.1127 | 05-Apr-2019 |
maya | Limit MKLLVMRT being enabled with MKX11 to x86.
|
1.1126 | 05-Apr-2019 |
maya | Frantically revert previous because of missing stuff
|
1.1125 | 05-Apr-2019 |
maya | switch everyone to mesa 18.
|
1.1124 | 04-Apr-2019 |
mrg | switch hppa to GCC 7.
note vax atf fails same as GCC 6. hppa mostly works but has an atf issue also unrelated to the compiler version
note ia64 mostly builds, but the kernel fails earlier than GCC 6.
|
1.1123 | 03-Apr-2019 |
christos | vax "cough" works, with gcc-7
|
1.1122 | 03-Apr-2019 |
joerg | Use and enable MKLLVMRT for HAVE_MESA_VER=18.
|
1.1121 | 03-Apr-2019 |
joerg | Provide a default value of no for MKLLVMRT.
|
1.1120 | 03-Apr-2019 |
joerg | Revert MKLLVMCMDS changes.
|
1.1119 | 28-Mar-2019 |
christos | re-enable jemalloc.
|
1.1118 | 28-Mar-2019 |
christos | disable jemalloc again until we can figure out what to do with the bloat for installer media.
|
1.1117 | 27-Mar-2019 |
christos | back to jemalloc for the masses
|
1.1116 | 27-Mar-2019 |
christos | undo previous, too much breaks.
|
1.1115 | 27-Mar-2019 |
christos | jemalloc for everyone!
|
1.1114 | 21-Mar-2019 |
martin | Switch sparc64 over to newer jemalloc.
|
1.1113 | 20-Mar-2019 |
mrg | split MKLLVM into MKLLVM and MKLLVMCMDS, like MKGCC and MKGCCCMDS:
- only build clang or clang-tblgen if MKLLVMCMDS != "no" - move HAVE_MESA_VER earlier so we can detect mesa 18 and enable MKLLVM on platforms that need it - move the clang commands and headers into llvmcmds group - only build the clang specific LLVM libraries if MKLLVMCMDS != "no"
much of this work came from maya@'s github commit f90685c11d4460d3098fa35f48b58d1893e974e0, reworked for HAVE_MESA_VER and llvmcmds vs MKCLANG.
build tested on several platforms and on amd64 and i386 with several different build options (clang build, gcc build, gcc build with llvm libs).
|
1.1112 | 11-Mar-2019 |
mrg | install transset.
|
1.1111 | 10-Mar-2019 |
mrg | export HAVE_MESA_VER for use in makefiles and set lists.
|
1.1110 | 10-Mar-2019 |
mrg | move mesa10 build into .old scheme:
- add ${X11SRCDIR.MesaLib.old} and introduce ${X11SRCDIR.Mesa} as an alias for either the former or the non old. this allows many of the makefiles to simply use ${X11SRCDIR.Mesa} (but does not really enable much sharing of makefiles, but reduces their diffs.)
- use mesa-which.mk to define ${OLD_PREFIX} to either "" or ".old", and to know if to build 'dri7' (.old only.) ${OLD_PREFIX} is used by other code (eg, LIBDPLIBS) to pick the right subdir.
|
1.1109 | 09-Mar-2019 |
christos | Switch i386 and aarch64 to jemalloc (really I could switch everyone at this point).
|
1.1108 | 08-Mar-2019 |
christos | Back to using jemalloc for x86_64; all problems have been resolved.
|
1.1107 | 04-Mar-2019 |
christos | Switch back amd64 to the old jemalloc. We have some pthread unit-tests failing.
|
1.1106 | 04-Mar-2019 |
christos | switch amd64 to jemalloc-5.1.0
|
1.1105 | 04-Mar-2019 |
mrg | switch 32 bit arm, m68* and sh3 to GCC 7.
reverse the polarity now that few ports remain: hppa, vax, ia64 and ppc64
|
1.1104 | 09-Feb-2019 |
maya | Use GCC 7 on riscv, it is not supported on 6.
|
1.1103 | 09-Feb-2019 |
mrg | switch ppc64 back to gcc7, it was an accident.
|
1.1102 | 08-Feb-2019 |
mrg | switch aarch64, alpha, i386, mips, powerpc, sparc, sparc64, and x86_64 to GCC 7.
|
1.1101 | 06-Feb-2019 |
mrg | move OBJECT_FMTS setting after MKCOMPAT default, so it works.
should fix mips64 builds.
|
1.1100 | 05-Feb-2019 |
mrg | re-do version 1.1098 properly:
- fix OBJECT_FMTS if mips64 and !MKCOMPAT
|
1.1099 | 04-Feb-2019 |
mrg | revert previous for now.
|
1.1098 | 04-Feb-2019 |
mrg | don't add elf64 to OBJECT_FMTS if !MKCOMPAT and mips64.
|
1.1097 | 30-Jan-2019 |
scole | don't disable MKRUMP by default for ia64 as it can at least build now
|
1.1096 | 29-Jan-2019 |
scole | remove "MKLINT.ia64=no" as default is no anyway, and should compile on 64 bit host now
|
1.1095 | 19-Jan-2019 |
mrg | obsolete gcc 5 support. add gcc 7 support. call it "nb1 20190119"
|
1.1094 | 09-Jan-2019 |
mrg | add vboxvideo.
|
1.1093 | 03-Jan-2019 |
christos | Move x68k to the old xserver. It does not build with the new one (yet).
|
1.1092 | 02-Jan-2019 |
christos | un-86'ed the ELF2AOUT variable.
|
1.1091 | 31-Dec-2018 |
christos | - prefix elf conversion tools with their platform to avoid conflicts - add arm-elf2aout
|
1.1090 | 31-Dec-2018 |
mrg | updates for xorg-server 1.20.
|
1.1089 | 30-Dec-2018 |
christos | binutils 2.31 for everyone!
|
1.1088 | 27-Dec-2018 |
christos | Back to 2.31 for x86! Hooray :-)
|
1.1087 | 25-Dec-2018 |
christos | back to binutils 227: constructors in ifconfig are broken.
|
1.1086 | 24-Dec-2018 |
christos | Switch x86 to binutils 2.31.1
|
1.1085 | 03-Dec-2018 |
christos | Head is binutils 2.31
|
1.1084 | 19-Nov-2018 |
aymeric | Prepend ${_TOOL_PREFIX} to xz, too.
|
1.1083 | 15-Nov-2018 |
martin | Explicitly document the incompatibility between USE_PIGZGZIP and USE_XZ_SETS. Disable the latter if the former is enabled.
|
1.1082 | 11-Nov-2018 |
christos | disorder police
|
1.1081 | 11-Nov-2018 |
maya | Provide a fallback dtc if USE_TOOLS isn't in use.
From Daniel Loffgren in PR kern/53720.
|
1.1080 | 10-Nov-2018 |
maya | Revert part of 1.1079. MKSOFTFLOAT?=yes for mips64*.
That is most likely an accidental commit.
PR port-mips/53719
|
1.1079 | 10-Nov-2018 |
macallan | more Xorg on iyonix building goop
|
1.1078 | 06-Oct-2018 |
martin | Remove duplicate conditional assignment in previous - pointed out by wiz@
|
1.1077 | 06-Oct-2018 |
martin | Switch amd64, sparc64 and alpha to .tar.xz sets
|
1.1076 | 29-Sep-2018 |
martin | Add defaults and documentation for USE_XZ_SETS - a new variable controlling whether an architecture will use .tgz or tar.xz sets.
|
1.1075 | 05-Sep-2018 |
mrg | flip all ports to gcc.old GCC 6.4.
|
1.1074 | 12-Aug-2018 |
maya | Try the more likely gfortran instead of g77. g77 has likely not shipped as a binary in a long time.
No change for netbsd src as it has no fortran code, no change for pkgsrc because it passes ${FC} for fortran packages.
|
1.1073 | 11-Aug-2018 |
christos | use the tools version of grep
|
1.1072 | 25-Jul-2018 |
kamil | Introduce MKLIBCSANITIZER in the share/mk rules
Add flags that are required to build a program and a dynamically loaded library.
Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS.
LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc and no external dependencies are needed.
Register NOLIBCSANITIZER, as certain distribution parts will need to be skipped.
|
1.1071 | 18-Jul-2018 |
christos | Remove special-casing of aarch64 now that gcc works (switch aarch64 to gcc)
|
1.1070 | 17-Jul-2018 |
christos | Let's build gdb for aarch64.
|
1.1069 | 16-Jul-2018 |
christos | Everyone has gcc-6 now.
|
1.1068 | 14-Jul-2018 |
maya | Update comment to match what the below text does
(This logic needs to go into gcc config files, but removing it requires mknative)
|
1.1067 | 12-Jul-2018 |
joerg | Update MKSTATICPIE entry to actually do something.
|
1.1066 | 22-Jun-2018 |
christos | branches: 1.1066.2; - Fix groff reproducibility: - specify mdoc and font paths - clear encoding - specify pagesize on the command line XXX: pullup-8
|
1.1065 | 16-Jun-2018 |
mrg | check MK{FOO} defaults for $MACHINE as well as $MACHINE_ARCH. should restore firmware files for some platforms that were missing them.
|
1.1064 | 02-Jun-2018 |
christos | Add NORELRO
|
1.1063 | 02-Jun-2018 |
christos | Add build glue to build all the code with sanitizers: MKSANITIZE.
|
1.1062 | 31-May-2018 |
mrg | introduce MKFIRMWARE that controls where (most) of the contents of /libdata/firmware and /usr/libdata/firmware are not installed if set to "no". from the bsd.README:
MKFIRMWARE If "no", install the /libdata/firmware directory, which is necessary for several drivers: athn(4), bwfm(4), ipw(4), iwi(4), iwm(4), iwn(4), otus(4), rtwn(4), urtwn(4), wpi(4), ral(4), rum(4), run(4), zyd(4), bcm43xx(4), and the Tegra 124 SoC. Default: yes on amd64, cobalt, evbarm evbmips, evbppc, hpcarm, hppa, i386, mac68k, macppc, sandpoint, and sparc64, no elsewhere.
convert MKRADEONFIRMWARE and MKTEGRAFIRMWARE into FOO.arch lists, and move their defaults above the general defaults setting.
saves about 12MB in a normal installation for other platforms.
|
1.1061 | 09-May-2018 |
joerg | Don't assume that EXTERNAL_TOOLCHAIN is gcc. HAVE_GCC can and should be defined appropiately if it is an external GCC.
|
1.1060 | 09-May-2018 |
joerg | Always provide --sysroot arguments, even for EXTERNAL_TOOLCHAIN.
|
1.1059 | 04-May-2018 |
nisimura | remove duplicated cobalt in MACHINES.mips= line.
|
1.1058 | 24-Apr-2018 |
christos | PR/53209: David Shao: lang/llvm BFD (NetBSD Binutils nb1) 2.30 assertion fail elflink.c:2824 switch x86 back to old binutils until it is fixed. (also non pie binaries have broken relocs)
|
1.1057 | 15-Apr-2018 |
christos | switch x86 to binutils-2.30
|
1.1056 | 14-Apr-2018 |
christos | switch everyone to binutils.old
|
1.1055 | 07-Apr-2018 |
mrg | switch vax to GCC 6. thanks to Krister and Maya for the fixes. it now appears as disfunctional as GCC 5 for vax. ok ragge@.
this was the final GCC 5 platform in -current. hooray!
|
1.1054 | 05-Apr-2018 |
mrg | switch m68000 and m68k to GCC 6. ok mlelstv.
|
1.1053 | 01-Apr-2018 |
ryo | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@) - add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
|
1.1052 | 31-Mar-2018 |
kamil | Drop the USE_LIBTRE build option
libtre cannot be used any more as a replacement for regex(3). Tt does not build and the library development is stalled in upstream.
Proposed on mailing list.
Sponsored by <The NetBSD Foundation>
|
1.1051 | 15-Mar-2018 |
christos | Don't barf if the ctf tools are not installed. [perhaps warn?]
|
1.1050 | 14-Mar-2018 |
mrg | complete the switch to xorgproto over *proto split packages - remove old package makefiles - update makekeys for Xfuncproto.h being a real file now - clean up deleted package X11SRCDIR.pkg settings
this should be functionally equivalent.
|
1.1049 | 14-Mar-2018 |
mrg | add xorgproto srcdir.
|
1.1048 | 11-Mar-2018 |
mrg | stop building libXfontcache as it is obsolete for a decade.
|
1.1047 | 09-Mar-2018 |
christos | everyone switched to openssl-1.1
|
1.1046 | 05-Mar-2018 |
christos | branches: 1.1046.2; switch everyone but vax to OpenSSL1.1.
|
1.1045 | 05-Mar-2018 |
mrg | switch sh3 to GCC 6. tested on landisk in emul and hardware.
actually do this by reversing the check to look for m68* and vax to choose GCC 5, and otherwise default to GCC 6.
|
1.1044 | 05-Mar-2018 |
mrg | switch arm ports to GCC 6.
this is the last GCC that will support these ports: - epoc32 - netwinder - shark - acorn32 - cats - most hpcarm systems (only NETBOOKPRO and WZERO3 remain)
|
1.1043 | 05-Mar-2018 |
mrg | swtich ia64 to GCC 6.
|
1.1042 | 05-Mar-2018 |
christos | switch ppc to OpenSSL-1.1, use MACHINE_CPU consistently.
|
1.1041 | 04-Mar-2018 |
mrg | switch powerpc, mips and arm ports to GCC 6.
all kernels that build with gcc 5 still build. several platforms tested in emulators and real hardware.
|
1.1040 | 04-Mar-2018 |
christos | switch sh3 to openssl-1.1
|
1.1039 | 03-Mar-2018 |
christos | switch arm to openssl-1.1
|
1.1038 | 26-Feb-2018 |
martin | Switch sparc over to openssl 1.1 again - thanks to christos for fixing it!
|
1.1037 | 23-Feb-2018 |
skrll | Switch hppa to gcc 6.4
|
1.1036 | 20-Feb-2018 |
martin | Switch sparc back to old openssl - needs more work and testing.
|
1.1035 | 19-Feb-2018 |
christos | switch sparc to openssl-1.1
|
1.1034 | 17-Feb-2018 |
mrg | switch i386, sparc and sparc64 to GCC 6.
|
1.1033 | 11-Feb-2018 |
christos | switch amd64 to gcc-6. Thanks mrg for all the work!
|
1.1032 | 09-Feb-2018 |
christos | missing backslash
|
1.1031 | 04-Feb-2018 |
christos | switch everyone to openssl.old
|
1.1030 | 02-Feb-2018 |
mrg | convert HAVE_GCC handling to modern GCC release numbering: - HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for GCC 5.4 and GCC 5.5.) - remove some more GCC 4.8 code. we don't support GCC 4 here. - adjust set lists to gcc=5 from gcc=53.
add some basic HAVE_GCC=6 handling (totally unused so far.)
|
1.1029 | 27-Jan-2018 |
christos | explain how to allow coverity to use sysroot
|
1.1028 | 24-Jan-2018 |
skrll | Remove port-acorn26
OK core@
|
1.1027 | 22-Jan-2018 |
christos | Disgusting and evil hack to elide coverity options that break production of coverity output when present [userland portion]
- --sysroot - -fstack-protector - -std=gnu99 - --nostdinc - -fPIE
The critical one here being --sysroot because this means that we need to use the actual system headers while building (or chroot/sandbox appropriately)
|
1.1026 | 07-Jan-2018 |
jmcneill | Import NVIDIA Tegra XUSB firmware for Tegra124 and Tegra210. Installation of this firmware is controlled by the MKTEGRAFIRMWARE option, which defaults to yes on evbarm and evbarm64 and no everywhere else.
|
1.1025 | 01-Dec-2017 |
mrg | allow EXTERNAL_GCC_SUBDIR to be overriden.
|
1.1024 | 29-Nov-2017 |
christos | back to gdb 801
|
1.1023 | 29-Nov-2017 |
christos | move gdb back to 7.12 for now
|
1.1022 | 29-Nov-2017 |
christos | switch everyone to gdb-8.0.1
|
1.1021 | 29-Nov-2017 |
christos | switch amd64 to gdb-8.0.1
|
1.1020 | 28-Nov-2017 |
christos | switch everyone to gdb.old
|
1.1019 | 08-Oct-2017 |
christos | need a few more commits to enable this.
|
1.1018 | 08-Oct-2017 |
christos | Add variables for static PIE
|
1.1017 | 06-Oct-2017 |
tsutsui | Switch hp300 to HAVE_XORG_SERVER_VER=118.
Tested on HP 9000/425t with HP98550 catseye (topcat).
|
1.1016 | 22-Aug-2017 |
joerg | Strip .debug_macinfo when converting to a.out, clang may generate it.
|
1.1015 | 16-Aug-2017 |
tsutsui | Switch dreamcast to HAVE_XORG_SERVER_VER=118. It just works.
|
1.1014 | 14-Aug-2017 |
mrg | swtich luna68k to xorg-server 1.18. tested by tsutsui@.
|
1.1013 | 04-Aug-2017 |
mrg | switch bebox, cats, ibmnsw and prep to xorg-server 1.18.
|
1.1012 | 23-Jul-2017 |
mrg | GCC 5.3 now lives in gcc.old. add Xfont2 to X11 list.
|
1.1011 | 18-Jul-2017 |
joerg | Build PIC libs on MIPS and PPC64. While the normal calling convention is position-independent, real PIC defaults to Global Dynamic as TLS model, while non-PIC and PIE code can use more restrictive models like Initial Exec. This is most visible with the thread_local destructor code now using TLS in libc as it would be clobbered by any other shared library with TLS due to static offset assignment by ld.
|
1.1010 | 05-Jun-2017 |
christos | add MKDTC
|
1.1009 | 21-May-2017 |
riastradh | branches: 1.1009.2; Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code.
In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography.
The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations.
My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws.
As proposed on tech-crypto, tech-security, and tech-userlevel to no objections:
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html
P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
|
1.1008 | 21-May-2017 |
riastradh | Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcrypto.so.
This option existed only because RC5 is covered by patents that, twenty years ago, we had reason to suspect the patent holder, RSA, Inc., might litigate. The two US patents in question are 5,724,428 and 5,835,600.
According to the USPTO Patent Term Calculator web site at <https://www.uspto.gov/patent/laws-and-regulations/patent-term-calculator#heading-5> (retrieved 2017-05-21), patents filed after 1995-06-07 expire twenty years after the filing date.
number filing date 5,724,428 1995-11-01 5,835,600 1997-04-21
Thus, these patents appear to be expired.
As proposed on tech-crypto and tech-security:
https://mail-index.netbsd.org/tech-crypto/2017/05/05/msg000718.html https://mail-index.netbsd.org/tech-security/2017/05/05/msg000927.html
|
1.1007 | 22-Mar-2017 |
chs | provide a common softfloat fenv implemenation and use it for softfloat builds. restore ABI compatibility with previous releases for ieeefp.h on sh3. add namespace.h protection for all the fenv interfaces. use MKSOFTFLOAT on sh3 instead of assuming softfloat. standardize on comparing MKSOFTFLOAT with "no". remove the arm-specific softfloat fenv code (which also had several bugs). fix logic errors in the arm hardfloat feraiseexcept() and feupdateenv().
|
1.1006 | 13-Feb-2017 |
snj | prune duplicate xkeyboard-config and xkbcomp
|
1.1005 | 10-Feb-2017 |
christos | add MKDIRPERM
|
1.1004 | 10-Feb-2017 |
christos | Add MKDIRMODE
|
1.1003 | 18-Jan-2017 |
matt | Resort _MKVARS.no
|
1.1002 | 10-Jan-2017 |
skrll | branches: 1.1002.2; binutils 2.26 is no more.
|
1.1001 | 08-Jan-2017 |
christos | - centralize setting of MK* vars in bsd.own.mk - make sure that the default setting of all vars is done in _MKVARS.{yes,no} if possible.
|
1.1000 | 07-Jan-2017 |
christos | add nsd
|
1.999 | 11-Dec-2016 |
christos | complete the transition to binutils-2.27
|
1.998 | 11-Dec-2016 |
mrg | aarch64 builds work with binutils 2.27. switch it. hppa builds, just needs a run time test if someone wants. then we're done!
|
1.997 | 11-Dec-2016 |
mrg | switch mips (32 bit) and arm to binutils 2.27. hppa and aarch64 left.
|
1.996 | 10-Dec-2016 |
mrg | revert binutils check polarity. now we know that only these are not updated to binutils 2.27: aarch64*, *arm*, hppa, mipse[lb]
|
1.995 | 10-Dec-2016 |
mrg | switch ppc* to binutils 2.27.
|
1.994 | 08-Dec-2016 |
christos | move sh3 to new binutils
|
1.993 | 03-Dec-2016 |
christos | switch sparc/sparc64 to binutils 227
|
1.992 | 03-Dec-2016 |
christos | move alpha to new binutils
|
1.991 | 03-Dec-2016 |
christos | switch mips64 to new binutils and gdb.
|
1.990 | 02-Dec-2016 |
christos | switch m68k to new binutils and gdb
|
1.989 | 27-Nov-2016 |
christos | switch vax to new binutils and gdb.
|
1.988 | 21-Nov-2016 |
snj | nuke xf86-video-nvxbox, as xbox support went away in 2011.
|
1.987 | 14-Nov-2016 |
joerg | Drop remarks about AArch64 ABI being PIC following a discussion with Tim Northover. The default code model is small and globals are expected to be within the lower 4GB if not explicitly using -fPIC.
|
1.986 | 13-Nov-2016 |
joerg | Define the MKPICLIB default for aarch64 and powerpc64 only for native builds, not inside src/compat.
|
1.985 | 01-Nov-2016 |
skrll | enable xorg-server 1.18 for evbarm
|
1.984 | 01-Nov-2016 |
christos | add NODEBUGLIB
|
1.983 | 27-Oct-2016 |
christos | switch x86 to the new binutils
|
1.982 | 26-Oct-2016 |
christos | switch everyone to binutils.old
|
1.981 | 22-Oct-2016 |
skrll | Switch hppa to gdb 7.12... passes basic tests
|
1.980 | 21-Oct-2016 |
mrg | flip the polarity of the xorg-server version: list the unconverted ports. i distilled this list from the old list and the MKXORG_SERVER list, but there may be some build fallout.
|
1.979 | 20-Oct-2016 |
mrg | sh3 (le) gdb 7.12 works. switch it. sun2 gdb probably doesn't work any less bad. switch it.
|
1.978 | 19-Oct-2016 |
mrg | turn off MKCOMPAT for aarch64eb builds for now.
|
1.977 | 19-Oct-2016 |
mrg | set {_LIBC_COMPILER_RT,MKGDB,_NEEDS_LIBCXX}.aarch64eb=yes.
|
1.976 | 17-Oct-2016 |
mrg | switch evbcf and powerpc64 to GDB 7.12.
remaining ports: hppa, sun2, vax, m68k, sh3, mips64*
|
1.975 | 17-Oct-2016 |
mrg | reverse the HAVE_GDB test - list the unconverted ports.
|
1.974 | 17-Oct-2016 |
mrg | switch i386 and 32 bit mips to GDB 7.12.
|
1.973 | 16-Oct-2016 |
mrg | switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10. 'step' and 'stepi' both fail, but 'next' and break points are ok, so a sufficiently determined user can get somewhere..
someone should try to fix 'step'. it appears to loop forever inside ld.elf_so for me in an atomic cas function.
|
1.972 | 16-Oct-2016 |
mrg | switch sparc, sparc64, arm and powerpc to gdb 7.12.
|
1.971 | 13-Oct-2016 |
joerg | Build the new X server on AArch64, it is slightly less offensive.
|
1.970 | 12-Oct-2016 |
christos | amd64 switches to gdb 7.12
|
1.969 | 12-Oct-2016 |
christos | switch to gdb.old
|
1.968 | 11-Oct-2016 |
macallan | switch evbmips to new xorg
|
1.967 | 07-Oct-2016 |
christos | bye {gcc,gdb,binutils}.old
|
1.966 | 05-Oct-2016 |
christos | switch mips64 to pie/gcc53/binutils226/gdb710 switch ppc64 to binutils226/gdb710 (gcc/pie pending to toc issue)
|
1.965 | 04-Oct-2016 |
mrg | convert the old binutils and gdb lists to only contain the unconverted ports: ppc64/mips64 for both
|
1.964 | 29-Sep-2016 |
mrg | enable xorg-server 1.18 for sparc64. minor consistency
|
1.963 | 27-Sep-2016 |
mrg | set X11SRCDIR.xf86-video-modesetting correctly for xorg-server 1.18.4. should fix build errors for x86.
|
1.962 | 23-Sep-2016 |
macallan | switch sparc to new Xorg
|
1.961 | 17-Sep-2016 |
christos | switch arm to new binutils.
|
1.960 | 17-Sep-2016 |
kre | YAF
|
1.959 | 17-Sep-2016 |
kre | Fix the fix...
|
1.958 | 17-Sep-2016 |
christos | add \
|
1.957 | 17-Sep-2016 |
christos | switch m68k to new gcc/gdb/binutils and pie. Tested with sun3 and tmesh. Too bad there is not enough memory for ASLR :-)
|
1.956 | 15-Sep-2016 |
mrg | switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.
add a note to UPDATING about needing a clean objdir and destdir.
|
1.955 | 11-Sep-2016 |
tsutsui | Switch NetBSD/x68k to Xorg server 1.18 by default.
Build confirmed by build.sh -x release.
|
1.954 | 05-Sep-2016 |
mrg | oops, put mips32 back to gcc 5.3.
|
1.953 | 04-Sep-2016 |
mrg | reverse the GCC 5 test and only list the platforms not using it: ${MACHINE_CPU} == "mips" || \ ${MACHINE_CPU} == "m68k" || \ ${MACHINE_ARCH} == "coldfire" || \ ${MACHINE_ARCH} == "m68000" || \ ${MACHINE} == "or1k" || \ ${MACHINE} == "riscv"
and considering riscv and or1k both need to either wait for GCC 6 or have someone who cares port their 5.x patches to our tree, that really only means we have mips and m68k left.
|
1.952 | 03-Sep-2016 |
jakllsch | Switch shark to Xorg server 1.18.
The igs driver no longer builds against 1.10.
|
1.951 | 03-Sep-2016 |
christos | Switch mips32 to new binutils/gcc/gdb/pie. Tested with gxemul+pmax
|
1.950 | 03-Sep-2016 |
christos | gcc-5.3 for sh3
|
1.949 | 31-Aug-2016 |
christos | switch all arm to new binutils
|
1.948 | 28-Aug-2016 |
christos | Turn on PIE for all arm and sh3
|
1.947 | 26-Aug-2016 |
nonaka | Add TOOL_GPT
|
1.946 | 26-Aug-2016 |
christos | block sun2 from MKPIE!
|
1.945 | 20-Aug-2016 |
christos | unbound additions
|
1.944 | 20-Aug-2016 |
mrg | HAVE_XORG_SERVER_VER is always set, if not earlier, immediately above.
|
1.943 | 19-Aug-2016 |
mrg | - introduce HAVE_XORG_GLAMOR which is set to yes on xorg-server 1.18 and x86 ports only so far. - build glamor extension. - fix debug set lists for xorg-server 1.18 - install xf86-video-amdgpu driver on xorg-server 1.8 and x86 - clean up radeon-kms Makefile and enable glamor xorg-server 1.8 - clean up various obsolete makefile parts
|
1.942 | 18-Aug-2016 |
mrg | x11: add amdgpu driver, libepoxy and remove radeonhd driver
|
1.941 | 16-Aug-2016 |
mrg | add a HAVE_XORG_SERVER_VER for use in sets. clean up the x11 defines a little for modern xorg, particularly the version.
|
1.940 | 15-Aug-2016 |
mrg | add libxshmfence.
|
1.939 | 05-Aug-2016 |
scole | PR port-ia64/51261
For ia64, don't build elf32, disable MKDYNAMICROOT and MKRUMP. ld.elf_so and rump are not implemented yet
|
1.938 | 07-Jul-2016 |
martin | branches: 1.938.2; Switch sparc64 to gcc 5.4, binutils 2.26 and gdb 7.10.
|
1.937 | 01-Jul-2016 |
martin | Switch ia64 and alpha to latest gcc/binutils(alpha was there already)/gdb.
|
1.936 | 14-Jun-2016 |
christos | Add and document MKRELRO and set x86 to partial by default.
|
1.935 | 10-Jun-2016 |
mrg | switch sparc to GCC 5.4 and powerpc to GDB 7.10
|
1.934 | 10-Jun-2016 |
mrg | re-enable MKCOMPAT for arm eabi platforms, as it now works again.
|
1.933 | 10-Jun-2016 |
mrg | switch all arm (vs just evbarm) to GDB 7.10.
|
1.932 | 10-Jun-2016 |
mrg | switch to using xorg-server.old for everyone.
|
1.931 | 10-Jun-2016 |
mrg | define XORG_SERVER_SUBDIR to either xorg-server or xorg-server.old.
|
1.930 | 10-Jun-2016 |
mrg | switch powerpc64 to GCC 5.
|
1.929 | 09-Jun-2016 |
mrg | allow earm* platforms to *try* to enable MKCOMPAT=yes, since it only is a build failure, not an entirely unavailable feature.
|
1.928 | 08-Jun-2016 |
mrg | switch all arm platforms to GCC 5, not just evbarm.
|
1.927 | 21-May-2016 |
christos | switch evbarm to gdb-7.10.1
|
1.926 | 21-May-2016 |
christos | Switch evbarm to gcc-5.3 and turn on PIE.
|
1.925 | 20-May-2016 |
christos | i386 is PIE now since I am turning PaX ASLR/MPROTECT on.
|
1.924 | 19-May-2016 |
christos | Turn on PIE for sparc64 so we can use ASLR effectively.
|
1.923 | 11-May-2016 |
martin | Switch alpha and sparc64 back to gcc 4.8 and old binutils for now - too much fallout from gcc 5.3 and no quick solution, it needs more work. Binutils 2.26 does not play well with old gcc and causes random fallout when building pkgs (e.g. /usr/pkg/lib/libgthread-2.0.so.0: Trying to call undefined weak symbol `__deregister_frame_info' when build gstremeer0.10)
|
1.922 | 28-Apr-2016 |
martin | Switch sparc64 to gcc 5.3. OK: mrg
|
1.921 | 26-Apr-2016 |
mrg | switch powerpc to GCC 5.3.
|
1.920 | 11-Apr-2016 |
martin | Add missing .if so MKPIE is only defaulting to yes on amd64 for now
|
1.919 | 10-Apr-2016 |
christos | Enable PIE binaries on amd64 by default.
|
1.918 | 04-Apr-2016 |
skrll | Switch alpha to binutils 2.26
|
1.917 | 03-Apr-2016 |
mrg | switch amd64 and i386 to GCC 5.3 by default.
|
1.916 | 02-Apr-2016 |
mrg | add some comments and prefer MACHINE over MACHINE_ARCH when they're always the same. no functional change.
|
1.915 | 30-Mar-2016 |
mrg | turn off MKCOMPAT for arm and GCC 5 (for now).
|
1.914 | 29-Mar-2016 |
mrg | switch alpha to GCC 5.3. works just as well on my UP1000.
|
1.913 | 27-Mar-2016 |
skrll | Switch hppa to gcc 5.3
|
1.912 | 26-Mar-2016 |
mrg | switch sparc to GDB 7.10. works for me.
|
1.911 | 26-Mar-2016 |
martin | Switch playstation2 over to gcc 5.3, binutils 2.26 and gdb 7.10
|
1.910 | 24-Mar-2016 |
martin | Switch mips64 over to new gdb - old one doesn't work there either, better to debug in the newer version.
|
1.909 | 24-Mar-2016 |
christos | switch vax to new binutils and gdb.
|
1.908 | 24-Mar-2016 |
christos | switch vax to gcc-5.3
|
1.907 | 13-Mar-2016 |
christos | Add NO{SSP,FORTIFY}
|
1.906 | 13-Mar-2016 |
mrg | remove some more GCC 4.5 code. make GCC 5.3 be HAVE_GCC=53, so that, for example, HAVE_GCC >= 48 works properly.
|
1.905 | 01-Mar-2016 |
uwe | Switch sh3 to the new binutils and gdb. Lightly tested on landisk. sh3eb compile-tested only.
|
1.904 | 28-Feb-2016 |
martin | Switch sparc64 over to new binutils
|
1.903 | 27-Feb-2016 |
joerg | Sparc/Sparc64 also support libc++ and compiler-rt in libc with Clang.
|
1.902 | 23-Feb-2016 |
macallan | switch sparc to new binutils
|
1.901 | 19-Feb-2016 |
macallan | switch powerpc ports to new binutils
|
1.900 | 09-Feb-2016 |
plunky | use pcpp front end rather than libexec/cpp directly, since commandline options may not be handled by the latter
|
1.899 | 08-Feb-2016 |
skrll | Remove the .SUNW_ctf sections when converting form ELF -> a.out by updating OBJCOPY_ELF2AOUT_FLAGS
|
1.898 | 06-Feb-2016 |
riz | Back out unintended changes committed with last.
|
1.897 | 06-Feb-2016 |
riz | Don't test dtrace-related variables until after they've been set.
|
1.896 | 03-Feb-2016 |
christos | switch i386 to gdb-7.10.1
|
1.895 | 03-Feb-2016 |
christos | switch amd64 to gdb-7.10.1
|
1.894 | 02-Feb-2016 |
christos | everyone, back to gdb.old
|
1.893 | 02-Feb-2016 |
christos | Switch i386 to new binutils.
|
1.892 | 01-Feb-2016 |
skrll | Switch hppa to binutils 2.26
|
1.891 | 31-Jan-2016 |
christos | flip amd64 and evbarm to the new binutils
|
1.890 | 31-Jan-2016 |
christos | Introduce NOPIE and NOCTF so that standalone programs build properly.
|
1.889 | 29-Jan-2016 |
christos | new binutils will be 2.26
|
1.888 | 26-Jan-2016 |
christos | back to binutils.old now that it works.
|
1.887 | 26-Jan-2016 |
christos | back to use binutils since the path is hard-coded everywhere!
|
1.886 | 26-Jan-2016 |
christos | external binutils and gdb variables.
|
1.885 | 24-Jan-2016 |
christos | Add tool cvslatest
|
1.884 | 22-Jan-2016 |
riz | Build DTrace userland by default on i386, amd64 and earm*
|
1.883 | 19-Dec-2015 |
wiz | Fix pasto.
|
1.882 | 18-Dec-2015 |
christos | Sort texinfo dir file for MKREPRO
|
1.881 | 01-Dec-2015 |
joerg | Don't set TOOL_GREP to something which doesn't exist, just use the host tool for now.
|
1.880 | 15-Nov-2015 |
pooka | describe => rumpdescribe
|
1.879 | 06-Nov-2015 |
jmcneill | Build xf86-video-modesetting on evbarm
|
1.878 | 04-Nov-2015 |
phx | Build a wsfb Xorg server for amiga.
|
1.877 | 19-Oct-2015 |
pooka | Allow "make describe" to descend into SUBDIRs.
|
1.876 | 13-Oct-2015 |
rjs | Add Xorg server to ibmnws build.
|
1.875 | 13-Oct-2015 |
mrg | add xf86-video-nouveau
|
1.874 | 30-Sep-2015 |
rjs | Build Xorg server and wsfb driver for mac68k.
|
1.873 | 25-Sep-2015 |
mrg | move GCC 4.8 users to using gcc.old. should be no functional change.
|
1.872 | 17-Aug-2015 |
christos | switch everyone to gdb 7.9.1
|
1.871 | 17-Aug-2015 |
christos | switch powerpc to gdb 7.9.1
|
1.870 | 17-Aug-2015 |
christos | switch vax to gdb-7.9.1
|
1.869 | 17-Aug-2015 |
christos | add sun2
|
1.868 | 17-Aug-2015 |
christos | switch sparc64 to gdb-7.9.1
|
1.867 | 17-Aug-2015 |
christos | switch alpha to gdb-7.9.1
|
1.866 | 17-Aug-2015 |
christos | switch m68k to gdb-7.9.1
|
1.865 | 17-Aug-2015 |
christos | add sparc
|
1.864 | 17-Aug-2015 |
christos | switch i386 to gdb-7.9.1
|
1.863 | 16-Aug-2015 |
christos | switch amd64 to gdb 7.9.1
|
1.862 | 23-Jul-2015 |
mrg | remove the xfree86 reachover makefiles and the vast majority of the support in the rest of the source tree.
X11 sets could use some cleaning up perhaps (just deletion, as we've never really marked the old X11R6 as obsolete for native xorg using platforms so far either.)
|
1.861 | 23-Jul-2015 |
mrg | add rstart and showfont.
|
1.860 | 23-Jul-2015 |
mrg | add libXpresent.
|
1.859 | 27-Jun-2015 |
matt | Add MKCOMPATX11 knob for making X11 compat libraries.
|
1.858 | 24-Jun-2015 |
matt | Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR}
|
1.857 | 23-Jun-2015 |
matt | Default MKPICLIB on powerpc64 to yes
|
1.856 | 22-Jun-2015 |
matt | Default MKCOMPATMODULES to yes for mips64e{b,l}
|
1.855 | 19-Jun-2015 |
matt | Add MKCOMPATTESTS knob to enable building and installing the NetBSD test suite as part of doing MKCOMPAT
|
1.854 | 18-Jun-2015 |
pooka | add READELF and STRINGS
|
1.853 | 04-Jun-2015 |
martin | Cosmetics: simplify MKCOMPAT default settings
|
1.852 | 29-May-2015 |
martin | Enable MKCOMPAT for earm*, now that it works. Ok: matt@
|
1.851 | 28-May-2015 |
rjs | Build both xf86-video-radeon drivers for amd64 and i386, just build the old one for other ports.
|
1.850 | 28-May-2015 |
matt | Compile ARM apcs with -marm (no thumb).
|
1.849 | 21-May-2015 |
rjs | Add xf86-video-intel-old to the build.
|
1.848 | 12-May-2015 |
martin | No kernel modules for acorn26
|
1.847 | 26-Apr-2015 |
mrg | two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work
(this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.846 | 22-Apr-2015 |
pooka | Build ZFS by default only for amd64, not i386.
If we build i386 for 486 (i.e. no 64bit atomic ops) and as a substitute for the modern hardware that the code was designed to run on use solid workarounds like external/cddl/osnet/lib/libzpool/atomic.c, there's not much point in anything.
|
1.845 | 08-Apr-2015 |
mrg | remove support to look for GCC 4.5 in gcc.old.
|
1.844 | 01-Mar-2015 |
mrg | add build framework to choose between xf86-video-ati 6.x (UMS/KMS) and 7.x (KMS only), and switch x86 to the latest (KMS only) version.
(if someone can make x86 install both radeon_drv.so.[67] and leave the default symlink to .7, that would be nice. renaming it so that it's easier to choose via xorg.conf is a little more tricky..)
|
1.843 | 26-Feb-2015 |
snj | prune a number of now-nonexistent xorg components
|
1.842 | 23-Jan-2015 |
chs | switch m68k to use gcc48.
|
1.841 | 05-Jan-2015 |
mrg | sets.subr: support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags.
dri7: build Mesa 7 r300_dri.so for x86 platforms.
|
1.840 | 05-Jan-2015 |
mrg | fix MKGCCCMDS=no, and turn it on by default for sun2.
|
1.839 | 18-Dec-2014 |
mrg | switch PPC to GCC 4.8.
|
1.838 | 16-Dec-2014 |
mrg | add X11SRCDIR entries for the new separated mesa components.
|
1.837 | 25-Nov-2014 |
skrll | Another section to delete when converting elf -> a.out
|
1.836 | 05-Oct-2014 |
apb | Use HAVE_LLVM, not MKLLVM, in tests related to the active compiler.
Fixes problems in a build with MKLLVM=yes HAVE_LLVM=no, where this error interacted with settings in src/external/gpl3/gcc/lib/libgcc/Makefile.inc to cause some object files to be omitted from the libgcc_s library.
|
1.835 | 19-Sep-2014 |
matt | Add RISCV-V support.
|
1.834 | 03-Sep-2014 |
matt | Change to support OR1K
|
1.833 | 23-Aug-2014 |
matt | Change powerpc64 to use GCC 4.8
|
1.832 | 13-Aug-2014 |
joerg | Use compiler-rt and libc++ with LLVM on PowerPC64.
|
1.831 | 13-Aug-2014 |
justin | Respect EXTERNAL_TOOLCHAIN on aarch64
|
1.830 | 11-Aug-2014 |
matt | Change the way we default MK vars to yes or no allowing MK<var>.${MACHINE_ARCH} to override. e.g MKGDB.aarch64=no will default MKGDB to no on aarch64
|
1.829 | 11-Aug-2014 |
jnemeth | branches: 1.829.2; Add the infrastructure for MODULAR support for Xen kernels. At the moment, this can only load very simple modules due to missing symbols. It is being add at this time to make pullups to the netbsd-7 branch easier. It is not enabled by default in any kernels.
|
1.828 | 10-Aug-2014 |
joerg | LLVM builds on PowerPC want no libgcc, but enabled libc++.
|
1.827 | 10-Aug-2014 |
matt | Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
1.826 | 05-Aug-2014 |
apb | Typo in comment
|
1.825 | 05-Aug-2014 |
apb | Provide and document GZIP_N_FLAG and TOOL_GZIP_N. These may be used to pass "-nT" instead of just "-n" when the gzip program is actually pigz.
|
1.824 | 24-Jul-2014 |
plunky | add p++ tool, for PCC
|
1.823 | 15-Jul-2014 |
christos | stray slash
|
1.822 | 15-Jul-2014 |
christos | fix typo
|
1.821 | 15-Jul-2014 |
christos | Add vfontedpr
|
1.820 | 06-Jul-2014 |
dholland | Add MKGROFFHTMLDOC and make it default to no. It seems that sometimes when generating html groff runs netpbm behind your back. Needless to say we don't have netpbm in base, so this fails on a clean install; so for now disable generating html for /usr/share/doc by default. Workaround for PR 48970.
It seems that all available document preparation toolchains are made of fail.
|
1.819 | 05-Jul-2014 |
dholland | Remove HTMLDOCDIR; it is no longer used (and doesn't fit the docs scheme) and it was never honored anyway except in a couple places.
|
1.818 | 05-Jul-2014 |
dholland | Rework /usr/share/doc.
Update the <bsd.doc.mk> infrastructure, and update the docs to match the new infrastructure.
- Build and install text, ps, pdf, and/or html, not roff sources.
- Don't wire the chapter numbers into the build system, or use them in the installed pathnames. This didn't matter much when the docs were a museum, but now that we're theoretically going to start maintaining them again, we're going to add and remove documents periodically and having the chapter numbers baked in creates a lot of thrashing for no purpose.
- Specify the document name explicitly, rather than implicitly in a path. Use this name (instead of other random strings) as the name of the installed files.
- Specify the document section, which is the subdirectory of /usr/share/doc to install into.
- Allow multiple subdocuments. (That is, multiple documents in one output directory.)
- Enumerate the .png files groff emits along with html so they can be installed.
- Remove assorted hand-rolled rules for running roff and roff widgetry and add enough variable settings to make these unnecessary. This includes support for - explicit use of soelim - refer - tbl - pic - eqn
- Forcibly apply at least minimal amounts of sanity to certain autogenerated roff files.
- Don't exclude USD.doc, SMM.doc, and PSD.doc directories from the build, as they now actually do stuff.
Note: currently we can't generate pdf. This turns out to be a nontrivial problem with no immediate solution forthcoming. So for now, as a workaround, install compressed .ps as the printable form.
|
1.817 | 29-Jun-2014 |
mrg | set TOOLCHAIN_MISSING for playstation2. default EXTERNAL_TOOLCHAIN to choosing to be GCC.
ps2 pkgsrc almost works now..
|
1.816 | 23-Jun-2014 |
christos | unbreak powerpc64; it is not ready for gcc-4.8 ATM.
|
1.815 | 06-Jun-2014 |
skrll | Switch sh3 to gcc 4.8. My landisk just survived two atf runs through /usr/tests with
Summary for 587 test programs: 3691 passed test cases. 50 failed test cases. 27 expected failed test cases. 137 skipped test cases.
|
1.814 | 06-Jun-2014 |
martin | Switch ia64 to gcc 4.8
|
1.813 | 05-Jun-2014 |
matt | Switch VAX to default to GCC 4.8
|
1.812 | 30-May-2014 |
joerg | If clang is requested for i386, amd64 or eARM, also build libc++.
|
1.811 | 30-May-2014 |
joerg | Always use our exception handling code for eARM.
|
1.810 | 30-May-2014 |
joerg | Remove platform support list for libc unwinder, just keep comment about ia64 state.
|
1.809 | 23-May-2014 |
matt | Since the majority of architectures uses GCC 4.8, make it the default. Only ia64, m68k, 32-bit powerpc, and sh3 still use GCC 4.5
|
1.808 | 23-May-2014 |
skrll | Under "switch it" instructions from matt@ make mips use gcc 4.8
|
1.807 | 20-May-2014 |
martin | Switch powerpc64 architectures over to gcc 4.8. OK: mrg@
|
1.806 | 17-May-2014 |
joerg | Use compiler-rt in libc for Clang on NetBSD/ARM as well.
|
1.805 | 17-May-2014 |
joerg | Structure HAVE_LIBGCC condition similar to HAVE_LIBGCC_EH.
|
1.804 | 16-May-2014 |
joerg | Mark unwinding as supported for eARM.
|
1.803 | 08-May-2014 |
phx | Use TOOL_NCDCS to turn an ibmnws kernel automatically into a valid NCD firmware image for netbooting. This is still a valid ELF kernel, but with a patched CRC checksum and image size included.
|
1.802 | 26-Apr-2014 |
wiz | Fix typo in previous.
|
1.801 | 26-Apr-2014 |
joerg | Add initial unwind support for MIPS and MIPS64.
|
1.800 | 22-Apr-2014 |
joerg | Retire USE_COMPILERCRTSTUFF=yes.
|
1.799 | 19-Apr-2014 |
joerg | Basic unwind support for HPPA.
|
1.798 | 15-Apr-2014 |
joerg | Add basic Alpha support to libunwind.
|
1.797 | 15-Apr-2014 |
joerg | Add initial unwind support for SPARC/SPARC64.
|
1.796 | 05-Apr-2014 |
christos | branches: 1.796.2; convert i386 to gcc-4.8. boot blocks tested by booting netbsd/i386 multiuser on: qemu dell precision t5400 sony vaio vgn250p
|
1.795 | 04-Apr-2014 |
christos | Add NOCTF
|
1.794 | 03-Apr-2014 |
riastradh | Elide broken exists tests for TOOL_CTFCONVERT and TOOL_CTFMERGE.
Either you set MKCTF=yes and they should exist, or you set MKCTF=no and it doesn't matter. If MKCTF=yes and they don't exist, something is broken, and this should fail noisily, not silently.
|
1.793 | 02-Apr-2014 |
joerg | Support SH3 in our unwinder.
|
1.792 | 25-Mar-2014 |
ozaki-r | Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now).
This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again.
|
1.791 | 24-Mar-2014 |
joerg | Add m68k support to our unwinder.
|
1.790 | 18-Mar-2014 |
joerg | libunwind supports vax now.
|
1.789 | 17-Mar-2014 |
mrg | add libpthread-stubs.
|
1.788 | 16-Mar-2014 |
mrg | add dri2proto and presentproto.
|
1.787 | 16-Mar-2014 |
joerg | libunwind supports PowerPC.
|
1.786 | 12-Mar-2014 |
joerg | Add quotes.
|
1.785 | 12-Mar-2014 |
joerg | More readable condition.
|
1.784 | 11-Mar-2014 |
christos | switch amd64 to gcc-4.8
|
1.783 | 10-Mar-2014 |
pooka | Move the "is arch capable of loading native kernel modules into rump kernel" clauses from bsd.own.mk to Makefile.rump. Also, add a rump_nativeabi_p() call to determine if rump kernel is compiled with native ABI support.
|
1.782 | 09-Mar-2014 |
matt | Fix inverted test MKCOMPATMODULES
|
1.781 | 07-Mar-2014 |
skrll | Switch arm to gcc 4.8
OK matt@
|
1.780 | 07-Mar-2014 |
martin | Switch alpha over to gcc 4.8
|
1.779 | 07-Mar-2014 |
matt | Make MKCOMPAT default to yes for powerpc64. Make MKCOMPATMODULES defaultt to no for evbppc && powerpc64.
|
1.778 | 06-Mar-2014 |
mrg | switch sparc* to GCC 4.8.
|
1.777 | 06-Mar-2014 |
skrll | Switch hppa to gcc 4.8
|
1.776 | 04-Mar-2014 |
joerg | When using Clang, disable integrated assembler for genassym. It creates syntactically invalid assembler, which is normally not a problem as it is also using -S.
|
1.775 | 02-Mar-2014 |
matt | Add OBJECT_FMTS which is a list of object formats supported by the MACHINE_ARCH
|
1.774 | 01-Mar-2014 |
tsutsui | Switch x68k to X11FLAVOUR=Xorg, including a working monolithic X68k server.
Confirmed that "build.sh -m x68k -x release" gets no error.
|
1.773 | 28-Feb-2014 |
martin | Make powerpc64 use Matt's new csu stuff
|
1.772 | 27-Feb-2014 |
mrg | remove the GCC 4 EXTERNAL_GCC_SUBDIR, and switch GCC 4.8 to use gcc.old.
|
1.771 | 27-Feb-2014 |
martin | For now, provide a path to the gcc 4.1 distribution as well
|
1.770 | 26-Feb-2014 |
mrg | put the new EXTERNAL_GCC_SUBDIR under MKGCC.
|
1.769 | 26-Feb-2014 |
christos | powerpc64 needs USE_COMPILERCRTSTUFF=yes
|
1.768 | 26-Feb-2014 |
mrg | define EXTERNAL_GCC_SUBDIR based upon HAVE_GCC, for GCC >= 4.5, and use it in the one place (bsd.lib.mk) it's used in share/mk.
|
1.767 | 24-Feb-2014 |
skrll | Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
|
1.766 | 31-Jan-2014 |
tsutsui | Switch ews4800mips and newsmips to Xorg server.
There is ~no user of X11R6 Xservers except a few developers on these ports and Xorg wsfb server should work with manual keymap settings.
|
1.765 | 22-Jan-2014 |
matt | Add MKGCCCMDS to _MKVARS.yes after the loop.
|
1.764 | 21-Jan-2014 |
matt | Make MKGCCCMDS default mirror MKGCC. (if MKGCC is no, MKGCCCMDS must be no).
|
1.763 | 18-Jan-2014 |
joerg | Use a separate variable for the use of GCC's unwind code.
|
1.762 | 16-Jan-2014 |
christos | - Add a new bsd.host.mk that contains all the HOST_ variables extracted from bsd.sys.mk and bsd.own.mk - Add protection requiring that: 1. bsd.sys.mk is not include from other Makefiles directly 2. bsd.own.mk must be included before bsd.sys.mk since it sets variables that bsd.sys.mk uses as conditionals.
This is step 1 of removing all variable settings from bsd.sys.mk and leaving behind only rules. This way, the structure of a standard Makefile is: variable overrides
optionally include bsd.own.mk optionally include bsd.endian.mk
variable settings that use variables defined in bsd.own.mk
include a one or more rule .mk files (such as bsd.prog.mk etc)
|
1.761 | 14-Jan-2014 |
apb | Use parentheses in .if A && ( B || C || D || ... )
|
1.760 | 31-Dec-2013 |
christos | redo the ctf stuff to handle the USETOOLS=never case correctly and explain how.
|
1.759 | 16-Dec-2013 |
skrll | Provide ARM_APCS_FLAGS on arm and earm.
|
1.758 | 15-Dec-2013 |
joerg | Move flags for ARM's APCS ABI into a common variable. Add some forces to deal with limitations in the Clang <-> LLVM backend interaction to pick the correct ABI and target assembler.
|
1.757 | 06-Dec-2013 |
matt | Describe MACHINES.${MACHINE_CPU}. <fixme> Add sparc64 to MACHINES.sparc since sparc64 can be build as sparc.
|
1.756 | 05-Dec-2013 |
matt | Add MACHINES.${MACHINE_CPU} values.
|
1.755 | 29-Oct-2013 |
joerg | Unbreak src/tools usage of C++.
|
1.754 | 28-Oct-2013 |
mrg | add MKDEPCXX, that is used for C++ files depend creation. also add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}} to the dependancy rules.
this makes it possible to have C++ files .d files created with the C++ compiler, and with the normal options for this file, which means that we can build libstdc++-v3 from gcc 4.8.
|
1.753 | 14-Oct-2013 |
joerg | Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.
|
1.752 | 14-Oct-2013 |
joerg | Include compiler-rt and libunwind in libc for Clang/x86 builds.
|
1.751 | 29-Sep-2013 |
joerg | Hook up initial build infrastructure for LLDB. Update LLVM/Clang snapshot to r191390 for some required changed. Re-enable static analyzer in Clang.
|
1.750 | 02-Sep-2013 |
joerg | Update LLVM/Clang snapshot to r189662. This includes many improvements to the new SLP vectorizer, fast codegen support for PPC and using terminfo for the color sequences. In addition, add (optional) build infrastructure for lld to allow easier testing. This is controlled by MKLLD.
|
1.749 | 26-Aug-2013 |
matt | Change the default for MKLINT to no
|
1.748 | 15-Aug-2013 |
martin | Add .ARM.extab to the list of sections to be removed when converting to aout format.
|
1.747 | 12-Aug-2013 |
joerg | Do as the last commit message said and not as the change did, only use GCC's crt code on ia64.
|
1.746 | 12-Aug-2013 |
joerg | Only ia64 defaults to USE_COMPILERCRTSTUFF=no now, so simplify conditional.
|
1.745 | 12-Aug-2013 |
joerg | Don't copy .eh_frame section when trying to create a.out binaries.
|
1.744 | 12-Aug-2013 |
matt | Fix MACHINE_CPU for armeb
|
1.743 | 07-Aug-2013 |
skrll | Switch alpha to USE_COMPILERCRTSTUFF= no
|
1.742 | 06-Aug-2013 |
matt | Add GNU_ARCH for earmv4eb, earmv5, earmv5eb, earmv6, earmv6hf, earmv6eb, earmv6hfeb, earmv7, earmv7hf
|
1.741 | 05-Aug-2013 |
matt | Add 3 more MACHINE_ARCH: earmv4 earmv7eb earmv7hfeb The latter are for cortex big-endian which uses a different binary format than previous arm big endian platforms.
|
1.740 | 27-Jul-2013 |
skrll | Switch hppa to USE_COMPILERCRTSTUFF=no
|
1.739 | 19-Jul-2013 |
matt | Use m5407--netbsdelf for coldfire (Why not just use m5407--netbsd? Because gas will think that's a.out since internally it expands it to m68--netbsd and that matches a.out)
|
1.738 | 18-Jul-2013 |
matt | Test BSD makefile about coldfire. XXX still hate m68k--netbsdelf-coldfire
|
1.737 | 11-Jul-2013 |
martin | branches: 1.737.2; Switch sparc and sparc64 to USE_COMPILERCRTSTUFF=no
|
1.736 | 25-Jun-2013 |
matt | MIPS now uses USE_COMPILERCRTSUTFF=no
|
1.735 | 25-Jun-2013 |
matt | For VAX, enable USE_COMPILERCRTSTUFF = no Sort the arm ELF2AOUT sections to be removed.
|
1.734 | 12-Jun-2013 |
mrg | rename (new) xorg_drivers to xorg_server -- platforms that build the actual Xorg server (aka "xfree86 server").
move the list of these platforms from xorg-server/Makefile.common to bsd.own.mk, so that we can access it easily in distrib.
this should fix most of the current build failures.
|
1.733 | 10-Jun-2013 |
mrg | add a new MKXORG_DRIVERS that defaults to yes on MKXORG platforms besides acorn26. useful for sets, and avoids overloading the value of XFREE86_SERVERS.
|
1.732 | 05-Jun-2013 |
mrg | define X11SRCDIR.xorg-docs.
|
1.731 | 02-Jun-2013 |
mbalmer | New variable MKX11MOTIF to enable building libGLw with Motif support. Defaults to 'no'.
|
1.730 | 03-May-2013 |
matt | Make disklabel a MI tool. It will use MACHINE/MACHINE_ARCH to determine the disklabel params as well as allowing command-line options of -M <machine> and -B {le,be} to specify MACHINE and byteorder to be used.
|
1.729 | 03-May-2013 |
matt | Use !empty(MACHINE_ARCH:Mearm*) instead of ${MACHINE_ARCH:Mearm*} != ""
|
1.728 | 28-Apr-2013 |
joerg | Introduce MKLIBSTDCXX, defaulting to yes.
|
1.727 | 27-Apr-2013 |
joerg | Add build glue for libc++.
|
1.726 | 27-Apr-2013 |
matt | Default MKCOMPAT to no for earm
|
1.725 | 27-Feb-2013 |
joerg | Add infrastructure for building MCLinker.
|
1.724 | 15-Feb-2013 |
jmmv | Add the MKKYUA knob.
MKKYUA defaults to no and will remain as such until the import is complete and validated.
This knob does not currently have any effects on the build as nothing relies on it yet. Upcoming imports and changes in this area will all be guarded by this flag.
|
1.723 | 10-Feb-2013 |
jmcneill | add TOOL_MKNOD
|
1.722 | 03-Feb-2013 |
matt | Add support for MACHINE_ARCH earmhf and earmhfeb
|
1.721 | 27-Jan-2013 |
christos | Move HAS_SSP and USE_SSP out of bsd.sys.mk. They did not belong there in the first place. Rename HAS_SSP to HAVE_SSP to match existing practice.
|
1.720 | 27-Jan-2013 |
christos | we cannot include bsd.sys.mk because of YHEADER. The incestious relation of the .mk files needs to be fixed.
|
1.719 | 26-Jan-2013 |
christos | include <bsd.sys.mk> This is a mess. HAS_SSP (which should really be HAVE_SSP), is defined in bsd.sys.mk. So things that need it, include the file directly. The trouble comes because bsd.sys.mk, needs stuff that bsd.own.mk defines, so including first does not work. Anyway most other files include bsd.sys.mk directly, so user Makefiles should just not do that, and just include <bsd.own.mk> to get all the defines they need.
|
1.718 | 18-Jan-2013 |
christos | Now that ctf is fixed for at least amd64, go back to an equivalent to the original functionality, use the tool only if it exists.
|
1.717 | 11-Jan-2013 |
matt | Make MKSOFTFLOAT = yes for ARM (since arm is softfloat by default).
|
1.716 | 30-Nov-2012 |
joerg | Don't force link and CSS options in bsd.own.mk, bsd.man.mk sets them.
|
1.715 | 24-Nov-2012 |
alnsn | Add sljit and bpfjit to evbmips. Not enabled by default.
|
1.714 | 22-Nov-2012 |
pooka | Support clang as EXTERNAL_TOOLCHAIN
|
1.713 | 20-Nov-2012 |
apb | Make the test for infinite recursion in PRINTOBJDIR more specific, and make the error case more easily recognisable.
Now "make -V '${PRINTOBJDIR}'" works instead of misinterpreting the "-V" as infinite recursion.
|
1.712 | 15-Nov-2012 |
jkunz | Add elftosb tools to evbarm userland and toolchain. Elftosb is used to create a digitaly signed "secure boot" file. This sb file can be booted by the first stage boot loader found in Freescale i.MX23 and i.MX28 application processors.
Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
|
1.711 | 06-Nov-2012 |
skrll | Switch mips to gdb 7.3.1
# of expected passes 11545 # of unexpected failures 401 # of expected failures 45 # of untested testcases 23 # of unresolved testcases 1549 # of unsupported tests 112
|
1.710 | 05-Nov-2012 |
alnsn | Enable MKSLJIT on sparc.
|
1.709 | 05-Nov-2012 |
alnsn | Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.
|
1.708 | 04-Nov-2012 |
christos | add MKTPM, default to no
|
1.707 | 04-Nov-2012 |
apb | Add _NETBSD_VERSION_DEPENDS in bsd.own.mk. Targets that need to be re-generated when the NetBSD version numberchanges, or when any build-related variables change, may depend on ${_NETBSD_VERSION_DEPENDS}.
|
1.706 | 16-Aug-2012 |
matt | branches: 1.706.2; Add ARM cpus to those MACHINE_ARCH which USE_COMPILERCRTSTUFF=no
|
1.705 | 10-Aug-2012 |
joerg | Don't set HAVE_GCC by default, if MKGCC is disabled.
|
1.704 | 10-Aug-2012 |
matt | Add .ARM.exidx as a section to be removed for a.out on ARM
|
1.703 | 08-Aug-2012 |
christos | add MKRUMP by popular demand.
|
1.702 | 05-Aug-2012 |
matt | Add the new MACHINE_ARCH of earm and earmeb (arm EABI(AAPCS-LINUX)).
|
1.701 | 19-Jul-2012 |
macallan | add xgi to the list of known Xorg drivers just to make sure I don't forget to add it here when I actually import it
|
1.700 | 14-Jul-2012 |
spz | more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and MBC2 now always being included) MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
|
1.699 | 22-Jun-2012 |
abs | Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has time to look at the gcc 4.5 codegen issues we should at least have a usable -current for vax.
|
1.698 | 17-Jun-2012 |
uwe | Switch sh3 ports to our own csu (USE_COMPILERCRTSTUFF?= no).
|
1.697 | 17-Feb-2012 |
joerg | Derive MANINSTALL from MKCATPAGES and MKHTML.
|
1.696 | 10-Feb-2012 |
matt | branches: 1.696.2; Switch VAX to use GCC 4.5 and GDB 7. Change VAX to use DBG=-O2 like most other ports.
|
1.695 | 07-Feb-2012 |
joerg | Switch to using mandoc for formatting man pages as new default. Stop building catpages by default.
|
1.694 | 07-Feb-2012 |
joerg | Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite database. The combination of indexing the full manual page, filtering out stop words and ranking individual matches based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
|
1.693 | 25-Nov-2011 |
skrll | Switch hppa to gdb 7.
|
1.692 | 15-Nov-2011 |
jdc | Switch alpha to gdb 7.
|
1.691 | 02-Nov-2011 |
uwe | branches: 1.691.2; Switch sh3 to gdb7.
|
1.690 | 01-Nov-2011 |
joerg | Hook up nbperf into the normal tool build.
|
1.689 | 31-Oct-2011 |
chs | switch everything except vax to gcc 4.5. switch m68k to -Os since -O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1.
|
1.688 | 31-Oct-2011 |
mrg | obsolete now useless (and wrongly set to "219" :-) HAVE_BINUTILS. switch the sense of the gdb and gcc tests to list the platforms not switched to gcc 4.5 or gdb 7, which is now:
GCC 4.1: .if ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_CPU} == "arm" || \ ${MACHINE_CPU} == "m68k" || \ ${MACHINE_CPU} == "vax"
GDB 6: .if ${MACHINE_ARCH} == "alpha" || \ ${MACHINE_ARCH} == "hppa" || \ ${MACHINE_CPU} == "mips" || \ ${MACHINE_CPU} == "sh3" || \ ${MACHINE_ARCH} == "vax"
let's go, people! (-:
|
1.687 | 30-Oct-2011 |
mrg | switch powerpc64 to GCC 4.5 and GDB 7. untested, but it builds which is a step forward from a week ago.
|
1.686 | 28-Oct-2011 |
mrg | switch m68* to GDB 7.3.1. tested on sun2 and sun3 in TME. works at least reasonably on sun3. GCC 4.1 barely runs on sun2 and GCC 4.5 doesn't run...
|
1.685 | 25-Oct-2011 |
mrg | switch sparc, sparc64, arm and powerpc to GDB 7.
|
1.684 | 11-Oct-2011 |
joerg | Update LLVM/Clang snapshot to r141658. This primarily fixes a regression preventing Qt4 from building.
|
1.683 | 08-Oct-2011 |
christos | Switch i386 and amd64 to gdb7.
|
1.682 | 02-Oct-2011 |
christos | No point on keeping hp700 on the old gcc; it is produces broken assembly according to the new binutils.
|
1.681 | 27-Aug-2011 |
joerg | Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
|
1.680 | 25-Aug-2011 |
uwe | Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it).
|
1.679 | 17-Aug-2011 |
mrg | switch sparc to GCC 4.5.3.
|
1.678 | 07-Aug-2011 |
mrg | switch x86 to GCC 4.5.
|
1.677 | 05-Aug-2011 |
matt | Switch mips and powerpc to GCC 4.5
|
1.676 | 04-Aug-2011 |
mrg | switch sparc64 to GCC 4.5.3.
|
1.675 | 16-Jul-2011 |
tsutsui | Add definitions for elf2aout tools.
|
1.674 | 10-Jul-2011 |
tsutsui | Add OBJCOPY_ELF2AOUT_FLAGS for some arm ports to create a.out binaries using objcopy(1) for old firmware, shared among src/distrib and src/sys/arch/${MACHIHNE}/conf/Makefile.${MACHINE}.inc.
Discussed with mrg@ and matt@ on source-changes-d@.
|
1.673 | 02-Jul-2011 |
matt | Switch powerpc to USE_COMPILERCRTSTUFF=no
|
1.672 | 30-Jun-2011 |
matt | After making sure USE_PIGZGZIP is defined, add a TOOL_GZIP which will be gzip or ${TOOL_PIGZ}. Use of gzip can be replaced with ${TOOL_GZIP} and automatically get to use pigz if USE_PIGZGZIP is defined as "yes". This avoid having to special case each of gzip.
|
1.671 | 20-Jun-2011 |
mrg | remove all the code that supported HAVE_GCC=3. mostly from chuq.
|
1.670 | 15-Jun-2011 |
mrg | build evbppc modules in 3 different flavours:
- oea (default) - ibm4xx - booke
this, together with earlier machine_module[] work, should allow evbppc platforms to use modules.
|
1.669 | 27-May-2011 |
drochner | branches: 1.669.2; make the "tags" target non-.PHONY because it reflects a real file, and remove some nonsense in libc Makefile which caused that a "tags" file was written in my source tree
|
1.668 | 20-May-2011 |
plunky | simplify PCC inclusion; MKPCCDMDS is not really required
|
1.667 | 19-May-2011 |
joerg | Add fine-grained compiler selection, including clang support.
|
1.666 | 19-May-2011 |
adam | Reverting last change; joerg has a better approach
|
1.665 | 18-May-2011 |
adam | Add support for LLVM/Clang
|
1.664 | 09-May-2011 |
haad | Add MKPERFUSE flag to those who are enabled by default.
|
1.663 | 21-Apr-2011 |
joerg | Add MKBSDGREP switch for easy testing of the GNU grep replacement/alternative.
|
1.662 | 18-Apr-2011 |
joerg | Fix --sysroot usage.
|
1.661 | 17-Apr-2011 |
christos | Revert previous, breaks builds completely (cd /usr/src/bin/test && make clean && make)
|
1.660 | 17-Apr-2011 |
tron | Don't use "--sysroot=/" for host builds as "nbhost-mkdep" doesn't understand that option. This should unbreak tool builds.
|
1.659 | 17-Apr-2011 |
mrg | it's spelled CPPFLAGS not CPPFLAGGS.
|
1.658 | 16-Apr-2011 |
christos | Need --sysroot=/ otherwise ld does not find crt0.o and friends.
|
1.657 | 16-Apr-2011 |
christos | Simplify and correct (previous did not work for !defined(DESTDIR)
|
1.656 | 15-Apr-2011 |
elric | Upgrade Heimdal to 1.5pre1 by switching the build from crypto/dist/heimdal to crypto/external/bsd/heimdal. The latter was just imported as the head of the Heimdal tree as of a few days ago.
|
1.655 | 10-Apr-2011 |
joerg | Use ?: operator to determine when to add --sysroot. Unbreaks clang bootstrap.
|
1.654 | 10-Apr-2011 |
joerg | For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
|
1.653 | 08-Mar-2011 |
njoly | Adjust html link template and css location for man pages in arch subdirs.
|
1.652 | 07-Feb-2011 |
mrg | add missing SRCDIR for synaptics.
|
1.651 | 06-Feb-2011 |
joerg | Add LLVM and clang build system. It is enabled by MKLLVM=yes. Upstream sources can be fetched by running "make checkout" in src/external/bsd/llvm, they will be properly imported once the integration and missing features are sorted out.
|
1.650 | 31-Jan-2011 |
matt | Add TOOL_MKUBOOTIMAGE
|
1.649 | 26-Jan-2011 |
pooka | Add support for the Extensible MIPS ("eMIPS") platform. The NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the Giano system simulator.
eMIPS is a platform developed at Microsoft Research for researching reconfigurable computing. eMIPS allows dynamic loading and scheduling of application-specific circuits for the purpose of accelerating computations based on the current workload.
NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research by Alessandro Forin and Neil Pittman. Microsoft Corporation has donated full copyright to The NetBSD Foundation.
Platform support for eMIPS is the first part of Microsoft's contribution. The second part includes the hardware accelerator framework and will be proposed on tech-kern soon.
|
1.648 | 25-Jan-2011 |
he | Default MKREPRO to "no", so that the tests in stand/ etc. don't need to add ":Uno" to the variable expansion inside the test to avoid errors from nbmake.
|
1.647 | 18-Jan-2011 |
matt | branches: 1.647.2; Default mips64e[bl] to SOFTFLOAT.
|
1.646 | 13-Dec-2010 |
pooka | Define RUMPPRG, which is just like PROG, except it additionally builds a rump client with the name rump.${PROG}. The rump client is not installed suid/sgid by default even if BINMODE is defined.
|
1.645 | 05-Dec-2010 |
mrg | switch ofppc to xorg.
|
1.644 | 28-Nov-2010 |
skrll | Fix a comment
|
1.643 | 28-Nov-2010 |
skrll | Centralise USE_COMPILERCRTSTUFF.
PCC might need help.
|
1.642 | 12-Nov-2010 |
tsutsui | Switch NetBSD/dreamcast to X11FLAVOUR=Xorg.
No particular comments on port-dreamcast@ and tested with JP (HKT-7600) and US (HKT-7620) keyboards.
|
1.641 | 04-Sep-2010 |
ahoka | Add libc glue for libtre. tre will be compiled without approx and wchar/mulibyte support to only match the minimum requirement to replace our spencer regex.
This needs a lot of testing.
Only enabled when USE_LIBTRE is set to `yes'.
|
1.640 | 22-Aug-2010 |
rmind | Import NPF - a packet filter. Some features:
- Designed to be fully MP-safe and highly efficient.
- Tables/IP sets (hash or red-black tree) for high performance lookups.
- Stateful filtering and Network Address Port Translation (NAPT). Framework for application level gateways (ALGs).
- Packet inspection engine called n-code processor - inspired by BPF - supporting generic RISC-like and specific CISC-like instructions for common patterns (e.g. IPv4 address matching). See npf_ncode(9) manual.
- Convenient userland utility npfctl(8) with npf.conf(8).
NOTE: This is not yet a fully capable alternative to PF or IPFilter. Further work (support for binat/rdr, return-rst/return-icmp, common ALGs, state saving/restoring, logging, etc) is in progress.
Thanks a lot to Matt Thomas for various useful comments and code review. Aye by: board@
|
1.639 | 15-Aug-2010 |
mrg | add new option to build/use tools/pigz for compressing sets. for now USE_PIGZGZIP defaults to "no". (it depends upon local <pthread.h> and -lz.)
you can set it to "yes" on most modern platforms just fine.
|
1.638 | 02-Aug-2010 |
jmmv | Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s suggestion.
|
1.637 | 31-Jul-2010 |
tsutsui | Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}.
|
1.636 | 31-Jul-2010 |
tsutsui | Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg.
|
1.635 | 17-Jul-2010 |
mrg | - add X11SHAREDIR definition - X11SRCDIR's for libxcb, xcb-proto and xcb-utils
|
1.634 | 11-Jul-2010 |
mrg | ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if MKCRYPTO=no. don't build pkg_install, libcrypto tests or rump_smbfs if MKCRYPTO=no. mark librumpcrypto, rump_smb, pkg_*
fix set lists as appropriate.
|
1.633 | 06-Jul-2010 |
mrg | remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
|
1.632 | 20-Jun-2010 |
mrg | - note that if MKINET6 is "no", MK11 must also be "no". we don't support building X11 without inet6 support. the support to maintain patches to generated files and other files is too great. PR#42856 - add TOOL_PIGZ, which defaults to the (not yet default) built tools/pigz.
|
1.631 | 19-Jun-2010 |
mrg | - always install pigz. hooary! - kill MKPIGZ. - add MKPIGZGZIP. if it is "no", then only install pigz as pigz. if it is not "no", don't install mrgzip, install pigz as gzip.
in all cases, the z* scripts.
i don't like the name MKPIGZGZIP so if anyone has a better name, feel free to replace it. i don't care enough since killing the ugly name is just more incentive to get pigz doing .bz2, .Z and .z.
|
1.630 | 17-Jun-2010 |
mrg | default MKPIGZ to "no", for now.
|
1.629 | 04-Jun-2010 |
joerg | Add definitions for TOOL_MANDOC_* for standalone users. Requested by dyoung.
|
1.628 | 04-Jun-2010 |
jmmv | Simplify build of shell-based test cases: atf-compile is gone.
|
1.627 | 01-Jun-2010 |
joerg | Install mdocml's default CSS as /usr/share/man/style.css. Switch HTML man pages to use mandoc unconditional as it gives reasonable output for all man pages, not only a subset of mdoc(7). Use the newly installed style.css for formatting and produce hyperlinks for .Xr.
|
1.626 | 28-May-2010 |
mrg | add / retire some xf86-video drivers.
|
1.625 | 23-Apr-2010 |
joerg | Add MKBSDTAR, defaulting to no. It switching cpio and tar to the libarchive based frontends.
|
1.624 | 22-Mar-2010 |
mrg | set MACHINE_CPU to powerpc for MACHINE_ARCH of powerpc64.
from pooka via PR#43021.
|
1.623 | 13-Mar-2010 |
mrg | revert the previous:
- the default for ZFS on x86 already was "yes".
- this left MKZFS unset for other platforms, which breaks the build.
|
1.622 | 13-Mar-2010 |
haad | Enable MKZFS by default on i386 and amd64 now when it compiles.
|
1.621 | 08-Mar-2010 |
he | Fix the setting of MKZFS for amd64 and i386, so that the set lists match up again, and it matches with the comment a few lines above.
|
1.620 | 02-Mar-2010 |
darran | DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
|
1.619 | 27-Feb-2010 |
haad | As a preparation for zfs sources update disable MKZFS for some time.
|
1.618 | 21-Feb-2010 |
darran | Add a MKDTRACE build knob for DTrace, off by default.
|
1.617 | 11-Feb-2010 |
macallan | add suncg14
|
1.616 | 03-Feb-2010 |
roy | Userland now builds and uses terminfo instead of termcap.
OK: core@, jdc@
|
1.615 | 25-Jan-2010 |
christos | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the source pathname.
|
1.614 | 14-Dec-2009 |
christos | don't need GENCMD anymore.
|
1.613 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.612 | 13-Dec-2009 |
mrg | enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing.
|
1.611 | 13-Dec-2009 |
mrg | if BSD_MK_COMPAT_FILE is defined, .include it.
|
1.610 | 13-Dec-2009 |
nakayama | 32-bit compat is CPU specific rather than machine. So use MACHINE_ARCH instead.
|
1.609 | 12-Dec-2009 |
snj | Switch cats to X.Org.
|
1.608 | 11-Dec-2009 |
snj | Switch netwinder to X.Org.
|
1.607 | 11-Dec-2009 |
uebayasi | GENCMD: quote the string to eval in case it has spaces.
|
1.606 | 11-Dec-2009 |
he | Move the test for evbppc out of sets.subr and into bsd.own.mk, to decide whether to make kernel modules: set MKKMOD to no for evbppc. Use this in etc/Makefile to decide whether to do the "modules" obsolete sets. Move the ./var/db/obsolete/modules entry from the "mi" to the "module.mi" file set.
Fixes the build for evbppc.
Discussed with uebayasi@
|
1.605 | 11-Dec-2009 |
uebayasi | ${GENCMD}: Prefix tmp directories as /tmp/_gencmd.XXXXXX to give users a clue when it's left accidentally.
|
1.604 | 11-Dec-2009 |
uebayasi | ${GENCMD} is used to generate only one output from file generation commands which potentially have multiple output files, which confuses make(1).
This wrapper copies all involved files into /tmp, execute the command, and copy the wanted file back to ${.OBJDIR}. If this is expensive, consider to rewrite the generation command to output files individually.
XXX bsd.own.mk is too bloated.
|
1.603 | 06-Dec-2009 |
uebayasi | Simplify how MKZFS is set. No functional changes.
|
1.602 | 04-Dec-2009 |
haad | Switch MKLVM to default value to yes. There are only few bits missing and it would be great if it can receive more testing.
Oked: core@, yamt@
|
1.601 | 03-Dec-2009 |
tron | Add "MKZFS" to either "_MKVARS.yes" or "_MKVARS.no" depending on the default of this platform. This fixed the build for NetBSD/amd64 and NetBSD/i386.
Yes, this horrible. There should be a better way to handle these settings in general.
|
1.600 | 02-Dec-2009 |
uebayasi | Define lists of MK* variable names as _MKVARS.yes and _MKVARS.no. They're referred to by syspkg.
|
1.599 | 01-Dec-2009 |
uebayasi | Add ${TOOL_PKG_CREATE}.
|
1.598 | 30-Nov-2009 |
uebayasi | Support "extsrc", externally added programs and libraries. Users can write their own reach-overs, cross-build, install, and get set files just like base and X11 / X.org. (These sets are not included as TNF releases.)
|
1.597 | 28-Nov-2009 |
mbalmer | Add the xf86-input-elographics driver to i386 builds.
|
1.596 | 28-Nov-2009 |
mbalmer | Link the xf86-input-ws X.Org input driver to the build and add it to the lists that also have the wsmouse driver.
xf86-input-ws adds support for touchpanels in X11 that report absolute position data through wscons(4), e.g. the extended ums(4) driver. xf86-input-ws was written by Matthieu Herrb for OpenBSD.
Please remember to also update xsrc before the next system build.
|
1.595 | 10-Nov-2009 |
macallan | add igs driver for Xorg
|
1.594 | 05-Nov-2009 |
skrll | Switch everyone to binutils 2.19.
|
1.593 | 04-Nov-2009 |
skrll | Switch mips to binutils 2.19.
|
1.592 | 24-Oct-2009 |
joerg | Add lintmanpages later to target to ensure that MKMANDOC is set.
|
1.591 | 23-Oct-2009 |
joerg | Do not run mandoc for lintmanpages if MANPAGES is empty. Add it to the list of targets to recurse for.
|
1.590 | 23-Oct-2009 |
joerg | Add MKMANDOC option to trigger building cat pages and HTML pages with mdocml. Add a lintmanpages target for developers to check man pages with the strictest settings of mandoc.
|
1.589 | 22-Oct-2009 |
skrll | Switch powerpc to binutils 2.19.
|
1.588 | 21-Oct-2009 |
joerg | Add tool definition for mandoc in ascii (plain text), html and lint mode.
|
1.587 | 10-Oct-2009 |
apb | If ${NETBDSRCDIR}/../xsrc exists, then use it as the default value of X11SRCDIR. If it doesn't exist, then use /usr/xsrc as before.
OK mrg
|
1.586 | 09-Oct-2009 |
haad | Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in a daily builds and anyone can test zfs for NetBSD easier.
|
1.585 | 05-Oct-2009 |
haad | Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386 need still one fix othervise it should be ready for testing.
|
1.584 | 01-Oct-2009 |
skrll | Switch amd64 to binutils 2.19.1.
|
1.583 | 29-Sep-2009 |
tsarna | Multicast DNS ("Bonjour") support, based on Apple's mDNSResponder.
|
1.582 | 26-Sep-2009 |
skrll | Switch arm and armeb to binutils 2.19.
Tested on my cats and all other platforms build tested.
|
1.581 | 22-Sep-2009 |
skrll | Switch m68k to binutils 2.19.
Tested on mac68k by martin@. All other m68k platforms build tested.
|
1.580 | 22-Sep-2009 |
uwe | Switch sh3eb to binutils 2.19. Compile-tested for mmeye.
|
1.579 | 21-Sep-2009 |
uwe | Switch sh3el to binutils 2.19. Boot-tested on landisk.
|
1.578 | 19-Sep-2009 |
skrll | Switch vax to binutils 2.19.
|
1.577 | 19-Sep-2009 |
skrll | Switch sparc and sparc64 to binutils 2.19.
Thanks to martin@ for testing.
|
1.576 | 17-Sep-2009 |
skrll | Move alpha to binutils 2.19.
|
1.575 | 16-Sep-2009 |
mrg | switch port-sparc over to Xorg by default.
|
1.574 | 12-Sep-2009 |
skrll | Switch hppa to binutils 2.19.
There is a lot of rump breakage for hppa. Hopefully it will be fixed soon.
|
1.573 | 09-Sep-2009 |
skrll | Switch i386 to binutils 2.19.
|
1.572 | 08-Sep-2009 |
skrll | Rename MKBFD to MKBINUTILS and support HAVE_BINUTILS for set lists. This makes {MK,HAVE_}BINUTILS consistent with {MK,HAVE_}{GCC,GDB}.
Allow MKBFD to defines MKBINUTILS as a backwards compatibility hook.
Update the sets lists and add conditionals for lib{bfd,opcodes}.
|
1.571 | 04-Sep-2009 |
macallan | add sunleo
|
1.570 | 30-Aug-2009 |
dyoung | Let us use MKKMOD=yes to leave the kernel modules out of the distribution.
|
1.569 | 20-Aug-2009 |
macallan | add suntcx
|
1.568 | 18-Aug-2009 |
skrll | Add HAVE_BINUTILS and default to 2.16
|
1.567 | 18-Jun-2009 |
mrg | implement MKX11FONTS for Xorg.
|
1.566 | 11-Jun-2009 |
mrg | add xkeyboard-config.
|
1.565 | 10-Jun-2009 |
mrg | +dri2proto -printproto
|
1.564 | 10-Jun-2009 |
mrg | sync the list of valid xorg packages: - add libpciaccess - remove Xp XprintUtil XprintAppUtil
|
1.563 | 04-May-2009 |
ad | Enable -mtune=nocona by default on x86. I have tested on a range of CPUs and this seems to give the best results.
|
1.562 | 01-May-2009 |
apb | Switch from sha1 to sha256 in the METALOG. The same information also ends up in /etc/mtree/set.* after installation.
|
1.561 | 10-Apr-2009 |
bouyer | Revert accidental switch of alpha to Xorg. We don't have the XdecNetBSD and XalphaNetBSD drivers in xorg yet. Fixes release build for alpha.
|
1.560 | 27-Mar-2009 |
drochner | Use "i486" as GNU_ARCH for i386 so that the toolchain and libraries can use instructions which were not available on the original i386 (eg cmpxchg). Due to some strangeness in gcc's i386 support this needs an extra --with-arch=i486 configure argument for gcc to have the desired effect, see my post "i386 vs i486, some inconsistencies" to tech-toolchain some weeks ago. I'm not happy to break compatibility, but since (a) kernel support for i386 was removed and (b) i387 code was put into libm this is just another coffin nail. The gain is besides consistency and more efficient code that intel atomar intrinsics can now be used by gcc. (which would need runtime library support otherwise)
|
1.559 | 09-Mar-2009 |
apb | Add "-", "_", and "A-Z" to the set of allowed characters in the result from `uname -p`. We already have a platform with an underline ("x86_64"), and the other chars seem harmless.
|
1.558 | 06-Mar-2009 |
apb | In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or prints something that does not look like an identifier, then use uname -m instead. (Cygwin prints "unknown", and OpenBSD prints a long string containing several spaces; this code should handle both.)
|
1.557 | 25-Feb-2009 |
sketch | Make grep a host tool.
|
1.556 | 24-Feb-2009 |
macallan | Switch sgimips over to Xorg
|
1.555 | 17-Feb-2009 |
abs | Cut all non Xserver building ports across to Xorg, tested on vax and a selection of m68k ports.
The remaining XFree using ports are: acorn32 amiga cats dreamcast ews4800mips hpcarm hpcmips hpcsh mac68k netwinder newsmips ofppc pmax sgimips sparc sun3 x68k
|
1.554 | 25-Jan-2009 |
tron | branches: 1.554.2; Install the "sony-misc" font from the X.org distribution. Patch supplied by Takeshi Nakayama in PR xsrc/40476.
|
1.553 | 30-Dec-2008 |
pooka | Move list of rump-uses-kmod archs to bsd.own.mk for wider consumption.
|
1.552 | 23-Dec-2008 |
agc | Put MKLVM in order in the list of variables
|
1.551 | 19-Dec-2008 |
haad | Merge the haad-dm branch to -current. This branch adds LVM functionality to the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver.
The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet).
The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system.
Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon.
Oked by agc@ and cube@.
|
1.550 | 15-Nov-2008 |
mrg | revert sparc back to default of XFree86 at the request of macallan.
|
1.549 | 13-Nov-2008 |
apb | Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now:
0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command 3 Ignore the effect of the "@" prefix in make commands 4 Trace shell commands using the shell's -x flag
The default remains MAKEVERBOSE=2.
|
1.548 | 12-Nov-2008 |
pooka | Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
|
1.547 | 12-Nov-2008 |
ad | Remove LKMs and switch to the module framework, pass 1.
Proposed on tech-kern@.
|
1.546 | 11-Nov-2008 |
cube | Add MesaGLUT to the list of X11SRCDIR.<package> variables.
|
1.545 | 11-Nov-2008 |
macallan | it's ag10e not agten
|
1.544 | 09-Nov-2008 |
mrg | - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.543 | 06-Nov-2008 |
macallan | add a couple driver names for Xorg
|
1.542 | 29-Oct-2008 |
macallan | branches: 1.542.2; add suncg6 driver
|
1.541 | 29-Oct-2008 |
agc | Flick the puffs switch, and set MKPUFFS on by default.
|
1.540 | 29-Oct-2008 |
macallan | add sunffb driver
|
1.539 | 27-Oct-2008 |
mrg | - enable 32-bit library builds on amd64 and sparc64
- add 3 new top-level targets: do-compat-lib-csu do-compat-libgcc do-compat-lib-libc and run them before "do-build" if ${MKCOMPAT} != "no"
|
1.538 | 26-Oct-2008 |
apb | Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this:
.include <bsd.own.mk> FOO != ${TOOL_BAR} args...
to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
|
1.537 | 26-Oct-2008 |
apb | Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh tries to set HOST_SH appropriately.
Remove the HOST_CYGWIN variable, which was not used for any other purpose.
Document that HOST_SH should be an absolute path.
THis was proposed in tech-toolchain.
|
1.536 | 26-Oct-2008 |
mrg | add MKCOMPAT, to build 32 bit libs. default to no for now for everyone.
|
1.535 | 19-Oct-2008 |
apb | Define TOOL_AWK.
|
1.534 | 19-Oct-2008 |
apb | Add the NOINFO variable, which works just like all other NOxxx variables.
|
1.533 | 13-Oct-2008 |
apb | Remove references to TOOL_BEBOXELF2PEF and TOOL_BEBOXMKBOOTIMAGE, which were obsoleted in May 2008.
|
1.532 | 13-Oct-2008 |
apb | In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables. In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.
There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README.
|
1.531 | 12-Oct-2008 |
mrg | add X11SRCDIR.xf86-video-r128
|
1.530 | 26-Sep-2008 |
apb | Build strfile both as a host tool and as an installed program: * in games/fortune/strfile/Makefile, build strfile as a regular program instead of as a host tool; * add tools/strfile directory to build strfile as a host tool; * in tools/Makefile, add strfile to SUBDIR list; * in BSD.*.mk, define TOOL_STRFILE variable; * in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating databases at build time; * in distrib/sets/lists/games/mi, mention usr/games/strfile.
|
1.529 | 21-Sep-2008 |
mrg | add X11SRCDIR.xf86-video-nvxbox
|
1.528 | 21-Sep-2008 |
mrg | add X11SRCDIR.xf86-video-mach64
|
1.527 | 09-Sep-2008 |
joerg | Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared libraries for space-constraint systems. The description is based on the feedback of hubertf@, the logic on input from lukem@
This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
|
1.526 | 06-Sep-2008 |
mrg | add X11SRCDIR.xinput
|
1.525 | 31-Aug-2008 |
christos | remove NVI; it is the default now.
|
1.524 | 31-Aug-2008 |
lukem | Enable MKHTML by default; we now install the HTML version of the man pages as well as the source & catman versions. Add "htmlinstall" to default MANINSTALL, so MKHTML will operate correctly.
|
1.523 | 30-Aug-2008 |
mrg | add X11SRCDIR.xkeyboard-config
|
1.522 | 28-Aug-2008 |
mrg | - s/X11R6/X11/ in a couple of comments. - set X11ROOTDIR?=/usr/X11R7 if MKXORG != "no". - MKXORG does not need two default values.
|
1.521 | 27-Aug-2008 |
lukem | Rework MKHTML (HTML manual pages) implementation to behave like the manpages and catpages builds, with similar target names (etc).
|
1.520 | 26-Aug-2008 |
lukem | Default MKHTML to no, as per bsd.README. (The default and documentation may change to yes in the near future, as the build infrastructure for HTML man pages is fixed.)
|
1.519 | 24-Aug-2008 |
gmcgarry | Honour HAVE_PCC
|
1.518 | 02-Aug-2008 |
mrg | add X11SRCDIR.* for xf86-{video,input}*.
|
1.517 | 02-Aug-2008 |
mrg | add X11SRCDIR.pixman
|
1.516 | 29-Jul-2008 |
mrg | begin to add support for cross-built Xorg:
- add MKXORG - default to DRI-on for Xorg - add paths for 192 Xorg packages that will exist in xsrc/external/mit/<package>/dist - add some more X11FLAGS.* variables if MKXORG.
this is somewhat based on the xorg work rtr@ did a couple of years ago.
XXX: seriously need to fix the XORG_RELEASE value, it is still set to XXX: 6.8.1 from when rtr was working on this.
|
1.515 | 23-Jul-2008 |
dogcow | add MKNVI to vivified MK* variables. (HI, DYOUNG!)
|
1.514 | 12-Jul-2008 |
gmcgarry | Add and document knobs to turn off building ATF and libm complex support. Also add knobs for PCC which parallel GCC ones.
|
1.513 | 23-May-2008 |
wiz | Sort variables.
|
1.512 | 22-May-2008 |
lukem | Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP
|
1.511 | 20-May-2008 |
ad | Install kernel modules into the proper locations, taking machine and kernel version into account.
|
1.510 | 10-May-2008 |
skrll | Add TOOL_HP700MKBOOT
|
1.509 | 03-May-2008 |
lukem | branches: 1.509.2; Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
|
1.508 | 02-May-2008 |
ad | Build and install modules into /kernel/modules. Each module gets a directory for properties, blobs, etc. It's not fixed in stone and can easily be changed if there are issues with the location/layout.
|
1.507 | 02-May-2008 |
lukem | Explicitly set MKLINT=no if MKLINKLIB==no, rather than just acting that way.
|
1.506 | 30-Apr-2008 |
garbled | Convert prep to use the new unified mkbootimage rather than it's own. This mkbootimage can be shared by prep, rs6000, and bebox.
TODO: Convert bebox to use this. Needs someone to test.
|
1.505 | 31-Mar-2008 |
lukem | branches: 1.505.2; 1.505.4; Change USE_SKEY default to "no"; we have had USE_PAM=yes as the default for a long time, and there's no point having custom S/Key support in the applications given that pam_skey.so is now in /etc/pam.d/*
|
1.504 | 24-Mar-2008 |
lukem | Make it easier to find various MK* and USE_* variable definitions by expanding their names in the for loops.
Inspired by a recent commit, which made sense to me based on the number of times I've had to redo a search without the leading MK|USE_ within this file just to find the default...
|
1.503 | 10-Mar-2008 |
dholland | Adjust the loop that handles NOMAN and friends so grepping for NOMAN actually finds it. Also note that it only works if set before bsd.own.mk is included.
Otherwise, grep NOMAN /usr/share/mk/*.mk comes up empty, and since naively setting it may not work, one can easily draw wrong conclusions.
|
1.502 | 09-Feb-2008 |
jmmv | branches: 1.502.2; Add a MKMODULAR build-time option, defaulting to no, to enable the new kernel modules framework.
|
1.501 | 29-Jan-2008 |
nakayama | Follow the recent rpcgen(1) change. The environment variable of the C preprocessor has replaced to RPCGEN_CPP.
|
1.500 | 10-Jan-2008 |
skrll | Enable gdb on hppa.
|
1.499 | 09-Jan-2008 |
simonb | Remove support for NetBSD/pc532.
|
1.498 | 12-Nov-2007 |
jmmv | Add the atf host tools
This adds reachover Makefiles to build the atf tools required during a cross-build.
|
1.497 | 06-Oct-2007 |
ad | Add USE_JEMALLOC.
|
1.496 | 03-Jul-2007 |
joerg | branches: 1.496.4; Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the target strip. Don't pass down strip as it is not needed any longer.
|
1.495 | 08-Apr-2007 |
scw | Remove support for NetBSD/{,evb}sh5.
|
1.494 | 31-Mar-2007 |
matt | Don't test machine_arch for m68k and m68000, just test machine_cpu for m68k. Turn on PIC/PICLIB for VAX.
|
1.493 | 19-Feb-2007 |
chs | switch the rest of the architectures to gdb6.
|
1.492 | 14-Jan-2007 |
apb | Define TOOL_JOIN.
|
1.491 | 29-Dec-2006 |
pooka | if MKPUFFS=yes is given, build & install mount_psshfs (default: no)
|
1.490 | 09-Dec-2006 |
dyoung | Change the name of the host disklabel to nbdisklabel-${MAKEWRAPPERMACHINE}, where ${MAKEWRAPPERMACHINE} is the suffix XXX on the target's make wrapper, nbmake-XXX.
Fixes toolchain/30673, "single arch host disklabel isn't enough".
|
1.489 | 29-Nov-2006 |
dsl | branches: 1.489.2; 1.489.4; If MAKEOBJDIRPREFIX or MAKEOBJDIR is defined, then we rely on make to set .OBJDIR so 'make -V .OBJDIR' doesn't need to read any makefiles. Given how much cud-chewing make does in order to read a line, this speeds things up significantly (the operation in hand).
|
1.488 | 26-Nov-2006 |
drochner | mk.conf might refer to all kinds of make variables, so we can't just pull it in without everything else (reported by martin). So revert to 1.485 which did at least work for everyone.
|
1.487 | 24-Nov-2006 |
drochner | fix previous: need to pull in <bsd.obj.mk> to get the real .OBJDIR
|
1.486 | 22-Nov-2006 |
dsl | If we only want .OBJDIR printed, there is no point parsing the default make rules, nor reading Makefile. It is rather a shame we can't stop .depend being parsed as well. Quite possibly one could argue that nothing in .depend should affect the output of 'make -V xxxx'.
|
1.485 | 21-Nov-2006 |
dsl | Mark all the .PHONY targets as .NOTMAIN in one go - instead of individually. Add .WAITs after beforeinstall and before afterinstall. Remove the bogus dependency lines that someone must have added with the vague hope they would cause the build to happen in the right order! Since we have 'realinstall: proginstall scriptsinstall' stopping 'realinstall' running never has stopped 'proginstall' running. Fixing this probably fixes a variety of problems, including, but not restricted to 'install' in src/sys/arch/atari/stand/bootxx (NB this particular file is untested due to other local changes)
|
1.484 | 12-Nov-2006 |
christos | more uucp removal.
|
1.483 | 10-Nov-2006 |
christos | if ${PROG_PAX} is defined, run paxctl on the binary after linking with the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
|
1.482 | 18-Oct-2006 |
bjh21 | Use GDB 6 on armeb as well.
|
1.481 | 18-Oct-2006 |
bjh21 | GDB 6.5 seems to be basically functional on ARM, so make it the default there.
|
1.480 | 09-Oct-2006 |
mrg | - clean up some comments to reality. - retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX - in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC - add LIBSUPCXX - don't default USE_LIBSTDCXX or USE_GCC4 since they are not used in the tree any where - same with USE_XF86_4; retire it - remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
|
1.479 | 01-Oct-2006 |
tsutsui | - pc532 is ${MACHINE}, not ${MACHINE_ARCH}; use ns32k - fix a comment (sh5 has been switched to gcc4)
|
1.478 | 27-Sep-2006 |
martin | Default sparc64 to gdb6.
|
1.477 | 26-Sep-2006 |
matt | Make GCC4 the default (except for pc532). Switch powerpc to GDB6.
|
1.476 | 26-Sep-2006 |
christos | switch i386 to gdb6.
|
1.475 | 22-Sep-2006 |
skrll | Switch hppa to gcc4.
|
1.474 | 19-Sep-2006 |
simonb | Switch MIPS to gcc4 by default.
|
1.473 | 17-Sep-2006 |
tsutsui | Switch m68k ports to gcc4.
Tested on most m68k ports. Still there is no report of atari, cesfic, luna68k, and mvme68k on real machines, but at least builds for these ports should work.
|
1.472 | 14-Sep-2006 |
skrll | ia64 doesn't do gdb yet.
|
1.471 | 10-Sep-2006 |
cherry | Switch ia64 to gcc4
|
1.470 | 04-Sep-2006 |
scw | Switch sh5el to gcc4.
|
1.469 | 26-Aug-2006 |
matt | MACHINE_CPU for mips64e[bl] is mips
|
1.468 | 25-Aug-2006 |
matt | Add enough configury glue so that src/tools can build a N64 mips toolchain.
|
1.467 | 24-Jul-2006 |
uwe | Switch sh3 to gcc4.
sh3el tested on hpcsh. sh3eb only compile-tested with an mmeye build.
|
1.466 | 23-Jul-2006 |
lukem | add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5
|
1.465 | 23-Jul-2006 |
lukem | Implement MKDEBUG: If "no", don't build and install separate debugging symbols into /usr/libdata/debug. Default: no
|
1.464 | 22-Jul-2006 |
lukem | Rename MKDEBUG to MKDEBUGLIB.
|
1.463 | 08-Jul-2006 |
matt | Switch vax to GCC 4
|
1.462 | 01-Jul-2006 |
mrg | vax needs NOPIC for >= GCC3 not just == GCC3.
|
1.461 | 26-Jun-2006 |
drochner | switch alpha to gcc4
|
1.460 | 25-Jun-2006 |
mrg | put hppa in to the list of working but not switched to GCC4 platforms.
|
1.459 | 24-Jun-2006 |
garbled | Switch powerpc to gcc4. Confirmed working with prep and macppc ports.
|
1.458 | 24-Jun-2006 |
mrg | switch sun2 over to GCC4. however, turn off profiling for sun2 since GCC4 generates bogus code when calling mcount().
|
1.457 | 24-Jun-2006 |
mrg | default MKISCSI to yes.
|
1.456 | 23-Jun-2006 |
christos | - switch arm, armeb, i386, sparc, sparc64, x86_64 to gcc4 as discussed with gimpy and phone.
- add glue for gdb-6 build
|
1.455 | 22-Jun-2006 |
mrg | make powerpc64 use GCC4. the first GCC4 platform!
add mipsel and mipseb to the list of platforms that could have GCC4 but not done yet.
|
1.454 | 18-Jun-2006 |
gdamore | Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
|
1.453 | 07-Jun-2006 |
rpaulo | Add variables for /libdata/firmware path.
|
1.452 | 02-Jun-2006 |
mrg | delete support for USE_TOOLS_TOOLCHAIN and HAVE_GCC==2. update the list of platforms that build for GCC4 (but do not switch any of them yet.)
|
1.451 | 30-May-2006 |
christos | Remove sendmail.
|
1.450 | 12-May-2006 |
mrg | support CPPFLAG_ISYSTEMXX for GCC4.
|
1.449 | 09-Apr-2006 |
tls | bsd.lib.mk used MKDEBUG, but nothing defined it. Fix this.
|
1.448 | 07-Apr-2006 |
mrg | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
|
1.447 | 01-Apr-2006 |
christos | Add a HAVE_GCC4
|
1.446 | 29-Mar-2006 |
jmc | Provide TOOL_GMAKE defintiion
|
1.445 | 29-Mar-2006 |
jmc | Provide a default for USE_GCC4 (no currently) so it can be tested against
|
1.444 | 20-Mar-2006 |
christos | Oops, I did not mean to commit that [turning on relative symlinks]
|
1.443 | 20-Mar-2006 |
christos | Goodbye KerberosIV
|
1.442 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.441 | 17-Aug-2005 |
skrll | Initial pass at an in-tree ia64 toolchain. From PR 29141 with some fixes from me.
|
1.440 | 12-Jun-2005 |
dyoung | Add definitions for the new "host tools " disklabel and fdisk. Define TOOL_DISKLABEL and TOOL_FDISK. Also introduce HOST_INSTALL_DIR and HOST_INSTALL_SYMLINK. These re-usable definitions help me to install headers for disklabel and fdisk into ${TOOLDIR}/include/nbinclude/.
|
1.439 | 30-May-2005 |
thorpej | Add TOOL_GENASSYM. Part of PR toolchain/30350
|
1.438 | 28-Feb-2005 |
christos | Turn on PAM by default. Approved by core.
|
1.437 | 24-Feb-2005 |
christos | Don't disable PAM when MKPIC=no. PAM should work with static libraries, and this breaks PAM on programs that decide not to use PIC libraries, such as the X server.
|
1.436 | 22-Feb-2005 |
peter | Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs, headers and LKM.
Add MKPF; if set to no, don't build and install the pf(4) programs, headers, LKM and spamd.
Both options default to yes, so nothing changed in the default build.
Reviewed by lukem.
|
1.435 | 13-Jan-2005 |
thorpej | Back out previous. The intent is for MKPAM to be "yes" and USE_PAM to be "no". The su(1) Makefile has been fixed to test the correct variable.
|
1.434 | 13-Jan-2005 |
manu | Put back PAM to disabled by default and add a notice explaining why it is disabled and why it should not be re-enabled until it gets stable.
|
1.433 | 12-Jan-2005 |
lukem | Rework PAM defaults: MKPAM=yes # provide infrastructure by default (unless MKPIC=no) USE_PAM=no # don't compile PAM support in by default
|
1.432 | 11-Jan-2005 |
he | Add a default setting of MKPAM to "yes".
|
1.431 | 10-Jan-2005 |
manu | Disable PAM by default until it gets properly integrated. Now have MKPAM=yes in /etc/mk.conf if you want to experiment with PAM.
|
1.430 | 10-Jan-2005 |
he | Don't build libpam and associated bits if the target platform doesn't support shared libraries (sun2 and evbsh5 at it would seem), or if the user has specified MKPIC=no. Also introduce a new tag to the set lists ("pam"), so that the non-shlib ports can once again complete a release build.
Discussed with christos and lukem.
|
1.429 | 07-Jan-2005 |
tron | EOL of XFree86 3.3.6, approved by core@NetBSD.org
|
1.428 | 06-Jan-2005 |
lukem | Provide MKPAM and USE_PAM
|
1.427 | 28-Nov-2004 |
jmc | branches: 1.427.2; Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts.
|
1.426 | 28-Nov-2004 |
jmc | Convert remaining host tools for amiga to correct cross tools. Now allows complete amiga builds on non netbsd/bsd hosts
|
1.425 | 25-Nov-2004 |
jmc | Convert bebox's remaining host tools over to cross tools scheme. Builds to sets w/o error now.
|
1.424 | 07-Aug-2004 |
chs | turn on lint and profiling for hppa.
|
1.423 | 04-Aug-2004 |
lukem | Revert most of previous, and move the LIB<libname>?= assignments back to bsd.prog.mk from bsd.own.mk.
pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes problems with various package builds. This should fix PR #26542 submitted by Jim Bernard.
(I'll be implementing the DPADD for shared libraries in a different manner that generally won't depend upon ${LIB<libname>}.)
|
1.422 | 30-Jul-2004 |
lukem | Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so that they may be used by non PROGs (e.g., LIBs).
Improve some comments.
|
1.421 | 11-Jun-2004 |
jmc | Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output on linux hosts which return multi-word values
|
1.420 | 08-Jun-2004 |
abs | Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
|
1.419 | 23-May-2004 |
lukem | * Add MKPRIVATELIB; if not "no", act as "MKPROFILE=no MKPIC=no MKLINT=no" and don't install the (.a) library. This is useful for "build only" helper libraries. * Add some #{ [...] #} comments around large conditional statements.
|
1.418 | 12-May-2004 |
cl | ``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen for i386. The resulting release consists of: - NetBSD/xen for i386 kernel, loader and docuemntation - NetBSD/i386 userland sets
|
1.417 | 12-May-2004 |
lukem | define X11ETCDIR (as /etc/X11)
|
1.416 | 30-Apr-2004 |
skrll | GDB doesn't work on hppa at the moment.
|
1.415 | 13-Apr-2004 |
rtr | + define a proper variable/knob for building XFree86 as loadable or non.
let the breakage begin...
|
1.414 | 13-Apr-2004 |
lukem | Add MAKEDIRPREFIX shell macro to <bsd.own.mk>. Usage: ${MAKEDIRTARGET} dir target [params] Runs "cd $${dir} && ${MAKE} [params] $${target}", displaying a "pretty" message whilst doing so.
Use MAKEDIRPREFIX to implement the __recurse .USE macro in <bsd.subdir.mk>
|
1.413 | 08-Mar-2004 |
jmc | branches: 1.413.2; Turn off MKKERBEROS4 if MKKERBEROS==no.
|
1.412 | 04-Mar-2004 |
rtr | + add switch for DRI components of X11 build.
|
1.411 | 22-Feb-2004 |
uwe | Flip HAVE_GCC3 switch for sh3 ports.
|
1.410 | 13-Feb-2004 |
lukem | Change STRIPFLAG from "-s" to ""; we now don't strip binaries with install(1).
The benefits of having the symbol table available by default (easier debugging of core dumps, etc) outweigh the minor (3%) increase in the size of the distribution, and end-users can always strip(1) their systems if they're concerned about that 3% of disk space.
|
1.409 | 30-Jan-2004 |
lukem | Add '-h sha1' to INSTPRIV.unpriv, so that SHA-1 hashes for installed files are calculated and written to the METALOG.
|
1.408 | 07-Jan-2004 |
lukem | Add MKX11 to control if src/x11 is traversed during the build. (default: no)
Document <bsd.x11.mk>.
|
1.407 | 03-Jan-2004 |
lukem | sort list
|
1.406 | 02-Jan-2004 |
lukem | Consistently test all variables that support a "yes"/"no" value with ${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR
Improve the documentation.
|
1.405 | 11-Dec-2003 |
matt | Add TOOL_MACPPCFIXCOFF
|
1.404 | 07-Dec-2003 |
simonb | Disable native gdb for ns32k (but cross-gdb works).
|
1.403 | 07-Dec-2003 |
scw | And the monkey flicks the switch ...
Enable the in-tree toolchain on sh5, at least for the time being so I can evaluate the situation.
There are still numerous problems with gcc3's sh5 support, not least of which is the fact that a native gcc3 doesn't work at all. As a cross-compiler, it works reasonably well. Certainly enough to build userland and kernel code.
Binutils also has problems dealing with shared libraries on sh5, so we're back to static userland for now.
|
1.402 | 07-Dec-2003 |
matt | Fix fumble-fingers && && -> &&
|
1.401 | 07-Dec-2003 |
matt | Turn on NOPIC= if using GCC3 for VAX.
|
1.400 | 05-Dec-2003 |
simonb | ns32k doesn't have a missing toolchain anymore, does support gcc3 and always uses static libraries (for now...)
|
1.399 | 05-Dec-2003 |
matt | Add MKINET6/USE_INET6 support.
|
1.398 | 04-Dec-2003 |
mrg | build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutils as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
|
1.397 | 03-Dec-2003 |
mrg | switch everyone to binutils 2.14. it's confirmed to work on all the platforms that actually build at the moment...
|
1.396 | 27-Nov-2003 |
mrg | oops, really force 2.13
|
1.395 | 27-Nov-2003 |
mrg | remove the GDB53 section. change the polarity of the GCC3 section - list missing ports. add a binutils 2.14 knob, forced to 2.13 for now.
|
1.394 | 24-Nov-2003 |
lukem | In _MKTARGET_*, use ${.CURDIR:T} instead of ${.OBJDIR:T}, because that's more useful when using actual 'obj' dirs. Suggested by Alan Barrett, with some tweaks by me.
|
1.393 | 22-Nov-2003 |
lukem | In the various _MKTARGET macros, prepend "${.OBJDIR:T}/" to the ${.TARGET}, to provide more context about the operation. Especially useful for crunched binaries and kernel builds. Idea suggested by David Laight <dsl@>
|
1.392 | 09-Nov-2003 |
mrg | switch to GDB 5.3 on armeb & m68000.
|
1.391 | 07-Nov-2003 |
lukem | Support MAKEVERBOSE more effectively.
|
1.390 | 05-Nov-2003 |
skrll | Switch ARM to gdb 5.3.
XXX 26bit support isn't there at the moment.
|
1.389 | 04-Nov-2003 |
mrg | switch sun2 to GCC3
|
1.388 | 03-Nov-2003 |
sekiya | Use XFree86 4.x on sgimips.
|
1.387 | 28-Oct-2003 |
mrg | GCC3: - move m68000 into "mostly working" section GDB53: - move m68000 & armeb into "in progress" section - enable sh3eb
|
1.386 | 28-Oct-2003 |
simonb | Sort MACHINE_ARCH's in the GDB section.
|
1.385 | 27-Oct-2003 |
mrg | turn on GCC3 for armeb
|
1.384 | 27-Oct-2003 |
uwe | Mark GCC3 for sh3el as "mostly working". Remaining issues are toolchain/22452 and toolchain/22489 (gcc's optimization/11937).
|
1.383 | 27-Oct-2003 |
uwe | Switch sh3el to GDB 5.3.
|
1.382 | 26-Oct-2003 |
mycroft | I have no idea how this built, given that there seems to be a syntax error...
|
1.381 | 26-Oct-2003 |
mycroft | Note that armeb needs GCC 3, and hppa and m68000 need GDB 5.3.
|
1.380 | 26-Oct-2003 |
lukem | Improve how build.sh -N and MAKEVERBOSE interoperate; rather than adding '-s' to make's command line in the makewrapper, use the .SILENT target based on MAKEVERBOSE's value.
This means that you can do: ./build.sh -N 1 makewrapper
$TOOLDIR/bin/nbmake-$MACHINE # runs at MAKEVERBOSE==1, with command lines suppressed
$TOOLDIR/bin/nbmake-$MACHINE MAKEVERBOSE=2 # runs at MAKEVERBOSE==2 for this invocation, with command lines shown
|
1.379 | 26-Oct-2003 |
simonb | Switch MIPS to GDB 5.3
|
1.378 | 25-Oct-2003 |
mycroft | Throw the switch for mipseb and mipsel -- GCC 3 works.
|
1.377 | 25-Oct-2003 |
matt | Switch VAX to GDB 5.3
|
1.376 | 24-Oct-2003 |
mycroft | 68k works with GCC 3 on next68k and amiga. Throw the switch.
|
1.375 | 22-Oct-2003 |
skrll | gdb 5.3 for arm is in progress
|
1.374 | 21-Oct-2003 |
lukem | Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and change all the variable assignments from = to ?=
|
1.373 | 18-Oct-2003 |
matt | Default MK{BINUTILS,CVS,GCCCMDS,POSTFIX,SENDMAIL,UUCP} to yes
|
1.372 | 14-Oct-2003 |
fvdl | Enable gdb 5.3 for MACHINE_ARCH == x86_64
|
1.371 | 06-Oct-2003 |
matt | HPPA toolchain is now in-tree.
|
1.370 | 05-Oct-2003 |
fvdl | Enable gcc3 for x86_64.
|
1.369 | 27-Sep-2003 |
mycroft | List VAX as non-GCC3.
|
1.368 | 26-Sep-2003 |
christos | back out previous, suggested by gimpy.
|
1.367 | 26-Sep-2003 |
christos | entry for amd64->x86_64 map in gnu arch.
|
1.366 | 24-Sep-2003 |
matt | Switch Alpha to GDB5.3
|
1.365 | 24-Sep-2003 |
matt | Switch PowerPC to GCC 3.3.1 and GDB 5.3.
|
1.364 | 23-Sep-2003 |
christos | Turn on the switch for gdb53/m68k. Thanks Christian Limpach!
|
1.363 | 22-Sep-2003 |
christos | Add more comments for gdb-5.3
|
1.362 | 22-Sep-2003 |
matt | Add missing continuator.
|
1.361 | 21-Sep-2003 |
matt | Switch MACHINE_ARCH arm to GCC 3.3.1
|
1.360 | 19-Sep-2003 |
mrg | switch i386, sparc, sparc64 & alpha to GCC 3.3.1.
|
1.359 | 18-Sep-2003 |
mrg | add a HAVE_GDB53 switch. defaults to no one yet.
|
1.358 | 13-Sep-2003 |
lukem | implement MKSTATICLIB, which defaults to "yes". if "no" (which NOSTATICLIB also sets, a la the other variables), prevents build and installation of the "normal" static *.a libraries.
|
1.357 | 12-Sep-2003 |
lukem | add infrastructure to support reach-over builds of xsrc
|
1.356 | 01-Sep-2003 |
uwe | Now that HAVE_GCC3 is always defined, adjust the logic that selects if NOPIC for sh3 should be set to check the value of HAVE_GCC3.
|
1.355 | 29-Aug-2003 |
martin | Default sparc64 to XFree 4.
|
1.354 | 28-Aug-2003 |
tron | Fix logic error in last change which caused GCC 3.x to be the default for several platforms unintentionally.
|
1.353 | 27-Aug-2003 |
mrg | introduce an additional switch to enable building GCC3 instead of GCC2: HAVE_GCC3. if this is set, we also set USE_TOOLS_TOOLCHAIN=no. change the definition of the former to be restricted to whether tools/toolchain is used or not.
|
1.352 | 01-Aug-2003 |
mrg | use -isystem-cxx for now. update the "mostly ready to switch to gcc3" list
|
1.351 | 28-Jul-2003 |
lukem | replace MKCXXSUPCXX(!=no) with USE_LIBSTDCXX(==no)
|
1.350 | 28-Jul-2003 |
lukem | Change defined(CXX_SUPCXX) to MKCXXSUPCXX != "no".
Clarify that command-line overrides of the MKxxx variables should be done via the environment rather than make(1) command-line variable assignment, since the latter doesn't actually work as intended.
|
1.349 | 28-Jul-2003 |
matt | Back last commit and just allow USE_TOOLS_TOOLCHAIN be overridden in the environment.
|
1.348 | 28-Jul-2003 |
matt | Let the if define USE_TOOLS_TOOLCHAIN.
|
1.347 | 28-Jul-2003 |
lukem | Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
|
1.346 | 27-Jul-2003 |
mrg | introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system includes. for GCC3, set this to -I instead of -isystem.
XXX this should really be either not required or a -isystem-cxx, but for now this is required to build libstdc++-v3, which otherwise complains heavily about STL headers not being C code(!)
|
1.345 | 25-Jul-2003 |
mrg | add a new variable USE_TOOLS_TOOLCHAIN that is set to "yes" currently, but will be set to "no" when GCC3 is used in tree.
|
1.344 | 23-Jul-2003 |
itojun | split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.se (build confirmed with both MKKERBEROS4=yes and MKKERBEROS4=no)
|
1.343 | 22-Jul-2003 |
mrg | switch sparc port to xfree 4 tree.
|
1.342 | 20-Jul-2003 |
lukem | add TOOL_STAT for stat(1)
|
1.341 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.340 | 18-Jul-2003 |
lukem | Add MKMANZ; if not set to "no", compress the manual pages at installation time. This replaces the previous .if defined (MANZ) behaviour, although the latter will set MKMANZ=yes for compatibility purposes.
Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be necessary with groff 1.19.
Fix NOHTML implementation to be consistent with other NOxxx / MKxxx variables, and expose the user-tweakable MKHTML.
|
1.339 | 16-Jul-2003 |
lukem | Change the default TOOLDIR from top-of-obj/tools/tools.OS-VERSION-STRING to top-of-obj/tooldir.OS-VERSION-STRING
It's more consistent with the build.sh defaults for DESTDIR and RELEASEDIR, and it's easier on "mr lazy completion fingers".
|
1.338 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.337 | 02-Jul-2003 |
marcus | With gcc3, PIC code can be created for sh3.
|
1.336 | 30-Jun-2003 |
wiz | Add NROFF.
|
1.335 | 26-Jun-2003 |
tshiozak | Citrus iconv support(3) add host tools : mkcsmapper and mkesdb mkcsmapper - coded character set mapping table compiler mkesdb - encoding scheme database compiler
|
1.334 | 18-May-2003 |
lukem | Add ${TOOL_DB}; db(1) as a (host) tool.
Note: this is the first tool using a "TOOL_" prefix in the make(1) variable; other similar "non-standard" variable names will be converted in the future.
|
1.333 | 08-May-2003 |
christos | Fix _HOST_CYGWIN lossage.
|
1.332 | 08-May-2003 |
salo | Whitespace.
|
1.331 | 08-May-2003 |
christos | Deal with CYGWIN's sh screwage.
|
1.330 | 29-Apr-2003 |
scw | Build shared libraries by default on sh5. They seem stable enough now.
|
1.329 | 27-Apr-2003 |
fvdl | Correct previous. MACHINE is amd64. MACHINE_ARCH is x86_64.
|
1.328 | 27-Apr-2003 |
tron | x86_64 -> amd64
|
1.327 | 11-Apr-2003 |
thorpej | Provide the MKPICLIB value in bsd.own.mk, rather than bsd.lib.mk. It is sometimes necessary for non-library Makefiles to determine if _pic libraries are being built.
Problem pointed out by Havard Eidnes.
|
1.326 | 25-Mar-2003 |
pooka | add file as a host tool
|
1.325 | 07-Mar-2003 |
thorpej | Add a HEXDUMP host tool.
|
1.324 | 23-Dec-2002 |
lukem | Rework METALOG manipulation: - add '-D ${DESTDIR}' to INSTPRIV, so install(8) removes the leading ${DESTDIR} from the metalogged path - provide ${METADB.add} variable (for "${CAT} -l >> ${METALOG}"), to make it easier to replace manual metalog manipulation in the future. - with manual metalog additions, don't add the leading ${DESTDIR} in the path - in maketars, use "mtree -C ..." instead of "mtree -D ... | sed -e 's,\(.*\) \(\..*\),\2 \1,";
Benefits: - maketars "Parsing METALOG" step speeds up from 29 seconds to 1.2 seconds on a P3-600. (This also benefits "make installworld" at the top level.) - ${DESTDIR}/METALOG is easier to read without the leading "${DESTDIR}" on all the pathnames, and it's smaller as well.
|
1.323 | 23-Dec-2002 |
lukem | Only set INSTPRIV?= if "inside" a NetBSD src tree (i.e, ${_SRC_TOP_} != ""). Fixes a problem found by Andrew Brown where programs outside of the NetBSD src that use the /usr/share/mk framework (such as pkgsrc/pkgtools/digest) couldn't be installed if /usr/src/etc wasn't present.
|
1.322 | 23-Dec-2002 |
lukem | correct a comment
|
1.321 | 19-Dec-2002 |
lukem | Add "-N ${NETBSDSRCDIR}/etc" to ${INSTPRIV}, so that non-host ${INSTALL_*} rules use that directory to lookup users & groups as opposed to the host system's passwd(5) and group(5) databases.
This is a change of behaviour which should make the build system more robust when new users & groups are added to the NetBSD source.
The only users who may be adversely affected are those (small number, if any) that renumber the uids & gids away from the "standard" NetBSD ones; in this case said users should maintain local mods to ${NETBSDSRCDIR}/etc/{master.passwd,group} ...
|
1.320 | 08-Dec-2002 |
thorpej | Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
|
1.319 | 26-Nov-2002 |
lukem | Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality, and only support the "copies" default. Per discussion on tech-userlevel@.
|
1.318 | 26-Nov-2002 |
thorpej | * If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/... * Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
|
1.317 | 26-Nov-2002 |
thorpej | sh64 -> sh5, which matches the names that the NetBSD-targeted GNU toolchain uses for 32-bit SH5. OK'd by steve.
|
1.316 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.315 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.314 | 27-Sep-2002 |
thorpej | Back out previous; it was incomplete.
|
1.313 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
|
1.312 | 26-Sep-2002 |
itojun | MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.311 | 22-Sep-2002 |
lukem | Enable MKDYNAMICROOT=yes by default. This means that: + /bin and /sbin (and the few programs in /usr/* which were statically linked) are now dynamically linked. + The shared libraries that are needed by the /bin and /sbin programs are now installed into /lib (with compatability symlinks from /usr/lib). These are: c crypt edit ipsec kvm m m387 termcap termlib util z + The shared linker is now in /libexec/ld.elf_so, and /usr/libexec/ld.elf_so is a symlink to the former.
If you want the prior behaviour of "some applications statically linked, the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).
If you have a philosophical objection to dynamic libraries, continue to set LDSTATIC=-static in your mk.conf(5), and please don't waste any more time in trying to convince us why dynamic libraries are 3v1l.
|
1.310 | 17-Sep-2002 |
thorpej | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into two variables:
TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64).
EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms.
If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build.
If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc).
* Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
|
1.309 | 15-Sep-2002 |
thorpej | No longer have to invoke lorder with the shell explicitly; the host tool is patched to use the working shell as the interpreter.
|
1.308 | 14-Sep-2002 |
thorpej | * Add MKTEMP as a host tool. * Pass MKTEMP to lorder, and invoke lorder with sh.
|
1.307 | 28-Aug-2002 |
lukem | In the MKDYNAMICROOT==yes case, move the shared linker from /lib/ld.elf_so to /libexec/ld.elf_so. Per discussion with a few other developers.
|
1.306 | 27-Aug-2002 |
lukem | Implement MKDYNAMICROOT, which currently defaults to "no", but will be changed in the future to "yes".
If MKDYNAMICROOT == "no", there is no change from existing behaviour of a static /bin and /sbin (and a few programs in elsewhere).
If MKDYNAMICROOT == "yes", the following changes occur: in <bsd.own.mk>: SHLIBDIR?= /lib SHLINKDIR?= /lib in various Makefiles, the following entry is DISABLED. LDSTATIC?=-static This results in all programs (except those "standalone" programs built in sys/arch/*/stand) are linked dynamically, the shared linker is moved from /usr/libexec to /lib (with a compat symlink), and the shared libraries used by /bin and /sbin programs are moved from /usr/lib to /lib (with compat symlinks).
|
1.305 | 03-Aug-2002 |
chris | Default cats to using X 4.
Also correct macppc entry while here.
|
1.304 | 17-Jul-2002 |
mycroft | USE_XF86_4 on macppc.
|
1.303 | 17-Jul-2002 |
fredette | Now build profiled libraries on m68000.
|
1.302 | 11-Jul-2002 |
scw | Add MKBFD=no for SH5.
|
1.301 | 11-Jul-2002 |
scw | SH5 Makefile Magic.
|
1.300 | 03-Jul-2002 |
tron | Use XFree86 4.x by default on i386 and x86_64.
This change was approved by Frank van der Linden.
|
1.299 | 01-Jul-2002 |
fredette | Enabled building PIC on hppa. Also don't use a --netbsdelf GNU target name.
|
1.298 | 10-Jun-2002 |
mason | Add cat(1) as a host tool.
|
1.297 | 10-Jun-2002 |
fredette | Add cases for hppa.
|
1.296 | 05-Jun-2002 |
thorpej | Some changes to facilitate fixing the toolchain issue on ns32k:
* Don't make OBJECT_FMT dependent on USE_NEW_TOOLCHAIN. All ports except ns32k are ELF, so set it appropriately. Allow it to be overridden in the ns32k case. * If ns32k && USE_NEW_TOOLCHAIN, don't build shared libraries, because external toolchains don't support them for our a.out. * If ns32k && OBJECT_FMT == ELF, the GNU platform is "netbsdelf". * If ns32k && USE_NEW_TOOLCHAIN, don't attempt to build the in-tree binutils 2.11.2, gdb 5.0, or gcc 2.95.3.
This allows us to do USE_NEW_TOOLCHAIN cross-builds to ns32k using an external toolchain.
|
1.295 | 28-May-2002 |
bjh21 | Add fgen as a host tool, used for sys/arch/sparc/bootblk.
|
1.294 | 20-May-2002 |
thorpej | branches: 1.294.2; Add cases for "armeb" (big-endian ARM).
|
1.293 | 07-May-2002 |
lukem | remove now-unnecessary SPARCINSTALLBOOT
|
1.292 | 03-May-2002 |
kleink | Add PREPMKBOOTIMAGE.
|
1.291 | 03-May-2002 |
lukem | Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}.
There were too many synchronisation problems with using the former; including situations such as a "make clean" performed between two installs to the same DESTDIR would result in a truncated METALOG and the resultant sets would be missing stuff such as include files that don't get reinstalled if they haven't changed, even with !UPDATE.
|
1.290 | 29-Apr-2002 |
wiz | sh3e[bl] uses new toolchain, so remove an .elsif that doesn't make sense anymore.
|
1.289 | 26-Apr-2002 |
groo | Complete the switch to NEW_TOOLCHAIN for sh3e[lb].
|
1.288 | 26-Apr-2002 |
lukem | Implement NETBSDSRCDIR, which is the top level of the NetBSD source tree. Defaults to the directory determined by the _SRC_TOP_ logic (if != ""), and the BSDSRCDIR.
NETBSDSRCDIR has been provided for use by the various NetBSD source Makefiles to find the top of the NetBSD source tree, and isn't affected by the inheritance properties of _SRC_TOP_, nor does it have the magic BSDOBJDIR baggage that BSDSRCDIR is stuck with.
|
1.287 | 26-Apr-2002 |
lukem | Revert part of previous; don't set _SRC_TOP_ to BSDSRCDIR if it can't be determined, since BSDSRCDIR's default of /usr/src might not exist and the calculation of _SRC_TOP_OBJ_ would then generate a warning :-(. _SRC_TOP_ can now == "" if make(1) (or a parent make(1)) was started outside of the NetBSD source tree.
Now, if _SRC_TOP_ != "", BSDSRCDIR defaults to ${_SRC_TOP_} and BSDOBJDIR defaults to the objdir of ${BSDSRCDIR}.
Failsafe defaults for BSDSRCDIR (/usr/src) and BSDOBJDIR (/usr/obj) are provided later in the file.
This should result in a usable BSDSRCDIR default (i.e, _SRC_TOP_ if running from within the source tree), with safe fallbacks as appropriate (/usr/src, as always), meaning that BSDSRCDIR should be able to be used instead of _SRC_TOP_ in the source tree, although I need to carefully test this. *aaaiiiieeee!!!*. (Now I understand some of Todd's pain :)
|
1.286 | 23-Apr-2002 |
lukem | Overhaul how _SRC_TOP_ is determined, ensuring that it will be set to ${BSDSRCDIR} if make(1) is running outside of the NetBSD source tree. This should solve various issues, including building xsrc which uses ${BSDSRCDIR}/distrib/sets/maketars.
|
1.285 | 12-Apr-2002 |
lukem | add ELF2ECOFF
|
1.284 | 10-Apr-2002 |
lukem | replace BSDSRCDIR with _SRC_TOP_, since the latter is more likely to be "accurate". document _SRC_TOP_.
|
1.283 | 08-Apr-2002 |
wiz | No more arm32.
|
1.282 | 03-Apr-2002 |
lukem | add INSTALLBOOT. sort some entries in bsd.sys.mk
|
1.281 | 31-Mar-2002 |
bjh21 | Add CKSUM.
|
1.280 | 31-Mar-2002 |
bjh21 | MACHINE_ARCH can't be "arm26", so don't bother checking for that.
|
1.279 | 30-Mar-2002 |
matt | Change VAX to default to new toolchain.
|
1.278 | 28-Mar-2002 |
matt | Don't complain if vax && ELF.
|
1.277 | 25-Mar-2002 |
shiba | Switch mac68k to ELF. Now the default executable binaries are ELF.
Approved by Scott,briggs,fredb,wormey
|
1.276 | 22-Mar-2002 |
thorpej | Split the notion of building Hesiod, Kerberos, S/key, and YP infrastructure and using that infrastructure in programs.
* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building of the infratsructure (libraries, support programs, etc.)
* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control building of support for using the corresponding API in various libraries/programs that can use it.
As discussed on tech-toolchain.
|
1.275 | 19-Mar-2002 |
lukem | - ensure that check_DESTDIR and check_RELEASEDIR are always available, even if USETOOLS==no. - wrap setting of DESTDIR?= with own USETOOLS==yes check.
should fix a problem noted on current-users with USETOOLS=no
|
1.274 | 18-Mar-2002 |
bjh21 | We never set MACHINE_ARCH to "arm26" so remove the MACHINE_GNU_ARCH mapping for it.
|
1.273 | 09-Mar-2002 |
tv | Remove the ability to set "USE_NEW_TOOLCHAIN=no" explicitly. This is a one-way transition, so once it's defined by default for a port, it can't be turned off.
|
1.272 | 05-Mar-2002 |
lukem | oops; should define check_DESTDIR before setting default for DESTDIR...
|
1.271 | 05-Mar-2002 |
lukem | provide check_DESTDIR and check_RELEASEDIR targets in <bsd.own.mk> and use those rather than local versions
|
1.270 | 15-Feb-2002 |
is | Move Amiga PORT to ELF and new toolchain. Still missing: support in UPGRADE to move old shared libs to /emul/aout
|
1.269 | 15-Feb-2002 |
matthias | ".else if" doesn't work, thus everything was "COFF". Changed to ".elif".
|
1.268 | 07-Feb-2002 |
ross | if NOMAN is defined, also define NOHTML
|
1.267 | 04-Feb-2002 |
thorpej | * Turn lint and profiling on for SuperH. * Turn lint on for m68000.
|
1.266 | 03-Feb-2002 |
thorpej | Allow PIC on SuperH if HAVE_GCC3 is defined.
|
1.265 | 31-Jan-2002 |
tv | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode. * Protect __RCSID() and __COPYRIGHT() better. * Reduce the number of places that need to include "config.h", to keep sources closer to their "vanilla" versions. * Add more compat #defines and autoconf-checked functions.
|
1.264 | 29-Jan-2002 |
thorpej | Simplify OBJECT_FMT assignment: * All new-toolchain platforms are ELF. * Else, if SuperH, old toolchain is COFF. * Else, a.out.
|
1.263 | 29-Jan-2002 |
tv | rpcgen now accepts CPP from the environment; set it here for TOOLDIR builds.
|
1.262 | 28-Jan-2002 |
thorpej | Make sun2 use the new toolchain.
|
1.261 | 28-Jan-2002 |
thorpej | GNU_ARCH.m68000=m68010
|
1.260 | 28-Jan-2002 |
thorpej | m68000 also gets "-netbsdelf", for consistency with m68k.
|
1.259 | 28-Jan-2002 |
thorpej | Reverse the sense of the check for new-toolchain platforms. Instead, list the MACHINE_ARCHs and MACHINEs that have NOT yet converted to the new-toolchain.
|
1.258 | 27-Jan-2002 |
ross | Drink ALL the Kool-Aid.
(Move -mieee from lib/ to bsd.*.mk; new var MKIEEEFP defaults to yes.)
|
1.257 | 26-Jan-2002 |
reinoud | Some targets were obmitted in the .PHONY declaration in the bsd.own.mk file resulting in (number of suffix rules) times stat() calls to be made to the kernel.
Also fixing typo cheanhtml to cleanhtml.
|
1.256 | 25-Jan-2002 |
lukem | add $PAX to both, and $MAKEFS to bsd.sys.mk
|
1.255 | 19-Jan-2002 |
mrg | add SUNLABEL & SPARCINSTALLBOOT.
|
1.254 | 15-Jan-2002 |
tv | Remove parentheticals from _HOST_OSREL, to avoid them showing up in directory names (which would confuse shells).
|
1.253 | 10-Jan-2002 |
lukem | revert previous, and reenable tools/makefs now that it works on netbsd-current and netbsd-1-5
|
1.252 | 09-Jan-2002 |
tv | Disable makefs in src/tools for the moment; it's very dependent on -current NetBSD headers and sources right now. (Temporary workaround for PR 15175.)
|
1.251 | 05-Jan-2002 |
mrg | add ${ZIC}
|
1.250 | 05-Jan-2002 |
mrg | add ${MAKEFS}
|
1.249 | 04-Jan-2002 |
thorpej | Switch the MIPS ports to the new-toolchain.
|
1.248 | 03-Jan-2002 |
tv | Add more tolerant script-based implementation of mkdep for host tool compiles. Based loosely on mkdep.old.compiler (so CSRG license copied), but now uses just one rewrite (awk) process per cpp invocation and determines the proper way to run cpp and awk via a "configure" script.
Use HOST_MKDEP in bsd.hostlib/hostprog.mk (defaulting to the old override value of MKDEP), and give it a TOOLDIR equivalent in bsd.own.mk.
|
1.247 | 02-Jan-2002 |
thorpej | Remove x86-64 "nolint" hack.
|
1.246 | 02-Jan-2002 |
thorpej | Remove the "MKLINT=no if HAVE_GCC3" hack; a patch to support lint comments has been submitted to the GCC maintainers, so if you're using a GCC 3.x that doesn't support lint, set MKLINT=no in mk.conf.
|
1.245 | 01-Jan-2002 |
thorpej | If HAVE_GCC3 is set, force MKLINT to "no", since GCC 3.x's C pre-processor does not yet support our lint(1).
|
1.244 | 01-Jan-2002 |
thorpej | Don't set NOPROFILE for x86-64.
|
1.243 | 31-Dec-2001 |
thorpej | * Remove -Wno-format -fno-builtin from CFLAGS in the x86-64 case. * Default MKBFD, MKGDB, and MKGCC to "yes". Set them to "no" for x86-64.
|
1.242 | 28-Dec-2001 |
thorpej | x86_64 doesn't use the "new toolchain" but it doesn't really use the old one either. The "new toolchain" environment is closer to what we want, however, for using the external toolchain currently required for x86_64, so set USE_NEW_TOOLCHAIN for x86_64.
|
1.241 | 28-Dec-2001 |
lukem | * Add user-controlled mk.conf variables - SHLIBDIR Location to install shared libraries if ${USE_SHLIBDIR} is "yes". Defaults to "/usr/lib".
- USE_SHLIBDIR If "yes", install shared libraries in ${SHLIBDIR} instead of ${LIBDIR}. Defaults to "no". Sets ${_LIBSODIR} to the appropriate value. This may be set by individual Makefiles as well.
- SHLINKDIR Location of shared linker. Defaults to "/usr/libexec". If != "/usr/libexec", change the dynamic-linker encoded in shared programs
* Set USE_SHLIBDIR for libraries used by /bin and /sbin: libc libcrypt libcrypto libedit libipsec libkvm libm libmi387 libtermcap libutil libz
* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so* to ${_LIBSODIR}/${LIB}.so* for compatibility.
* Always install /sbin/init statically (for now)
The net effect of these changes depends on how the variables are set:
1.) If nothing is set or changed, there is no change from the current behaviour: - Static /bin, /sbin, and bits of /usr/* - Dynamic rest - Shared linker is /usr/libexec/ld*so
2.) If the following make variables are set: LDSTATIC= SHLINKDIR=/lib SHLIBDIR=/lib Then the behaviour becomes: - Dynamic tools - .so libraries used by /bin and /sbin are installed to /lib, with symlinks from /usr/lib/lib*so to -> /lib/lib*so where appropriate - Shared linker is /lib/ld*so
3.) As per 2.), but add the following variable: USE_SHLIBDIR=yes This forces all .so's to be instaleld in /lib (with compat symlinks), not just those tagged by their Makefiles to be. Again, compat symlinks are installed
|
1.240 | 24-Dec-2001 |
minoura | ELF!!
|
1.239 | 22-Dec-2001 |
chs | convert luna68k to ELF. ok'd by nisimura.
|
1.238 | 20-Dec-2001 |
thorpej | Switch alpha to the new toolchain.
|
1.237 | 16-Dec-2001 |
scw | Switch all OBJECT_FMT=elf m68k ports to new-toolchain.
|
1.236 | 15-Dec-2001 |
thorpej | Err, after consulting FSF's config.sub, shl -> shle.
|
1.235 | 15-Dec-2001 |
thorpej | MACHINE_GNU_ARCH for sh3el is "shl". sh3eb and sh3el ELF targets are also named "netbsdelf".
|
1.234 | 12-Dec-2001 |
thorpej | Per suggestion from Todd:
Wrap assignments of various tools within USETOOLS_BINUTILS and USETOOLS_GCC (names reflect the FSF packages the tools are provided by), which default to "yes", for easy testing of different versions of these packages.
|
1.233 | 12-Dec-2001 |
tv | Revert rev. 1.228. If USE_NEW_TOOLCHAIN is set to "yes" explicitly by the user on a platform that is not *OFFICIALLY* switched to the new toolchain, WE REALLY, REALLY DO WANT A LOUD WARNING AT THE START OF THE BUILD!
|
1.232 | 12-Dec-2001 |
tv | Revert previous. This breaks many things, since such variables as LD and AS are defined in <sys.mk>!
A better way needs to be devised for this.
|
1.231 | 12-Dec-2001 |
thorpej | Set the following vars with FOO?= so that alternative versions can be specified in mk.conf: AR, AS, LD, NM, OBJCOPY, OBJDUMP, RANLIB, SIZE, and STRIP.
This, along with some symlinks in TOOLDIR, makes it much easier to test different versions of the GNU toolchain (e.g. binutils-current).
|
1.230 | 11-Dec-2001 |
tv | Major readability cleanups.
|
1.229 | 07-Dec-2001 |
jmc | Add pwd_mkdb as a toolchain bit for builds
|
1.228 | 04-Dec-2001 |
jmc | If USE_NEW_TOOLCHAIN is defined and set to yes treat that as a match (and then reset it to nowarn so it lines up with ported platforms).
|
1.227 | 29-Nov-2001 |
thorpej | Provide ${MAKEWHATIS}.
|
1.226 | 28-Nov-2001 |
jmc | Make sure the tools built roff tools are first in the path before calling groff as it calls troff/etc without any leading pathnames. Otherwise the tools version is fairly useless as the installed system version will be used to build all manpages
|
1.225 | 25-Nov-2001 |
jmc | Back out last change until some more testing is done. Should account for folks not using objdirs and also force this to cd to $_SRC_TOP_ before doing the make obj
|
1.224 | 25-Nov-2001 |
jmc | Before checking the value from PRINTOBJDIR force a make obj at $_SRC_TOP_.
|
1.223 | 24-Nov-2001 |
perry | 1) Use the -r flag for INSTALL_SYMLINK and INSTALL_LINK, just like INSTALL_FILE does. 2) Patch around a bug that has been biting people in which bsd.own.mk attempts to cd into space when building outside of the tree. I may have a better solution for the whole thing later.
|
1.222 | 19-Nov-2001 |
perry | Snapshot of some things for builds as non-root -- work in progress:
0) rename UNPRIVILEGED UNPRIVED. It was too long. We'll argue about if we should replace it with yet something else later. It currently logs metadata by default. We'll argue more about that later too. 1) create a _SRC_TOP_OBJ_ variable pointing at the /usr/src objdir so we know where to dump metadata. 2) Add a METALOG variable pointing at the default location for the metadata log. (This may be moved or renamed -- the location is just for testing.) 3) Add a HOST_INSTALL_FILE used in host tools Makefiles instead of INSTALL_FILE, which doesn't include ${INSTPRIV} (i.e -U -M ${METALOG}) 4) Add INSTALL_LINK, INSTALL_SYMLINK for use in other .mk files so we can get rid of explicit uses of ln. Slightly clean up INSTALL_FILE.
|
1.221 | 19-Nov-2001 |
thorpej | Use a little transitional hack to determine if we use -isystem or -idirafter. Use the former only of USE_NEW_TOOLCHAIN, since -isystem causes the old toolchain to bomb out when building libstdc++.
|
1.220 | 15-Nov-2001 |
atatat | Add OBJDUMP to the toolchain list.
|
1.219 | 15-Nov-2001 |
tv | Make it possible to warn about platforms that are not yet switched to the new toolchain.
|
1.218 | 15-Nov-2001 |
wiz | It's called nbmakeinfo now, not makeinfo.
|
1.217 | 14-Nov-2001 |
tv | Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'. Prefix all non-target-specific things with `nb'.
|
1.216 | 14-Nov-2001 |
thorpej | If MACHINE_ARCH == arm, set USE_NEW_TOOLCHAIN=yes and OBJECT_FMT=ELF. It is infeasible for some ARM ports to use anything but ELF/new-toolchain, and this allows for the ARM ports that aren't ready for ELF to stay at MACHINE_ARCH == arm32 until they're ready. The rest of the ARM ports have a userbase such that if a flag day happens with the compiler (there are a couple of ABI issues still being discussed), that it won't matter so much.
Discussed with Ben Harris, Matt Thomas, and Chris Gilbert.
|
1.215 | 13-Nov-2001 |
tv | "${FOO}" -> ${FOO:Q}
|
1.214 | 12-Nov-2001 |
tv | Major overhaul of src/tools and host toolchain. Summary of changes:
* Rewrite src/tools Make logic to work like the rest of the tree wrt "dependall" and "install". The old "make build" hack is gone.
* Remove the MKTOOLS logic. This was linked to the "make build" hack, and was only needed because TOOLDIR originally had no writable default.
* Redo the GNU configure/make logic to make it fit reasonably in a BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for targets in $(srcdir), and mark them with .MADE: to prevent rebuilding.
* Only build cross tools in src/tools; remove some messy logic in src/usr.* and src/gnu/usr.* that would do target filename rewriting (improves consistency and readability).
* Add the ability to build cross gdb at tool build time by setting MKCROSSGDB (default no) to "yes" in mk.conf.
* Add src/tools/groff and set up paths to work with this cross groff.
|
1.213 | 12-Nov-2001 |
tv | MAKEFLAGS isn't accessible from a conditional during parse; use .MAKEFLAGS instead.
|
1.212 | 12-Nov-2001 |
tv | "true" doesn't output anything; use "echo" instead.
|
1.211 | 12-Nov-2001 |
tv | Make PRINTOBJDIR use "${MAKE} -V .OBJDIR" so it will work correctly with <bsd.obj.mk> rewrites of ${.OBJDIR}. Add a failsafe (checking for the -V option in MAKEFLAGS) to prevent infinite recursion.
|
1.210 | 09-Nov-2001 |
thorpej | Add a DBSYM variable for the dbsym(8) host tool.
|
1.209 | 05-Nov-2001 |
tv | Extend the use of NEED_OWN_INSTALL_TARGET (used by bsd.pkg.mk since its creation, to exclude conflicting make targets from botching pkgsrc), to avoid defining INSTALL_FILE. pkgsrc is self-contained except for <bsd.own.mk>, so this doesn't have an adverse effect on real <bsd.*.mk> build trees.
|
1.208 | 04-Nov-2001 |
thorpej | Switch PowerPC to the new toolchain.
|
1.207 | 03-Nov-2001 |
thorpej | Fix typo in previous.
|
1.206 | 03-Nov-2001 |
thorpej | Switch NetBSD/sparc to the new toolchain.
|
1.205 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.204 | 31-Oct-2001 |
tv | * Create a variable HOST_OSTYPE that represents the host build environment, using `uname -s`-`uname -r`-`uname -p || uname -m`. This can be overridden in mk.conf or the environment, and is used by host tools to ensure that build hosts do not clobber each other.
* Now that there's an objdir in src/tools, make a default TOOLDIR by creating "tools.${HOST_OSTYPE}" in the objdir (if it exists) of src/tools. This means that TOOLDIR is no longer required to be set in a build, though it still may be set manually if desired.
* Set MKTOOLS to "yes" by default, since the default TOOLDIR is now located in a known mutable location. This may still be set manually if desired.
|
1.203 | 31-Oct-2001 |
tv | Make REQUIRETOOLS work properly -- don't error if USE_NEW_TOOLCHAIN is not set. Also, nuke redundant USE_NEW_TOOLCHAIN check with USETOOLS.
|
1.202 | 28-Oct-2001 |
jmc | already gets checked and prints out an error if it's used without being set. You want to use it if USE_NEW_TOOLCHAIN is set and you're in the source tree by default.
|
1.201 | 28-Oct-2001 |
chs | if TOOLDIR is not defined, USETOOLS should default to "no", since defaulting to "yes" will just give an error every time.
|
1.200 | 26-Oct-2001 |
jmc | Remove debug echo statement
|
1.199 | 26-Oct-2001 |
jmc | Change the check for BSD_PKG_MK into something which looks to see if we're running from inside of $BSDSRCDIR (recurse back and look for file/dir signatures or reach /, whichever comes first).
Do it once and then pass the results to sub-makes.
Finally, if using the new toolchain and USETOOLS=yes check $TOOLDIR before using it. Print an error message out if it's not set when expected here.
|
1.198 | 25-Oct-2001 |
bjh21 | USE_NEW_TOOLCHAIN for ARM ELF platforms (just arm26), since the old toolchain doesn't do ARM ELF at all.
|
1.197 | 25-Oct-2001 |
thorpej | Oops, typo.
|
1.196 | 25-Oct-2001 |
thorpej | Add an ASN1_COMPILE variable for that host tool.
|
1.195 | 24-Oct-2001 |
thorpej | MDSETIMAGE gets a MACHINE_GNU_PLATFORM prefix.
|
1.194 | 24-Oct-2001 |
thorpej | LINT needs a ${MACHINE_GNU_PLATFORM}- prefix now.
|
1.193 | 23-Oct-2001 |
thorpej | Quote the ${CC} provided to mkdep's environment.
|
1.192 | 23-Oct-2001 |
thorpej | When setting MACHINE_GNU_PLATFORM for ARM ports, we need compare MACHINE_GNU_ARCH (not MACHINE_ARCH) to "arm", otherwise the GNU platform won't be set properly if OBJECT_FMT=ELF.
|
1.191 | 21-Oct-2001 |
jmc | Pull in mdsetimage to the tools builds. (XXX - using libbfd here would probably be preferrable long term).
|
1.190 | 21-Oct-2001 |
jmc | Pass ${.MAKE} to crunchgen so it uses the one for cross builds correctly
|
1.189 | 20-Oct-2001 |
jmc | Change sets so the differing toolchain bits only (not the complete toolchain at the moment) are pulled out into tc.mi and tc.old files.
tc.mi has any files which are in the new toolchain only and tc.old contains the reverse (files which only existed in the old toolchain). The remainder of the toolchain that is common between both old and new is still contained in the various mi/md files.
Check for USE_NEW_TOOLCHAIN=yes in makeflist to determine which tc files to pull in if they exist.
XXX - All the toolchain bits should eventually be pulled out into separate lists as tc.mi and tc.<arch>. Leaving it for now until the new toolchain is fully integrated on all ports.
|
1.188 | 20-Oct-2001 |
jmc | Add mklocale to cross-tools and turn it back on for the builds.
|
1.187 | 13-Oct-2001 |
jmc | Add crunchgen, msgc and menuc
|
1.186 | 09-Oct-2001 |
enami | Make mtree a host tool and use it when appropriate.
|
1.185 | 08-Oct-2001 |
mrg | use CC="${CC}" and NM="${NM}" so that, eg, "CC=cc -m64" works.
|
1.184 | 04-Oct-2001 |
tv | Make sure to define USETOOLS properly always (set it to "no" on systems without USE_NEW_TOOLCHAIN). This will allow conversion of in-tree conditionals to use only USETOOLS....
|
1.183 | 26-Sep-2001 |
mrg | enable a toolchain for the sparc64.
|
1.182 | 25-Sep-2001 |
tv | Add STRIP to the environment of binstall, to use proper strip at install time. Noted by <jepeway@blasted-health.com>.
|
1.181 | 25-Sep-2001 |
tv | Add mssed commit that sets USETOOLS=no if BSD_PKG_MK is set. Noted by erh.
|
1.180 | 22-Sep-2001 |
tv | Move the definitions of host tools from Makefile.tools to <bsd.own.mk>.
Turn on USE_NEW_TOOLCHAIN explicitly on i386. (See current-users or tech-toolchain for the heads up announcement and tech details.)
|
1.179 | 16-Sep-2001 |
chris | Arm doesn't do ELF by default yet. Should fix PR 13973.
|
1.178 | 08-Sep-2001 |
thomas | On Atari now the default object format is ELF.
|
1.177 | 26-Aug-2001 |
eeh | Build lint on sparc64.
|
1.176 | 25-Aug-2001 |
chs | switch cesfic to ELF.
|
1.175 | 19-Aug-2001 |
mrg | enable profile libraries on sparc64
|
1.174 | 15-Aug-2001 |
tv | Revert previous temporarily to deal with PR bin/13722; will revisit this (and close the PR) after I've located all of the uses of PRINTOBJDIR and fixed them up not to bork themselves recursively.
|
1.173 | 14-Aug-2001 |
tv | Speed up PRINTOBJDIR a little by changing it to "${MAKE} -V .OBJDIR" (it will recurse, but won't need to spawn a shell and run commands now).
|
1.172 | 14-Aug-2001 |
tv | Simplify some MACHINE_ARCH transforms, and redefine MACHINE_GNU_PLATFORM as the full GNU triplet name.
|
1.171 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.170 | 14-Aug-2001 |
tv | Simplify PRESERVE and INSTPRIV by using ${...:D...}.
|
1.169 | 14-Aug-2001 |
tv | Make MAKECONF defined always by setting MAKECONF?=/etc/mk.conf and using that variable only for including make(1) variables. Much more consistent and less prone to ambiguity this way (and now, ${MAKECONF} can be used in messages indicating a missing option needed for a build).
|
1.168 | 23-Jul-2001 |
matt | MACHINE_ARCH=arm changes
|
1.167 | 21-Jul-2001 |
bjh21 | Since arm26 and arm32 are heading towards shared binaries, don't distinguish them for the GNU tools.
|
1.166 | 21-Jul-2001 |
bjh21 | arm26 uses ELF.
|
1.165 | 13-Jul-2001 |
fredette | Added support for the m68000 MACHINE_ARCH, as an incomplete ELF port with a MACHINE_CPU of m68k.
|
1.164 | 19-Jun-2001 |
fvdl | Add some extra flags for the x86-64 port. Disable -O in sys.mk (which is where all ports set it); there seem to be some lurking optimization bugs for the x86-64.
|
1.163 | 18-Jun-2001 |
simonb | Add a new make variable "MKSOFTFLOAT". If not set to "no", it adds "-msoft-float" to COPTS and FOPTS, and possibly builds soft-float library support (port specific). Defaults to "no".
|
1.162 | 02-Jun-2001 |
tv | Fix typo.
|
1.161 | 02-Jun-2001 |
tv | Add MACHINE_GNU_PLATFORM to identify as "netbsdelf" for historically a.out platforms. While there, allow MACHINE_GNU_ARCH and MACHINE_CPU to be inherited from the environment.
|
1.160 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.159 | 12-May-2001 |
chs | next68k is now ELF.
|
1.158 | 19-Mar-2001 |
tsutsui | Switch news68k to ELF: - Set OBJECT_FMT=ELF on news68k
|
1.157 | 24-Feb-2001 |
msaitoh | NetBSD/sh3 ELF doesn't supports dynamic link yet.
|
1.156 | 22-Feb-2001 |
chs | sun3 now uses ELF.
|
1.155 | 01-Feb-2001 |
itojun | add LOCALEDIR and related declarations.
|
1.154 | 08-Jan-2001 |
itojun | use MACHINE_CPU=arm on both arm26/32.
|
1.153 | 08-Jan-2001 |
itojun | declare MACHINE_CPU. MACHINE_CPU will be generated from MACHINE_ARCH, to identifiy CPU type in build tree (like mipse[lb] -> mips, sh3e[lb] -> sh3).
XXX what should we do about arm and sparc?
|
1.152 | 05-Jan-2001 |
itojun | s/.INIT/.BEGIN/ for NetBSD make
|
1.151 | 04-Jan-2001 |
itojun | die if MACHINE_ARCH == sh3
|
1.150 | 04-Jan-2001 |
itojun | sh3 split (MACHINE_GNU_ARCH)
|
1.149 | 04-Jan-2001 |
itojun | sh3 split
|
1.148 | 02-Jan-2001 |
simonb | Switch NetBSD/hp300's OBJECT_FMT to ELF
|
1.147 | 30-Dec-2000 |
sommerfeld | Change ${PRINTOBJDIR} to a "safer" but more complex form which avoids infinite recursion when directories reference each other or themselves (most common when a FOOOBJDIR is defined in a common Makefile.inc).
|
1.146 | 07-Dec-2000 |
scw | NetBSD/mvme68k's OBJECT_FMT is now officially ELF. :-)
|
1.145 | 06-Dec-2000 |
sommerfeld | define PRINTOBJDIR as a canned known-safe print-objdir invocation.
|
1.144 | 30-Sep-2000 |
itojun | always compile RSA into libcrypto. MKCRYPTO disables the whole crypto tree, and in that case, we will not have RSA (nor libcrypto) with us.
|
1.143 | 30-Sep-2000 |
itojun | repair openssl (libcrypto) for non-32bit architecture. don't use unsigned long where 32bit unsigned variable is asked for. use u_int32_t. (not sure if uint32_t is better or not, but anyway, u_int32_t <-> uint32_t should not raise binary compatibility issue) PR10921.
TODO: have arch-dependent Makefiles where we supply -DFOO for optimization. (do not change size of variable though)
XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h, however, that needs a lot of work and will make future openssl upgrade harder.
remove RC5 and IDEA by default. build them separately as libcrypto_{rc5,idea}.a. put dummy function, which is "warning to stderr and exit(1)". NOCRYPTO_{RC5,IDEA} are obsoleted. PR10883.
|
1.142 | 22-Sep-2000 |
phil | Add rules to make and install html pages in /usr/share/man/html*
|
1.141 | 02-Aug-2000 |
msaitoh | sh3 port is incomplete, so add NOLINT=1 and NOPROFILE=1 (and NOPIC=1 if OBJECT_FMT==COFF)
|
1.140 | 26-Jul-2000 |
mycroft | Build shared libraries on sparc64.
|
1.139 | 27-Jun-2000 |
bjh21 | Add GNU_ARCH.arm26
|
1.138 | 23-Jun-2000 |
thorpej | Garbage-collect old KERBEROS* switches.
|
1.137 | 23-Jun-2000 |
thorpej | Add MK... variables to enable/disable various aspects of building crypto support into the system. See share/mk/bsd.README for more a full description.
|
1.136 | 02-May-2000 |
simonb | branches: 1.136.4; Add HTMLDOCDIR pointing to /usr/share/doc/html.
|
1.135 | 24-Apr-2000 |
simonb | White space bogons (double spaces, spaces instead of tabs).
|
1.134 | 20-Feb-2000 |
wiz | removed 'UVM?= YES'
|
1.133 | 19-Feb-2000 |
tsutsui | pica no longer exists, and arc has already switched to UVM.
XXX We still need "UVM?= yes" ?
|
1.132 | 22-Jan-2000 |
mycroft | Do the NEED_OWN_INSTALL_TARGET klugery for depend and all, too, so this works with pkgsrc.
|
1.131 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.130 | 30-Nov-1999 |
sommerfeld | Add MKOBJDIRS make variable to bsd.own.mk, defaulting to "no" but overrideable in mk.conf
Document in bsd.README; this is distinct from "MKOBJ", which controls whether "make obj" does anything.
In the top-level makefile, if MKOBJDIRS != "no", do a "make obj" at an appropriate point during a "make build".
|
1.129 | 06-Oct-1999 |
msaitoh | add GNU_ARCH.sh3=sh
|
1.128 | 14-Sep-1999 |
perry | branches: 1.128.2; Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.127 | 12-Sep-1999 |
chs | the PMAP_NEW option is gone as the new interface is no longer optional.
|
1.126 | 21-Aug-1999 |
simonb | If UNPRIVILEGED is defined, set ${INSTPRIV} to -U. Passed to install(1) so that it doesn't try to set the user or group of the destination file(s).
|
1.125 | 16-Aug-1999 |
simonb | Make -r the default for RENAME, as per discussion on tech-install.
|
1.124 | 05-Jul-1999 |
fvdl | branches: 1.124.2; Switch the i386 port to ELF.
|
1.123 | 26-Jun-1999 |
danw | Remove the NOPROFILE=1 for powerpc
|
1.122 | 10-Jun-1999 |
simonb | Conditionally define SHLIB_VERSION_FILE as ${.CURDIR}/shlib_version .
|
1.121 | 06-Jun-1999 |
pk | Switch the sparc to ELF.
|
1.120 | 24-Feb-1999 |
drochner | add missing parts of the "mips"->"mipse?" transition
|
1.119 | 13-Feb-1999 |
lukem | don't bother supporting NOINFO (since it's a new thing); just support MKINFO=no fix description of MKSHARE=no
|
1.118 | 12-Feb-1999 |
tv | Add {MK,NO}INFO, and use that to control generation/installation of Info documentation. MKINFO=no is implied by MKSHARE=no.
|
1.117 | 12-Feb-1999 |
lukem | for MKSHARE=no, set MKDOC=no MKMAN=no MKNLS=no, and for MKMAN=no, set MKCATPAGES=no. this simplifies various tests.
|
1.116 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.115 | 11-Feb-1999 |
tv | Create <bsd.info.mk> for Info documentation, and avoid the nasty install stuff duplication by expressing it in terms of <bsd.files.mk>. Allow for multiple inclusion of <bsd.files.mk> by clearing ${FILES} at the end, and using FILES+= rather than FILES= in <bsd.info.mk>.
|
1.114 | 10-Feb-1999 |
tv | Remove GNU_ARCH.mips=mipsel, and produce an error if MACHINE_ARCH is only "mips".
|
1.113 | 07-Feb-1999 |
hubertf | s/bsd.port.mk/bsd.own.mk/
|
1.112 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.111 | 31-Dec-1998 |
tv | GC conditional egcs cruft.
|
1.110 | 23-Dec-1998 |
itohy | Switch x68k port to UVM by default. Mach VM and even old contig and non-contig codes are still alive.
|
1.109 | 23-Dec-1998 |
mrg | move sun3 to UVM by default. only pica/arc & x68k left.
|
1.108 | 12-Dec-1998 |
thorpej | Just switch all m68k to EGCS.
|
1.107 | 12-Dec-1998 |
is | Switch Amiga port to egcs.
|
1.106 | 02-Dec-1998 |
tsubai | Use egcs by default on powerpc.
|
1.105 | 28-Nov-1998 |
eeh | Fix up GNU_ARCH for sparc64.
|
1.104 | 25-Nov-1998 |
mrg | note that the sparc64 does not yet do pic or profile libraries.
|
1.103 | 24-Nov-1998 |
tsubai | Remove NOPIC= on powerpc.
|
1.102 | 22-Nov-1998 |
mycroft | Use egcs on sparc.
|
1.101 | 21-Nov-1998 |
mycroft | Invert the sense of the UVM test, so it lists those ports which do *not* have UVM yet.
|
1.100 | 21-Nov-1998 |
mycroft | Use egcs on arm32.
|
1.99 | 19-Nov-1998 |
dbj | Set UVM to yes by default for next68k userland compiles.
|
1.98 | 16-Nov-1998 |
tsubai | Enable UVM on newsmips.
|
1.97 | 15-Nov-1998 |
jonathan | Make UVM default for pmax.
|
1.96 | 14-Nov-1998 |
perry | Per Charles, turn back on egcs on port-i386. If this causes problems, the methodology is now to fix the problems instead of backing out.
|
1.95 | 31-Oct-1998 |
jonathan | Make EGCS default compiler on mips platforms.
|
1.94 | 31-Oct-1998 |
matt | Enable shared libraries and EGCS.
|
1.93 | 30-Oct-1998 |
mark | Define UVM for arm32.
|
1.92 | 28-Oct-1998 |
is | Switch the Amiga port to UVM.
|
1.91 | 04-Oct-1998 |
tv | Back out egcs from i386 and sparc. There are not enough fixes on the egcs 1.1 branch to repair the already open PRs on egcs codegen. `For now, I give up.' Perhaps another day....
|
1.90 | 28-Sep-1998 |
christos | Use PRESERVE flag only when UPDATE is defined.
|
1.89 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.88 | 15-Sep-1998 |
matthias | Take a deep breath and switch over NetBSD/pc532 to use egcs by default.
|
1.87 | 14-Sep-1998 |
tv | Transition sparc platform to egcs.
|
1.86 | 14-Sep-1998 |
tv | Switch i386 to egcs 1.1.
|
1.85 | 11-Sep-1998 |
eeh | Add some more sparc64 stuff.
|
1.84 | 03-Sep-1998 |
tsubai | UVM is now standard on macppc.
|
1.83 | 03-Sep-1998 |
sakamoto | UVM is the default on bebox,ofppc.
|
1.82 | 02-Sep-1998 |
matthias | UVM/PMAP_NEW are now the standard for the pc532.
|
1.81 | 02-Sep-1998 |
mrg | really turn UVM on on the atari...
|
1.80 | 02-Sep-1998 |
mrg | UVM is the default on sparc64
|
1.79 | 31-Aug-1998 |
thorpej | Switch the i386 port to UVM+PMAP_NEW.
|
1.78 | 27-Aug-1998 |
tv | Alpha is now egcs by default (now all that's left is as and ld).
|
1.77 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.76 | 07-Aug-1998 |
frueauf | SYS_INCLUDE=symlinks should not be enabled by default. I guess it was done by accident.
|
1.75 | 04-Aug-1998 |
ragge | Put in that vax uses PMAP_NEW as default.
|
1.74 | 27-Jul-1998 |
tv | - Add MACHINE_GNU_ARCH entries for mipseb and mipsel. Temporarily remap mips to mipsel. - Remove the unused definition of NOSHLIB for powerpc. NOPIC is being used for this purpose.
|
1.73 | 22-Jul-1998 |
perry | Get rid of NONOLINT, and unset NOLINT. We now build lint libraries by default.
|
1.72 | 27-Jun-1998 |
mark | Define NONOLINT for arm32.
|
1.71 | 29-May-1998 |
agc | Delete (duplicate) setting of UVM if the MACHINE_ARCH is "sparc" - this is done earlier in the file, with the other platforms on which it's standard.
|
1.70 | 25-May-1998 |
tv | SPARC was missing from the list of GNU_ARCHs.
|
1.69 | 22-May-1998 |
tv | Add the ability to map a MACHINE_ARCH to a GNU architecture name: - ${GNU_ARCH.${TARGET_ARCH}} will produce a target architecture name in mainline sources - ${MACHINE_GNU_ARCH} is equivalent to ${GNU_ARCH.${MACHINE_ARCH}}
|
1.68 | 10-May-1998 |
kleink | Set NONOLINT on sparc.
|
1.67 | 05-May-1998 |
mrg | make UVM the default on the sparc
|
1.66 | 04-May-1998 |
thorpej | Make UVM standard procedure on hp300, mac68k (per scottr), and mvme68k.
|
1.65 | 04-May-1998 |
thorpej | Add a mechanism for specifying which platforms use UVM and which use PMAP_NEW, and enable both for NetBSD/alpha.
|
1.64 | 13-Apr-1998 |
lukem | only read /etc/mk.conf once (stops += variables getting double assignments)
|
1.63 | 03-Apr-1998 |
agc | Correct a definition name in a comment.
|
1.62 | 28-Mar-1998 |
cgd | GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobody should be using an ECOFF toolchain on NetBSD/alpha any more.
|
1.61 | 26-Feb-1998 |
lukem | change default ownership from bin:bin to root:wheel
|
1.60 | 25-Feb-1998 |
perry | set NONOLINT on i386. Other ports on which building with lint is okay should be added to this list until we get all ports okay.
|
1.59 | 23-Feb-1998 |
jonathan | More table-driven changes for different toolchains: * new bsd.own.mk variable OBJECT_FMT with values "a.out" or "ELF". * use OBJECT_FMT in Makefile tests that depend on toolchain. * Add new bsd.own.mk variable NOSHLIB that, if set indicates a given port doesnt yet do shared libraries. Set on powerpc. * Document new feature-test variables in src/share/mk/bsd.README. Tested on i386, mips, fakedup Alpha environment.
|
1.58 | 15-Jan-1998 |
agc | Move the inclusion of bsd.own.mk back to the correct place in bsd.port.mk, but this time use a definition before the inclusion, which stops <bsd.own.mk> defining its own install target when using the package system.
This makes the package system take notice of the definitions in /etc/mk.conf
|
1.57 | 03-Nov-1997 |
cgd | if "NONOLINT" is defined, don't automatically define NOLINT. "yuck." Once lint support is completely working, NOLINT's definition should be removed from this file entirely.
|
1.56 | 27-Oct-1997 |
drochner | Fix the before/after-install ordering problem in a different way. The old fix broke with multiple targets on the make command line.
|
1.55 | 23-Oct-1997 |
drochner | Force "beforeinstall" and "afterinstall" to be executed before/after "install". (pr misc/4319)
|
1.54 | 11-Oct-1997 |
mycroft | branches: 1.54.2; Move the previous to a different place, because `.if !target(...' sucks.
|
1.53 | 11-Oct-1997 |
mycroft | As the comment says: Make sure all of the standard targets are defined, even if they do nothing.
Also, add a .PHONY for regress.
|
1.52 | 03-Oct-1997 |
mycroft | Install man page source, in addition to the cat files.
|
1.51 | 30-Sep-1997 |
is | Make "make regress" work; by Charles Hannum.
|
1.50 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.49 | 30-May-1997 |
cjs | branches: 1.49.2; Set or unset OBJDIR before we determine BUILDDIR.
|
1.48 | 30-May-1997 |
cjs | Fix quoting yet again; reformat.
|
1.47 | 30-May-1997 |
cjs | Don't add MACHINE to BUILDDIR if it's already added to BSDOBJDIR.
|
1.46 | 29-May-1997 |
cjs | Quote it properly this time.
|
1.45 | 29-May-1997 |
cjs | Forgot to quote a variable.
|
1.44 | 29-May-1997 |
cjs | If BUILDDIR is the same as DESTDIR, we aren't really using an object file tree, so undef OBJDIR and install includes, etc. the old way. Also, don't use OBJDIR at all if we're not under BSDSRCDIR.
|
1.43 | 28-May-1997 |
cjs | Append ${MACHINE} to ${BUILDDIR} if USR_OBJMACHINE is not set.
|
1.42 | 26-May-1997 |
pk | Remove bogon.
|
1.41 | 26-May-1997 |
cjs | These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.40 | 10-May-1997 |
mycroft | Add another .PHONY.
|
1.39 | 10-May-1997 |
mycroft | Add some .NOTMAINs.
|
1.38 | 09-May-1997 |
mycroft | Get the install dependencies in the right order, for the first time.
|
1.37 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.36 | 07-May-1997 |
mycroft | Various simplifications.
|
1.35 | 07-May-1997 |
mycroft | Shuffle some .PHONYs around, to work better with `-t'.
|
1.34 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.33 | 17-Apr-1997 |
thorpej | Rename STRIP -> STRIPFLAG - this is a flag passed to install(1) to indicate whether or not the program should be stripped. This rename allows the user to set STRIP as an alternative to /usr/bin/strip, helping cross-compiling.
|
1.32 | 29-Mar-1997 |
thorpej | Set NOPIC and NOPROFILE on PowerPC.
|
1.31 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.30 | 23-Feb-1997 |
cgd | turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checks
|
1.29 | 18-Feb-1997 |
cgd | fix botch in the last checkin.
|
1.28 | 10-Feb-1997 |
jonathan | Change bsd.own.mk to build shared libs on mips CPUs by default.
|
1.27 | 13-Jan-1997 |
mark | The arm32 architecture also needs to set NOPIC.
|
1.26 | 13-Oct-1996 |
cgd | define NOPIC on the alpha only if ELF_TOOLCHAIN is not defined. (This is a hack.)
|
1.25 | 27-Aug-1996 |
explorer | Fix a missing dollar sign, and move paths and modes to bsd.own.mk for KMOD* vars
|
1.24 | 13-Apr-1996 |
thorpej | Add the ability to override defaults in bsd.own.mk more easily, by looking for "${MAKECONF}", or failing that, "/etc/mk.conf" and including the first one it finds, if it exists. From Chris Demetriou <cgd@netbsd.org>, PR #1970.
|
1.23 | 03-Nov-1995 |
cgd | NetBSD/Alpha now supports profiling
|
1.22 | 12-Oct-1995 |
cgd | install -s now works properly on the alpha, so don't redefine STRIP (to kill the -s).
|
1.21 | 02-Oct-1995 |
cgd | branches: 1.21.2; correct an alpha-specific comment
|
1.20 | 27-Sep-1995 |
cgd | alpha no longer needs NOMAN=
|
1.19 | 22-Jul-1995 |
ragge | NOPIC option added, so that we don't try to generate it.
|
1.18 | 24-Jun-1995 |
cgd | update lint rules, but keep linting disabled
|
1.17 | 02-Jun-1995 |
brezak | define MANZ=1 in bsd.own to get compressed man pages installed
|
1.16 | 21-Apr-1995 |
cgd | special hacks for alpha; mostly: some things aren't supported.
|
1.15 | 20-Feb-1995 |
jtc | Define NLSDIR, NLSGRP, NLSOWN, and NLSMODE (for message catalogs).
|
1.14 | 28-Dec-1994 |
phil | Enable shared libs on the pc532.
|
1.13 | 28-Sep-1994 |
mycroft | Add SKEY (defined) and KERBEROS (commented out) variables.
|
1.12 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.11 | 27-Mar-1994 |
cgd | kill a bogosity
|
1.10 | 19-Jan-1994 |
jtc | Change MANOWN, MANGRP, DOCOWN & DOCGRP to _not_ be initialized from BINOWN or BINGRP. Otherwise manual pages and documentation installed from the same directories as suid or sgid programs will have incorrect user or group ownership. (Uucico manpage owned by uucp, su manpage owned by root, etc.)
|
1.9 | 08-Dec-1993 |
cgd | get rid of definitions of *OBJMACHINE which charles (hopefully) accidentally added...
|
1.8 | 07-Dec-1993 |
mycroft | Only disable shared libs on 32k, for now.
|
1.7 | 07-Nov-1993 |
cgd | define BSDOBJDIR and BSDSRCDIR to have make think of the src and obj trees as rooted someplace other than /usr/src and /usr/obj.
|
1.6 | 04-Oct-1993 |
cgd | set NOPIC on machines which don't know how to build PIC libraries.
|
1.5 | 15-Aug-1993 |
mycroft | Oops. DOCOWN and DOCGRP were recursive.
|
1.4 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.3 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.2 | 10-Jul-1993 |
brezak | Allow SYS_INCLUDES={copies,symlinks} choice in bsd.own.mk.
|
1.1 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.21.2.1 | 12-Oct-1995 |
cgd | (from trunk) Alpha now has working strip(1)/install -s support, so don't squelch STRIP.
|
1.49.2.3 | 12-Oct-1997 |
cjs | Update to 1.54
|
1.49.2.2 | 01-Aug-1997 |
cjs | Message for last commit: Set make flags with .MAKEFLAGS target rather than with MAKEFLAGS=; the latter was not actually being passed on and thus a new shell was spawned to set the BUILDCONF variable every time. This was quite painful, especially on slow machines.
|
1.49.2.1 | 01-Aug-1997 |
cjs | bsd.own.mk
|
1.54.2.4 | 07-Nov-1998 |
cgd | pull up revs 1.59, 1.69-1.70, and 1.74 from trunk (jonathan)
|
1.54.2.3 | 07-Feb-1998 |
mellon | Pull up 1.58
|
1.54.2.2 | 04-Nov-1997 |
thorpej | Pull up from trunk: allow NOLINT to be overridden with NONOLINT.
|
1.54.2.1 | 29-Oct-1997 |
mellon | Pull rev 1.55 and 1.56 up from trunk (drochner)
|
1.124.2.1 | 10-Aug-1999 |
mcr | need default value for MORTALINSTALL
|
1.128.2.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.136.4.8 | 27-Sep-2002 |
itojun | MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2. (itojun)
|
1.136.4.7 | 09-Dec-2001 |
he | Pull up revisions 1.153 (requested by skrll): Add init/fini section support in crtbegin and crtend, and introduce support for DWARF2 exception handling. Fixes PR#12865, PR#13488, PR#13489, and PR#13491. Also fix ld.elf_so to deal appropriately.
|
1.136.4.6 | 05-Apr-2001 |
he | Pull up revisions 1.145,1.147 (via patch, requested by assar): Upgrade Heimdal to version 0.3e. (Adds PRINTOBJDIR)
|
1.136.4.5 | 07-Oct-2000 |
itojun | pullup (approved by releng-1-5)
repair openssl on non-32bit arch. confirmed to work on alpha/i386/sparc64. disable IDEA/RC5 by default. they will be built as separate library, libcrypto_{idea,rc5}.
cvs update -j1.65 -j1.68 share/mk/bsd.README cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_cfb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_ofb64.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_ecb.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_cbc.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_cbc.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_enc.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc2/rc2speed.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc5/rc5speed.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/idea/idea_spd.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/des/des_opts.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/cast/castopts.c cvs update -j1.1 -j1.2 crypto/dist/openssl/crypto/x509v3/tabtest.c cvs update -j1.1 -j1.3 crypto/dist/openssl/crypto/bn/divtest.c cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/md5/md5_dgst.c cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/idea/i_skey.c cvs update -j1.3 -j1.4 lib/libcrypto/rc5.inc cvs update -j1.3 -j1.4 lib/libcrypto/idea.inc cvs update -j1.5 -j1.8 lib/libcrypto/srcs.inc cvs update -j1.63 -j1.64 lib/Makefile cvs update -j1.5 -j1.7 usr.bin/openssl/Makefile cvs update -j1.8 -j1.9 lib/libcrypto/Makefile cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/mdc2/mdc2.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/rc2/rc2.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/md2/md2.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl3.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/rc4/rc4.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/rc5/rc5.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/md5/md5.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/x509/x509.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/idea/idea.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/sha/sha.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/dsa/dsa.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rsa/rsa.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/hmac/hmac.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/ripemd/ripemd.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/opensslconf.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/dh/dh.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/lhash/lhash.h cvs update -j1.1.1.2 -j1.3 crypto/dist/openssl/crypto/bf/blowfish.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/idea/idea_lcl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/cast/cast_lcl.h cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc2/rc2_locl.h cvs update -j1.1.1.1 -j1.2 crypto/dist/openssl/crypto/rc4/rc4_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/rc5/rc5_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/md5/md5_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/sha/sha_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/ripemd/rmd_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bf/bf_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl_locl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/ssl/ssl.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/pem/pem.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bn/bn.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/bio/bio.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/evp/evp.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/err/err.h cvs update -j1.5 -j1.7 crypto/dist/openssl/crypto/des/des.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/e_os.h cvs update -j1.1.1.1 -j1.3 crypto/dist/openssl/crypto/cast/cast.h cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/x509/x509_vfy.h cvs update -j1.270 -j1.273 distrib/sets/lists/man/mi cvs update -j1.274 -j1.275 distrib/sets/lists/man/mi cvs update -j1.258 -j1.262 distrib/sets/lists/comp/mi cvs update -j1.142 -j1.144 share/mk/bsd.own.mk cvs update -j1.3 -j1.5 crypto/Makefile.openssl cvs update -j1.1.1.2 -j1.2 crypto/dist/openssl/crypto/opensslconf.h.in
new files (tag added) lib/libcrypto/man/* lib/libcrypto/man.inc lib/libcrypto_idea/Makefile lib/libcrypto_rc5/Makefile lib/libcrypto/rc5_skey_dummy.c lib/libcrypto/rc5_enc_dummy.c lib/libcrypto/i_cbc_dummy.c lib/libcrypto/i_skey_dummy.c
|
1.136.4.4 | 11-Aug-2000 |
msaitoh | Pullup revision 1.141 (approved by thorpej):
add some NO* variables because sh3 port is incomplete.
|
1.136.4.3 | 26-Jul-2000 |
mycroft | Approved by thorpej: Build shared libraries on sparc64.
sharesrc/share/mk/bsd.own.mk 1.139 -> 1.140
|
1.136.4.2 | 29-Jun-2000 |
thorpej | Pull up rev. 1.139: Add GNU_ARCH.arm26
|
1.136.4.1 | 24-Jun-2000 |
thorpej | Update from trunk: Add MK... variables to enable/disable various aspects of building crypto support into the system. See share/mk/bsd.README for more a full description.
|
1.294.2.9 | 20-Feb-2003 |
tron | Pull up revision 1.305 (requested by jmc in ticket #1178): Default cats to using X 4. Also correct macppc entry while here.
|
1.294.2.8 | 20-Feb-2003 |
tron | Pull up revision 1.304 (requested by jmc in ticket #1178): USE_XF86_4 on macppc.
|
1.294.2.7 | 01-Dec-2002 |
he | Pull up revision 1.312 (requested by itojun in ticket #861): MDC2 is a patented algorithm, so don't ship it in the default libcrypto. Defining MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.294.2.6 | 01-Dec-2002 |
he | Pull up revision 1.309 (requested by thorpej in ticket #827): No longer have to invoke lorder with the shell explicitly; the host tool is patched to use the working shell as the interpreter.
|
1.294.2.5 | 30-Nov-2002 |
he | Pull up revision 1.308 (requested by thorpej in ticket #809): o Add MKTEMP as a host tool. o Pass MKTEMP to lorder, and invoke lorder with sh.
|
1.294.2.4 | 18-Jul-2002 |
lukem | Pull up revision 1.303 (requested by fredette in ticket #516): Now build profiled libraries on m68000.
|
1.294.2.3 | 03-Jul-2002 |
lukem | Pull up revision 1.300 (requested by tron in ticket #427): Use XFree86 4.x by default on i386 and x86_64. This change was approved by Frank van der Linden.
|
1.294.2.2 | 13-Jun-2002 |
lukem | Pull up revision 1.295 (requested by eeh in ticket #257): Add fgen as a host tool, used for sys/arch/sparc/bootblk.
|
1.294.2.1 | 11-Jun-2002 |
lukem | Pull up revision 1.298 (requested by mason in ticket #247): Add cat(1) as a host tool.
|
1.413.2.2 | 17-Jun-2004 |
tron | branches: 1.413.2.2.2; Pull up revision 1.420 (requested by abs in ticket #497): Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
|
1.413.2.1 | 14-Jun-2004 |
tron | Pull up revision 1.421 (requested by jmc in ticket #472): Clean up HOST_OSTYPE a bit more and turn any spaces into _'s as well as stripping paren'd values from HOST_ARCH. Fixes PR#25586 for uname -p output on linux hosts which return multi-word values
|
1.413.2.2.2.3 | 06-Apr-2005 |
he | Pull up revision 1.425 (requested by jmc in ticket #1027): Convert bebox's remaining host tools over to the cross tools scheme. Now allows complete bebox builds on non-NetBSD and non-BSD hosts.
|
1.413.2.2.2.2 | 06-Apr-2005 |
he | Pull up revision 1.426 (requested by jmc in ticket #1026): Convert remaining host tools for amiga to correct cross tools. Now allows complete amiga builds on non-NetBSD and non-BSD hosts.
|
1.413.2.2.2.1 | 02-Apr-2005 |
he | Pull up revision 1.427 (requested by jmc in ticket #1025): Convert mkboot into a full cross tool. Last hurdle for hp300 to building on non NetBSD/bsd hosts.
|
1.427.2.3 | 02-Apr-2006 |
rtr | sync with head
|
1.427.2.2 | 07-Dec-2004 |
rtr | + rename X11LOADABLE -> MKX11LOADABLE for consistency
|
1.427.2.1 | 28-Nov-2004 |
rtr | file bsd.own.mk was added on branch rtr-xorg-branch on 2004-12-07 11:07:32 +0000
|
1.489.4.3 | 07-Apr-2008 |
skrll | Pullup changes to get vax shlibs working.
|
1.489.4.2 | 14-Sep-2007 |
skrll | Commmit some work in progress
- enable gdb6 on all architectures - add support for amd64 crash dumps - add support for /proc pid to executable filename for all archs - enable thread support for all architectures (mips doesn't build) - add a note section to kernels for the subset of platforms that have this enabled in -current.
|
1.489.4.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.489.2.4 | 16-Sep-2008 |
bouyer | Sync with the following revisions (requested by skrll in ticket #1196): gnu/dist/gdb removed gnu/usr.bin/gdb53 removed distrib/cats/instkernel/Makefile 1.14.6.1 gnu/dist/gdb6/bfd/config.bfd 1.3.6.1 gnu/dist/gdb6/bfd/elfxx-sparc.c 1.1.1.2.6.1 gnu/dist/gdb6/bfd/elfxx-sparc.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/Makefile.in 1.2.2.1.2.2 gnu/dist/gdb6/gdb/alpha-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/alpha-tdep.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/alphabsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/alphabsd-nat.h 1.1.2.1 gnu/dist/gdb6/gdb/alphabsd-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/alphabsd-tdep.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/alphanbsd-nat.c 1.1.2.1 gnu/dist/gdb6/gdb/alphanbsd-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/amd64-nat.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/amd64bsd-nat.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/amd64nbsd-nat.c 1.1.1.2.6.3 gnu/dist/gdb6/gdb/amd64nbsd-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/arm-tdep.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/armbsd-tdep.c 1.1.2.1 gnu/dist/gdb6/gdb/armnbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/armnbsd-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/configure 1.1.1.2.6.1 gnu/dist/gdb6/gdb/configure.ac 1.1.1.2.6.1 gnu/dist/gdb6/gdb/i386bsd-nat.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/i386nbsd-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/m68kbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/mipsnbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/nbsd-thread.c 1.1.2.3 gnu/dist/gdb6/gdb/ppcnbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/ppcnbsd-tdep.c 1.3.6.1 gnu/dist/gdb6/gdb/sh-tdep.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/shnbsd-nat.c 1.1.1.2.6.3 gnu/dist/gdb6/gdb/shnbsd-tdep.c 1.1.1.2.6.4 gnu/dist/gdb6/gdb/shnbsd-tdep.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/sparc-nat.c 1.1.1.2.6.1 gnu/dist/gdb6/gdb/sparc64nbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/sparcnbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/tramp-frame.h 1.1.1.2.6.1 gnu/dist/gdb6/gdb/vaxbsd-nat.c 1.1.1.2.6.2 gnu/dist/gdb6/gdb/config/alpha/nbsd.mh 1.1.1.2.6.1 gnu/dist/gdb6/gdb/config/arm/nbsd.mt 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/arm/nbsdelf.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/i386/nbsd64.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/m68k/nbsdelf.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/mips/nbsd.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/powerpc/nbsd.mh 1.1.1.2.6.1 gnu/dist/gdb6/gdb/config/sh/nbsd.mh 1.1.1.1.6.2 gnu/dist/gdb6/gdb/config/sh/tm-nbsd.h 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/sparc/nbsd64.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/sparc/nbsdelf.mh 1.1.1.1.6.1 gnu/dist/gdb6/gdb/config/vax/nbsdelf.mh 1.1.1.1.6.1 gnu/dist/gdb6/opcodes/configure 1.1.1.2.6.1 gnu/dist/gdb6/opcodes/configure.in 1.1.1.2.6.1 gnu/usr.bin/Makefile 1.126.4.1 gnu/usr.bin/gdb6/arch/alpha/config.h 1.3.4.1 gnu/usr.bin/gdb6/arch/alpha/defs.mk 1.2.6.1 gnu/usr.bin/gdb6/arch/alpha/init.c 1.2.6.1 gnu/usr.bin/gdb6/arch/alpha/nm.h 1.2.6.1 gnu/usr.bin/gdb6/arch/arm/defs.mk 1.2.6.2 gnu/usr.bin/gdb6/arch/arm/init.c 1.1.6.1 gnu/usr.bin/gdb6/arch/armeb/config.h 1.1.6.2 gnu/usr.bin/gdb6/arch/armeb/defs.mk 1.1.6.3 gnu/usr.bin/gdb6/arch/armeb/init.c 1.1.6.2 gnu/usr.bin/gdb6/arch/armeb/tm.h 1.1.6.2 gnu/usr.bin/gdb6/arch/armeb/version.c 1.1.6.2 gnu/usr.bin/gdb6/arch/i386/defs.mk 1.4.4.1 gnu/usr.bin/gdb6/arch/i386/init.c 1.3.6.1 gnu/usr.bin/gdb6/arch/m68000/config.h 1.1.6.2 gnu/usr.bin/gdb6/arch/m68000/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/arch/m68000/init.c 1.1.6.2 gnu/usr.bin/gdb6/arch/m68000/tm.h 1.1.6.2 gnu/usr.bin/gdb6/arch/m68000/version.c 1.1.6.2 gnu/usr.bin/gdb6/arch/m68k/defs.mk 1.1.4.1 gnu/usr.bin/gdb6/arch/m68k/init.c 1.1.4.1 gnu/usr.bin/gdb6/arch/mipseb/config.h 1.3.4.1 gnu/usr.bin/gdb6/arch/mipseb/defs.mk 1.2.6.2 gnu/usr.bin/gdb6/arch/mipseb/init.c 1.2.6.2 gnu/usr.bin/gdb6/arch/mipsel/config.h 1.2.6.3 gnu/usr.bin/gdb6/arch/mipsel/defs.mk 1.2.6.3 gnu/usr.bin/gdb6/arch/mipsel/init.c 1.2.6.3 gnu/usr.bin/gdb6/arch/mipsel/tm.h 1.2.6.2 gnu/usr.bin/gdb6/arch/mipsel/version.c 1.2.6.2 gnu/usr.bin/gdb6/arch/powerpc/defs.mk 1.3.6.1 gnu/usr.bin/gdb6/arch/powerpc/init.c 1.3.6.1 gnu/usr.bin/gdb6/arch/sh3eb/config.h 1.2.2.2 gnu/usr.bin/gdb6/arch/sh3eb/defs.mk 1.2.8.3 gnu/usr.bin/gdb6/arch/sh3eb/init.c 1.1.8.3 gnu/usr.bin/gdb6/arch/sh3eb/nm.h 1.1.8.2 gnu/usr.bin/gdb6/arch/sh3eb/tm.h 1.1.8.2 gnu/usr.bin/gdb6/arch/sh3eb/version.c 1.1.8.2 gnu/usr.bin/gdb6/arch/sh3el/config.h 1.2.2.2 gnu/usr.bin/gdb6/arch/sh3el/defs.mk 1.2.8.3 gnu/usr.bin/gdb6/arch/sh3el/init.c 1.1.8.3 gnu/usr.bin/gdb6/arch/sh3el/nm.h 1.1.8.2 gnu/usr.bin/gdb6/arch/sh3el/tm.h 1.1.8.2 gnu/usr.bin/gdb6/arch/sh3el/version.c 1.1.8.2 gnu/usr.bin/gdb6/arch/sparc/defs.mk 1.2.6.1 gnu/usr.bin/gdb6/arch/sparc/init.c 1.1.6.1 gnu/usr.bin/gdb6/arch/sparc64/defs.mk 1.2.6.1 gnu/usr.bin/gdb6/arch/sparc64/init.c 1.1.6.1 gnu/usr.bin/gdb6/arch/vax/config.h 1.1.6.2 gnu/usr.bin/gdb6/arch/vax/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/arch/vax/init.c 1.1.6.2 gnu/usr.bin/gdb6/arch/vax/tm.h 1.1.6.2 gnu/usr.bin/gdb6/arch/vax/version.c 1.1.6.2 gnu/usr.bin/gdb6/arch/x86_64/defs.mk 1.2.6.1 gnu/usr.bin/gdb6/arch/x86_64/init.c 1.1.6.1 gnu/usr.bin/gdb6/bfd/arch/armeb/bfd.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/armeb/bfdver.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/armeb/config.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/armeb/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/m68000/bfd.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/m68000/bfdver.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/m68000/config.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/m68000/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/mipsel/bfd.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/mipsel/bfdver.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/mipsel/config.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/mipsel/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfd.h 1.1.8.3 gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfdver.h 1.1.8.2 gnu/usr.bin/gdb6/bfd/arch/sh3eb/config.h 1.1.8.2 gnu/usr.bin/gdb6/bfd/arch/sh3eb/defs.mk 1.1.8.3 gnu/usr.bin/gdb6/bfd/arch/sh3el/bfd.h 1.1.8.3 gnu/usr.bin/gdb6/bfd/arch/sh3el/bfdver.h 1.1.8.2 gnu/usr.bin/gdb6/bfd/arch/sh3el/config.h 1.1.8.2 gnu/usr.bin/gdb6/bfd/arch/sh3el/defs.mk 1.1.8.3 gnu/usr.bin/gdb6/bfd/arch/vax/bfd.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/vax/bfdver.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/vax/config.h 1.1.6.2 gnu/usr.bin/gdb6/bfd/arch/vax/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/gdb/Makefile 1.5.2.1.2.2 gnu/usr.bin/gdb6/gdbtui/Makefile 1.2.6.1 gnu/usr.bin/gdb6/libiberty/arch/armeb/config.h 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/armeb/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/m68000/config.h 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/m68000/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/mipsel/config.h 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/mipsel/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/sh3eb/config.h 1.1.8.2 gnu/usr.bin/gdb6/libiberty/arch/sh3eb/defs.mk 1.1.8.2 gnu/usr.bin/gdb6/libiberty/arch/sh3el/config.h 1.1.8.2 gnu/usr.bin/gdb6/libiberty/arch/sh3el/defs.mk 1.1.8.2 gnu/usr.bin/gdb6/libiberty/arch/vax/config.h 1.1.6.2 gnu/usr.bin/gdb6/libiberty/arch/vax/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/armeb/config.h 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/armeb/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/m68000/config.h 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/m68000/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/mipsel/config.h 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/mipsel/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/sh3eb/config.h 1.1.8.2 gnu/usr.bin/gdb6/opcodes/arch/sh3eb/defs.mk 1.1.8.3 gnu/usr.bin/gdb6/opcodes/arch/sh3el/config.h 1.1.8.2 gnu/usr.bin/gdb6/opcodes/arch/sh3el/defs.mk 1.1.8.3 gnu/usr.bin/gdb6/opcodes/arch/vax/config.h 1.1.6.2 gnu/usr.bin/gdb6/opcodes/arch/vax/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/armeb/config.h 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/armeb/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/m68000/config.h 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/m68000/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/mipsel/config.h 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/mipsel/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/sh3eb/config.h 1.1.8.2 gnu/usr.bin/gdb6/readline/arch/sh3eb/defs.mk 1.1.8.2 gnu/usr.bin/gdb6/readline/arch/sh3el/config.h 1.1.8.2 gnu/usr.bin/gdb6/readline/arch/sh3el/defs.mk 1.1.8.2 gnu/usr.bin/gdb6/readline/arch/vax/config.h 1.1.6.2 gnu/usr.bin/gdb6/readline/arch/vax/defs.mk 1.1.6.2 gnu/usr.bin/gdb6/sim/arch/mipseb/cconfig.h 1.1.2.1 gnu/usr.bin/gdb6/sim/arch/mipseb/config.h 1.1.2.1 gnu/usr.bin/gdb6/sim/arch/mipseb/defs.mk 1.1.2.1 gnu/usr.bin/gdb6/sim/arch/mipsel/cconfig.h 1.1.2.1 gnu/usr.bin/gdb6/sim/arch/mipsel/config.h 1.1.2.1 gnu/usr.bin/gdb6/sim/arch/mipsel/defs.mk 1.1.2.1 lib/libkvm/kvm_sparc64.c 1.10.18.2 lib/libpthread/pthread.c 1.48.6.4 lib/libpthread/pthread_barrier.c 1.6.18.1 lib/libpthread/pthread_cond.c 1.18.12.2 lib/libpthread/pthread_debug.h 1.8.18.1 lib/libpthread/pthread_int.h 1.34.4.5 lib/libpthread/pthread_lock.c 1.14.6.1 lib/libpthread/pthread_mutex.c 1.22.4.2 lib/libpthread/pthread_run.c 1.18.12.4 lib/libpthread/pthread_rwlock.c 1.13.6.2 lib/libpthread/pthread_sa.c 1.37.6.5 lib/libpthread/pthread_sig.c 1.47.4.8 lib/libpthread/pthread_sleep.c 1.7.6.2 lib/libpthread/sem.c 1.9.6.2 lib/libpthread/arch/sh3/pthread_md.h 1.3.6.1 regress/lib/libpthread/resolv/Makefile 1.1.12.1 regress/lib/libpthread/sigrunning/Makefile 1.1.2.1 regress/lib/libpthread/sigrunning/sigrunning.c 1.1.2.1 share/mk/bsd.own.mk 1.489.4.3 sys/arch/amd64/amd64/locore.S 1.18.14.1 sys/arch/amd64/amd64/machdep.c 1.44.2.3.2.1 sys/arch/amd64/conf/kern.ldscript 1.1.70.1 sys/arch/cats/conf/Makefile.cats.inc 1.17.30.1 sys/arch/shark/conf/Makefile.shark.inc 1.6.30.1 sys/arch/sparc64/conf/kern.ldscript 1.7.26.2 sys/arch/sparc64/conf/kern32.ldscript 1.6.26.2 sys/arch/sparc64/include/kcore.h 1.4.92.2 sys/arch/sparc64/sparc64/locore.s 1.232.4.4 sys/arch/sparc64/sparc64/machdep.c 1.193.4.3 sys/arch/sparc64/sparc64/pmap.c 1.184.2.1.2.4 sys/conf/newvers.sh 1.42.26.2 sys/kern/kern_sa.c 1.87.4.11 sys/kern/kern_synch.c 1.173.4.2 sys/sys/savar.h 1.20.10.2 tools/gdb/Makefile 1.9.4.1 tools/gdb/mknative-gdb 1.1.6.1
pullup the wrstuden-fixsa CVS branch to netbsd-4: toolchain/35540 - GDB 6 support for pthreads. port-sparc64/37534 - ktrace firefox gives kernel trap 30: data access expection GDB changes: - delete gdb53 - enable gdb6 on all architectures - add support for amd64 crash dumps - add support for sparc64 crash dumps - add support for /proc pid to executable filename for all archs - enable thread support for all architectures - add a note section to kernels to all platforms - support detection/unwinding of signals for most architectures. - Fix PTHREAD_UCONTEXT_TO_REG / PTHREAD_REG_TO_UCONTEXT on sh3. - Apply fix from binutils-current so that sparc gdb can be cross built on a 64bit host. SA/pthread changes: Pre-allocate memory needed for event delivery. Eliminates dropped interrupts under load. Deliver intra-process signals to running threads Eliminate some deadlock scenarios Fix intra-process signal delivery when delivering to a thread waiting for signals. Makes afs work again!
|
1.489.2.3 | 19-Apr-2008 |
bouyer | Pull up following revision(s) (requested by skrll in ticket #1129): share/mk/bsd.own.mk: revision 1.489.4.3 gnu/dist/gcc4/gcc/config/vax/vax.h: revision 1.2.6.1 gnu/dist/gcc4/gcc/config/vax/builtins.md: revision 1.2.10.2 sys/arch/vax/conf/Makefile.vax: revision 1.77.22.1 gnu/dist/gcc4/gcc/config/vax/vax-protos.h: revision 1.1.1.1.6.1 gnu/dist/binutils/gas/config/tc-vax.h: revision 1.1.1.1.18.1 gnu/lib/libgcc4/libgcc/Makefile: revision 1.2.6.1 sys/arch/vax/include/macros.h: revision 1.37.14.1 gnu/lib/crtstuff4/Makefile: revision 1.1.6.1 gnu/dist/gcc4/gcc/config/vax/elf.h: revision 1.1.1.1.6.1 gnu/dist/gcc4/gcc/config/vax/vax.c: revision 1.1.1.1.6.1 sys/arch/vax/boot/Makefile.inc: revision 1.12.16.1 tools/gcc/Makefile: revision 1.22.4.1 lib/libcrypto/Makefile: revision 1.46.4.2 gnu/dist/gcc4/gcc/config/vax/netbsd-elf.h: revision 1.1.1.1.6.1 sys/lib/libkern/libkern.h: revision 1.67.6.1 gnu/dist/gcc4/gcc/config/vax/predicates.md: revision 1.3.10.2 gnu/dist/binutils/bfd/elf32-vax.c: revision 1.5.6.1 gnu/dist/gcc4/gcc/config/vax/vax.md: revision 1.1.1.1.4.1.2.1 gnu/dist/gcc4/gcc/config/vax/vax.opt: revision 1.1.1.1.6.1 gnu/dist/binutils/gas/config/tc-vax.c: revision 1.4.4.1.2.1 Pullup changes to get vax shlibs working from the wrstuden-fixsa branch.
|
1.489.2.2 | 23-Aug-2007 |
liamjfoy | Pull up following revision(s) (requested by joerg in ticket #823): usr.bin/xinstall/xinstall.c: revision 1.102 tools/binstall/Makefile: revision 1.6 tools/binstall/Makefile: revision 1.7 share/mk/bsd.own.mk: revision 1.496 - When compiling nbinstall for the tool chain, use the target strip and not /usr/bin/strip. This makes nbinstall usable for cross-compiling in pkgsrc. - Fix a typo in a comment. - Fix strip() in the context of (v)fork: - Build the argument string first using asprintf (simpler) and avoid leaking memory from the child in the parent. - Don't use warn in the child, as stdio should be avoided. OK christos@, tested on Solaris by dmcmahill@. Rename nbinstall to ${MACHINE_GNU_PLATFORM}-install as it calls the target strip. Don't pass down strip as it is not needed any longer.
|
1.489.2.1 | 19-Jul-2007 |
liamjfoy | Pull up following revision(s) (requested by soren in ticket #774): build.sh: revision 1.169 gnu/usr.bin/gcc4/backend/Makefile: revision 1.9 sys/arch/evbsh5/README: revision 1.1 distrib/notes/common/contents: revision 1.124 usr.sbin/ndbootd/ndbootd.c: revision 1.12 gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8 libexec/ld.elf_so/Makefile: revision 1.78 gnu/dist/binutils/bfd/config.bfd: revision 1.14 doc/HACKS: revision 1.93 distrib/cdrom/current.conf: revision 1.8 gnu/lib/libgcc4/Makefile.inc: revision 1.6 share/mk/sys.mk: revision 1.90 distrib/sets/lists/base/mi: revision 1.700 libexec/ld.elf_so/rtld.c: revision 1.112 distrib/sets/lists/base/mi: revision 1.702 sys/arch/sh5/README: revision 1.1 gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7 usr.sbin/traceroute/traceroute.c: revision 1.69 distrib/notes/common/main: revision 1.330 distrib/notes/common/list-setsizes.sh: revision 1.2 sys/arch/Makefile: revision 1.35 gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8 share/mk/bsd.own.mk: revision 1.495 gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7 x11/lib/OSmesa/Makefile: revision 1.20 sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13 gnu/dist/binutils/opcodes/configure.in: revision 1.2 gnu/dist/binutils/opcodes/configure: revision 1.2 gnu/usr.bin/send-pr/categories: revision 1.53 etc/mtree/NetBSD.dist: revision 1.339 sys/arch/README: revision 1.42 lib/libc/gdtoa/Makefile.inc: revision 1.6 usr.bin/crunch/crunchide/Makefile: revision 1.16 sys/lkm/net/bsdcomp/Makefile: revision 1.5 regress/sys/uvm/Makefile: revision 1.6 etc/MAKEDEV.awk: revision 1.18 x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10 sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14 gnu/lib/libbfd/Makefile: revision 1.42 doc/RESPONSIBLE: revision 1.78 Remove evbsh5.
|
1.496.4.3 | 23-Mar-2008 |
matt | sync with HEAD
|
1.496.4.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.496.4.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.502.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.505.4.2 | 04-Jun-2008 |
yamt | sync with head
|
1.505.4.1 | 18-May-2008 |
yamt | sync with head.
|
1.505.2.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.505.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.505.2.1 | 31-Mar-2008 |
mjf | file bsd.own.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
|
1.509.2.3 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.509.2.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.509.2.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.542.2.15 | 16-Feb-2011 |
bouyer | Pull up following revision(s) (requested by mbalmer in ticket #1534): xsrc/external/mit/xf86-input-elographics/dist/config.h.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/config.sub 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/configure 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/configure.ac 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/depcomp 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/install-sh 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/ltmain.sh 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/missing 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.am 1.1.1.1 xsrc/external/mit/xf86-input-elographics/dist/man/Makefile.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/man/elographics.man 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.am 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/Makefile.in 1.1.1.2 xsrc/external/mit/xf86-input-elographics/dist/src/xf86Elo.c 1.1.1.2 xsrc/external/mit/xf86-input-elographics/include/config.h 1.2 external/mit/xorg/server/drivers/xf86-input-elographics/Makefile: revision 1.1 distrib/sets/lists/xserver/md.i386: revision 1.73 external/mit/xorg/server/drivers/Makefile: revision 1.35 share/mk/bsd.own.mk: revision 1.597 Add the xf86-input-elographics driver to i386 builds. Forgotten commit. Noticed by snj, thanks!
|
1.542.2.14 | 06-Jan-2011 |
riz | Apply patch (requested by mrg in ticket #1499):
src/compat version 2. this allows building any number of alternate library / program target ABIs. rather than duplicating the list of subdirs and Makefiles to build, it re-traverses the necessary ones. details: - add support for MAKEDIRTARGETENV to share/mk - renames LD32DIR to MLIBDIR - fixes library builds for some subdirs (more was built than needed) - fixes /bin & /sbin apps in compat mode - reduces complexity in src/compat and the rest of the tree - updates ldd netbsd32 support
|
1.542.2.13 | 25-Nov-2010 |
riz | branches: 1.542.2.13.2; Back out ticket #1414 until it can be fixed for amd64/sparc64.
|
1.542.2.12 | 21-Nov-2010 |
riz | Pull up following revision(s) (requested by christos in ticket #1414): lib/libpam/Makefile: revision 1.3 share/mk/bsd.own.mk: revision 1.612 lib/libpam/modules/mod.mk: revision 1.8 lib/libpam/modules/mod.mk: revision 1.9 lib/libpam/staticmodules/Makefile: revision 1.1 make the dependency to libpam, explicit. Fixes afpd in pkgsrc. From Mark Davies XXX: Should be pulled up to 4.x and 5.x. Build the modules in two phases: 1. build the static modules first, before libpam so that the static libpam can link against the module .a files. 2. build the modules after the dynamic libpam is build, so that the dynamic modules can link against the dynamic libpam. enable MAKEDIRTARGET to be called with a separate environment, called $MAKEDIRTARGETENV, defaulting to nothing.
|
1.542.2.11 | 20-Oct-2009 |
snj | Pull up following revision(s) (requested by rmind in ticket #1107): share/mk/bsd.own.mk: revision 1.571 add sunleo
|
1.542.2.10 | 17-Sep-2009 |
snj | Apply patch (requested by mrg in ticket #958): Sync X.Org reachover build framework and setlists with the new X.Org.
|
1.542.2.9 | 18-Mar-2009 |
snj | branches: 1.542.2.9.4; Pull up following revision(s) (requested by apb in ticket #578): build.sh: revision 1.205 share/mk/bsd.own.mk: revision 1.559 Add "-", "_", and "A-Z" to the set of allowed characters in the result from `uname -p`. We already have a platform with an underline ("x86_64"), and the other chars seem harmless.
|
1.542.2.8 | 18-Mar-2009 |
snj | Pull up following revision(s) (requested by apb in ticket #578): build.sh: revision 1.204 share/mk/bsd.own.mk: revision 1.558 In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or prints something that does not look like an identifier, then use uname -m instead. (Cygwin prints "unknown", and OpenBSD prints a long string containing several spaces; this code should handle both.)
|
1.542.2.7 | 26-Feb-2009 |
snj | Apply patch (requested by macallan in ticket #524): Switch sgimips over to Xorg
|
1.542.2.6 | 25-Feb-2009 |
snj | Pull up following revision(s) (requested by macallan in ticket #516): share/mk/bsd.own.mk: revision 1.543 add a couple driver names for Xorg
|
1.542.2.5 | 02-Feb-2009 |
snj | Pull up following revision(s) (requested by tron in ticket #327): distrib/sets/lists/xfont/mi: revision 1.34 external/mit/xorg/share/fonts/misc/Makefile: revision 1.2 external/mit/xorg/share/fonts/misc/font-sony-misc/Makefile: revision 1.1 share/mk/bsd.own.mk: revision 1.554 Install the "sony-misc" font from the X.org distribution. Patch supplied by Takeshi Nakayama in PR xsrc/40476.
|
1.542.2.4 | 16-Jan-2009 |
bouyer | Apply patch, requested by pooka in ticket 259: distrib/sets/sets.subr patch distrib/sets/lists/base/lkm.mi patch distrib/sets/lists/base/md.amd64 patch distrib/sets/lists/base/md.sparc64 patch distrib/sets/lists/base/mi patch distrib/sets/lists/base/shl.elf patch distrib/sets/lists/base/shl.mi patch distrib/sets/lists/comp/md.amd64 patch distrib/sets/lists/comp/md.sparc64 patch distrib/sets/lists/comp/mi patch distrib/sets/lists/comp/shl.mi patch distrib/sets/lists/man/mi patch lib/Makefile patch share/man/man5/mk.conf.5 patch share/mk/bsd.README patch share/mk/bsd.own.mk patch sys/lkm/vfs/Makefile patch usr.sbin/Makefile patch Now that MKPUFFS is default, kill it as advertised. While there, give puffs and refuse files sensible syspkg entries.
|
1.542.2.3 | 19-Nov-2008 |
snj | Pull up following revision(s) (requested by cube in ticket #79): share/mk/bsd.own.mk: revision 1.546 Add MesaGLUT to the list of X11SRCDIR.<package> variables.
|
1.542.2.2 | 15-Nov-2008 |
snj | Pull up following revision(s) (requested by mrg in ticket #64): share/man/man5/mk.conf.5: revision 1.46 share/mk/bsd.own.mk: revision 1.550 doc/BUILDING.mdoc: revision 1.70 BUILDING: revision 1.81 share/mk/bsd.README: revision 1.242 revert sparc back to default of XFree86 at the request of macallan.
|
1.542.2.1 | 15-Nov-2008 |
snj | Pull up following revision(s) (requested by mrg in ticket #64): distrib/sets/Makefile: revision 1.64 external/mit/xorg/server/Makefile: revision 1.5 share/mk/bsd.README: revision 1.237 BUILDING: revision 1.79 share/mk/bsd.x11.mk: revision 1.71 share/mk/bsd.own.mk: revision 1.544 usr.bin/ssh/Makefile.inc: revision 1.18 distrib/sets/sets.subr: revision 1.72 share/man/man5/mk.conf.5: revision 1.42 doc/BUILDING.mdoc: revision 1.68 etc/Makefile: revision 1.360 Makefile: revision 1.263 - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.542.2.13.2.1 | 26-Jul-2011 |
matt | Add mkubootimage from -HEAD
|
1.542.2.9.4.8 | 18-Dec-2013 |
matt | Allow armv7/armv7eb as valid MACHINE_ARCH for arm
|
1.542.2.9.4.7 | 20-May-2011 |
matt | Add TOOL_MKUBOOTIMAGE
|
1.542.2.9.4.6 | 29-Apr-2011 |
matt | Pull in true (128-bit) long double support for MIPS from -current.
|
1.542.2.9.4.5 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.542.2.9.4.4 | 14-Dec-2009 |
mrg | pullup from -current: >revision 1.612 >date: 2009/12/13 09:10:16; author: mrg; state: Exp; lines: +4 -3 >enable MAKEDIRTARGET to be called with a separate environment, >called $MAKEDIRTARGETENV, defaulting to nothing. >---------------------------- >revision 1.611 >date: 2009/12/13 09:01:46; author: mrg; state: Exp; lines: +6 -1 >if BSD_MK_COMPAT_FILE is defined, .include it.
|
1.542.2.9.4.3 | 13-Sep-2009 |
matt | Enabled MKCOMPAT=yes for mips64e[bl]
|
1.542.2.9.4.2 | 26-Aug-2009 |
matt | Disable the NOPIC= hooks. Add MKATF, MKCXX, and MKGROFF. Setting CXX to no turns of ATF and GROFF.
|
1.542.2.9.4.1 | 18-Aug-2009 |
matt | fix a comment in vax. :) add a commented out match for mips64 in MKPICLIB=no case
|
1.554.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.647.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.669.2.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.691.2.5 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.691.2.4 | 23-Jan-2013 |
yamt | sync with head
|
1.691.2.3 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.691.2.2 | 30-Oct-2012 |
yamt | sync with head
|
1.691.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.696.2.4 | 24-Nov-2012 |
riz | Pull up following revision(s) (requested by nick in ticket #668): gnu/usr.bin/gdb6/libiberty/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eorb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bang.exp: file removal gnu/dist/gdb6/bfd/mach-o-target.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdstoi.cgs: file removal gnu/dist/gdb6/sim/cris/decodev32.c: file removal gnu/dist/gdb6/include/nlm/internal.h: file removal gnu/dist/gdb6/gdb/remote-est.c: file removal gnu/dist/gdb6/gdb/blockframe.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/and3.cgs: file removal gnu/dist/gdb6/sim/d10v/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/optimize.exp: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb680.exp: file removal gnu/usr.bin/gdb6/arch/mipseb/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bs15503.cc: file removal gnu/dist/gdb6/bfd/cpu-dlx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrotli.cgs: file removal gnu/dist/gdb6/libiberty/insque.c: file removal gnu/dist/gdb6/gdb/cp-abi.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-exec.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrb-imm.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_com.c: file removal gnu/dist/gdb6/sim/mips/acconfig.h: file removal gnu/dist/gdb6/libiberty/testsuite/demangle-expected: file removal gnu/dist/gdb6/bfd/ChangeLog-2004: file removal gnu/dist/gdb6/sim/testsuite/configure.ac: file removal gnu/dist/gdb6/readline/keymaps.h: file removal gnu/dist/gdb6/opcodes/m32c-desc.h: file removal gnu/dist/gdb6/opcodes/pj-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/killed.exp: file removal gnu/dist/gdb6/gdb/cli/cli-dump.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bgtz.cgs: file removal gnu/dist/gdb6/bfd/cpu-m10300.c: file removal gnu/dist/gdb6/gdb/m32c-tdep.c: file removal gnu/dist/gdb6/sim/frv/cache.h: file removal gnu/dist/gdb6/include/elf/or32.h: file removal gnu/dist/gdb6/include/coff/sparc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t01_mov.exp: file removal gnu/dist/gdb6/bfd/aout-adobe.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movscr.ms: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11tim.c: file removal gnu/dist/gdb6/sim/common/sim-n-bits.h: file removal gnu/dist/gdb6/include/opcode/cgen-bitset.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/linux-dp.exp: file removal gnu/dist/gdb6/sim/arm/thumbemu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pc-fp.c: file removal gnu/dist/gdb6/gdb/config/nm-nbsdaout.h: file removal gnu/usr.bin/gdb6/arch/i386/init.c: file removal gnu/dist/gdb6/sim/common/cgen-scache.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipseb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldubi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxru.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/linux-dp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldmia.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc.c: file removal gnu/dist/gdb6/gdb/testsuite/config/gdbserver.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckle.cgs: file removal gnu/dist/gdb6/bfd/srec.c: file removal gnu/dist/gdb6/sim/d10v/configure.ac: file removal gnu/dist/gdb6/gdb/alpha-linux-tdep.c: file removal gnu/dist/gdb6/gdb/doc/fdl.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfdivs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sll3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsbu.cgs: file removal gnu/dist/gdb6/sim/mn10300/mn10300_sim.h: file removal gnu/dist/gdb6/libiberty/pex-one.c: file removal gnu/dist/gdb6/sim/m32r/mloop.in: file removal gnu/dist/gdb6/include/opcode/ns32k.h: file removal gnu/dist/gdb6/bfd/elf64-sh64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/and.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone3.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-is.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555-main.c: file removal gnu/dist/gdb6/etc/configdev.ein: file removal gnu/dist/gdb6/gdb/config/vax/nbsdelf.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone4.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cursal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/clip.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/add.cgs: file removal gnu/dist/gdb6/sim/frv/options.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mov.cgs: file removal gnu/dist/gdb6/gdb/cli/cli-script.h: file removal gnu/dist/gdb6/gdb/config/m88k/obsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/siginfo.exp: file removal gnu/dist/gdb6/gdb/frame.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cop2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgtlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mremap.c: file removal gnu/dist/gdb6/sim/common/hw-ports.h: file removal gnu/dist/gdb6/gdb/remote-utils.h: file removal gnu/dist/gdb6/gdb/tracepoint.h: file removal gnu/dist/gdb6/sim/ppc/hw_opic.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecpc.ms: file removal gnu/dist/gdb6/sim/h8300/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread-specific.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/truncate1.c: file removal gnu/dist/gdb6/readline/chardefs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stc.cgs: file removal gnu/dist/gdb6/sim/testsuite/configure: file removal gnu/dist/gdb6/libiberty/pexecute.c: file removal gnu/dist/gdb6/gdb/vaxbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dump.exp: file removal gnu/dist/gdb6/sim/cris/rvdummy.c: file removal gnu/dist/gdb6/config/mh-sysv5: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/adds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str-imm.cgs: file removal gnu/dist/gdb6/gdb/config/pa/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/test-objdbg.cc: file removal gnu/dist/gdb6/gdb/m68k-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bl8.cgs: file removal gnu/dist/gdb6/libiberty/setenv.c: file removal gnu/dist/gdb6/include/coff/pe.h: file removal gnu/dist/gdb6/bfd/bfdio.c: file removal gnu/dist/gdb6/gdb/terminal.h: file removal gnu/dist/gdb6/gdb/coffread.c: file removal gnu/dist/gdb6/gdb/config/arm/nbsdaout.mh: file removal gnu/dist/gdb6/sim/common/run.1: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x1.cc: file removal gnu/dist/gdb6/include/opcode/h8300.h: file removal gnu/dist/gdb6/include/fopen-same.h: file removal gnu/dist/gdb6/gdb/mi/ChangeLog-1999-2003: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcklg.cgs: file removal gnu/dist/gdb6/sim/common/config.in: file removal gnu/dist/gdb6/sim/arm/armcopro.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_list.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mulh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io9.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rte.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/sbfs.ms: file removal gnu/dist/gdb6/gdb/linux-thread-db.c: file removal gnu/dist/gdb6/sim/arm/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq6.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sparc.inc: file removal gnu/dist/gdb6/bfd/po/sv.po: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr.cgs: file removal gnu/dist/gdb6/opcodes/po/ro.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t10_and.s: file removal gnu/dist/gdb6/sim/frv/README: file removal gnu/dist/gdb6/opcodes/ia64-ic.tbl: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/std.dev: file removal gnu/dist/gdb6/include/opcode/vax.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/commands.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/checkpoint.exp: file removal gnu/dist/gdb6/bfd/elf32-ppc.c: file removal gnu/dist/gdb6/gdb/tui/tui-win.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftige.cgs: file removal gnu/dist/gdb6/libiberty/getpagesize.c: file removal gnu/dist/gdb6/gdb/testsuite/config/d10v.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bl24.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/exprs.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcplhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addr.ms: file removal gnu/dist/gdb6/gettext.m4: file removal gnu/dist/gdb6/gdb/config/vax/nbsdaout.mh: file removal gnu/dist/gdb6/gdb/mips-mdebug-tdep.c: file removal gnu/dist/gdb6/opcodes/xc16x-desc.c: file removal gnu/dist/gdb6/gdb/c-valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32c.inc: file removal gnu/dist/gdb6/gdb/sparc-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-sprel.cgs: file removal gnu/dist/gdb6/sim/ppc/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/pthreads.c: file removal gnu/dist/gdb6/gdb/mi/mi-parse.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lsr.cgs: file removal gnu/dist/gdb6/opcodes/config.in: file removal gnu/dist/gdb6/gdb/config/m32r/linux.mh: file removal gnu/dist/gdb6/gdb/mi/mi-cmds.h: file removal gnu/dist/gdb6/gdb/scm-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/host1.ms: file removal gnu/dist/gdb6/sim/igen/gen-support.h: file removal gnu/dist/gdb6/gdb/i386bsd-tdep.c: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmp.cgs: file removal gnu/dist/gdb6/sim/ppc/debug.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/consecutive.c: file removal gnu/dist/gdb6/opcodes/m88k-dis.c: file removal gnu/dist/gdb6/readline/doc/readline.3: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigrepeat.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-cris-low.c: file removal gnu/dist/gdb6/include/elf/m68hc11.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t03_add.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/class2.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpl.pcgs: file removal gnu/dist/gdb6/gdb/testsuite/config/i960.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/bfd.h: file removal gnu/dist/gdb6/libiberty/md5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdcmps.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccknv.cgs: file removal gnu/dist/gdb6/opcodes/frv-dis.c: file removal gnu/dist/gdb6/gdb/gdb_proc_service.h: file removal gnu/dist/gdb6/sim/cris/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clrjmp1.ms: file removal gnu/dist/gdb6/sim/ppc/pk_disklabel.c: file removal gnu/dist/gdb6/gdb/config/rs6000/tm-rs6000.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsad.cgs: file removal gnu/usr.bin/gdb6/libiberty/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/pck.ads: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsl2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulx.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/movgs.cgs: file removal gnu/dist/gdb6/sim/ppc/sim-endian-n.h: file removal gnu/dist/gdb6/sim/d10v/ChangeLog: file removal gnu/dist/gdb6/gdb/amd64-linux-nat.c: file removal gnu/dist/gdb6/bfd/cpu-arm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqc.cgs: file removal gnu/dist/gdb6/gdb/gdbarch.sh: file removal gnu/dist/gdb6/sim/m32r/README: file removal gnu/dist/gdb6/opcodes/fr30-ibld.c: file removal gnu/dist/gdb6/opcodes/cgen-bitset.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/objcdecode.m: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mvn.cgs: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-var.c: file removal gnu/dist/gdb6/opcodes/cgen-ops.h: file removal gnu/dist/gdb6/bfd/m68knetbsd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/auxv.exp: file removal gnu/dist/gdb6/bfd/hosts/m88kmach3.h: file removal gnu/dist/gdb6/libiberty/splay-tree.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-watch.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig8.c: file removal gnu/dist/gdb6/sim/common/dv-glue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig9.c: file removal gnu/dist/gdb6/opcodes/cgen-asm.c: file removal gnu/dist/gdb6/bfd/cpu-openrisc.c: file removal gnu/dist/gdb6/bfd/ChangeLog-9193: file removal gnu/dist/gdb6/gdb/linux-fork.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/cp-support.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldres.cgs: file removal gnu/dist/gdb6/sim/frv/registers.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ori.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts.exp: file removal gnu/dist/gdb6/include/nlm/i386-ext.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m68hc11.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/call.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulhs.cgs: file removal gnu/dist/gdb6/include/opcode/cris.h: file removal gnu/dist/gdb6/etc/standards.info: file removal gnu/dist/gdb6/etc/Makefile.in: file removal gnu/dist/gdb6/gdb/cli/cli-logging.c: file removal gnu/dist/gdb6/gdb/config/mips/linux.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsetloh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bctrlr.cgs: file removal gnu/dist/gdb6/sim/ppc/dp-bit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecrt32.ms: file removal gnu/dist/gdb6/opcodes/ia64-opc-i.c: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/cache.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftlg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/optimize.c: file removal gnu/dist/gdb6/gdb/testsuite/config/mips-idt.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/config.h: file removal gnu/dist/gdb6/bfd/elf64-x86-64.c: file removal gnu/dist/gdb6/gdb/infrun.c: file removal gnu/usr.bin/gdb6/arch/mips64el/version.c: file removal gnu/dist/gdb6/include/elf/mn10300.h: file removal gnu/dist/gdb6/sim/arm/bag.h: file removal gnu/dist/gdb6/gdb/stabsread.h: file removal gnu/dist/gdb6/opcodes/xstormy16-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/trace-support.exp: file removal gnu/dist/gdb6/configure.in: file removal gnu/dist/gdb6/gdb/mips-tdep.h: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched4.c: file removal gnu/dist/gdb6/sim/cris/cris-sim.h: file removal gnu/dist/gdb6/bfd/ppcboot.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched5.c: file removal gnu/dist/gdb6/opcodes/ia64-asmtab.c: file removal gnu/dist/gdb6/gdb/annotate.h: file removal gnu/dist/gdb6/opcodes/tic4x-dis.c: file removal gnu/dist/gdb6/opcodes/arc-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw8.ms: file removal gnu/dist/gdb6/opcodes/mt-asm.c: file removal gnu/dist/gdb6/opcodes/xc16x-ibld.c: file removal gnu/dist/gdb6/sim/ppc/gen-support.c: file removal gnu/dist/gdb6/libiberty/tmpnam.c: file removal gnu/dist/gdb6/opcodes/s390-opc.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs2.c: file removal gnu/usr.bin/gdb6/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/common/configure: file removal gnu/dist/gdb6/bfd/elf64-gen.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqsubhss.cgs: file removal gnu/dist/gdb6/gdb/eval.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmsubhss.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/complex.exp: file removal gnu/dist/gdb6/config/mh-m68kpic: file removal gnu/dist/gdb6/gdb/config/v850/v850.mt: file removal gnu/dist/gdb6/gdb/solib-osf.c: file removal gnu/usr.bin/gdb6/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bvc.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/ChangeLog: file removal gnu/usr.bin/gdb6/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/iq2000/iq2000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll2.s: file removal gnu/dist/gdb6/gdb/wince-stub.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmain.exp: file removal gnu/dist/gdb6/config/nls.m4: file removal gnu/dist/gdb6/sim/frv/TODO: file removal gnu/dist/gdb6/sim/common/sim-abort.c: file removal gnu/dist/gdb6/bfd/elf64-mmix.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2004: file removal gnu/dist/gdb6/include/elf/sh.h: file removal gnu/dist/gdb6/bfd/po/zh_CN.po: file removal gnu/dist/gdb6/sim/testsuite/ChangeLog: file removal gnu/usr.bin/gdb6/arch/mipsel/tm.h: file removal gnu/dist/gdb6/libiberty/fnmatch.txh: file removal gnu/dist/gdb6/bfd/elf32-d30v.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/btsth.cgs: file removal gnu/dist/gdb6/sim/common/sim-events.h: file removal gnu/dist/gdb6/opcodes/po/tr.po: file removal gnu/dist/gdb6/gdb/gdb.h: file removal gnu/dist/gdb6/gdb/doc/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial4.ms: file removal gnu/dist/gdb6/gdb/solib-som.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/freebpcmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuge.cgs: file removal gnu/dist/gdb6/sim/ppc/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdadds.cgs: file removal gnu/dist/gdb6/sim/arm/iwmmxt.h: file removal gnu/dist/gdb6/gdb/proc-events.c: file removal gnu/usr.bin/gdb6/readline/arch/i386/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smul.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_bugapi.h: file removal gnu/dist/gdb6/bfd/libcoff.h: file removal gnu/dist/gdb6/include/partition.h: file removal gnu/dist/gdb6/include/fopen-bin.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/d10v.ld: file removal gnu/dist/gdb6/gdb/objc-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jumpmp.ms: file removal gnu/dist/gdb6/libiberty/rename.c: file removal gnu/dist/gdb6/bfd/hosts/pc532mach.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnelr.cgs: file removal gnu/dist/gdb6/sim/arm/communicate.h: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco5.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/bfdver.h: file removal gnu/dist/gdb6/sim/common/hw-base.c: file removal gnu/dist/gdb6/gdb/serial.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields.c: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/exit47.s: file removal gnu/dist/gdb6/config/gettext-sister.m4: file removal gnu/dist/gdb6/opcodes/m10300-opc.c: file removal gnu/dist/gdb6/config/stdint.m4: file removal gnu/dist/gdb6/gdb/testsuite/config/i386-bozo.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/caddcc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigaltstack.exp: file removal external/gpl3/gdb/dist/gdb/mipsnbsd-tdep.c: revision 1.2 gnu/dist/gdb6/gdb/config/iq2000/iq2000.mt: file removal gnu/dist/gdb6/bfd/configure.com: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotl.s: file removal gnu/dist/gdb6/include/sort.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-aix-prologue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial4.r: file removal gnu/dist/gdb6/gdb/config/sparc/nbsdelf.mh: file removal gnu/dist/gdb6/gdb/ppc-bdm.c: file removal gnu/dist/gdb6/gdb/sh3-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/xcoff.sed: file removal gnu/dist/gdb6/bfd/coffcode.h: file removal gnu/dist/gdb6/sim/sh/syscall.h: file removal gnu/dist/gdb6/readline/doc/rltech.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bic.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bar.c: file removal gnu/dist/gdb6/readline/examples/rlfe/os.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ex1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list0.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsm.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1250.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/deltrace.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/sh.exp: file removal gnu/dist/gdb6/config/gettext.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink8.c: file removal gnu/dist/gdb6/include/aout/aout64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/msr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sh.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbulr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiuge.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sp.s: file removal gnu/dist/gdb6/gdb/top.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa-nullify.exp: file removal gnu/dist/gdb6/gdb/config/arm/nbsdelf.mh: file removal gnu/dist/gdb6/include/floatformat.h: file removal gnu/dist/gdb6/bfd/elf32-dlx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgelr.cgs: file removal gnu/dist/gdb6/config/mh-cxux: file removal gnu/dist/gdb6/gdb/copying.awk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addqpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr8.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div1.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x2.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/args.exp: file removal gnu/dist/gdb6/bfd/cpu-xstormy16.c: file removal gnu/dist/gdb6/gdb/scm-lang.h: file removal gnu/dist/gdb6/gdb/ser-base.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addoc.ms: file removal gnu/dist/gdb6/sim/ppc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcmpeq.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsr.ms: file removal gnu/dist/gdb6/sim/common/sim-endian.c: file removal gnu/dist/gdb6/gdb/sparc64-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope0.c: file removal gnu/dist/gdb6/bfd/cpu-arc.c: file removal gnu/dist/gdb6/gdb/alphabsd-nat.c: file removal gnu/dist/gdb6/gdb/obsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/teq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/configure.ac: file removal gnu/dist/gdb6/sim/igen/misc.h: file removal gnu/dist/gdb6/gdb/m68kbsd-nat.c: file removal gnu/dist/gdb6/gdb/sol2-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpui.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/mra.cgs: file removal gnu/dist/gdb6/gdb/rs6000-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xori.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-fbsd21: file removal gnu/dist/gdb6/sim/common/nrun.c: file removal gnu/dist/gdb6/gdb/gdb_stat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundmv32.ms: file removal gnu/dist/gdb6/sim/erc32/config.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/Makefile.in: file removal gnu/dist/gdb6/gdb/configure.ac: file removal gnu/dist/gdb6/gdb/doc/annotate.texinfo: file removal gnu/dist/gdb6/gdb/ppc-sysv-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/am33.exp: file removal gnu/dist/gdb6/gdb/config/s390/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmacxhs.cgs: file removal gnu/dist/gdb6/readline/parens.c: file removal gnu/dist/gdb6/bfd/doc/Makefile.in: file removal gnu/dist/gdb6/sim/ppc/filter_filename.h: file removal gnu/dist/gdb6/gdb/ser-tcp.h: file removal gnu/dist/gdb6/gdb/config/mips/irix5.mh: file removal gnu/dist/gdb6/bfd/archive64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lapc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/corcc.cgs: file removal gnu/usr.bin/gdb6/libiberty/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/subi8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/orr.cgs: file removal gnu/dist/gdb6/gdb/vax-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-vfork.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmnot.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tinsr.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-aix: file removal gnu/dist/gdb6/gdb/ada-lang.h: file removal gnu/dist/gdb6/gdb/inf-ttrace.h: file removal gnu/dist/gdb6/sim/configure.ac: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.h: file removal gnu/dist/gdb6/bfd/i386os9k.c: file removal gnu/dist/gdb6/libiberty/strncasecmp.c: file removal gnu/dist/gdb6/gdb/i386-nto-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ba.ms: file removal gnu/dist/gdb6/opcodes/po/fi.po: file removal gnu/dist/gdb6/include/fnmatch.h: file removal gnu/dist/gdb6/sim/common/hw-tree.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/threadapply.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srai.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmbtohe.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bltlr.cgs: file removal gnu/dist/gdb6/sim/mips/m16.dc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-abi.c: file removal gnu/dist/gdb6/sim/common/ChangeLog: file removal gnu/dist/gdb6/gdb/regformats/reg-sh.dat: file removal gnu/dist/gdb6/gdb/gdbserver/server.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldub.cgs: file removal gnu/dist/gdb6/include/elf/hppa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unload.c: file removal gnu/dist/gdb6/bfd/vaxbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovgfd.cgs: file removal gnu/dist/gdb6/bfd/ecoff.c: file removal gnu/dist/gdb6/bfd/cpu-w65.c: file removal gnu/dist/gdb6/include/alloca-conf.h: file removal gnu/dist/gdb6/gdb/config/arm/tm-arm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmachs.cgs: file removal gnu/dist/gdb6/sim/common/sim-engine.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-2.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/macwhi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthread_cond_wait.exp: file removal gnu/dist/gdb6/gdb/ax-gdb.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbgtlr.cgs: file removal gnu/dist/gdb6/readline/doc/ChangeLog.gdb: file removal gnu/dist/gdb6/gdb/inf-loop.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitga.cgs: file removal gnu/dist/gdb6/readline/util.c: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckgt.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_disk.c: file removal gnu/dist/gdb6/readline/display.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return.exp: file removal gnu/dist/gdb6/gdb/gdb_wait.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icpl.cgs: file removal gnu/dist/gdb6/sim/iq2000/arch.h: file removal gnu/dist/gdb6/gdb/dictionary.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/norcr.cgs: file removal gnu/dist/gdb6/gdb/c-lang.c: file removal gnu/dist/gdb6/readline/readline.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fschg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckeh.cgs: file removal gnu/dist/gdb6/libiberty/COPYING.LIB: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckue.cgs: file removal gnu/dist/gdb6/gdb/go32-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/testutils.inc: file removal gnu/dist/gdb6/sim/mn10300/configure.ac: file removal gnu/dist/gdb6/opcodes/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shr1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/faddd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/freopen1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/derivation.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shr2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mpackh.cgs: file removal gnu/dist/gdb6/sim/igen/config.in: file removal gnu/dist/gdb6/bfd/elfxx-sparc.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_tcb_defs.h: file removal gnu/dist/gdb6/sim/common/hw-handles.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfabss.cgs: file removal gnu/dist/gdb6/gdb/configure.tgt: file removal gnu/dist/gdb6/sim/ppc/gen-idecode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/member-ptr.exp: file removal gnu/dist/gdb6/opcodes/mcore-opc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/umull.cgs: file removal gnu/dist/gdb6/bfd/pe-sh.c: file removal gnu/dist/gdb6/bfd/nlm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/not.cgs: file removal gnu/dist/gdb6/gdb/p-lang.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/b.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/watchpoint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relational.exp: file removal gnu/dist/gdb6/gdb/config/sh/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/and.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/overlays.c: file removal gnu/dist/gdb6/readline/xmalloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfitos.cgs: file removal gnu/dist/gdb6/sim/igen/gen-model.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota2.cc: file removal gnu/dist/gdb6/gdb/gdb_regex.h: file removal gnu/dist/gdb6/sim/ppc/README: file removal gnu/dist/gdb6/readline/config.h.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace1.cc: file removal gnu/dist/gdb6/gdb/f-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbugelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmas.cgs: file removal gnu/usr.bin/gdb6/arch/mips64eb/tm.h: file removal gnu/dist/gdb6/libiberty/bzero.c: file removal gnu/dist/gdb6/config.sub: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftule.cgs: file removal gnu/dist/gdb6/sim/common/sim-signal.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-fork.c: file removal gnu/dist/gdb6/bfd/elf32-iq2000.c: file removal gnu/dist/gdb6/config/mh-necv4: file removal gnu/dist/gdb6/sim/README-HACKING: file removal gnu/dist/gdb6/config/mh-interix: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftra.cgs: file removal gnu/dist/gdb6/gdb/doc/Makefile.in: file removal gnu/dist/gdb6/gdb/proc-service.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpl.cgs: file removal gnu/dist/gdb6/gdb/proc-utils.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqxmacxhs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-break.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movei.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/restore.c: file removal gnu/dist/gdb6/bfd/elf32-m68hc1x.h: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x1-v32.ms: file removal gnu/dist/gdb6/opcodes/z8kgen.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/append1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/configure.ac: file removal gnu/usr.bin/gdb6/opcodes/arch/m68k/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/xorw.s: file removal gnu/dist/gdb6/readline/complete.c: file removal gnu/dist/gdb6/gdb/tui/tui-file.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/sh3.exp: file removal gnu/dist/gdb6/gdb/cli/cli-setshow.h: file removal gnu/dist/gdb6/sim/erc32/configure: file removal gnu/dist/gdb6/libiberty/xmalloc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/manythreads.exp: file removal gnu/usr.bin/gdb6/arch/alpha/tm.h: file removal gnu/dist/gdb6/bfd/host-aout.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial1.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/virtfunc.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ctti.exp: file removal gnu/dist/gdb6/bfd/cpu-m32r.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbolr.cgs: file removal gnu/dist/gdb6/sim/m32c/syscalls.c: file removal gnu/dist/gdb6/sim/common/sim-bits.c: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asmsrc2.s: file removal gnu/dist/gdb6/gdb/alpha-mdebug-tdep.c: file removal gnu/dist/gdb6/gdb/jv-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmulv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/server-run.exp: file removal gnu/dist/gdb6/bfd/cpu-tic54x.c: file removal gnu/dist/gdb6/gdb/gnu-v2-abi.c: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/configure.ac: file removal gnu/dist/gdb6/sim/d10v/acconfig.h: file removal gnu/usr.bin/gdb6/arch/arm/config.h: file removal gnu/usr.bin/gdb6/libiberty/arch/arm/config.h: file removal gnu/dist/gdb6/gdb/cli/cli-cmds.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/breakpoint.exp: file removal gnu/dist/gdb6/opcodes/m32r-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftue.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf1.c: file removal gnu/dist/gdb6/gdb/config/s390/s390.mt: file removal gnu/usr.bin/gdb6/readline/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig12.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/frv.inc: file removal gnu/usr.bin/gdb6/readline/arch/sparc/defs.mk: file removal gnu/dist/gdb6/include/opcode/s390.h: file removal gnu/dist/gdb6/gdb/config/m68k/nbsdelf.mh: file removal gnu/dist/gdb6/opcodes/ip2k-dis.c: file removal gnu/dist/gdb6/gdb/user-regs.c: file removal gnu/dist/gdb6/gdb/m32r-tdep.c: file removal gnu/dist/gdb6/sim/common/sim-alu.h: file removal gnu/dist/gdb6/include/coff/xcoff.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr.pa64: file removal gnu/dist/gdb6/sim/v850/simops.h: file removal gnu/dist/gdb6/opcodes/h8300-dis.c: file removal gnu/dist/gdb6/bfd/cf-i386lynx.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2003: file removal gnu/dist/gdb6/sim/mcore/configure.ac: file removal gnu/dist/gdb6/opcodes/MAINTAINERS: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msllhi.cgs: file removal gnu/dist/gdb6/include/elf/cr16c.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbeq.cgs: file removal gnu/dist/gdb6/include/elf/m32c.h: file removal gnu/dist/gdb6/sim/mn10300/Makefile.in: file removal gnu/dist/gdb6/gdb/tui/tui-winsource.c: file removal gnu/dist/gdb6/bfd/cpu-sparc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/muluh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/common.inc: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-linux.mh: file removal gnu/dist/gdb6/sim/ppc/cpu.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andi.cgs: file removal gnu/dist/gdb6/include/elf/ip2k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/stb.cgs: file removal gnu/dist/gdb6/opcodes/po/ro.gmo: file removal gnu/dist/gdb6/bfd/hash.c: file removal gnu/dist/gdb6/sim/ppc/hw_phb.c: file removal gnu/dist/gdb6/gdb/sparc64fbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-msbu.s: file removal gnu/dist/gdb6/sim/ppc/gdb-sim.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/assign.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sect-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/vxworks.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwtacc.cgs: file removal gnu/dist/gdb6/sim/igen/configure: file removal gnu/dist/gdb6/sim/common/cgen-par.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386gnu.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sachi.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverwpc.ms: file removal gnu/dist/gdb6/opcodes/m32r-opc.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc1.ms: file removal gnu/dist/gdb6/gdb/PROBLEMS: file removal gnu/usr.bin/gdb6/readline/arch/x86_64/config.h: file removal gnu/dist/gdb6/include/elf/xc16x.h: file removal gnu/dist/gdb6/gdb/testsuite/config/vx.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubhss.cgs: file removal gnu/dist/gdb6/bfd/nlmswap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/testutils.inc: file removal gnu/dist/gdb6/sim/arm/maverick.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x3.cc: file removal gnu/dist/gdb6/gdb/symfile.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/waligni.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unload.exp: file removal gnu/usr.bin/gdb6/readline/arch/m68000/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-display.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnez.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/smlal.cgs: file removal gnu/dist/gdb6/gdb/config/tm-nto.h: file removal gnu/usr.bin/gdb6/libiberty/arch/vax/defs.mk: file removal external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh: revision 1.4 gnu/dist/gdb6/sim/testsuite/sim/frv/cmhtob.cgs: file removal external/gpl3/gdb/dist/gdb/config/mips/nbsd.mh: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb1.c: file removal gnu/dist/gdb6/include/gdb/sim-ppc.h: file removal gnu/dist/gdb6/bfd/cofflink.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/padd.s: file removal gnu/dist/gdb6/bfd/elf-vxworks.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-rd-hs.cgs: file removal gnu/dist/gdb6/gdb/sparc-linux-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/config/arm-ice.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setvar.c: file removal gnu/dist/gdb6/gdb/target.c: file removal gnu/dist/gdb6/gdb/config/sh/tm-linux.h: file removal gnu/dist/gdb6/gdb/solib-pa64.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/include/opcode/tic54x.h: file removal gnu/dist/gdb6/include/opcode/mn10300.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/start/dummy.adb: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthread_cond_wait.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/killed.c: file removal gnu/dist/gdb6/bfd/hosts/vaxlinux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/slli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smass.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_register.c: file removal gnu/dist/gdb6/include/coff/ChangeLog: file removal gnu/dist/gdb6/gdb/completer.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_attr.h: file removal gnu/dist/gdb6/gdb/testsuite/TODO: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshar.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcb.ms: file removal gnu/dist/gdb6/libiberty/getpwd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d1.c: file removal gnu/dist/gdb6/bfd/format.c: file removal gnu/dist/gdb6/bfd/vms.h: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64eb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d2.c: file removal gnu/dist/gdb6/bfd/pei-mips.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64el/config.h: file removal gnu/dist/gdb6/bfd/ieee.c: file removal gnu/dist/gdb6/sim/cris/cris-desc.h: file removal gnu/dist/gdb6/sim/h8300/acconfig.h: file removal gnu/dist/gdb6/libiberty/strdup.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/dmxy.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1558.c: file removal gnu/dist/gdb6/gdb/config/mips/irix6.mt: file removal gnu/dist/gdb6/gdb/dwarf2read.c: file removal gnu/dist/gdb6/libiberty/pex-unix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io8.ms: file removal gnu/dist/gdb6/bfd/po/ja.gmo: file removal gnu/dist/gdb6/bfd/reloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bx-rs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-rt-st.c: file removal gnu/dist/gdb6/gdb/mipsnbsd-tdep.h: file removal gnu/dist/gdb6/gdb/regformats/reg-x86-64.dat: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11spi.c: file removal gnu/dist/gdb6/sim/common/Make-common.in: file removal gnu/dist/gdb6/include/opcode/pyr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fldi1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq5.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/echo.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nandncr.cgs: file removal gnu/dist/gdb6/bfd/efi-app-ia64.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/fileio.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckls.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/userdef.cc: file removal gnu/dist/gdb6/gdb/testsuite/config/nind.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/flds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/allinsn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmsubhus.cgs: file removal gnu/dist/gdb6/sim/iq2000/configure.ac: file removal gnu/dist/gdb6/gdb/gdb_string.h: file removal gnu/dist/gdb6/gdb/mi/mi-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/time1.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mvtac.s: file removal gnu/dist/gdb6/opcodes/m32c-opc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ss.h: file removal gnu/dist/gdb6/bfd/cpu-msp430.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add.cgs: file removal gnu/dist/gdb6/bfd/COPYING: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcd.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addq.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/selftest.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdrotli.cgs: file removal gnu/dist/gdb6/sim/arm/COPYING: file removal gnu/dist/gdb6/libiberty/getruntime.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/logical.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/huge.c: file removal gnu/dist/gdb6/gdb/config/sparc/obsd64.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/varargs.c: file removal gnu/dist/gdb6/gdb/config/mips/nbsd.mt: file removal gnu/dist/gdb6/gdb/gdbtypes.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/charset.exp: file removal gnu/dist/gdb6/bfd/elf32-m32r.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_stack_int.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sethi.cgs: file removal gnu/dist/gdb6/sim/igen/gen-semantics.h: file removal gnu/dist/gdb6/bfd/cpu-h8500.c: file removal gnu/dist/gdb6/gdb/i386-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lda-pc.cgs: file removal gnu/dist/gdb6/opcodes/crx-opc.c: file removal gnu/dist/gdb6/gdb/tui/tui-command.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/libiberty/asprintf.c: file removal gnu/dist/gdb6/include/objalloc.h: file removal gnu/dist/gdb6/gdb/gdb_curses.h: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/allinsn.exp: file removal gnu/dist/gdb6/sim/iq2000/config.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-sse.exp: file removal gnu/dist/gdb6/sim/common/sim-hload.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/defs.mk: revision 1.5 gnu/usr.bin/gdb6/bfd/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/common/sim-watch.c: file removal gnu/dist/gdb6/bfd/cpu-z8k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckge.cgs: file removal gnu/dist/gdb6/sim/cris/decodev32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxiu.cgs: file removal gnu/dist/gdb6/include/coff/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/config/i386/nto.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqxmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfnegs.cgs: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103cpu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-file.exp: file removal gnu/dist/gdb6/include/coff/symconst.h: file removal gnu/dist/gdb6/gdb/demangle.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stq.cgs: file removal gnu/dist/gdb6/sim/common/sim-arange.c: file removal gnu/dist/gdb6/opcodes/ns32k-dis.c: file removal gnu/dist/gdb6/gdb/config/mips/tm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldub.cgs: file removal gnu/dist/gdb6/include/xregex2.h: file removal gnu/dist/gdb6/gdb/m2-typeprint.c: file removal gnu/dist/gdb6/include/coff/or32.h: file removal gnu/dist/gdb6/gdb/cp-abi.h: file removal gnu/dist/gdb6/gdb/jv-valprint.c: file removal gnu/dist/gdb6/include/bout.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace.cc: file removal gnu/dist/gdb6/sim/mn10300/mn10300.dc: file removal gnu/dist/gdb6/sim/erc32/README.sis: file removal gnu/dist/gdb6/opcodes/mmix-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/start.exp: file removal gnu/dist/gdb6/libiberty/sigsetmask.c: file removal gnu/dist/gdb6/libiberty/safe-ctype.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10200.s: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc64/config.h: file removal gnu/dist/gdb6/opcodes/d10v-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/d10v.inc: file removal gnu/dist/gdb6/bfd/elf32-crx.c: file removal gnu/dist/gdb6/gdb/cli/cli-dump.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread3.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arithmet.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/movsg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/printcmds.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpb.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-itable.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pabs.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpba.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ovlymgr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cadd.cgs: file removal gnu/dist/gdb6/sim/common/cgen-scache.h: file removal gnu/dist/gdb6/opcodes/ip2k-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sizeof.exp: file removal gnu/usr.bin/gdb6/readline/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/lib/sim-defs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-data.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhdseth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckul.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/linux-m68k-low.c: file removal gnu/dist/gdb6/include/elf/mcore.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/Makefile.in: file removal gnu/dist/gdb6/gdb/sim-regno.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxm.ms: file removal gnu/dist/gdb6/sim/igen/ChangeLog: file removal gnu/dist/gdb6/gdb/ChangeLog-1992: file removal gnu/dist/gdb6/include/splay-tree.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/main.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldi16.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdtoi.cgs: file removal gnu/dist/gdb6/gdb/hppa-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movur.ms: file removal gnu/dist/gdb6/bfd/elfxx-target.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmulhu.cgs: file removal gnu/dist/gdb6/config/mt-gnu: file removal gnu/dist/gdb6/opcodes/ia64-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ending-run.exp: file removal external/gpl3/gdb/lib/libdecnumber/arch/mips64eb/gstdint.h: revision 1.3 gnu/dist/gdb6/gdb/ia64-linux-tdep.c: file removal gnu/dist/gdb6/opcodes/vax-dis.c: file removal gnu/dist/gdb6/gdb/hppabsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovgf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/tools/symaddr: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/pa64.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbralr.cgs: file removal gnu/dist/gdb6/libiberty/regex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stack.exp: file removal gnu/dist/gdb6/config/warnings.m4: file removal gnu/dist/gdb6/gdb/frame.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthfu.cgs: file removal gnu/dist/gdb6/include/opcode/tic4x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw7.ms: file removal gnu/dist/gdb6/libiberty/strtol.c: file removal gnu/dist/gdb6/gdb/armnbsd-nat.c: file removal gnu/dist/gdb6/readline/examples/rlfe/pty.c: file removal gnu/dist/gdb6/gdb/abug-rom.c: file removal gnu/dist/gdb6/gdb/config/pa/tm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc-sim.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ret.cgs: file removal gnu/dist/gdb6/opcodes/po/fi.gmo: file removal gnu/dist/gdb6/libtool.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child-f.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/vr4300.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmachu.cgs: file removal gnu/dist/gdb6/gdb/arch-utils.c: file removal gnu/dist/gdb6/opcodes/m10200-opc.c: file removal gnu/dist/gdb6/gdb/ser-pipe.c: file removal gnu/dist/gdb6/gdb/ax.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/eval-skip.exp: file removal gnu/dist/gdb6/bfd/elf32-i960.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmas.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/configure.ac: file removal gnu/dist/gdb6/gdb/infcall.c: file removal gnu/dist/gdb6/bfd/liboasys.h: file removal gnu/dist/gdb6/bfd/bfd-in2.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha.mt: file removal gnu/dist/gdb6/sim/frv/decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mips32-dsp.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/templates.exp: file removal gnu/dist/gdb6/bfd/doc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/nop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulxhs.cgs: file removal gnu/dist/gdb6/sim/ppc/basics.h: file removal gnu/dist/gdb6/sim/cris/semcrisv32f-switch.c: file removal gnu/dist/gdb6/sim/mcore/interp.c: file removal gnu/dist/gdb6/sim/arm/kid.c: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/or.cgs: file removal gnu/dist/gdb6/sim/frv/frv-sim.h: file removal gnu/dist/gdb6/opcodes/po/de.po: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/jl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmrdhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdaddaccs.cgs: file removal gnu/dist/gdb6/libiberty/make-relative-prefix.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/Makefile.in: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/cconfig.h: file removal gnu/dist/gdb6/include/gdb/sim-h8300.h: file removal gnu/dist/gdb6/include/elf/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/regformats/reg-cris.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/store.exp: file removal gnu/dist/gdb6/bfd/elf32-h8300.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str-sprel.cgs: file removal gnu/dist/gdb6/bfd/som.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32c.ms: file removal gnu/dist/gdb6/sim/common/cgen-types.h: file removal gnu/dist/gdb6/bfd/elf32-ppc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundm.ms: file removal gnu/dist/gdb6/gdb/tui/tui-win.h: file removal gnu/dist/gdb6/sim/iq2000/configure: file removal gnu/dist/gdb6/sim/igen/gen.c: file removal gnu/dist/gdb6/config/mh-i370pic: file removal gnu/dist/gdb6/sim/igen/gen-engine.c: file removal gnu/dist/gdb6/gdb/mips-mdebug-tdep.h: file removal gnu/dist/gdb6/opcodes/xc16x-desc.h: file removal gnu/dist/gdb6/include/hp-symtab.h: file removal gnu/dist/gdb6/sim/common/sim-cpu.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/misc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/server.c: file removal gnu/dist/gdb6/opcodes/ip2k-ibld.c: file removal gnu/usr.bin/gdb6/bfd/arch/i386/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckp.cgs: file removal gnu/dist/gdb6/bfd/libbfd.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/configure.ac: file removal gnu/dist/gdb6/include/elf/h8.h: file removal gnu/dist/gdb6/gdb/config/xstormy16/xstormy16.mt: file removal gnu/dist/gdb6/sim/configure: file removal gnu/dist/gdb6/readline/examples/rltest.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msaths.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftul.cgs: file removal gnu/dist/gdb6/sim/testsuite/common/alu-tst.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/maint.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tic.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/m32rovly.c: file removal gnu/dist/gdb6/bfd/coff-i960.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed/first.adb: file removal gnu/dist/gdb6/include/coff/m68k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll8.s: file removal gnu/dist/gdb6/gdb/mi/gdb-mi.el: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/borl.cgs: file removal gnu/dist/gdb6/sim/ppc/interrupts.c: file removal gnu/dist/gdb6/include/coff/tic30.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/so-thresh.sh: file removal gnu/dist/gdb6/gdb/alpha-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfsubs.cgs: file removal gnu/dist/gdb6/libiberty/strerror.c: file removal gnu/dist/gdb6/gdb/scm-exp.c: file removal gnu/usr.bin/gdb6/opcodes/arch/arm/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmovmsk.cgs: file removal gnu/dist/gdb6/sim/mips/mips3d.igen: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-ip.s: file removal gnu/dist/gdb6/sim/m32r/m32r-sim.h: file removal gnu/dist/gdb6/gdb/prologue-value.h: file removal gnu/dist/gdb6/sim/m32r/m32r2.c: file removal gnu/dist/gdb6/gdb/irix5-nat.c: file removal gnu/dist/gdb6/gdb/posix-hdep.c: file removal gnu/dist/gdb6/sim/cris/crisv10f.c: file removal gnu/usr.bin/gdb6/arch/powerpc/tm.h: file removal gnu/dist/gdb6/include/coff/i386.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/siginfo.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/file1.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/weird.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/ChangeLog-1999-2003: file removal gnu/dist/gdb6/gdb/config/ia64/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mrs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/cygmon.exp: file removal gnu/dist/gdb6/include/aout/stab_gnu.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/printmethod.cc: file removal gnu/dist/gdb6/etc/configbuild.fig: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc3.ms: file removal gnu/dist/gdb6/opcodes/po/pt_BR.po: file removal gnu/dist/gdb6/gdb/doc/gdb.info-1: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icei.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bls.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-id.s: file removal gnu/dist/gdb6/gdb/gdbserver/aclocal.m4: file removal gnu/dist/gdb6/sim/arm/armos.c: file removal gnu/dist/gdb6/gdb/config/pa/obsd.mh: file removal gnu/dist/gdb6/sim/common/cgen-fpu.c: file removal gnu/dist/gdb6/bfd/aout-arm.c: file removal gnu/dist/gdb6/sim/frv/registers.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldr.cgs: file removal gnu/dist/gdb6/sim/ppc/BUGS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x1.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotr.s: file removal gnu/dist/gdb6/include/coff/rs6000.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhdseth.cgs: file removal gnu/dist/gdb6/sim/ppc/idecode_branch.h: file removal gnu/dist/gdb6/gdb/solib-svr4.c: file removal gnu/dist/gdb6/sim/mips/tconfig.in: file removal gnu/dist/gdb6/gdb/config/pa/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io5.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csmulcc.cgs: file removal gnu/dist/gdb6/readline/bind.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/cconfig.h: file removal gnu/dist/gdb6/sim/common/cgen-ops.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq2.ms: file removal gnu/dist/gdb6/sim/common/sim-stop.c: file removal gnu/dist/gdb6/gdb/gdbserver/inferiors.c: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sth-d.cgs: file removal gnu/dist/gdb6/opcodes/cgen-dis.in: file removal gnu/dist/gdb6/bfd/cpu-m10200.c: file removal gnu/dist/gdb6/bfd/cpu-iq2000.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.inp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relocate.c: file removal gnu/dist/gdb6/include/opcode/tahoe.h: file removal gnu/dist/gdb6/bfd/libaout.h: file removal gnu/dist/gdb6/gdb/wrapper.c: file removal gnu/dist/gdb6/bfd/cpu-bfin.c: file removal gnu/dist/gdb6/bfd/hosts/m68klinux.h: file removal gnu/dist/gdb6/bfd/aout-cris.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbulr.cgs: file removal gnu/dist/gdb6/opcodes/ia64-asmtab.h: file removal gnu/dist/gdb6/bfd/Makefile.am: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bl.cgs: file removal gnu/dist/gdb6/readline/examples/histexamp.c: file removal gnu/dist/gdb6/gdb/tui/tui-wingeneral.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/breakpoint.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc1.h: file removal gnu/usr.bin/gdb6/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc2.h: file removal gnu/dist/gdb6/gdb/alpha-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-mdmx.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcd.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp2.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/anon-union.cc: file removal gnu/dist/gdb6/gdb/m32r-linux-tdep.c: file removal gnu/dist/gdb6/gdb/reply_mig_hack.awk: file removal gnu/dist/gdb6/sim/ppc/gen-support.h: file removal gnu/dist/gdb6/readline/USAGE: file removal gnu/dist/gdb6/gdb/expression.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapm.ms: file removal gnu/dist/gdb6/gdb/bfd-target.c: file removal gnu/dist/gdb6/gdb/i386-linux-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstd.cgs: file removal gnu/dist/gdb6/opcodes/disassemble.c: file removal gnu/dist/gdb6/bfd/elf64-sparc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsads.cgs: file removal gnu/dist/gdb6/gdb/dsrec.c: file removal gnu/dist/gdb6/gdb/fbsd-nat.c: file removal gnu/dist/gdb6/gdb/ppcobsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/data_store_error-fr550.cgs: file removal gnu/dist/gdb6/sim/m32r/tconfig.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intercu.S: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/regs.exp: file removal gnu/dist/gdb6/gdb/gdbserver/mem-break.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/timer.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bra.cgs: file removal gnu/dist/gdb6/sim/frv/sim-if.c: file removal gnu/dist/gdb6/bfd/pei-i386.c: file removal gnu/dist/gdb6/bfd/cpu-tic4x.c: file removal gnu/dist/gdb6/gdb/config/m32r/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpxc.ms: file removal gnu/dist/gdb6/sim/frv/config.in: file removal gnu/dist/gdb6/bfd/libxcoff.h: file removal gnu/dist/gdb6/config/lib-ld.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/async.exp: file removal gnu/dist/gdb6/gdb/m88k-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csmul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t.ms: file removal gnu/dist/gdb6/bfd/cpu-or32.c: file removal gnu/dist/gdb6/bfd/stabs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstbfu.cgs: file removal gnu/dist/gdb6/include/nlm/common.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/badalign-fr550.cgs: file removal gnu/dist/gdb6/sim/igen/ld-decode.h: file removal gnu/dist/gdb6/opcodes/s390-mkopc.c: file removal gnu/usr.bin/gdb6/arch/sh3el/config.h: file removal gnu/dist/gdb6/gdb/varobj.c: file removal gnu/dist/gdb6/gdb/config/i386/sol2-64.mt: file removal gnu/dist/gdb6/gdb/config/m68k/nm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/config/abug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mapbrk.c: file removal gnu/dist/gdb6/bfd/elfxx-mips.c: file removal gnu/dist/gdb6/gdb/gdbserver/gdb_proc_service.h: file removal gnu/dist/gdb6/gdb/solib-som.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mod-ld-pre.s: file removal gnu/dist/gdb6/bfd/init.c: file removal gnu/dist/gdb6/gdb/gdbserver/regcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig4.c: file removal gnu/dist/gdb6/gdb/tui/tui-data.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed/second.adb: file removal gnu/usr.bin/gdb6/libiberty/arch/arm/defs.mk: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strh-imm.cgs: file removal gnu/dist/gdb6/include/elf/ppc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigbpt.exp: file removal gnu/dist/gdb6/bfd/pe-i386.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nsdivi.cgs: file removal gnu/dist/gdb6/sim/mn10300/op_utils.c: file removal gnu/dist/gdb6/sim/common/hw-base.h: file removal gnu/dist/gdb6/bfd/doc/archures.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldm.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/band.s: file removal gnu/dist/gdb6/sim/arm/armopts.h: file removal gnu/dist/gdb6/bfd/ChangeLog-9495: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x3-v32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tv.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11.c: file removal gnu/dist/gdb6/opcodes/ia64-opc-d.c: file removal gnu/dist/gdb6/gdb/config/avr/avr.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbnolr.cgs: file removal gnu/dist/gdb6/sim/ppc/altivec.igen: file removal gnu/dist/gdb6/gdb/tui/tui.h: file removal gnu/dist/gdb6/bfd/ecofflink.c: file removal gnu/dist/gdb6/gdb/libunwind-frame.c: file removal gnu/dist/gdb6/sim/common/cgen-utils.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang.H: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list1.c: file removal gnu/dist/gdb6/readline/README: file removal gnu/dist/gdb6/sim/cris/configure: file removal gnu/dist/gdb6/libiberty/concat.c: file removal gnu/dist/gdb6/gdb/solib-aix5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbule.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-hd-rs.cgs: file removal gnu/dist/gdb6/config.guess: file removal gnu/dist/gdb6/gdb/config/djgpp/config.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmor.cgs: file removal gnu/dist/gdb6/gdb/config/mips/linux.mt: file removal gnu/dist/gdb6/gdb/cpu32bug-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-watch.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfachi.cgs: file removal gnu/dist/gdb6/readline/rltypedefs.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf3.mh: file removal gnu/dist/gdb6/sim/frv/profile-fr500.h: file removal gnu/dist/gdb6/ltmain.sh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw4.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype.exp: file removal gnu/dist/gdb6/readline/histsearch.c: file removal gnu/dist/gdb6/bfd/nlm-target.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-id.s: file removal gnu/dist/gdb6/gdb/monitor.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrga.cgs: file removal gnu/dist/gdb6/sim/m32c/trace.c: file removal gnu/dist/gdb6/sim/common/cgen-trace.c: file removal gnu/dist/gdb6/sim/ppc/emul_chirp.c: file removal gnu/usr.bin/gdb6/readline/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/ppc-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftieq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/psymtab2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/remu.cgs: file removal gnu/dist/gdb6/sim/common/sim-hrw.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/nondebug.m: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/source.exp: file removal gnu/dist/gdb6/gdb/config/sh/tm-sh.h: file removal gnu/dist/gdb6/sim/m32r/mloop2.in: file removal gnu/dist/gdb6/gdb/ChangeLog-1991: file removal gnu/usr.bin/gdb6/arch/sh3eb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movepcw.ms: file removal gnu/dist/gdb6/sim/igen/ld-cache.c: file removal gnu/dist/gdb6/opcodes/sysdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wzero.cgs: file removal gnu/dist/gdb6/gdb/complaints.c: file removal gnu/dist/gdb6/sim/frv/arch.c: file removal gnu/dist/gdb6/bfd/pe-arm.c: file removal gnu/dist/gdb6/gdb/hppa-hpux-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-pthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmov.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/maddaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxc.ms: file removal gnu/dist/gdb6/include/gdb/fileio.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cond-expr.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/overload.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movi.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bp.cgs: file removal gnu/dist/gdb6/sim/common/cgen-engine.h: file removal gnu/dist/gdb6/bfd/stab-syms.c: file removal gnu/dist/gdb6/gdb/rs6000-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbne.cgs: file removal gnu/dist/gdb6/sim/ppc/sim_calls.c: file removal gnu/usr.bin/gdb6/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/libiberty/strncmp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/div.s: file removal gnu/dist/gdb6/bfd/elf32-m68hc11.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/dec.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/netbsd.inc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/bar.ads: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckc.cgs: file removal gnu/dist/gdb6/opcodes/s390-dis.c: file removal gnu/dist/gdb6/sim/m32r/Makefile.in: file removal gnu/dist/gdb6/bfd/cpu-mmix.c: file removal gnu/usr.bin/gdb6/gdb/Makefile: file removal gnu/dist/gdb6/libiberty/strcasecmp.c: file removal gnu/dist/gdb6/gdb/mi/mi-getopt.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrh.cgs: file removal gnu/dist/gdb6/bfd/elf32-gen.c: file removal gnu/dist/gdb6/gdb/gdbserver/configure.ac: file removal gnu/dist/gdb6/bfd/elf32-bfin.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/sbc.cgs: file removal gnu/dist/gdb6/sim/frv/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/local.cc: file removal gnu/dist/gdb6/bfd/cpu-xc16x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill2.c: file removal gnu/dist/gdb6/gdb/cp-name-parser.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill3.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sigreturn1.c: file removal gnu/dist/gdb6/bfd/cpu-vax.c: file removal gnu/dist/gdb6/opcodes/i370-dis.c: file removal gnu/dist/gdb6/libiberty/strsignal.c: file removal gnu/dist/gdb6/bfd/hosts/alphalinux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldub.cgs: file removal gnu/dist/gdb6/opcodes/m32c-asm.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/add.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mnot.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x1.cc: file removal gnu/dist/gdb6/bfd/cpu-m68k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/xscale.exp: file removal gnu/dist/gdb6/sim/testsuite/common/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/configure: file removal gnu/dist/gdb6/bfd/doc/mmo.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/stb-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mand.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbfu.cgs: file removal gnu/dist/gdb6/sim/m32r/cpux.c: file removal gnu/dist/gdb6/sim/common/hw-tree.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbue.cgs: file removal gnu/dist/gdb6/sim/m32r/TODO: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/threadapply.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xoricc.cgs: file removal gnu/dist/gdb6/opcodes/po/ga.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t13_otr.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/addi.cgs: file removal gnu/dist/gdb6/config/mh-sco: file removal gnu/dist/gdb6/gdb/rs6000-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdpackh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink3.c: file removal gnu/dist/gdb6/sim/arm/armvirt.c: file removal gnu/usr.bin/gdb6/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwcuti.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink4.c: file removal gnu/dist/gdb6/sim/m32r/arch.c: file removal gnu/dist/gdb6/gdb/fork-child.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqlmths.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbralr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/test.ms: file removal gnu/dist/gdb6/sim/mips/dv-tx3904tmr.c: file removal gnu/dist/gdb6/sim/arm/wrapper.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsdelf.mh: file removal gnu/dist/gdb6/gdb/inf-loop.h: file removal gnu/dist/gdb6/gdb/sparc64-tdep.c: file removal gnu/dist/gdb6/bfd/elf32-or32.c: file removal gnu/dist/gdb6/config/mh-ppc-aix: file removal gnu/usr.bin/gdb6/libiberty/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mclracc.cgs: file removal gnu/dist/gdb6/gdb/frv-linux-tdep.c: file removal gnu/dist/gdb6/sim/ppc/tree.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/syscall1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ftrc.s: file removal gnu/dist/gdb6/bfd/coff-pmac.c: file removal gnu/dist/gdb6/config/mh-sparcpic: file removal gnu/dist/gdb6/gdb/dictionary.h: file removal gnu/dist/gdb6/include/gdb/remote-sim.h: file removal gnu/dist/gdb6/gdb/c-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgfq.cgs: file removal gnu/dist/gdb6/readline/readline.h: file removal gnu/dist/gdb6/gdb/frv-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/allinsn.exp: file removal gnu/dist/gdb6/gdb/tui/tui-interp.c: file removal gnu/dist/gdb6/bfd/cpu-m68hc12.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/branch.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink10.c: file removal gnu/dist/gdb6/libiberty/pex-djgpp.c: file removal gnu/dist/gdb6/readline/examples/rlfe/config.h.in: file removal gnu/dist/gdb6/opcodes/ChangeLog-9899: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/environ.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/bx.cgs: file removal gnu/dist/gdb6/sim/m32r/model2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03/x2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi32.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/types.exp: file removal gnu/dist/gdb6/opcodes/m10200-dis.c: file removal gnu/dist/gdb6/bfd/elfxx-sparc.h: file removal gnu/dist/gdb6/gdb/gdb.gdb: file removal gnu/dist/gdb6/sim/common/hw-handles.h: file removal gnu/dist/gdb6/sim/m68hc11/gencode.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/mi-support.exp: file removal gnu/dist/gdb6/gdb/ChangeLog-1998: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrgr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bandl.cgs: file removal gnu/dist/gdb6/config/no-executables.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcklt.cgs: file removal gnu/dist/gdb6/gdb/amd64obsd-nat.c: file removal gnu/dist/gdb6/gdb/symtab.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd64.mh: file removal gnu/dist/gdb6/gdb/gdbserver/linux-i386-low.c: file removal gnu/dist/gdb6/gdb/p-lang.h: file removal gnu/usr.bin/gdb6/arch/hppa/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/icul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsubs.cgs: file removal gnu/dist/gdb6/sim/ppc/aclocal.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/derived-type.f90: file removal gnu/usr.bin/gdb6/libiberty/arch/hppa/defs.mk: file removal gnu/dist/gdb6/sim/arm/dbg_hif.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe5.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields.exp: file removal gnu/dist/gdb6/gdb/hppa-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmsubs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe6.c: file removal gnu/dist/gdb6/gdb/environ.c: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd64.mt: file removal gnu/dist/gdb6/sim/ppc/gen-model.h: file removal gnu/dist/gdb6/sim/igen/gen-model.h: file removal gnu/dist/gdb6/opcodes/mt-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/testcmds: file removal gnu/dist/gdb6/bfd/cpu-maxq.c: file removal gnu/dist/gdb6/gdb/doc/lpsrc.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmas.cgs: file removal share/mk/bsd.own.mk: revision 1.711 gnu/dist/gdb6/sim/common/sim-info.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foo.c: file removal gnu/dist/gdb6/bfd/epoc-pei-arm.c: file removal gnu/dist/gdb6/bfd/po/vi.po: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addv.cgs: file removal gnu/dist/gdb6/libiberty/index.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-prologue.c: file removal gnu/dist/gdb6/include/opcode/avr.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/array-element.f: file removal gnu/dist/gdb6/bfd/coff-or32.c: file removal gnu/dist/gdb6/gdb/config/m32r/m32r.mt: file removal gnu/dist/gdb6/opcodes/openrisc-asm.c: file removal gnu/dist/gdb6/opcodes/frv-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld24.cgs: file removal gnu/dist/gdb6/opcodes/stamp-h.in: file removal gnu/dist/gdb6/bfd/vms-hdr.c: file removal gnu/dist/gdb6/bfd/peicode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/arrayidx.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/wd1.ms: file removal gnu/dist/gdb6/sim/ppc/altivec_expression.h: file removal gnu/dist/gdb6/gdb/mips-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x1-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/halt.ms: file removal gnu/dist/gdb6/opcodes/cgen-asm.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t12_bit.s: file removal gnu/dist/gdb6/bfd/i386netbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/st.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldshu.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/dollar.c: file removal gnu/dist/gdb6/gdb/config/mips/wince.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmulxhu.cgs: file removal gnu/dist/gdb6/sim/Makefile.in: file removal gnu/dist/gdb6/bfd/aix386-core.c: file removal gnu/dist/gdb6/config/enable.m4: file removal gnu/dist/gdb6/gdb/config/mips/irix5.mt: file removal gnu/dist/gdb6/readline/examples/rl-fgets.c: file removal gnu/dist/gdb6/gdb/nto-procfs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/abs.ms: file removal gnu/dist/gdb6/include/elf/dlx.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io7.ms: file removal gnu/dist/gdb6/gdb/osabi.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsethis.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq4.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orq.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc/config.h: file removal gnu/dist/gdb6/gdb/tui/tui-file.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/long_long.exp: file removal gnu/dist/gdb6/gdb/scm-tags.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umulcc.cgs: file removal gnu/dist/gdb6/include/aout/adobe.h: file removal gnu/dist/gdb6/gdb/objc-lang.c: file removal gnu/dist/gdb6/sim/ppc/device.c: file removal gnu/dist/gdb6/bfd/lynx-core.c: file removal gnu/dist/gdb6/gdb/regformats/reg-arm.dat: file removal gnu/dist/gdb6/sim/frv/profile-fr400.c: file removal gnu/dist/gdb6/bfd/hp300hpux.c: file removal gnu/dist/gdb6/bfd/aout32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subq.ms: file removal gnu/usr.bin/gdb6/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/Makefile.in: file removal gnu/dist/gdb6/readline/ansi_stdlib.h: file removal gnu/dist/gdb6/readline/examples/rlptytest.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhfu.cgs: file removal gnu/dist/gdb6/sim/m32c/syscalls.h: file removal gnu/dist/gdb6/opcodes/fr30-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cplusfuncs.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interrupt.c: file removal gnu/dist/gdb6/bfd/po/zh_CN.gmo: file removal gnu/dist/gdb6/gdb/testsuite/config/rom68k.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/mips_pro.c: file removal gnu/dist/gdb6/bfd/xcofflink.c: file removal gnu/dist/gdb6/gdb/config/mips/irix6.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckil.cgs: file removal gnu/dist/gdb6/sim/h8300/Makefile.in: file removal gnu/dist/gdb6/sim/common/hw-properties.c: file removal gnu/dist/gdb6/gdb/config/mips/tm-nbsd.h: file removal gnu/dist/gdb6/gdb/rom68k-rom.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmrdhs.cgs: file removal gnu/dist/gdb6/sim/common/sim-profile.c: file removal gnu/dist/gdb6/sim/common/sim-model.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cor.cgs: file removal gnu/dist/gdb6/sim/mips/mips.igen: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bfp-test.c: file removal gnu/dist/gdb6/gdb/interps.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsr.cgs: file removal gnu/dist/gdb6/sim/ppc/e500_registers.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/miscexprs.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/dcpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xorcr.cgs: file removal gnu/dist/gdb6/readline/support/install.sh: file removal gnu/dist/gdb6/include/opcode/hppa.h: file removal gnu/dist/gdb6/config/depstand.m4: file removal gnu/dist/gdb6/gdb/config/arm/wince.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wor.cgs: file removal gnu/dist/gdb6/gdb/procfs.c: file removal gnu/usr.bin/gdb6/arch/armeb/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/arrayidx/p.adb: file removal gnu/dist/gdb6/readline/Makefile.in: file removal gnu/dist/gdb6/gdb/ppcnbsd-tdep.h: file removal gnu/dist/gdb6/gdb/user-regs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stm0.cgs: file removal gnu/dist/gdb6/opcodes/arc-opc.c: file removal gnu/dist/gdb6/include/opcode/tic80.h: file removal gnu/dist/gdb6/gdb/m32r-tdep.h: file removal gnu/dist/gdb6/include/coff/m88k.h: file removal gnu/dist/gdb6/include/aout/stab.def: file removal gnu/usr.bin/gdb6/sim/psim/Makefile: file removal gnu/dist/gdb6/sim/m32c/mem.c: file removal gnu/dist/gdb6/sim/frv/ChangeLog: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/bfdver.h: file removal gnu/dist/gdb6/sim/m32c/safe-fgets.c: file removal gnu/dist/gdb6/opcodes/po/id.po: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/funcargs.c: file removal external/gpl3/gdb/lib/libdecnumber/arch/mipseb/gstdint.h: revision 1.3 gnu/dist/gdb6/bfd/po/ro.gmo: file removal gnu/dist/gdb6/sim/igen/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sysctl1.c: file removal gnu/dist/gdb6/gdb/tui/tui-winsource.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/classes.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsubs.cgs: file removal gnu/dist/gdb6/sim/erc32/interf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wxor.cgs: file removal gnu/dist/gdb6/sim/ppc/cpu.h: file removal gnu/dist/gdb6/gdb/i386-stub.c: file removal gnu/dist/gdb6/include/coff/i860.h: file removal gnu/dist/gdb6/bfd/dwarf1.c: file removal gnu/dist/gdb6/include/xtensa-isa-internal.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/local.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uwrite16.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/advance.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsubs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/badalign.cgs: file removal gnu/dist/gdb6/opcodes/mt-ibld.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddfu.cgs: file removal gnu/dist/gdb6/config/mh-decstation: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fto.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fstoi.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_phb.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/coremaker.c: file removal gnu/dist/gdb6/bfd/elf32.c: file removal gnu/dist/gdb6/gdb/main.c: file removal gnu/dist/gdb6/gdb/mi/mi-console.c: file removal gnu/dist/gdb6/libiberty/strverscmp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t11_logs.s: file removal gnu/dist/gdb6/gdb/gdbserver/thread-db.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemrv10.ms: file removal gnu/dist/gdb6/include/aout/ar.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg.s: file removal gnu/dist/gdb6/gdb/gdbarch.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-hd-rs.cgs: file removal gnu/dist/gdb6/sim/common/cgen-par.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x7-v10.ms: file removal gnu/dist/gdb6/include/elf/common.h: file removal gnu/dist/gdb6/sim/mn10300/interp.c: file removal gnu/dist/gdb6/include/safe-ctype.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubhus.cgs: file removal gnu/dist/gdb6/opcodes/m32r-opc.h: file removal gnu/usr.bin/gdb6/readline/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sdivi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/gdb_c_test.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckuge.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf2.h: file removal gnu/dist/gdb6/gdb/nlmread.c: file removal gnu/dist/gdb6/gdb/config/alpha/nm-osf3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/allinsn.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-sse.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnolr.cgs: file removal gnu/dist/gdb6/gdb/symfile.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extuh.cgs: file removal gnu/dist/gdb6/gdb/gdbcore.h: file removal gnu/dist/gdb6/gdb/i386fbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/float.exp: file removal gnu/dist/gdb6/gdb/hppanbsd-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pending.c: file removal gnu/dist/gdb6/bfd/coff-apollo.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep.exp: file removal gnu/dist/gdb6/bfd/pef.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/thi.cgs: file removal gnu/dist/gdb6/bfd/targmatch.sed: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/bfdver.h: file removal gnu/dist/gdb6/sim/m32r/model.c: file removal gnu/dist/gdb6/sim/iq2000/model.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti2.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/member-ptr.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/chng-syms.c: file removal gnu/usr.bin/gdb6/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csllcc.cgs: file removal gnu/dist/gdb6/gdb/config/i386/i386sol2.mh: file removal gnu/dist/gdb6/gdb/doc/refcard.tex: file removal gnu/dist/gdb6/gdb/remote-sim.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/subn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/asr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach.c: file removal gnu/dist/gdb6/bfd/coff-sh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovfg.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/rvc.exp: file removal gnu/dist/gdb6/opcodes/dep-in.sed: file removal gnu/dist/gdb6/bfd/elf-vxworks.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-sc.c: file removal gnu/dist/gdb6/gdb/sh-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw6.ms: file removal gnu/dist/gdb6/gdb/target.h: file removal gnu/dist/gdb6/gdb/gnu-v3-abi.c: file removal gnu/dist/gdb6/readline/doc/texi2dvi: file removal gnu/dist/gdb6/bfd/coff-m68k.c: file removal gnu/dist/gdb6/gdb/solib-pa64.h: file removal gnu/dist/gdb6/libiberty/bcmp.c: file removal gnu/dist/gdb6/sim/arm/README: file removal gnu/dist/gdb6/bfd/elf.c: file removal gnu/dist/gdb6/config/mh-solaris: file removal gnu/usr.bin/gdb6/bfd/lib_bfd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/slli.cgs: file removal gnu/dist/gdb6/gdb/completer.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/tst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bandornot.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mcp.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/neg.cgs: file removal gnu/dist/gdb6/sim/m32r/m32r.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstf.cgs: file removal gnu/dist/gdb6/sim/m32c/main.c: file removal gnu/dist/gdb6/etc/configdev.fig: file removal gnu/dist/gdb6/gdb/ChangeLog-1990: file removal gnu/dist/gdb6/gdb/testsuite/lib/ada.exp: file removal gnu/dist/gdb6/bfd/elf32-openrisc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/calll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/seek1.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/config.h: file removal gnu/usr.bin/gdb6/arch/vax/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/seek2.c: file removal gnu/dist/gdb6/opcodes/iq2000-dis.c: file removal gnu/usr.bin/gdb6/libiberty/arch/vax/config.h: file removal gnu/dist/gdb6/sim/frv/sem.c: file removal gnu/dist/gdb6/sim/m32r/decode2.c: file removal gnu/dist/gdb6/readline/tilde.c: file removal gnu/dist/gdb6/include/demangle.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckls.cgs: file removal gnu/dist/gdb6/sim/common/sim-n-endian.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/save-trace.exp: file removal gnu/usr.bin/gdb6/opcodes/arch/alpha/config.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-m32r-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/swap.s: file removal gnu/dist/gdb6/opcodes/z8k-dis.c: file removal gnu/dist/gdb6/bfd/po/da.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpli.cgs: file removal gnu/dist/gdb6/sim/m32c/gdb-if.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addv3.cgs: file removal gnu/dist/gdb6/readline/doc/rluser.texi: file removal gnu/dist/gdb6/gdb/sparc64obsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmsubhss.cgs: file removal gnu/dist/gdb6/gdb/typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftino.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bhi.cgs: file removal gnu/dist/gdb6/sim/cris/modelv32.c: file removal gnu/dist/gdb6/include/elf/arm.h: file removal gnu/dist/gdb6/bfd/elf64-mips.c: file removal gnu/dist/gdb6/gdb/config/sparc/tm-sol2.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bl-hi.cgs: file removal gnu/dist/gdb6/sim/erc32/sis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sllicc.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/sol2.mt: file removal gnu/usr.bin/gdb6/arch/powerpc/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdstoi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csdiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/allinsn.exp: file removal gnu/dist/gdb6/gdb/tui/tui-disasm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1821.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/udivi.cgs: file removal gnu/dist/gdb6/opcodes/po/es.po: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subs.s: file removal gnu/dist/gdb6/readline/posixdir.h: file removal gnu/dist/gdb6/include/opcode/d30v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/blx.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdbvars.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bgez.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dump.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmiaxy.cgs: file removal gnu/dist/gdb6/sim/m68hc11/Makefile.in: file removal gnu/dist/gdb6/bfd/cpu-tic30.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc64/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dup-psym.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigaltstack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addc.cgs: file removal gnu/dist/gdb6/bfd/cpu-v850.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bchilr.cgs: file removal gnu/dist/gdb6/sim/common/sim-watch.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/psmang1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/maint.exp: file removal gnu/dist/gdb6/bfd/coff-maxq.c: file removal gnu/dist/gdb6/gdb/config/i386/obsdaout.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wcmpeq.cgs: file removal gnu/dist/gdb6/sim/common/sim-memopt.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/xfullpath.exp: file removal gnu/dist/gdb6/config/po.m4: file removal gnu/dist/gdb6/gdb/cli/cli-decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bset.s: file removal gnu/dist/gdb6/opcodes/m68hc11-dis.c: file removal gnu/dist/gdb6/bfd/ticoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/msubaccs.cgs: file removal gnu/dist/gdb6/sim/cris/dv-cris.c: file removal gnu/dist/gdb6/sim/arm/gdbhost.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/aout.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsb.cgs: file removal gnu/dist/gdb6/sim/common/sim-arange.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb669.exp: file removal gnu/dist/gdb6/config/mt-d30v: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqsubhus.cgs: file removal gnu/dist/gdb6/opcodes/w65-opc.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_handle.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbfu.cgs: file removal gnu/dist/gdb6/libiberty/xstrdup.c: file removal gnu/dist/gdb6/config/mh-cygwin: file removal gnu/dist/gdb6/gdb/exec.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckra.cgs: file removal gnu/dist/gdb6/sim/mips/dv-tx3904sio.c: file removal gnu/dist/gdb6/sim/arm/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/add2.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/limits.c: file removal gnu/dist/gdb6/sim/ppc/dc-test.02: file removal gnu/dist/gdb6/libiberty/argv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-plus.cgs: file removal gnu/dist/gdb6/opcodes/mips16-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1431.exp: file removal gnu/dist/gdb6/bfd/elf32-vax.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-dbt.s: file removal gnu/dist/gdb6/bfd/cpu-tic80.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555.c: file removal gnu/dist/gdb6/bfd/cpu-xtensa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/msteppc2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckle.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/nop.cgs: file removal gnu/dist/gdb6/sim/ppc/psim.c: file removal gnu/dist/gdb6/sim/ppc/gen-itable.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mdmx-ob-sb1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsubd.cgs: file removal gnu/dist/gdb6/sim/common/gentmap.c: file removal gnu/dist/gdb6/bfd/coff-we32k.c: file removal gnu/dist/gdb6/opcodes/ip2k-desc.h: file removal gnu/dist/gdb6/sim/ppc/device_table.h: file removal gnu/usr.bin/gdb6/libgdb/observer.inc: file removal gnu/dist/gdb6/sim/ppc/hw_pal.c: file removal gnu/dist/gdb6/gdb/objfiles.h: file removal gnu/dist/gdb6/gdb/tramp-frame.c: file removal gnu/dist/gdb6/bfd/binary.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/compiler.cc: file removal gnu/dist/gdb6/bfd/vms-tir.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lda-sp.cgs: file removal gnu/dist/gdb6/bfd/elfxx-ia64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmad.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/push-lr.cgs: file removal gnu/dist/gdb6/gdb/ChangeLog-1997: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone5.c: file removal gnu/dist/gdb6/gdb/testsuite/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io4.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/sett.s: file removal gnu/dist/gdb6/include/elf/sparc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/irq1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wand.cgs: file removal gnu/dist/gdb6/sim/sh/config.in: file removal gnu/dist/gdb6/opcodes/ia64-opc.h: file removal gnu/dist/gdb6/include/nlm/sparc32-ext.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqc.pcgs: file removal gnu/dist/gdb6/bfd/doc/hash.texi: file removal gnu/usr.bin/gdb6/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/opcodes/po/zh_CN.gmo: file removal gnu/dist/gdb6/sim/frv/traps.c: file removal gnu/usr.bin/gdb6/arch/powerpc64/tm.h: file removal gnu/dist/gdb6/opcodes/fr30-desc.c: file removal gnu/usr.bin/gdb6/arch/sh3eb/nm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t02_mova.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addm.ms: file removal gnu/dist/gdb6/gdb/remote-m32r-sdi.c: file removal gnu/usr.bin/gdb6/libiberty/arch/alpha/defs.mk: file removal gnu/usr.bin/gdb6/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/truncate2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/bs14602.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t09_xor.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdivs.cgs: file removal gnu/dist/gdb6/sim/ppc/corefile-n.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tils.cgs: file removal gnu/dist/gdb6/bfd/targets.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1210.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x5-v32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t06_ari2.s: file removal gnu/dist/gdb6/bfd/doc/Makefile.am: file removal gnu/dist/gdb6/bfd/acinclude.m4: file removal gnu/dist/gdb6/config/inttypes.m4: file removal gnu/dist/gdb6/gdb/arch-utils.h: file removal gnu/dist/gdb6/sim/iq2000/sem.c: file removal gnu/dist/gdb6/djunpack.bat: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddhss.cgs: file removal gnu/dist/gdb6/bfd/cpu-m32c.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/empty.inc: file removal gnu/dist/gdb6/sim/mcore/Makefile.in: file removal gnu/dist/gdb6/include/aout/hppa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-simplerun.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblt.cgs: file removal gnu/dist/gdb6/gdb/infcall.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movucpc.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/configure.ac: file removal gnu/dist/gdb6/sim/m32c/syscall.h: file removal gnu/dist/gdb6/sim/frv/decode.h: file removal gnu/dist/gdb6/bfd/sparcnetbsd.c: file removal gnu/dist/gdb6/gdb/gcore.c: file removal gnu/usr.bin/gdb6/opcodes/arch/hppa/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stepi.exp: file removal gnu/dist/gdb6/libiberty/obstacks.texi: file removal gnu/dist/gdb6/gdb/dummy-frame.c: file removal gnu/dist/gdb6/readline/COPYING: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/divu.cgs: file removal gnu/dist/gdb6/bfd/cpu-ip2k.c: file removal gnu/dist/gdb6/gdb/doc/a4rc.sed: file removal gnu/dist/gdb6/gdb/regformats/reg-ia64.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/exprs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigstep.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bn.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/bfd/elf32-hppa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqfi.cgs: file removal gnu/dist/gdb6/readline/examples/excallback.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1090.c: file removal gnu/dist/gdb6/sim/cris/tconfig.in: file removal gnu/dist/gdb6/opcodes/ia64-waw.tbl: file removal gnu/dist/gdb6/gdb/config/i386/nto.mt: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuelr.cgs: file removal gnu/dist/gdb6/gdb/ax-general.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xorcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/testutils.inc: file removal gnu/dist/gdb6/include/opcode/mn10200.h: file removal gnu/dist/gdb6/bfd/cpu-i860.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldu.cgs: file removal gnu/dist/gdb6/include/elf/i370.h: file removal gnu/dist/gdb6/include/aout/dynix3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movurpc.ms: file removal gnu/dist/gdb6/opcodes/xc16x-asm.c: file removal gnu/dist/gdb6/gdb/config/vax/vax.mh: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc64/config.h: file removal gnu/dist/gdb6/gdb/mi/mi-main.c: file removal gnu/dist/gdb6/readline/examples/rlfe/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-syn-frame.c: file removal gnu/dist/gdb6/gdb/doc/agentexpr.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/Makefile.in: file removal gnu/dist/gdb6/gdb/nbsd-nat.c: file removal gnu/dist/gdb6/sim/igen/Makefile.in: file removal gnu/dist/gdb6/sim/igen/gen.h: file removal gnu/dist/gdb6/sim/common/sim-hw.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs1.f: file removal gnu/dist/gdb6/bfd/elf32-sh64-com.c: file removal gnu/dist/gdb6/sim/mips/mdmx.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maveh.cgs: file removal gnu/dist/gdb6/sim/m32c/sample.ld: file removal gnu/dist/gdb6/include/elf/external.h: file removal gnu/dist/gdb6/sim/igen/gen-engine.h: file removal gnu/dist/gdb6/readline/support/mkdist: file removal gnu/dist/gdb6/include/ieee.h: file removal gnu/dist/gdb6/bfd/hosts/vaxult.h: file removal gnu/dist/gdb6/gdb/config/sparc/sol2-64.mt: file removal gnu/dist/gdb6/readline/rlprivate.h: file removal gnu/dist/gdb6/sim/common/sim-cpu.h: file removal gnu/dist/gdb6/include/elf/mmix.h: file removal gnu/dist/gdb6/sim/h8300/tconfig.in: file removal gnu/dist/gdb6/libiberty/pex-msdos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tira.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swpb.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf1.mt: file removal gnu/dist/gdb6/sim/ppc/vm_n.h: file removal gnu/dist/gdb6/sim/arm/armfpe.h: file removal gnu/dist/gdb6/bfd/cpu-rs6000.c: file removal gnu/dist/gdb6/gdb/arm-linux-tdep.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-linux.h: file removal gnu/dist/gdb6/gdb/config/i386/sol2-64.mh: file removal gnu/dist/gdb6/sim/testsuite/common/fpu-tst.c: file removal gnu/usr.bin/gdb6/arch/arm/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moveqpc.ms: file removal gnu/dist/gdb6/sim/ppc/dc-complex: file removal gnu/dist/gdb6/libiberty/copysign.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1291.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bst.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsllhi.cgs: file removal gnu/dist/gdb6/opcodes/po/vi.gmo: file removal gnu/dist/gdb6/etc/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftine.cgs: file removal gnu/dist/gdb6/include/elf/arc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnlr.cgs: file removal gnu/dist/gdb6/opcodes/tic54x-dis.c: file removal gnu/dist/gdb6/libiberty/aclocal.m4: file removal gnu/dist/gdb6/bfd/hosts/tahoe.h: file removal gnu/dist/gdb6/include/elf/m68k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmaddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap1.c: file removal gnu/dist/gdb6/sim/ppc/interrupts.h: file removal gnu/dist/gdb6/sim/m32r/sem2-switch.c: file removal gnu/dist/gdb6/bfd/doc/init.texi: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc/defs.mk: file removal gnu/dist/gdb6/gdb/tui/tui-regs.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return2.exp: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/exit47.s: file removal gnu/dist/gdb6/sim/cris/crisv32f.c: file removal gnu/dist/gdb6/etc/configure.info: file removal gnu/dist/gdb6/gdb/jv-typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcop2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/jump.exp: file removal gnu/usr.bin/gdb6/opcodes/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcut.cgs: file removal gnu/dist/gdb6/opcodes/ip2k-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/pcplus.ms: file removal gnu/dist/gdb6/sim/common/dv-sockser.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-prologue.exp: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf2.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjmpsrv32-2.ms: file removal gnu/dist/gdb6/bfd/ns32knetbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movxy.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tn.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copop.cgs: file removal gnu/dist/gdb6/include/elf/i386.h: file removal gnu/dist/gdb6/bfd/elf32-cr16c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andccr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmadds.cgs: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc/config.h: file removal gnu/dist/gdb6/readline/vi_mode.c: file removal gnu/dist/gdb6/bfd/doc/core.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tnc.cgs: file removal gnu/dist/gdb6/bfd/po/fr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiue.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t04_sub.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/ldrc.s: file removal gnu/dist/gdb6/sim/arm/armos.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulhu.cgs: file removal gnu/dist/gdb6/sim/sh/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-prologue.c: file removal gnu/dist/gdb6/gdb/h8300-tdep.c: file removal gnu/dist/gdb6/sim/common/cgen-fpu.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/genso-thresh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/brabc.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapqpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmxor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-stack.exp: file removal gnu/dist/gdb6/gdb/config/arm/tm-embed.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckv.cgs: file removal gnu/dist/gdb6/sim/common/cgen.sh: file removal gnu/dist/gdb6/opcodes/po/da.po: file removal gnu/dist/gdb6/libiberty/vsprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/seth.cgs: file removal gnu/dist/gdb6/opcodes/ia64-war.tbl: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/circ.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-basic.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setshow.exp: file removal gnu/dist/gdb6/gdb/doc/stabs.info: file removal gnu/dist/gdb6/gdb/solib-svr4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swi.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/hello.s: file removal gnu/dist/gdb6/bfd/gen-aout.c: file removal gnu/dist/gdb6/md5.sum: file removal gnu/dist/gdb6/include/opcode/convex.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/derived-type.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/multi-forks.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsethis.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched6.c: file removal gnu/dist/gdb6/sim/mn10300/tconfig.in: file removal gnu/usr.bin/gdb6/opcodes/arch/vax/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bcc.cgs: file removal gnu/dist/gdb6/gdb/dbug-rom.c: file removal gnu/dist/gdb6/gdb/doc/gdbint.texinfo: file removal gnu/dist/gdb6/sim/ppc/table.c: file removal gnu/dist/gdb6/bfd/elf32-xc16x.c: file removal gnu/dist/gdb6/gdb/config/sparc/sparc64.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/page.exp: file removal gnu/dist/gdb6/gdb/ocd.h: file removal gnu/dist/gdb6/opcodes/sparc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/start.c: file removal gnu/dist/gdb6/readline/INSTALL: file removal gnu/dist/gdb6/sim/v850/configure.ac: file removal gnu/dist/gdb6/sim/mn10300/sim-main.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t04_sub.s: file removal gnu/dist/gdb6/bfd/pe-mcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/savedregs.c: file removal gnu/dist/gdb6/bfd/i386aout.c: file removal gnu/dist/gdb6/bfd/elf32-msp430.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pushpop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cst.cgs: file removal gnu/dist/gdb6/sim/frv/reset.c: file removal gnu/dist/gdb6/include/coff/alpha.h: file removal gnu/dist/gdb6/gdb/tui/tui-wingeneral.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/until.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmrdhu.cgs: file removal gnu/dist/gdb6/bfd/go32stub.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg-pa64.s: file removal gnu/dist/gdb6/gdb/bfd-target.h: file removal gnu/dist/gdb6/opcodes/ppc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t13_otr.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mulxu.s: file removal gnu/dist/gdb6/sim/h8300/ChangeLog: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/call.pcgs: file removal gnu/dist/gdb6/opcodes/arc-ext.c: file removal gnu/dist/gdb6/gdb/fbsd-nat.h: file removal gnu/dist/gdb6/gdb/ppcobsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldubu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/munpackh.cgs: file removal gnu/usr.bin/gdb6/readline/arch/m68000/defs.mk: file removal gnu/dist/gdb6/include/coff/go32exe.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ppc-low.c: file removal gnu/dist/gdb6/libiberty/make-temp-file.c: file removal gnu/dist/gdb6/bfd/elf32-m32c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqlclrhs.cgs: file removal gnu/dist/gdb6/bfd/hosts/alphavms.h: file removal gnu/dist/gdb6/gdb/m68klinux-nat.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd.mh: file removal gnu/dist/gdb6/gdb/gdbserver/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/setlos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cvexpr.exp: file removal gnu/dist/gdb6/gdb/sparcnbsd-tdep.c: file removal gnu/usr.bin/gdb6/libgdb/observer.h: file removal gnu/dist/gdb6/opcodes/sh-opc.h: file removal gnu/dist/gdb6/opcodes/dis-init.c: file removal gnu/dist/gdb6/gdb/m88k-tdep.h: file removal gnu/dist/gdb6/gdb/m68klinux-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/demangle.exp: file removal gnu/dist/gdb6/libiberty/fdmatch.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/xor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis.exp: file removal gnu/dist/gdb6/bfd/elf32-ip2k.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/configure.ac: file removal gnu/dist/gdb6/gdb/varobj.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tihi.cgs: file removal gnu/dist/gdb6/bfd/elfxx-mips.h: file removal gnu/dist/gdb6/gdb/dwarfread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orh.cgs: file removal gnu/dist/gdb6/readline/support/shlib-install: file removal gnu/dist/gdb6/gdb/gdbserver/regcache.h: file removal gnu/dist/gdb6/sim/ppc/ld-insn.c: file removal gnu/dist/gdb6/gdb/tui/tui-data.h: file removal gnu/usr.bin/gdb6/opcodes/arch/vax/config.h: file removal gnu/dist/gdb6/gdb/config/pa/linux.mt: file removal gnu/dist/gdb6/libiberty/xstrndup.c: file removal gnu/dist/gdb6/gdb/i387-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/sh3el/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs2.c: file removal gnu/usr.bin/gdb6/readline/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x3-v10.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jv-print.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-pthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nsdiv.cgs: file removal gnu/dist/gdb6/sim/cris/semcrisv10f-switch.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/emc-support.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb1.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/sid.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sbc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/basicclass.m: file removal gnu/dist/gdb6/libiberty/ternary.c: file removal gnu/dist/gdb6/libiberty/memcmp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxis.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/regalign.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/sparc64.inc: file removal gnu/dist/gdb6/gdb/stack.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t05_cmp.exp: file removal gnu/dist/gdb6/gdb/config/pa/obsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dup-psym.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmexpdhd.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-desc.c: file removal gnu/dist/gdb6/include/aout/reloc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-sc.exp: file removal gnu/dist/gdb6/bfd/hp300bsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmulcs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-eval.exp: file removal gnu/dist/gdb6/gdb/doc/gpl.texi: file removal gnu/dist/gdb6/sim/mips/m16.igen: file removal gnu/dist/gdb6/include/coff/ecoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/btst.ms: file removal gnu/dist/gdb6/sim/frv/cpuall.h: file removal gnu/dist/gdb6/sim/ppc/e500_expression.h: file removal gnu/dist/gdb6/bfd/ptrace-core.c: file removal gnu/dist/gdb6/gdb/config/tm-linux.h: file removal gnu/dist/gdb6/sim/ppc/inline.c: file removal gnu/dist/gdb6/sim/sh/tconfig.in: file removal gnu/dist/gdb6/opcodes/m32r-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/savedregs.exp: file removal gnu/dist/gdb6/gdb/config/i386/i386gnu.mt: file removal gnu/dist/gdb6/include/gdb/sim-d10v.h: file removal gnu/dist/gdb6/gdb/cli/cli-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink9.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/stc.s: file removal gnu/dist/gdb6/bfd/newsos3.c: file removal gnu/dist/gdb6/sim/v850/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/macl.s: file removal gnu/dist/gdb6/libiberty/makefile.vms: file removal gnu/dist/gdb6/gdb/language.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqfu.cgs: file removal gnu/dist/gdb6/opcodes/acinclude.m4: file removal gnu/dist/gdb6/sim/igen/gen-itable.c: file removal gnu/dist/gdb6/bfd/versados.c: file removal gnu/dist/gdb6/gdb/config/nm-lynx.h: file removal gnu/dist/gdb6/gdb/gdb_dirent.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype.c: file removal gnu/dist/gdb6/gdb/monitor.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bgt.cgs: file removal gnu/dist/gdb6/sim/m32c/trace.h: file removal gnu/dist/gdb6/sim/common/cgen-trace.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptr-typedef.c: file removal gnu/dist/gdb6/etc/configure: file removal gnu/dist/gdb6/gdb/config/sparc/fbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-hd-hs.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_chirp.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/virtfunc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bc.cgs: file removal gnu/dist/gdb6/opcodes/mmix-opc.c: file removal gnu/dist/gdb6/bfd/i386lynx.c: file removal gnu/dist/gdb6/bfd/cpu-pj.c: file removal gnu/dist/gdb6/config/mh-ia64pic: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32r.ms: file removal gnu/dist/gdb6/opcodes/po/sv.po: file removal gnu/dist/gdb6/gdb/bsd-uthread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ici.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mtrap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpc.ms: file removal gnu/dist/gdb6/opcodes/d10v-opc.c: file removal gnu/usr.bin/gdb6/libgdb/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bra.cgs: file removal gnu/dist/gdb6/include/gdb/signals.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-regs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/scope1.c: file removal gnu/dist/gdb6/bfd/warning.m4: file removal gnu/dist/gdb6/gdb/ChangeLog-1996: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmovfgd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io6.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-i.s: file removal gnu/dist/gdb6/sim/m32c/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t01_mov.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ref-types.cc: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd64.mh: file removal gnu/dist/gdb6/bfd/doc/elfcode.texi: file removal gnu/dist/gdb6/sim/igen/ld-cache.h: file removal gnu/dist/gdb6/sim/erc32/func.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfacmi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsqrts.cgs: file removal gnu/dist/gdb6/gdb/complaints.h: file removal gnu/dist/gdb6/sim/frv/arch.h: file removal gnu/usr.bin/gdb6/libiberty/arch/i386/config.h: file removal gnu/usr.bin/gdb6/arch/vax/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csll.cgs: file removal gnu/dist/gdb6/sim/common/cgen-mem.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/ecoff.sed: file removal gnu/dist/gdb6/sim/ppc/vm.c: file removal gnu/dist/gdb6/include/aout/host.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfsqrts.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmas.cgs: file removal gnu/dist/gdb6/sim/sh/ChangeLog: file removal gnu/dist/gdb6/readline/doc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftio.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcgtlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strb-imm.cgs: file removal gnu/dist/gdb6/config/mh-armpic: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsub.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fble.cgs: file removal external/gpl3/gdb/lib/libdecnumber/arch/mips64el/gstdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/fr30/add.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcb.ms: file removal gnu/dist/gdb6/include/opcode/sparc.h: file removal gnu/dist/gdb6/gdb/config/h8300/h8300.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/strb.cgs: file removal gnu/dist/gdb6/bfd/elf32-mcore.c: file removal gnu/dist/gdb6/gdb/CONTRIBUTE: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x9-v10.ms: file removal gnu/dist/gdb6/config/mh-dgux386: file removal gnu/dist/gdb6/config/mh-sysv4: file removal gnu/usr.bin/gdb6/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned2.ms: file removal gnu/dist/gdb6/sim/arm/armsupp.c: file removal gnu/dist/gdb6/bfd/cache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqaddhus.cgs: file removal gnu/dist/gdb6/sim/ppc/COPYING: file removal gnu/dist/gdb6/readline/posixjmp.h: file removal gnu/dist/gdb6/bfd/cpu-crx.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotxl.s: file removal gnu/dist/gdb6/libiberty/obstack.c: file removal gnu/dist/gdb6/gdb/mi/mi-getopt.h: file removal gnu/usr.bin/gdb6/arch/powerpc64/version.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-console.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldh.cgs: file removal gnu/dist/gdb6/sim/mips/cp1.c: file removal gnu/dist/gdb6/bfd/vms-gsd.c: file removal gnu/dist/gdb6/opcodes/or32-dis.c: file removal gnu/dist/gdb6/bfd/ChangeLog-9697: file removal gnu/dist/gdb6/gdb/exceptions.c: file removal gnu/dist/gdb6/gdb/sentinel-frame.c: file removal gnu/usr.bin/gdb6/readline/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmand.cgs: file removal gnu/dist/gdb6/sim/mn10300/am33-2.igen: file removal gnu/dist/gdb6/gdb/dwarf2expr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldf.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/gdb/macroscope.c: file removal gnu/usr.bin/gdb6/opcodes/arch/hppa/config.h: file removal gnu/usr.bin/gdb6/arch/sparc64/init.c: file removal gnu/dist/gdb6/include/gdbm.h: file removal gnu/dist/gdb6/gdb/amd64-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remote.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmovh.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-ibld.c: file removal gnu/dist/gdb6/sim/common/sim-config.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrb.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/hilo-hazard-3.s: file removal gnu/dist/gdb6/sim/m32r/cpux.h: file removal gnu/dist/gdb6/gdb/dbxread.c: file removal gnu/dist/gdb6/gdb/testsuite/config/netware.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/interrupt.exp: file removal gnu/dist/gdb6/bfd/cpu-mt.c: file removal gnu/dist/gdb6/bfd/aout-target.h: file removal gnu/dist/gdb6/libiberty/cp-demangle.c: file removal gnu/dist/gdb6/gdb/tui/ChangeLog-1998-2003: file removal gnu/dist/gdb6/sim/mips/dv-tx3904irc.c: file removal gnu/dist/gdb6/gdb/alphabsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqfi.cgs: file removal gnu/dist/gdb6/sim/igen/table.c: file removal gnu/dist/gdb6/opcodes/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bool.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/checkpoint.c: file removal gnu/dist/gdb6/gdb/config/djgpp/README: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc/config.h: file removal gnu/dist/gdb6/sim/common/syscall.c: file removal gnu/dist/gdb6/bfd/doc/bfdsumm.texi: file removal gnu/dist/gdb6/gdb/testsuite/config/vr5000.exp: file removal gnu/dist/gdb6/sim/m32r/arch.h: file removal gnu/dist/gdb6/opcodes/xstormy16-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addoq.ms: file removal gnu/dist/gdb6/sim/ppc/ppc.mt: file removal gnu/dist/gdb6/sim/mips/mips.dc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/exception.exp: file removal gnu/dist/gdb6/bfd/nlm32-alpha.c: file removal gnu/dist/gdb6/sim/ppc/tree.h: file removal gnu/dist/gdb6/opcodes/avr-dis.c: file removal gnu/dist/gdb6/gdb/config/sh/sh64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld-plus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dflags.ms: file removal gnu/dist/gdb6/sim/iq2000/sem-switch.c: file removal gnu/dist/gdb6/bfd/coff-alpha.c: file removal gnu/dist/gdb6/include/elf/openrisc.h: file removal gnu/dist/gdb6/gdb/i386-linux-nat.c: file removal gnu/dist/gdb6/gdb/proc-api.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sizeof.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsaths.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-strs.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-mips-low.c: file removal gnu/dist/gdb6/gdb/config/djgpp/djcheck.sh: file removal gnu/dist/gdb6/bfd/po/rw.po: file removal gnu/usr.bin/gdb6/readline/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/iq2000/decode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmaddd.cgs: file removal gnu/dist/gdb6/bfd/doc/bfdt.texi: file removal gnu/dist/gdb6/bfd/aout-ns32k.c: file removal gnu/dist/gdb6/gdb/sparc64-sol2-tdep.c: file removal gnu/dist/gdb6/sim/iq2000/sim-main.h: file removal gnu/dist/gdb6/sim/common/sim-n-core.h: file removal gnu/dist/gdb6/include/elf/v850.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/rtti1.cc: file removal gnu/dist/gdb6/sim/m32r/configure.ac: file removal gnu/usr.bin/gdb6/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/fp_exception.cgs: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/Makefile.in: file removal gnu/dist/gdb6/sim/common/sim-load.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbuelr.cgs: file removal gnu/dist/gdb6/gdb/symtab.h: file removal gnu/dist/gdb6/gdb/mipsread.c: file removal gnu/dist/gdb6/gdb/mn10300-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cudiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw5.ms: file removal gnu/dist/gdb6/gdb/ia64-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-stack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/asr.ms: file removal gnu/dist/gdb6/bfd/elf-m10300.c: file removal gnu/dist/gdb6/config/iconv.m4: file removal gnu/dist/gdb6/gdb/environ.h: file removal gnu/dist/gdb6/gdb/i386v4-nat.c: file removal gnu/dist/gdb6/sim/frv/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpw.s: file removal gnu/dist/gdb6/opcodes/mt-desc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/setlo.cgs: file removal gnu/usr.bin/gdb6/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/opcodes/cgen-types.h: file removal gnu/dist/gdb6/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/xor.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmia.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnolr.cgs: file removal gnu/dist/gdb6/gdb/vax-nat.c: file removal gnu/dist/gdb6/gdb/tui/tui-stack.h: file removal gnu/dist/gdb6/gdb/trad-frame.c: file removal gnu/dist/gdb6/gdb/i386nbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrdacc.cgs: file removal gnu/dist/gdb6/opcodes/frv-opc.h: file removal gnu/dist/gdb6/gdb/config/powerpc/linux.mh: file removal gnu/dist/gdb6/gdb/alphanbsd-tdep.c: file removal gnu/usr.bin/gdb6/gdbtui/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfddivs.cgs: file removal gnu/dist/gdb6/readline/nls.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfitos.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-imm.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/linux.mh: file removal gnu/dist/gdb6/gdb/mem-break.c: file removal gnu/dist/gdb6/gdb/mips-linux-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/chng-syms.exp: file removal gnu/dist/gdb6/gdb/rs6000-aix-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsbu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/rsb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthreads.exp: file removal gnu/dist/gdb6/sim/ppc/INSTALL: file removal gnu/dist/gdb6/include/elf/pj.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/until.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bp.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_unix.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg03.exp: file removal gnu/dist/gdb6/gdb/mi/mi-common.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lsr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcmps.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arrayidx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigstep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink.c: file removal gnu/dist/gdb6/gdb/macroexp.c: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000.mh: file removal gnu/dist/gdb6/include/opcode/i960.h: file removal gnu/dist/gdb6/gdb/m2-valprint.c: file removal gnu/dist/gdb6/gdb/objc-lang.h: file removal gnu/dist/gdb6/sim/ppc/device.h: file removal gnu/dist/gdb6/sim/cris/cpuv10.c: file removal gnu/dist/gdb6/readline/examples/rlfe/Makefile.in: file removal gnu/dist/gdb6/sim/frv/profile-fr400.h: file removal gnu/dist/gdb6/gdb/config/powerpc/nbsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/config/slite.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jprint.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/setrlimit1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-unwind.exp: file removal gnu/dist/gdb6/opcodes/cris-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/twice.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/oricc.cgs: file removal gnu/dist/gdb6/gdb/osf-share/cma_debug_client.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf3.c: file removal gnu/dist/gdb6/sim/common/hw-properties.h: file removal gnu/dist/gdb6/gdb/bcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mstep.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/addi8.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/acinclude.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bclr.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitgr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmss.cgs: file removal gnu/dist/gdb6/sim/common/sim-model.h: file removal gnu/dist/gdb6/libiberty/testsuite/test-demangle.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cursal.exp: file removal gnu/dist/gdb6/gdb/interps.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04/x2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/tst.cgs: file removal gnu/dist/gdb6/gdb/msg.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckno.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-opc.h: file removal gnu/dist/gdb6/config/lib-link.m4: file removal gnu/dist/gdb6/bfd/coffswap.h: file removal gnu/dist/gdb6/config/mh-papic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tge.cgs: file removal gnu/dist/gdb6/include/coff/mips.h: file removal gnu/usr.bin/gdb6/readline/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/tfind.exp: file removal gnu/dist/gdb6/gdb/config/sparc/sol2.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pass.s: file removal gnu/dist/gdb6/bfd/rs6000-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemr.ms: file removal gnu/dist/gdb6/sim/arm/armdefs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/hello.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe1.c: file removal gnu/dist/gdb6/sim/m32c/mem.h: file removal gnu/dist/gdb6/gdb/gdbserver/remote-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/beqz.cgs: file removal gnu/dist/gdb6/sim/m32c/safe-fgets.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rtsigprocmask1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mulv32.ms: file removal gnu/dist/gdb6/readline/undo.c: file removal gnu/dist/gdb6/gdb/parse.c: file removal gnu/dist/gdb6/gdb/config/i386/i386v4.mh: file removal gnu/dist/gdb6/config/gxx-include-dir.m4: file removal gnu/dist/gdb6/bfd/ihex.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/add3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mul.s: file removal gnu/dist/gdb6/include/elf/mt.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb_history: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addn2.cgs: file removal gnu/dist/gdb6/config/mt-wince: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftilt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movemrv32.ms: file removal gnu/dist/gdb6/include/opcode/ChangeLog: file removal gnu/dist/gdb6/include/elf/i860.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srlicc.cgs: file removal gnu/dist/gdb6/gdb/config/i386/i386sco5.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x7-v32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10300.exp: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-im.s: file removal gnu/dist/gdb6/gdb/main.h: file removal gnu/dist/gdb6/gdb/mi/mi-console.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bool.cc: file removal gnu/dist/gdb6/gdb/gdbarch.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bhilr.cgs: file removal gnu/dist/gdb6/sim/ppc/igen.c: file removal gnu/usr.bin/gdb6/opcodes/arch/arm/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/sh3eb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/compound.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/tm-ppc-eabi.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subx.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/code-expr.exp: file removal gnu/dist/gdb6/sim/testsuite/config/default.exp: file removal gnu/dist/gdb6/gdb/kod.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bfld.s: file removal gnu/dist/gdb6/sim/m68hc11/interp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/sfe.ms: file removal gnu/dist/gdb6/gdb/c-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/mp_exception.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/sub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shal.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extsh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat2.c: file removal gnu/dist/gdb6/gdb/avr-tdep.c: file removal gnu/dist/gdb6/gdb/symfile-mem.c: file removal gnu/dist/gdb6/bfd/elfcode.h: file removal gnu/dist/gdb6/bfd/elf64-s390.c: file removal gnu/dist/gdb6/gdb/sh-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io3.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mul.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-nvram.c: file removal gnu/dist/gdb6/sim/iq2000/sim-if.c: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orm.ms: file removal gnu/dist/gdb6/sim/ppc/gen-icache.c: file removal gnu/dist/gdb6/readline/rltty.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bge.cgs: file removal gnu/dist/gdb6/include/gdb/callback.h: file removal gnu/dist/gdb6/bfd/pef.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_semaphore_defs.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/unloadshr.c: file removal gnu/dist/gdb6/gdb/config/sh/embed.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfadds.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subm.ms: file removal gnu/dist/gdb6/gdb/sh-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-macros.i: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rach.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/notcr.cgs: file removal gnu/dist/gdb6/libiberty/xstrerror.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/h8300s.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr16.s: file removal gnu/dist/gdb6/readline/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/staticthreads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fsqrtd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqmachs.cgs: file removal gnu/dist/gdb6/opcodes/v850-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-display.exp: file removal gnu/dist/gdb6/gdb/osf-share/HP800/cma_thread_io.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckule.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ccr-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msrlhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rename2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tigt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthi.cgs: file removal gnu/dist/gdb6/gdb/gdbserver/linux-crisv32-low.c: file removal gnu/dist/gdb6/sim/ppc/hw_iobus.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread_check.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andncr.cgs: file removal gnu/dist/gdb6/gdb/MAINTAINERS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-test.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/iq2000.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcmpgt.s: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bne.cgs: file removal gnu/dist/gdb6/readline/history.h: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/bfdver.h: file removal gnu/dist/gdb6/gdb/m68k-tdep.c: file removal gnu/dist/gdb6/gdb/disasm.c: file removal gnu/dist/gdb6/sim/m32r/decode2.h: file removal gnu/dist/gdb6/readline/tilde.h: file removal gnu/dist/gdb6/gdb/ada-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcnvds.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mv.cgs: file removal gnu/dist/gdb6/gdb/linespec.c: file removal gnu/usr.bin/gdb6/arch/sh3el/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smuli.cgs: file removal gnu/dist/gdb6/bfd/pe-ppc.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/configure: file removal gnu/dist/gdb6/gdb/config/alpha/tm-alphalinux.h: file removal gnu/usr.bin/gdb6/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/time2.c: file removal gnu/dist/gdb6/libiberty/hashtab.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields2.exp: file removal gnu/dist/gdb6/bfd/pe-mips.c: file removal gnu/dist/gdb6/opcodes/po/da.gmo: file removal gnu/dist/gdb6/gdb/config/vax/nm-vax.h: file removal gnu/dist/gdb6/gdb/dwarf2-frame.h: file removal gnu/dist/gdb6/sim/erc32/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andc.ms: file removal gnu/dist/gdb6/gdb/typeprint.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmas.cgs: file removal gnu/dist/gdb6/sim/erc32/sis.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-vfork.exp: file removal gnu/dist/gdb6/config/mh-elfalphapic: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/reread2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sdiv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-disasm.h: file removal gnu/dist/gdb6/gdb/config/i386/i386.mt: file removal gnu/dist/gdb6/gdb/gdb_thread_db.h: file removal gnu/dist/gdb6/sim/ppc/idecode_expression.h: file removal gnu/dist/gdb6/bfd/doc/makefile.vms: file removal gnu/dist/gdb6/bfd/mach-o.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/readline/shell.c: file removal gnu/dist/gdb6/libiberty/xexit.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-abi.exp: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/config.h: file removal gnu/usr.bin/gdb6/arch/powerpc/version.c: file removal gnu/dist/gdb6/sim/common/cgen-cpu.h: file removal gnu/dist/gdb6/gdb/doc/annotate.info: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/div.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb3.exp: file removal gnu/dist/gdb6/gdb/testsuite/config/unix.exp: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/bfdver.h: file removal gnu/dist/gdb6/bfd/hosts/i386linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-ip.s: file removal gnu/dist/gdb6/sim/mn10300/am33.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smu.cgs: file removal gnu/dist/gdb6/readline/funmap.c: file removal gnu/dist/gdb6/opcodes/s390-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movum.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uread32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bmi.cgs: file removal gnu/dist/gdb6/sim/common/sim-memopt.h: file removal gnu/dist/gdb6/gdb/cli/cli-decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/subi.cgs: file removal gnu/dist/gdb6/bfd/doc/bfdint.texi: file removal gnu/dist/gdb6/sim/arm/gdbhost.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqsubhss.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/nm-linux.h: file removal gnu/dist/gdb6/readline/callback.c: file removal gnu/dist/gdb6/gdb/ser-unix.c: file removal gnu/dist/gdb6/sim/m68hc11/emulos.c: file removal gnu/dist/gdb6/libiberty/fibheap.c: file removal gnu/dist/gdb6/bfd/libecoff.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread4.c: file removal gnu/dist/gdb6/sim/mips/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread5.c: file removal gnu/dist/gdb6/opcodes/i370-opc.c: file removal gnu/dist/gdb6/bfd/doc/header.sed: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-osf1.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbullr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sracc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw2.ms: file removal gnu/dist/gdb6/include/nlm/alpha-ext.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/exception.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/break.ms: file removal gnu/dist/gdb6/sim/cris/cris-opc.h: file removal gnu/dist/gdb6/readline/input.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/array.f: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mprotect1.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sol2.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckne.cgs: file removal gnu/dist/gdb6/sim/ppc/ppc-spr-table: file removal gnu/dist/gdb6/libiberty/_doprnt.c: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csra.cgs: file removal gnu/dist/gdb6/libiberty/mkstemps.c: file removal gnu/dist/gdb6/sim/common/gennltvals.sh: file removal gnu/dist/gdb6/sim/mips/dv-tx3904cpu.c: file removal gnu/dist/gdb6/libiberty/waitpid.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcku.cgs: file removal gnu/dist/gdb6/sim/mips/vr.igen: file removal gnu/dist/gdb6/include/elf/dwarf2.h: file removal gnu/usr.bin/Makefile: revision 1.137 gnu/dist/gdb6/sim/igen/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque0.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div3.cgs: file removal gnu/dist/gdb6/sim/ppc/psim.h: file removal gnu/dist/gdb6/sim/common/hw-main.h: file removal gnu/dist/gdb6/bfd/coff-h8300.c: file removal gnu/dist/gdb6/sim/sh/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64fbsd-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/arm/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/arm/config.h: file removal gnu/dist/gdb6/gdb/tramp-frame.h: file removal gnu/dist/gdb6/gdb/config/arm/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw17.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pdmsb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/fpu64-ps-sb1.s: file removal gnu/dist/gdb6/libiberty/xmemdup.c: file removal gnu/dist/gdb6/libiberty/strndup.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/init.c: revision 1.5 gnu/dist/gdb6/gdb/solib-legacy.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbeqlr.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/nm-sol2.h: file removal gnu/dist/gdb6/gdb/macrocmd.c: file removal gnu/dist/gdb6/gdb/sparc-sol2-nat.c: file removal gnu/dist/gdb6/include/opcode/msp430.h: file removal gnu/dist/gdb6/gdb/mi/mi-symbol-cmds.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/pa.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/add.cgs: file removal gnu/dist/gdb6/sim/ppc/main.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sra.cgs: file removal gnu/dist/gdb6/sim/common/nltvals.def: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-id.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckue.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-semantics.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigall.exp: file removal gnu/dist/gdb6/bfd/hosts/delta68.h: file removal gnu/dist/gdb6/etc/standards.texi: file removal gnu/dist/gdb6/gdb/f-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblg.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rac.s: file removal gnu/dist/gdb6/opcodes/fr30-desc.h: file removal gnu/dist/gdb6/gdb/ppcnbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/config/est.exp: file removal gnu/dist/gdb6/sim/common/cgen-defs.h: file removal gnu/dist/gdb6/bfd/po/fr.gmo: file removal gnu/dist/gdb6/gdb/wince.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bld.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fabss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x5-v10.ms: file removal gnu/dist/gdb6/sim/common/sim-run.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sum.c: file removal gnu/dist/gdb6/gdb/nto-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverpcw.ms: file removal gnu/dist/gdb6/bfd/hosts/news.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nudiv.cgs: file removal gnu/dist/gdb6/bfd/doc/opncls.texi: file removal gnu/usr.bin/gdb6/readline/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis-exp.exp: file removal gnu/dist/gdb6/readline/support/config.rpath: file removal gnu/dist/gdb6/sim/ppc/hw_init.c: file removal gnu/dist/gdb6/gdb/remote-mips.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-shared.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/subarray.f: file removal gnu/usr.bin/gdb6/readline/arch/sh3eb/config.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_stack.h: file removal gnu/dist/gdb6/gdb/ppc-tdep.h: file removal gnu/usr.bin/gdb6/readline/arch/mipseb/config.h: file removal gnu/dist/gdb6/readline/support/wcwidth.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/multi-forks.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/exprs.exp: file removal gnu/dist/gdb6/sim/m32r/cpu.c: file removal gnu/dist/gdb6/gdb/dummy-frame.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/cmn.cgs: file removal gnu/dist/gdb6/opcodes/maxq-dis.c: file removal gnu/dist/gdb6/sim/d10v/gencode.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-regs.exp: file removal gnu/dist/gdb6/config/lib-prefix.m4: file removal gnu/dist/gdb6/gdb/amd64-sol2-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smulicc.cgs: file removal gnu/dist/gdb6/config/lead-dot.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshai.s: file removal gnu/dist/gdb6/include/opcode/bfin.h: file removal gnu/dist/gdb6/bfd/elf32-hppa.h: file removal gnu/dist/gdb6/gdb/amd64-tdep.c: file removal gnu/usr.bin/gdb6/arch/m68k/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvfaclo.cgs: file removal gnu/dist/gdb6/libiberty/partition.c: file removal gnu/dist/gdb6/gdb/ui-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/swi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beorh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/ia64.inc: file removal gnu/dist/gdb6/gdb/amd64fbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxcc.cgs: file removal gnu/dist/gdb6/include/elf/msp430.h: file removal gnu/dist/gdb6/gdb/doc/gdb.info: file removal gnu/dist/gdb6/gdb/config/i386/linux.mh: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000lynx.mh: file removal gnu/dist/gdb6/bfd/aclocal.m4: file removal gnu/dist/gdb6/gdb/mi/mi-main.h: file removal gnu/dist/gdb6/readline/examples/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/udivi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-indr-cl.c: file removal gnu/dist/gdb6/gdb/nbsd-nat.h: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/weird.def: file removal gnu/usr.bin/gdb6/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/common/sim-hw.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-test.exp: file removal gnu/dist/gdb6/gdb/config/pa/tm-hppa.h: file removal gnu/dist/gdb6/gdb/m32r-linux-nat.c: file removal gnu/dist/gdb6/bfd/po/vi.gmo: file removal gnu/dist/gdb6/gdb/ChangeLog-2002: file removal gnu/dist/gdb6/gdb/regformats/regdat.sh: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-ip.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/cmpb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone1.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/bfdver.h: file removal gnu/dist/gdb6/sim/erc32/README.erc32: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/dbx.exp: file removal gnu/dist/gdb6/gdb/reggroups.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckhi.cgs: file removal gnu/dist/gdb6/sim/arm/dbg_cp.h: file removal gnu/dist/gdb6/gdb/m88kbsd-nat.c: file removal gnu/dist/gdb6/include/opcode/or32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftile.cgs: file removal gnu/dist/gdb6/opcodes/po/zh_CN.po: file removal gnu/dist/gdb6/gdb/hpux-thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmss.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asm-source.exp: file removal gnu/dist/gdb6/gdb/process_reply.defs: file removal gnu/dist/gdb6/libiberty/README: file removal gnu/dist/gdb6/gdb/shnbsd-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/async.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmaddhss.cgs: file removal gnu/dist/gdb6/gdb/config/pa/linux.mh: file removal gnu/dist/gdb6/gdb/s390-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mac.s: file removal gnu/dist/gdb6/gdb/gdb_mbuild.sh: file removal gnu/dist/gdb6/sim/cris/config.in: file removal gnu/dist/gdb6/sim/ppc/COPYING.LIB: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/a2-run.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addx.cgs: file removal external/gpl3/gdb/lib/libdecnumber/arch/mipsel/gstdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/frv/cfckgt.cgs: file removal gnu/dist/gdb6/readline/histlib.h: file removal gnu/dist/gdb6/opcodes/ip2k-opc.h: file removal external/gpl3/gdb/lib/libbfd/arch/mips64eb/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/gdbcmd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/str.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addi.ms: file removal gnu/dist/gdb6/sim/ppc/emul_netbsd.c: file removal gnu/dist/gdb6/sim/common/dv-sockser.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/ChangeLog: file removal gnu/dist/gdb6/sim/common/hw-device.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/auxv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqsubhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdabss.cgs: file removal gnu/dist/gdb6/gdb/linux-fork.h: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/bfd.h: file removal gnu/dist/gdb6/opcodes/po/pt_BR.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/actions.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldc.cgs: file removal gnu/dist/gdb6/sim/m32c/cpu.h: file removal gnu/dist/gdb6/bfd/doc/bfdwin.texi: file removal gnu/dist/gdb6/sim/common/run-sim.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movprv10.ms: file removal gnu/dist/gdb6/include/elf/vax.h: file removal gnu/dist/gdb6/gdb/config/i386/i386gnu.mh: file removal gnu/dist/gdb6/gdb/gdbserver/terminal.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pinc.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsetlos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t07_ari3.exp: file removal gnu/dist/gdb6/gdb/gdbinit.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ena-dis-br.exp: file removal gnu/dist/gdb6/gdb/gdbserver/utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/das.s: file removal gnu/dist/gdb6/sim/arm/parent.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/packetlen.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/bp_in_thread.c: file removal gnu/dist/gdb6/gdb/config/djgpp/djconfig.sh: file removal gnu/dist/gdb6/gdb/config/nm-nbsd.h: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/bfdver.h: file removal gnu/dist/gdb6/bfd/doc/aoutx.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mxor.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmovd.cgs: file removal gnu/dist/gdb6/gdb/gdb-stabs.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqaddhus.cgs: file removal gnu/dist/gdb6/gdb/cris-tdep.c: file removal gnu/dist/gdb6/sim/m32c/gloss.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/smulcc.cgs: file removal gnu/dist/gdb6/sim/mips/sim-main.c: file removal gnu/dist/gdb6/opcodes/po/id.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tige.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfditos.cgs: file removal gnu/dist/gdb6/bfd/elflink.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/add.ms: file removal gnu/dist/gdb6/sim/m32r/syscall.h: file removal gnu/dist/gdb6/libiberty/functions.texi: file removal gnu/dist/gdb6/sim/common/hw-instances.c: file removal gnu/dist/gdb6/bfd/hppabsd-core.c: file removal gnu/dist/gdb6/bfd/simple.c: file removal gnu/dist/gdb6/gdb/arm-linux-nat.c: file removal gnu/dist/gdb6/opcodes/arc-dis.h: file removal gnu/dist/gdb6/include/os9k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/mac-fileno.S: file removal gnu/dist/gdb6/bfd/version.h: file removal gnu/dist/gdb6/sim/ppc/table.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsads.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ld.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp3.h: file removal gnu/dist/gdb6/bfd/bfd.c: file removal gnu/dist/gdb6/bfd/riscix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjsrcv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned1.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-prologue.exp: file removal gnu/dist/gdb6/sim/mn10300/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fipr.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-child.exp: file removal gnu/dist/gdb6/bfd/netbsd.h: file removal gnu/dist/gdb6/gdb/cli-out.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-return.exp: file removal gnu/dist/gdb6/bfd/vms-misc.c: file removal gnu/dist/gdb6/gdb/config/vax/vax.mt: file removal gnu/dist/gdb6/bfd/ecoffswap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div4s.cgs: file removal gnu/dist/gdb6/include/elf/d10v.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rdt.s: file removal gnu/dist/gdb6/gdb/tui/tui-source.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/packed_array/pa.adb: file removal gnu/dist/gdb6/sim/erc32/help.c: file removal gnu/dist/gdb6/gdb/config/alpha/nm-linux.h: file removal gnu/dist/gdb6/gdb/sparc-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/adc.cgs: file removal gnu/dist/gdb6/sim/frv/devices.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsqrt.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/add.pcgs: file removal gnu/dist/gdb6/opcodes/arc-ext.h: file removal gnu/dist/gdb6/libiberty/copying-lib.texi: file removal gnu/dist/gdb6/bfd/nlm32-i386.c: file removal gnu/dist/gdb6/gdb/arm-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cop1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgtlr.cgs: file removal gnu/dist/gdb6/libiberty/physmem.c: file removal gnu/dist/gdb6/gdb/mn10300-linux-tdep.c: file removal gnu/dist/gdb6/bfd/mipsbsd.c: file removal gnu/dist/gdb6/gdb/config/arm/tm-wince.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshlr.s: file removal gnu/dist/gdb6/sim/iq2000/iq2000-sim.h: file removal gnu/dist/gdb6/sim/arm/configure: file removal gnu/dist/gdb6/bfd/aout64.c: file removal gnu/dist/gdb6/bfd/doc/bfdio.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/try_catch.cc: file removal gnu/usr.bin/gdb6/arch/mipseb/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqxmacxhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/stm.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig5.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig6.c: file removal gnu/dist/gdb6/include/opcode/mmix.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-child.exp: file removal gnu/dist/gdb6/gdb/ada-lex.l: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftgt.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-asm.c: file removal gnu/dist/gdb6/opcodes/iq2000-opc.c: file removal external/gpl3/gdb/lib/libgdb/arch/mipseb/defs.mk: revision 1.6 gnu/dist/gdb6/sim/testsuite/sim/h8300/stack.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subqpc.ms: file removal gnu/dist/gdb6/libiberty/libiberty.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldfi.cgs: file removal gnu/dist/gdb6/gdb/config/vax/obsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota3.exp: file removal gnu/dist/gdb6/bfd/opncls.c: file removal gnu/dist/gdb6/gdb/srec.h: file removal gnu/usr.bin/gdb6/bfd/arch/arm/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmachs.cgs: file removal gnu/dist/gdb6/sim/iq2000/ChangeLog: file removal gnu/dist/gdb6/opcodes/ia64-opc-f.c: file removal gnu/dist/gdb6/gdb/i387-tdep.h: file removal gnu/dist/gdb6/include/opcode/m68k.h: file removal gnu/dist/gdb6/readline/configure.in: file removal gnu/dist/gdb6/bfd/elf32-xtensa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmulcs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subxi.cgs: file removal gnu/dist/gdb6/readline/MANIFEST: file removal gnu/dist/gdb6/libiberty/config.h-vms: file removal gnu/dist/gdb6/bfd/aoutx.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcmpuh.cgs: file removal gnu/dist/gdb6/gdb/config/vax/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched1.c: file removal gnu/dist/gdb6/gdb/stack.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldshi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw14.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbu.cgs: file removal gnu/dist/gdb6/sim/ChangeLog: file removal gnu/dist/gdb6/opcodes/openrisc-desc.h: file removal gnu/dist/gdb6/include/aout/hp.h: file removal gnu/usr.bin/gdb6/arch/alpha/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tlt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/asr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lsl.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-cmd.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/s390x.inc: file removal gnu/dist/gdb6/bfd/elf32-frv.c: file removal gnu/dist/gdb6/config/mt-netware: file removal gnu/dist/gdb6/gdb/p-exp.y: file removal gnu/dist/gdb6/sim/ppc/inline.h: file removal gnu/dist/gdb6/opcodes/iq2000-desc.c: file removal gnu/dist/gdb6/bfd/elf64.c: file removal gnu/dist/gdb6/gdb/buildsym.c: file removal gnu/usr.bin/gdb6/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sock1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wshufh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/collection.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/vforked-prog.c: file removal gnu/dist/gdb6/gdb/jv-exp.c: file removal gnu/dist/gdb6/gdb/language.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtc.cgs: file removal gnu/dist/gdb6/gdb/dcache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxrs.cgs: file removal gnu/dist/gdb6/opcodes/m68hc11-opc.c: file removal gnu/dist/gdb6/libiberty/getopt1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnegs.cgs: file removal gnu/dist/gdb6/sim/igen/gen-itable.h: file removal gnu/dist/gdb6/include/coff/ia64.h: file removal gnu/dist/gdb6/config/acx.m4: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/completion.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulxhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmpi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movmp8.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movmp.ms: file removal gnu/dist/gdb6/sim/ppc/hw_htab.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/maclo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdc.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/nop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/strh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/Makefile.in: file removal gnu/usr.bin/gdb6/arch/sh3el/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/dcpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movssr.ms: file removal gnu/dist/gdb6/readline/shlib/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/hello.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sraicc.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/configure: file removal gnu/dist/gdb6/include/opcode/pn.h: file removal gnu/dist/gdb6/include/bin-bugs.h: file removal gnu/dist/gdb6/bfd/elf32-sh64.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/configure.ac: file removal gnu/dist/gdb6/install-sh: file removal gnu/dist/gdb6/sim/m32r/decode.c: file removal gnu/dist/gdb6/include/aout/encap.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/overlays.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/neg.ms: file removal gnu/dist/gdb6/gdb/bsd-uthread.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbra.cgs: file removal gnu/dist/gdb6/sim/common/sim-endian.h: file removal gnu/dist/gdb6/gdb/valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/gdb.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break.exp: file removal gnu/dist/gdb6/bfd/cpu-i370.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/btstl.cgs: file removal gnu/dist/gdb6/bfd/hosts/i386mach3.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcpc.ms: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fabsd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/templates.cc: file removal gnu/dist/gdb6/bfd/pef-traceback.h: file removal gnu/dist/gdb6/gdb/cli/cli-interp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jv-exp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcop1.cgs: file removal gnu/dist/gdb6/sim/ppc/filter.c: file removal gnu/dist/gdb6/sim/ppc/lf.c: file removal gnu/dist/gdb6/sim/ppc/hw_ide.c: file removal gnu/dist/gdb6/opcodes/po/nl.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/casts.cc: file removal gnu/dist/gdb6/bfd/doc/targets.texi: file removal gnu/dist/gdb6/bfd/doc/cache.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcralr.cgs: file removal gnu/dist/gdb6/include/opcode/maxq.h: file removal gnu/dist/gdb6/bfd/coff-z80.c: file removal gnu/dist/gdb6/readline/examples/readlinebuf.h: file removal gnu/dist/gdb6/bfd/elf32-m68hc12.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sco.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bhi.cgs: file removal gnu/dist/gdb6/include/elf/iq2000.h: file removal gnu/dist/gdb6/gdb/config/i386/obsd64.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/user.ms: file removal gnu/dist/gdb6/sim/h8300/compile.c: file removal gnu/dist/gdb6/gdb/config/i386/fbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulwhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbullr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.server/Makefile.in: file removal gnu/usr.bin/gdb6/arch/mipsel/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/blt.cgs: file removal gnu/dist/gdb6/gdb/i386nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/backtrace.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ambiguous.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-dsp.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqaddhss.cgs: file removal gnu/dist/gdb6/sim/ppc/bits.c: file removal gnu/dist/gdb6/bfd/elf32-sparc.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsd.mt: file removal gnu/dist/gdb6/gdb/config/m68k/os68k.mt: file removal gnu/dist/gdb6/gdb/i386-sol2-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/config/vxworks29k.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/gnat_ada.gpr: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sigreturn2.c: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsrl.cgs: file removal gnu/dist/gdb6/gdb/remote.c: file removal gnu/dist/gdb6/sim/mips/cp1.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/help.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addicc.cgs: file removal gnu/dist/gdb6/gdb/coff-solib.c: file removal gnu/dist/gdb6/bfd/elf32-avr.c: file removal gnu/dist/gdb6/gdb/exceptions.h: file removal gnu/dist/gdb6/gdb/remote-fileio.c: file removal gnu/dist/gdb6/gdb/sentinel-frame.h: file removal gnu/dist/gdb6/gdb/std-regs.c: file removal gnu/dist/gdb6/include/elf/mn10200.h: file removal gnu/dist/gdb6/gdb/dwarf2expr.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgf.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/fixed_points.exp: file removal gnu/dist/gdb6/opcodes/ia64-raw.tbl: file removal gnu/dist/gdb6/bfd/reloc16.c: file removal gnu/dist/gdb6/gdb/macroscope.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbeqlr.cgs: file removal gnu/dist/gdb6/gdb/amd64-nat.h: file removal gnu/dist/gdb6/gdb/gdbserver/server.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbolr.cgs: file removal gnu/dist/gdb6/gdb/proc-flags.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink5.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/derivation.cc: file removal gnu/dist/gdb6/bfd/cpu-i386.c: file removal gnu/dist/gdb6/sim/common/sim-engine.h: file removal gnu/dist/gdb6/sim/common/sim-config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bigcore.c: file removal gnu/dist/gdb6/gdb/regformats/reg-mips.dat: file removal gnu/dist/gdb6/gdb/ax-gdb.h: file removal gnu/dist/gdb6/sim/igen/filter_host.c: file removal gnu/dist/gdb6/gdb/mips64obsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/lsl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/miaxy.cgs: file removal gnu/dist/gdb6/libiberty/cp-demangle.h: file removal gnu/dist/gdb6/opcodes/m32c-dis.c: file removal gnu/dist/gdb6/opcodes/iq2000-ibld.c: file removal gnu/dist/gdb6/gdb/alphabsd-tdep.h: file removal gnu/dist/gdb6/sim/igen/table.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movsd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/syscall2.c: file removal gnu/dist/gdb6/opcodes/ChangeLog-9297: file removal gnu/usr.bin/gdb6/arch/m68k/config.h: file removal gnu/dist/gdb6/opcodes/m68k-dis.c: file removal gnu/dist/gdb6/gdb/config/i386/i386sco4.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdcutssi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mov.cgs: file removal gnu/dist/gdb6/bfd/vaxnetbsd.c: file removal gnu/dist/gdb6/bfd/coffgen.c: file removal gnu/dist/gdb6/sim/mips/sb1.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/allinsn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdnegs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/masaccs.cgs: file removal external/gpl3/gdb/lib/libgdb/arch/mips64el/config.h: revision 1.4 gnu/dist/gdb6/gdb/ChangeLog-2001: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-d.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/basics.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/nodebug.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pswap.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldub.cgs: file removal gnu/dist/gdb6/sim/erc32/startsim: file removal gnu/dist/gdb6/gdb/config/m68hc11/m68hc11.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/utils-fpu.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckge.cgs: file removal gnu/dist/gdb6/bfd/coff-h8500.c: file removal gnu/dist/gdb6/gdb/m32r-rom.c: file removal gnu/dist/gdb6/opcodes/bfin-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-rd-hs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcuti.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/fbsd.mt: file removal gnu/dist/gdb6/gdb/sparc64nbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/insn_access_error.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io2.ms: file removal gnu/dist/gdb6/sim/ppc/sim-main.h: file removal gnu/dist/gdb6/sim/iq2000/decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/reset.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t08_or.exp: file removal gnu/dist/gdb6/gdb/dwarf2loc.c: file removal gnu/dist/gdb6/gdb/inf-child.c: file removal gnu/dist/gdb6/gdb/utils.c: file removal gnu/dist/gdb6/gdb/breakpoint.c: file removal gnu/dist/gdb6/sim/common/sim-io.c: file removal gnu/dist/gdb6/readline/rlconf.h: file removal gnu/dist/gdb6/gdb/alpha-nat.c: file removal gnu/dist/gdb6/gdb/doublest.c: file removal gnu/dist/gdb6/gdb/config/sparc/nbsd.mt: file removal gnu/usr.bin/gdb6/opcodes/arch/i386/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe7.c: file removal gnu/dist/gdb6/sim/ppc/registers.c: file removal gnu/dist/gdb6/readline/xmalloc.h: file removal gnu/dist/gdb6/bfd/po/ja.po: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bl-lo.cgs: file removal gnu/dist/gdb6/gdb/event-loop.c: file removal gnu/dist/gdb6/bfd/doc/elf.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmul.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/add.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/inte.cgs: file removal gnu/dist/gdb6/sim/common/sim-resume.c: file removal gnu/dist/gdb6/bfd/elfn32-mips.c: file removal gnu/dist/gdb6/gdb/tui/tui-windata.c: file removal gnu/dist/gdb6/gdb/mn10300-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mem2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/udiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stq.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t4.ms: file removal gnu/dist/gdb6/gdb/ppc-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldm1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/hello.c: file removal gnu/usr.bin/gdb6/Makefile.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfmsubs.cgs: file removal gnu/dist/gdb6/opcodes/tic54x-opc.c: file removal gnu/dist/gdb6/sim/igen/igen.c: file removal gnu/dist/gdb6/libiberty/bcopy.c: file removal gnu/dist/gdb6/bfd/xtensa-isa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/eorh.cgs: file removal gnu/dist/gdb6/gdb/inftarg.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mac.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-is.s: file removal gnu/dist/gdb6/include/coff/sym.h: file removal gnu/dist/gdb6/gdb/trad-frame.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-console.c: file removal gnu/dist/gdb6/config/lcmessage.m4: file removal gnu/dist/gdb6/gdb/gdbserver/i387-fp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/fidxi.ms: file removal gnu/dist/gdb6/bfd/ChangeLog-9899: file removal gnu/dist/gdb6/gdb/linux-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ref-types.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/unlock.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmrdhu.cgs: file removal gnu/dist/gdb6/sim/m32r/traps.c: file removal gnu/dist/gdb6/include/opcode/tic30.h: file removal gnu/dist/gdb6/gdb/config/m68k/monitor.mt: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldfu.cgs: file removal gnu/dist/gdb6/bfd/epoc-pe-arm.c: file removal gnu/dist/gdb6/gdb/po/gdbtext: file removal gnu/dist/gdb6/sim/m32r/sim-if.c: file removal gnu/usr.bin/gdb6/readline/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/etc/texi2pod.pl: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat7.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/cmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shar.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat8.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jsr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sub.cgs: file removal gnu/usr.bin/gdb6/readline/arch/sparc64/config.h: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/opcodes/openrisc-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/manythreads.c: file removal gnu/dist/gdb6/gdb/config/sparc/sparc.mt: file removal gnu/dist/gdb6/sim/ppc/emul_unix.h: file removal gnu/dist/gdb6/sim/ppc/ppc-instructions: file removal gnu/dist/gdb6/gdb/ser-go32.c: file removal gnu/usr.bin/gdb6/libiberty/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mul.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/ChangeLog: file removal gnu/usr.bin/gdb6/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/common/sim-basics.h: file removal gnu/dist/gdb6/gdb/macroexp.h: file removal gnu/dist/gdb6/sim/common/sim-bits.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1555.exp: file removal gnu/dist/gdb6/bfd/elf32-i370.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ftruncate1.c: file removal gnu/dist/gdb6/libiberty/stpncpy.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/h8300.inc: file removal gnu/dist/gdb6/bfd/cisco-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ftruncate2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-console.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldshu.cgs: file removal gnu/dist/gdb6/sim/cris/cpuv10.h: file removal gnu/dist/gdb6/include/coff/apollo.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-impl-ld.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigrepeat.exp: file removal gnu/dist/gdb6/gdb/acinclude.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addom.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misaligned3.ms: file removal gnu/dist/gdb6/gdb/gnu-v2-abi.h: file removal gnu/dist/gdb6/sim/erc32/configure.ac: file removal gnu/dist/gdb6/include/coff/we32k.h: file removal gnu/dist/gdb6/gdb/regformats/regdef.h: file removal gnu/dist/gdb6/gdb/testsuite/config/mips.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckel.cgs: file removal gnu/dist/gdb6/libiberty/ffs.c: file removal gnu/dist/gdb6/gdb/config/cris/cris.mt: file removal gnu/dist/gdb6/include/nlm/ppc-ext.h: file removal gnu/dist/gdb6/include/coff/sh.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/hppa.exp: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11eepr.c: file removal gnu/dist/gdb6/gdb/bcache.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msathu.cgs: file removal gnu/dist/gdb6/sim/ppc/misc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-hack-cli.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/udiv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmac.cgs: file removal gnu/dist/gdb6/config/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t06_ari2.exp: file removal gnu/dist/gdb6/opcodes/sparc-opc.c: file removal gnu/dist/gdb6/opcodes/fr30-dis.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_util.h: file removal gnu/dist/gdb6/gdb/solib-null.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftge.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmuls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftilg.cgs: file removal gnu/dist/gdb6/gdb/sparc-sol2-tdep.c: file removal gnu/dist/gdb6/sim/v850/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverbpc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bvs.cgs: file removal gnu/dist/gdb6/bfd/hosts/mipsbsd.h: file removal gnu/dist/gdb6/bfd/elf32-m68k.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-cisco.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sysctl2.c: file removal gnu/dist/gdb6/opcodes/dlx-dis.c: file removal gnu/dist/gdb6/include/elf/mips.h: file removal gnu/dist/gdb6/config/acinclude.m4: file removal gnu/dist/gdb6/sim/m32c/config.in: file removal gnu/dist/gdb6/sim/common/sim-types.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmuls.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/bs14602.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/poll1.ms: file removal gnu/dist/gdb6/bfd/dwarf2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tb.ms: file removal gnu/dist/gdb6/sim/frv/profile.c: file removal gnu/dist/gdb6/bfd/oasys.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/paddc.s: file removal gnu/dist/gdb6/bfd/m88kmach3.c: file removal gnu/dist/gdb6/gdb/config/mips/nm-irix5.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpr.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tmiaph.cgs: file removal gnu/dist/gdb6/opcodes/ppc-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/mov.s: file removal gnu/dist/gdb6/sim/iq2000/Makefile.in: file removal gnu/dist/gdb6/bfd/coff64-rs6000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmcpxiu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw1.ms: file removal gnu/dist/gdb6/bfd/coff-svm68k.c: file removal gnu/dist/gdb6/sim/arm/armrdi.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/Makefile.in: file removal gnu/dist/gdb6/bfd/elf32-i386.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-os68k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csub.cgs: file removal gnu/dist/gdb6/include/opcode/pdp11.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sti.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfn.ms: file removal gnu/dist/gdb6/bfd/cpu-ia64.c: file removal gnu/dist/gdb6/readline/doc/rlman.texi: file removal gnu/dist/gdb6/sim/m32c/sample.S: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tle.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fdiv.s: file removal gnu/dist/gdb6/sim/ppc/igen.h: file removal gnu/dist/gdb6/include/opcode/v850.h: file removal gnu/dist/gdb6/bfd/m88kopenbsd.c: file removal gnu/dist/gdb6/opcodes/tic80-dis.c: file removal gnu/dist/gdb6/bfd/ns32k.h: file removal gnu/usr.bin/gdb6/arch/sparc/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-until.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxis.cgs: file removal gnu/dist/gdb6/libiberty/pex-common.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ovldbreak.exp: file removal gnu/dist/gdb6/symlink-tree: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andw.s: file removal gnu/dist/gdb6/readline/rlshell.h: file removal gnu/usr.bin/gdb6/bfd/arch/i386/bfd.h: file removal gnu/usr.bin/gdb6/arch/i386/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw16.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/walignr.cgs: file removal gnu/dist/gdb6/config/mh-ppcpic: file removal gnu/dist/gdb6/bfd/elf32-pj.c: file removal gnu/dist/gdb6/libiberty/getcwd.c: file removal gnu/dist/gdb6/include/progress.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsetlos.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/linux.mt: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/bfdver.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd3.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/average.c: file removal gnu/dist/gdb6/config/mh-djgpp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnegd.cgs: file removal gnu/usr.bin/gdb6/bfd/arch/sparc64/bfdver.h: file removal gnu/dist/gdb6/sim/ppc/psim.texinfo: file removal gnu/dist/gdb6/sim/ppc/events.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1056.exp: file removal gnu/dist/gdb6/bfd/pei-sh.c: file removal gnu/dist/gdb6/config/mh-lynxrs6k: file removal gnu/dist/gdb6/gdb/config/sparc/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldshi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ld-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/stmia.cgs: file removal gnu/dist/gdb6/sim/ppc/gen-icache.h: file removal gnu/dist/gdb6/readline/rltty.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1250.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fadd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mul.cgs: file removal gnu/dist/gdb6/config/mt-alphaieee: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqsubhss.cgs: file removal gnu/dist/gdb6/gdb/regformats/reg-ppc.dat: file removal gnu/dist/gdb6/gdb/config/powerpc/obsd.mt: file removal gnu/dist/gdb6/sim/common/callback.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig10.c: file removal gnu/dist/gdb6/readline/macro.c: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000.mt: file removal gnu/dist/gdb6/bfd/po/es.gmo: file removal gnu/dist/gdb6/sim/frv/Makefile.in: file removal gnu/dist/gdb6/sim/common/cgen-run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dci.cgs: file removal gnu/dist/gdb6/gdb/event-top.c: file removal gnu/usr.bin/gdb6/arch/m68k/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x0-v10.ms: file removal gnu/dist/gdb6/sim/ppc/options.c: file removal gnu/dist/gdb6/bfd/coff-i386.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-fbsd.h: file removal gnu/dist/gdb6/libiberty/cplus-dem.c: file removal gnu/dist/gdb6/gdb/config/powerpc/aix.mh: file removal gnu/dist/gdb6/opcodes/ChangeLog-0203: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bnc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ble.cgs: file removal gnu/dist/gdb6/libiberty/cp-demint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/advance.exp: file removal gnu/dist/gdb6/gdb/m68k-tdep.h: file removal gnu/dist/gdb6/gdb/disasm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mbox1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bx-hs.cgs: file removal gnu/usr.bin/gdb6/sim/ppc/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/candcc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/configure.ac: file removal gnu/dist/gdb6/gdb/linespec.h: file removal gnu/usr.bin/gdb6/arch/armeb/defs.mk: file removal gnu/dist/gdb6/gdb/mi/mi-out.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-basics.exp: file removal gnu/dist/gdb6/gdb/remote-rdp.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitfields2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/compound-fr550.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsmpc.ms: file removal gnu/dist/gdb6/sim/iq2000/cpuall.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-aix-prologue.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/std.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldfi.cgs: file removal gnu/dist/gdb6/bfd/i386dynix.c: file removal gnu/dist/gdb6/bfd/elf32-mt.c: file removal gnu/dist/gdb6/gdb/config/arm/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copsv.cgs: file removal gnu/dist/gdb6/include/opcode/arm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/complaints.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmmulhu.cgs: file removal gnu/dist/gdb6/sim/ppc/os_emul.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/all-types.c: file removal gnu/usr.bin/gdb6/readline/arch/hppa/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/Makefile.in: file removal gnu/dist/gdb6/readline/examples/rlfe/extern.h: file removal gnu/dist/gdb6/gdb/tui/tui-command.h: file removal gnu/dist/gdb6/bfd/xcoff-target.h: file removal gnu/dist/gdb6/bfd/mach-o.h: file removal gnu/dist/gdb6/gdb/memattr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clduhu.cgs: file removal gnu/dist/gdb6/sim/m32c/configure: file removal gnu/dist/gdb6/libiberty/fopen_unlocked.c: file removal gnu/dist/gdb6/gdb/remote-st.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jsrmv10.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csrlcc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/allthumb.exp: file removal gnu/dist/gdb6/sim/arm/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/schedlock.c: file removal gnu/dist/gdb6/gdb/amd64-linux-tdep.c: file removal gnu/dist/gdb6/ltcf-gcj.sh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqi.cgs: file removal gnu/dist/gdb6/bfd/sco5-core.c: file removal gnu/dist/gdb6/include/opcode/i860.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmn.cgs: file removal gnu/dist/gdb6/libiberty/rindex.c: file removal gnu/dist/gdb6/bfd/hosts/news-mips.h: file removal gnu/dist/gdb6/sim/arm/configure.ac: file removal gnu/dist/gdb6/include/coff/external.h: file removal gnu/dist/gdb6/gdb/m2-lang.c: file removal gnu/dist/gdb6/opcodes/or32-opc.c: file removal gnu/dist/gdb6/gdb/ser-unix.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcblelr.cgs: file removal gnu/dist/gdb6/sim/v850/v850_sim.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmuld.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/v850.inc: file removal gnu/usr.bin/gdb6/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcpxru.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/neg.cgs: file removal gnu/dist/gdb6/libiberty/spaces.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/mac-fileno.exp: file removal gnu/dist/gdb6/gdb/ChangeLog-2000: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcei.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movect10.ms: file removal gnu/dist/gdb6/include/opcode/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bgt.cgs: file removal gnu/dist/gdb6/bfd/config.bfd: file removal gnu/dist/gdb6/gdb/testsuite/config/m32r.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqmulxhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/smull.cgs: file removal gnu/dist/gdb6/sim/common/sim-utils.c: file removal gnu/dist/gdb6/readline/rlmbutil.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pendshr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fabs.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcku.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/funcargs.exp: file removal gnu/dist/gdb6/bfd/PORTING: file removal gnu/dist/gdb6/gdb/exc_request.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mor.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/i386.inc: file removal gnu/dist/gdb6/gdb/config/m68k/obsd.mh: file removal gnu/dist/gdb6/sim/erc32/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/enter.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wror.cgs: file removal gnu/dist/gdb6/readline/NEWS: file removal external/gpl3/gdb/lib/libbfd/arch/mipsel/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/testsuite/gdb.cp/class2.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvmrv10.ms: file removal gnu/dist/gdb6/gdb/testsuite/lib/gdbserver-support.exp: file removal gnu/dist/gdb6/sim/ppc/hw_cpu.c: file removal gnu/dist/gdb6/bfd/cpu-pdp11.c: file removal gnu/dist/gdb6/opcodes/alpha-opc.c: file removal gnu/dist/gdb6/gdb/config/i386/go32.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stres.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rte.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t10_and.exp: file removal gnu/dist/gdb6/gdb/config/m68k/nbsd.mt: file removal gnu/dist/gdb6/include/opcode/cgen.h: file removal gnu/dist/gdb6/bfd/TODO: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/p.adb: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/teq.cgs: file removal gnu/dist/gdb6/sim/common/sim-trace.c: file removal gnu/dist/gdb6/bfd/elf32-xstormy16.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_sched.h: file removal gnu/dist/gdb6/sim/ppc/gen-semantics.h: file removal gnu/dist/gdb6/include/elf/fr30.h: file removal gnu/dist/gdb6/readline/text.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/constvars.exp: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/loop.s: file removal gnu/dist/gdb6/sim/cris/arch.c: file removal gnu/dist/gdb6/readline/support/mkdirs: file removal gnu/dist/gdb6/sim/common/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/extw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addw.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrotri.cgs: file removal gnu/usr.bin/gdb6/arch/sh3eb/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/str.cgs: file removal gnu/dist/gdb6/sim/d10v/interp.c: file removal gnu/dist/gdb6/opcodes/po/fr.gmo: file removal gnu/usr.bin/gdb6/readline/arch/mips64eb/defs.mk: file removal gnu/dist/gdb6/gdb/nto-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckge.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t08_or.s: file removal gnu/dist/gdb6/bfd/doc/coffcode.texi: file removal gnu/dist/gdb6/readline/keymaps.c: file removal gnu/dist/gdb6/opcodes/m32c-desc.c: file removal gnu/dist/gdb6/bfd/cpu-m88k.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bc24.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st-minus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dstep.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msubhus.cgs: file removal gnu/dist/gdb6/sim/mcore/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stu.cgs: file removal gnu/dist/gdb6/gdb/block.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqf.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbug.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32r-linux.inc: file removal gnu/dist/gdb6/libiberty/config/mh-cxux7: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/pthreads.c: file removal gnu/dist/gdb6/sim/m32r/cpu.h: file removal gnu/dist/gdb6/bfd/coff-ia64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldqf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckc.cgs: file removal gnu/dist/gdb6/libiberty/objalloc.c: file removal gnu/dist/gdb6/gdb/inflow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqaddhus.cgs: file removal gnu/dist/gdb6/readline/doc/hstech.texi: file removal gnu/dist/gdb6/opcodes/sh64-dis.c: file removal gnu/dist/gdb6/sim/ppc/corefile.c: file removal gnu/dist/gdb6/sim/cris/mloop.in: file removal gnu/dist/gdb6/sim/v850/v850-dc: file removal gnu/dist/gdb6/gdb/amd64-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsd.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/h8300.exp: file removal gnu/dist/gdb6/gdb/ui-out.h: file removal gnu/dist/gdb6/opcodes/Makefile.am: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-simplerun.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/null_record.adb: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ia64-low.c: file removal gnu/usr.bin/gdb6/arch/sparc64/version.c: file removal gnu/dist/gdb6/bfd/README: file removal gnu/dist/gdb6/gdb/config/d10v/d10v.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/beq.cgs: file removal gnu/usr.bin/gdb6/arch/sparc/version.c: file removal gnu/dist/gdb6/gdb/config/alpha/tm-nbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/and.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftira.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/pop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/macw.s: file removal gnu/dist/gdb6/include/ternary.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckhi.cgs: file removal gnu/dist/gdb6/sim/mips/mdmx.c: file removal gnu/dist/gdb6/bfd/libbfd.h: file removal gnu/dist/gdb6/gdb/cli/cli-script.c: file removal gnu/usr.bin/gdb6/arch/alpha/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthu.cgs: file removal gnu/dist/gdb6/opcodes/xc16x-dis.c: file removal gnu/dist/gdb6/opcodes/i386-dis.c: file removal gnu/dist/gdb6/gdb/config/i386/tm-i386sol2.h: file removal gnu/usr.bin/gdb6/opcodes/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/common/hw-ports.c: file removal gnu/dist/gdb6/libiberty/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movempc.ms: file removal gnu/dist/gdb6/include/elf/cris.h: file removal gnu/dist/gdb6/gdb/tracepoint.c: file removal gnu/dist/gdb6/gdb/lynx-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t12_bit.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/bs15503.exp: file removal gnu/dist/gdb6/gdb/printcmd.c: file removal gnu/dist/gdb6/gdb/reggroups.h: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/ppc-config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/hw-trap.ms: file removal gnu/dist/gdb6/opcodes/m32r-opinst.c: file removal gnu/dist/gdb6/opcodes/cris-opc.c: file removal gnu/dist/gdb6/sim/h8300/configure.ac: file removal gnu/dist/gdb6/gdb/alpha-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw13.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/adc.cgs: file removal gnu/dist/gdb6/gdb/valops.c: file removal gnu/dist/gdb6/bfd/elf32-v850.c: file removal gnu/usr.bin/gdb6/arch/mipsel/config.h: file removal gnu/dist/gdb6/include/elf/ChangeLog: file removal gnu/dist/gdb6/gdb/tui/tui-io.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/varargs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcvlr.cgs: file removal gnu/dist/gdb6/include/opcode/arc.h: file removal gnu/dist/gdb6/bfd/doc/syms.texi: file removal gnu/dist/gdb6/libiberty/config/mh-windows: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/cvexpr.c: file removal gnu/dist/gdb6/sim/m32c/ChangeLog: file removal gnu/dist/gdb6/gdb/f-lang.c: file removal gnu/dist/gdb6/sim/ppc/hw_eeprom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/display.c: file removal gnu/dist/gdb6/gdb/s390-tdep.h: file removal gnu/dist/gdb6/include/coff/powerpc.h: file removal gnu/dist/gdb6/gdb/config/i386/nbsd64.mh: file removal gnu/usr.bin/gdb6/readline/arch/vax/config.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbnelr.cgs: file removal gnu/dist/gdb6/config/mh-x86omitfp: file removal gnu/usr.bin/gdb6/opcodes/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-return.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/i386-sol2-nat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/restore.exp: file removal gnu/dist/gdb6/bfd/hpux-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addx.cgs: file removal gnu/dist/gdb6/etc/make-stds.texi: file removal gnu/dist/gdb6/bfd/aout0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/m32r.ld: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-prologue.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/charset.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/cmqsubhss.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_netbsd.h: file removal gnu/dist/gdb6/sim/mips/dsp.igen: file removal gnu/dist/gdb6/include/elf/crx.h: file removal gnu/dist/gdb6/sim/common/hw-device.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddu.cgs: file removal gnu/dist/gdb6/gdb/ada-typeprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movprv32.ms: file removal gnu/dist/gdb6/include/elf/xtensa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldfu.cgs: file removal gnu/dist/gdb6/opcodes/m32c-ibld.c: file removal gnu/dist/gdb6/bfd/makefile.vms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/step-line.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/reti.cgs: file removal gnu/dist/gdb6/gdb/v850-tdep.c: file removal gnu/dist/gdb6/gdb/testsuite/config/hmsirom.exp: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103int.c: file removal gnu/dist/gdb6/include/nlm/external.h: file removal gnu/dist/gdb6/opcodes/cgen-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbulelr.cgs: file removal gnu/dist/gdb6/sim/m32c/load.c: file removal gnu/dist/gdb6/sim/igen/gen-icache.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/macwlo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lduh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/mqaddhss.cgs: file removal gnu/dist/gdb6/gdb/ia64-linux-nat.c: file removal gnu/dist/gdb6/src-release: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched7.c: file removal gnu/dist/gdb6/config/glibc21.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mulu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched8.c: file removal gnu/dist/gdb6/gdb/win32-termcap.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/printcmds.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fdopen1.c: file removal gnu/dist/gdb6/sim/mips/sim-main.h: file removal gnu/dist/gdb6/ltcf-cxx.sh: file removal gnu/dist/gdb6/gdb/wrapper.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/consecutive.exp: file removal gnu/dist/gdb6/sim/igen/compare_igen_models: file removal gnu/usr.bin/gdb6/libiberty/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/arm/main.c: file removal gnu/dist/gdb6/bfd/i386freebsd.c: file removal gnu/dist/gdb6/gdb/i386gnu-nat.c: file removal gnu/usr.bin/gdb6/opcodes/arch/x86_64/config.h: file removal gnu/dist/gdb6/gdb/source.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lrbranch.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqu.cgs: file removal gnu/dist/gdb6/gdb/mdebugread.c: file removal gnu/dist/gdb6/gdb/objc-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjsrcv32.ms: file removal gnu/dist/gdb6/include/obstack.h: file removal gnu/usr.bin/gdb6/arch/vax/tm.h: file removal gnu/dist/gdb6/bfd/nlm32-ppc.c: file removal gnu/dist/gdb6/gdb/osf-share/RIOS/cma_thread_io.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/beq.cgs: file removal gnu/dist/gdb6/sim/mcore/configure: file removal gnu/dist/gdb6/sim/m32r/sem-switch.c: file removal gnu/dist/gdb6/include/bfdlink.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/or.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div2.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmemv10.ms: file removal gnu/dist/gdb6/gdb/cli-out.h: file removal gnu/dist/gdb6/gdb/config/i386/linux.mt: file removal gnu/dist/gdb6/gdb/config/rs6000/rs6000lynx.mt: file removal gnu/dist/gdb6/gdb/mips64obsd-tdep.c: file removal gnu/dist/gdb6/opcodes/mt-dis.c: file removal gnu/dist/gdb6/gdb/config/alpha/fbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsr2.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intermix.S: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-im.s: file removal gnu/dist/gdb6/gdb/kod-cisco.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfg.cgs: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/config.h: revision 1.4 gnu/dist/gdb6/gdb/hppabsd-nat.c: file removal gnu/dist/gdb6/gdb/sparc-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bralr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bpl.cgs: file removal gnu/dist/gdb6/sim/m32r/sim-main.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/sub-sp.cgs: file removal gnu/dist/gdb6/gdb/value.c: file removal gnu/dist/gdb6/gdb/arm-tdep.h: file removal gnu/dist/gdb6/gdb/config/alpha/nbsd.mh: file removal gnu/dist/gdb6/opcodes/v850-opc.c: file removal gnu/dist/gdb6/bfd/elf32-m88k.c: file removal gnu/dist/gdb6/gdb/auxv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/Ipipe-fr400.cgs: file removal gnu/usr.bin/gdb6/arch/mips64el/config.h: file removal gnu/dist/gdb6/libiberty/choose-temp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/extl.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/andb.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addl.s: file removal gnu/dist/gdb6/gdb/remote-e7000.c: file removal gnu/dist/gdb6/sim/common/sim-module.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/hppa.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ret.ms: file removal gnu/dist/gdb6/libiberty/clock.c: file removal gnu/dist/gdb6/include/elf/ppc64.h: file removal gnu/dist/gdb6/libiberty/vprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldhfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnclr.cgs: file removal gnu/dist/gdb6/gdb/dve3900-rom.c: file removal gnu/dist/gdb6/bfd/elf32-i860.c: file removal gnu/dist/gdb6/gdb/alphafbsd-tdep.c: file removal gnu/dist/gdb6/gdb/config/djgpp/fnchange.lst: file removal gnu/dist/gdb6/gdb/m68hc11-tdep.c: file removal gnu/usr.bin/gdb6/arch/sparc/config.h: file removal gnu/dist/gdb6/gdb/solist.h: file removal gnu/dist/gdb6/sim/m32c/m32c.opc: file removal gnu/dist/gdb6/opcodes/iq2000-opc.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd.exp: file removal gnu/dist/gdb6/gdb/doc/LRS: file removal gnu/dist/gdb6/readline/emacs_keymap.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/gdb1355.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/gcore-thread.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/info-proc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/schedlock.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/testutils.inc: file removal gnu/dist/gdb6/sim/arm/bag.c: file removal gnu/dist/gdb6/opcodes/z8k-opc.h: file removal gnu/dist/gdb6/bfd/freebsd.h: file removal gnu/dist/gdb6/gdb/stabsread.c: file removal gnu/dist/gdb6/readline/doc/version.texi: file removal gnu/dist/gdb6/gdb/testsuite/config/dve.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbltlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addcv32m.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-disassemble.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxiu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/relocate.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/condbreak.exp: file removal gnu/dist/gdb6/gdb/hppaobsd-tdep.c: file removal gnu/dist/gdb6/gdb/libunwind-frame.h: file removal gnu/dist/gdb6/gdb/f-typeprint.c: file removal gnu/dist/gdb6/sim/v850/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldr-pc.cgs: file removal gnu/dist/gdb6/bfd/hosts/i860mach3.h: file removal gnu/dist/gdb6/gdb/coff-pe-read.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcmpsh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/io1.ms: file removal gnu/dist/gdb6/readline/examples/rlfe/screen.h: file removal gnu/dist/gdb6/bfd/coff-mcore.c: file removal gnu/dist/gdb6/gdb/amd64bsd-nat.c: file removal gnu/dist/gdb6/gdb/mingw-hdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsbi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbuglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-hd-hs.cgs: file removal gnu/dist/gdb6/sim/ppc/dc-test.01: file removal gnu/dist/gdb6/bfd/hosts/vaxbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmbtoh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bge.cgs: file removal gnu/dist/gdb6/gdb/observer.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxcc.cgs: file removal gnu/dist/gdb6/sim/mn10300/mn10300.igen: file removal gnu/dist/gdb6/ltcf-c.sh: file removal gnu/dist/gdb6/bfd/elf32-sh-symbian.c: file removal gnu/dist/gdb6/bfd/coff-m88k.c: file removal gnu/dist/gdb6/gdb/config/m68k/st2000.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/mem1.ms: file removal gnu/dist/gdb6/config/tls.m4: file removal gnu/dist/gdb6/gdb/gdbserver/linux-sh-low.c: file removal gnu/dist/gdb6/opcodes/iq2000-desc.h: file removal gnu/dist/gdb6/gdb/wince-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfstoi.cgs: file removal gnu/dist/gdb6/gdb/buildsym.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t3.ms: file removal gnu/dist/gdb6/sim/common/gdbinit.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc.java: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-disassemble.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/div.cgs: file removal gnu/dist/gdb6/gdb/dcache.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/orccr.cgs: file removal gnu/dist/gdb6/bfd/sparclinux.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/objcdecode.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/tools/odump: file removal gnu/dist/gdb6/bfd/coff-i860.c: file removal gnu/dist/gdb6/sim/d10v/Makefile.in: file removal gnu/dist/gdb6/opcodes/h8500-dis.c: file removal gnu/dist/gdb6/bfd/tekhex.c: file removal gnu/dist/gdb6/include/elf/ia64.h: file removal gnu/dist/gdb6/gdb/solib.c: file removal gnu/dist/gdb6/gdb/testsuite/config/m32r-stub.exp: file removal gnu/dist/gdb6/sim/ppc/emul_bugapi.c: file removal gnu/dist/gdb6/bfd/elf32-sh64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcplr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bne.cgs: file removal gnu/dist/gdb6/sim/m32r/decode.h: file removal gnu/dist/gdb6/readline/rlstdc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/testutils.inc: file removal gnu/dist/gdb6/gdb/config/mips/obsd64.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmisc1.exp: file removal gnu/dist/gdb6/gdb/valprint.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ending-run.c: file removal gnu/dist/gdb6/sim/arm/communicate.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jmain.java: file removal gnu/dist/gdb6/gdb/symmisc.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/frv/pipeline.c: file removal gnu/dist/gdb6/sim/ppc/filter.h: file removal gnu/dist/gdb6/sim/m32r/m32rx.c: file removal gnu/dist/gdb6/readline/search.c: file removal gnu/dist/gdb6/mkinstalldirs: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/privileged_instruction.cgs: file removal gnu/dist/gdb6/sim/ppc/lf.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t03_add.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/asm.exp: file removal gnu/dist/gdb6/gdb/ada-valprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/option2.ms: file removal gnu/dist/gdb6/bfd/libhppa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movdelsr1.ms: file removal gnu/dist/gdb6/opcodes/ia64-opc-a.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-regs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdivs.cgs: file removal gnu/dist/gdb6/opcodes/ia64-opc-b.c: file removal gnu/usr.bin/gdb6/arch/sparc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/dcul.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-574.cc: file removal gnu/dist/gdb6/Makefile.def: file removal gnu/dist/gdb6/etc/configbuild.ein: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmac.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/hello.ms: file removal external/gpl3/gdb/lib/libgdb/arch/mipsel/defs.mk: revision 1.6 gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdasaccs.cgs: file removal gnu/dist/gdb6/include/md5.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/misc.exp: file removal gnu/dist/gdb6/bfd/cpu-z80.c: file removal gnu/dist/gdb6/gdb/testsuite/configure: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccalll.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsll.cgs: file removal gnu/dist/gdb6/sim/ppc/double.c: file removal gnu/dist/gdb6/gdb/remote.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mbtohe.cgs: file removal gnu/dist/gdb6/readline/doc/history.texi: file removal gnu/dist/gdb6/libiberty/msdos.c: file removal gnu/dist/gdb6/gdb/coff-solib.h: file removal gnu/dist/gdb6/gdb/config/vax/obsd.mt: file removal gnu/dist/gdb6/sim/mcore/ChangeLog: file removal gnu/usr.bin/gdb6/arch/arm/tm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls-shared.c: file removal gnu/dist/gdb6/gdb/ChangeLog-3.x: file removal gnu/dist/gdb6/readline/CHANGELOG: file removal gnu/dist/gdb6/gdb/regformats/reg-crisv32.dat: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movgfd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmov.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-var-block.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/var-cmd.c: file removal gnu/usr.bin/gdb6/libiberty/arch/armeb/defs.mk: file removal gnu/dist/gdb6/include/filenames.h: file removal gnu/dist/gdb6/gdb/top.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msrahi.cgs: file removal gnu/dist/gdb6/sim/m32c/misc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp.cgs: file removal gnu/dist/gdb6/include/gdb/sim-sh.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccknc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverm.ms: file removal gnu/dist/gdb6/include/libiberty.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsrra.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mullo.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldh-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csthf.cgs: file removal gnu/dist/gdb6/gdb/sparc64-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bset.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/while-dyn.exp: file removal gnu/dist/gdb6/gdb/config/i386/linux64.mh: file removal gnu/dist/gdb6/opcodes/arm-dis.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/configure: file removal gnu/dist/gdb6/sim/m32c/sample2.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1023.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/casts.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/break1.c: file removal gnu/dist/gdb6/gdb/hpread.c: file removal gnu/dist/gdb6/gdb/scm-lang.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpxm.ms: file removal gnu/dist/gdb6/opcodes/alpha-dis.c: file removal gnu/dist/gdb6/include/coff/mipspe.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/run.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1558.exp: file removal gnu/dist/gdb6/gdb/config/i386/tm-linux.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/mips.inc: file removal gnu/dist/gdb6/gdb/i386-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcklg.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x2-v10.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-id.s: file removal gnu/dist/gdb6/opcodes/makefile.vms: file removal gnu/dist/gdb6/include/opcode/pj.h: file removal gnu/dist/gdb6/gdb/frv-tdep.h: file removal gnu/dist/gdb6/gdb/gdb_vfork.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-arm-low.c: file removal gnu/dist/gdb6/gdb/obsd-tdep.c: file removal gnu/dist/gdb6/config/inttypes-pri.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/std.pcgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-var-block.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-break.exp: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/psub.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhdsets.cgs: file removal gnu/dist/gdb6/sim/ppc/std-config.h: file removal gnu/dist/gdb6/opcodes/i960-dis.c: file removal gnu/dist/gdb6/bfd/libcoff-in.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.gdb/observer.exp: file removal gnu/dist/gdb6/readline/posixstat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/addi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw15.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/biap.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldhf.cgs: file removal gnu/dist/gdb6/gdb/frame-base.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitfa.cgs: file removal gnu/dist/gdb6/sim/m32c/r8c.opc: file removal gnu/dist/gdb6/sim/igen/filter.c: file removal gnu/dist/gdb6/gdb/testsuite/lib/compiler.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd2.cc: file removal gnu/dist/gdb6/opcodes/z80-dis.c: file removal gnu/dist/gdb6/gdb/gdb.1: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clddf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp: file removal gnu/dist/gdb6/gdb/dwarf2loc.h: file removal gnu/dist/gdb6/gdb/inf-child.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/return2.c: file removal gnu/dist/gdb6/config/inttypes_h.m4: file removal gnu/dist/gdb6/gdb/breakpoint.h: file removal gnu/usr.bin/gdb6/arch/m68000/config.h: file removal gnu/dist/gdb6/gdb/doublest.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-slae.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqcu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bare2.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/frchg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bhi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/actions.exp: file removal gnu/dist/gdb6/gdb/remote-sds.c: file removal gnu/dist/gdb6/libiberty/pex-win32.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigall.c: file removal gnu/dist/gdb6/gdb/event-loop.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/scan.cgs: file removal gnu/dist/gdb6/bfd/cpu-d10v.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-hack-cli.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/testutils.inc: file removal gnu/dist/gdb6/sim/cris/decodev10.c: file removal gnu/dist/gdb6/libiberty/Makefile.in: file removal gnu/dist/gdb6/include/xtensa-isa.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/callfuncs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fddivs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota2.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/define.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/jmp.s: file removal gnu/dist/gdb6/gdb/config/i386/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccmp.cgs: file removal gnu/dist/gdb6/gdb/config/i386/obsd64.mt: file removal gnu/usr.bin/gdb6/arch/powerpc/init.c: file removal gnu/dist/gdb6/readline/support/config.guess: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/callfwmall.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvrmv10.ms: file removal gnu/dist/gdb6/include/fopen-vms.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb.c: file removal gnu/dist/gdb6/include/elf/s390.h: file removal gnu/dist/gdb6/gdb/macrotab.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxicc.cgs: file removal gnu/dist/gdb6/bfd/coff-tic80.c: file removal gnu/dist/gdb6/gdb/m2-exp.y: file removal gnu/dist/gdb6/gdb/config/powerpc/obsd.mh: file removal gnu/dist/gdb6/gdb/gdbserver/i387-fp.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqf.cgs: file removal gnu/dist/gdb6/gdb/linux-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddu.cgs: file removal gnu/dist/gdb6/include/hashtab.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckgt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduh.cgs: file removal gnu/dist/gdb6/bfd/netbsd-core.c: file removal gnu/usr.bin/gdb6/arch/armeb/tm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andicc.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/configure: file removal gnu/dist/gdb6/gdb/gdbserver/configure.srv: file removal gnu/dist/gdb6/gdb/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/swp.cgs: file removal gnu/dist/gdb6/opcodes/d30v-dis.c: file removal gnu/dist/gdb6/readline/examples/rlfe/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/mover.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/coremaker2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbnelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bvlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/orc.ms: file removal gnu/dist/gdb6/gdb/doc/psrc.sed: file removal gnu/dist/gdb6/missing: file removal gnu/dist/gdb6/gdb/msg_reply.defs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr2.s: file removal gnu/dist/gdb6/bfd/bfd-in.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftuge.cgs: file removal gnu/dist/gdb6/sim/d10v/d10v_sim.h: file removal gnu/dist/gdb6/gdb/config/m32c/m32c.mt: file removal gnu/dist/gdb6/bfd/po/es.po: file removal gnu/usr.bin/gdb6/bfd/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/dcef.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_nvram.c: file removal gnu/dist/gdb6/sim/ppc/gen-idecode.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf4.c: file removal gnu/dist/gdb6/sim/common/sim-profile.h: file removal gnu/dist/gdb6/include/coff/h8300.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pointers.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/overload.exp: file removal gnu/dist/gdb6/bfd/po/Make-in: file removal gnu/dist/gdb6/gdb/config/i386/nm-cygwin.h: file removal gnu/dist/gdb6/opcodes/ChangeLog-0001: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb792.exp: file removal gnu/usr.bin/gdb6/readline/arch/alpha/config.h: file removal gnu/dist/gdb6/sim/m68hc11/configure.ac: file removal gnu/dist/gdb6/sim/m32c/opc2c.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tinc.cgs: file removal gnu/usr.bin/gdb6/arch/mips64el/tm.h: file removal gnu/dist/gdb6/sim/ppc/misc.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moverdpc.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/default.exp: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/ppc-config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tin.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/swap.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe3.c: file removal gnu/dist/gdb6/bfd/doc/section.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bandor.s: file removal gnu/dist/gdb6/include/fibheap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmpu.cgs: file removal gnu/dist/gdb6/gdb/config/sparc/obsd.mt: file removal gnu/dist/gdb6/gdb/testsuite/ChangeLog: file removal gnu/dist/gdb6/include/gdb/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static.exp: file removal gnu/dist/gdb6/sim/m32r/cpuall.h: file removal gnu/dist/gdb6/gdb/gdb_locale.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/whatis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fcntl1.c: file removal gnu/dist/gdb6/sim/frv/profile.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr500/dcul.cgs: file removal gnu/dist/gdb6/gdb/core-regset.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.java/jprint.java: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/loop.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxr.ms: file removal gnu/dist/gdb6/include/opcode/alpha.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1821.c: file removal gnu/dist/gdb6/gdb/ser-e7kpc.c: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbgelr.cgs: file removal gnu/dist/gdb6/gdb/frame-unwind.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftiug.cgs: file removal gnu/dist/gdb6/move-if-change: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/jmpil.cgs: file removal gnu/dist/gdb6/sim/common/sim-reg.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ovldbreak.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ftagd.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd1.c: file removal gnu/dist/gdb6/bfd/ChangeLog-0001: file removal gnu/dist/gdb6/sim/common/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat3.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/charset.c: file removal gnu/dist/gdb6/libiberty/pex-common.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-basics.exp: file removal gnu/dist/gdb6/gdb/gdbserver/gdbserver.1: file removal gnu/usr.bin/gdb6/libiberty/arch/x86_64/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmcpxru.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/subss.cgs: file removal gnu/dist/gdb6/libiberty/memmove.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/nondebug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhdsets.cgs: file removal gnu/dist/gdb6/libiberty/stpcpy.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldb-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addsp.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/mn10300.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/d10vovly.c: file removal gnu/dist/gdb6/bfd/m68klinux.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pclr.s: file removal gnu/dist/gdb6/opcodes/frv-desc.c: file removal gnu/dist/gdb6/gdb/config/i386/tm-nto.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqsubhus.cgs: file removal gnu/dist/gdb6/bfd/cpu-ia64-opc.c: file removal gnu/dist/gdb6/gdb/cli/cli-cmds.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/lz.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/ambiguous.exp: file removal gnu/dist/gdb6/sim/ppc/events.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/detach.exp: file removal gnu/dist/gdb6/sim/mips/tx.igen: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shmain.c: file removal gnu/dist/gdb6/gdb/config.in: file removal gnu/dist/gdb6/gdb/minsyms.c: file removal gnu/dist/gdb6/sim/v850/simops.c: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/sanity.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-strs.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtachi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxrs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/st.cgs: file removal gnu/dist/gdb6/libiberty/testsuite/test-pexecute.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movl.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t09_xor.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckno.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x0-v32.ms: file removal gnu/dist/gdb6/opcodes/po/es.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ftagi.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckv.cgs: file removal gnu/dist/gdb6/gdb/config/m68k/linux.mh: file removal gnu/dist/gdb6/sim/ppc/ld-cache.c: file removal gnu/dist/gdb6/bfd/elf32-d10v.c: file removal gnu/dist/gdb6/gdb/event-top.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwtaccg.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/switch-threads.c: file removal gnu/dist/gdb6/bfd/doc/format.texi: file removal gnu/dist/gdb6/gdb/ChangeLog-1995: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfadds.cgs: file removal gnu/dist/gdb6/sim/m32r/modelx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbltlr.cgs: file removal gnu/usr.bin/gdb6/arch/x86_64/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxc.ms: file removal gnu/dist/gdb6/gdb/testsuite/lib/java.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang1.C: file removal gnu/dist/gdb6/gdb/sparcobsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/msubaccs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang2.C: file removal gnu/dist/gdb6/bfd/po/ro.po: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc64-linux.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdivd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/trap.cgs: file removal gnu/dist/gdb6/bfd/hosts/i386sco.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbuglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrb.cgs: file removal gnu/dist/gdb6/sim/testsuite/common/bits-gen.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/del.exp: file removal gnu/dist/gdb6/sim/igen/ld-insn.c: file removal gnu/usr.bin/gdb6/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/cris/traps.c: file removal gnu/dist/gdb6/readline/CHANGES: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckuge.cgs: file removal gnu/dist/gdb6/include/coff/ti.h: file removal gnu/dist/gdb6/bfd/cpu-frv.c: file removal gnu/dist/gdb6/sim/m32r/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/or3.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/xstormy16.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/int.cgs: file removal gnu/dist/gdb6/include/dis-asm.h: file removal gnu/dist/gdb6/sim/ppc/os_emul.h: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-i.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signull.exp: file removal gnu/dist/gdb6/bfd/trad-core.c: file removal gnu/usr.bin/gdb6/arch/mips64eb/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/c.exp: file removal gnu/dist/gdb6/bfd/genlink.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/tracecmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldubu.cgs: file removal external/gpl3/gdb/lib/Makefile: revision 1.3 gnu/dist/gdb6/gdb/config/frv/tm-frv.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/swapi.cgs: file removal gnu/dist/gdb6/gdb/regset.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbulelr.cgs: file removal gnu/dist/gdb6/include/elf/internal.h: file removal gnu/dist/gdb6/gdb/win32-nat.c: file removal gnu/dist/gdb6/opcodes/po/ga.gmo: file removal gnu/dist/gdb6/gdb/testsuite/config/monitor.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/copld.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw12.ms: file removal gnu/dist/gdb6/sim/ppc/dc-simple: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tnv.cgs: file removal gnu/dist/gdb6/opcodes/frv-ibld.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/asr2.cgs: file removal gnu/dist/gdb6/gdb/ui-file.c: file removal gnu/dist/gdb6/sim/ppc/e500.igen: file removal gnu/dist/gdb6/gdb/vaxnbsd-tdep.c: file removal gnu/dist/gdb6/gdb/config/mn10300/mn10300.mt: file removal gnu/dist/gdb6/gdb/exec.h: file removal gnu/dist/gdb6/opcodes/m32r-ibld.c: file removal gnu/dist/gdb6/configure: file removal gnu/dist/gdb6/gdb/m2-lang.h: file removal gnu/dist/gdb6/gdb/regformats/reg-i386.dat: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc64/bfd.h: file removal gnu/dist/gdb6/sim/cris/cris-desc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/exception.exp: file removal gnu/usr.bin/gdb6/bfd/arch/i386/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundc.ms: file removal gnu/dist/gdb6/sim/ppc/idecode_fields.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-until.exp: file removal gnu/dist/gdb6/sim/common/cgen-accfp.c: file removal gnu/dist/gdb6/bfd/MAINTAINERS: file removal gnu/dist/gdb6/bfd/bfdwin.c: file removal gnu/dist/gdb6/bfd/peXXigen.c: file removal gnu/dist/gdb6/sim/m32c/configure.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/powerpc-prologue.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/opaque1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/int-type.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota1.exp: file removal gnu/dist/gdb6/sim/common/sim-inline.c: file removal gnu/dist/gdb6/gdb/gdb_assert.h: file removal gnu/dist/gdb6/etc/configure.texi: file removal gnu/dist/gdb6/gdb/doc/gdbint.info: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmss.cgs: file removal gnu/dist/gdb6/readline/cross-build/cygwin.cache: file removal gnu/dist/gdb6/bfd/coff-tic54x.c: file removal gnu/dist/gdb6/gdb/config/rs6000/nm-rs6000.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/fp_exception-fr550.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/and.cgs: file removal gnu/dist/gdb6/bfd/po/SRC-POTFILES.in: file removal gnu/dist/gdb6/gdb/nbsd-tdep.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andq.ms: file removal gnu/dist/gdb6/sim/common/sim-utils.h: file removal gnu/dist/gdb6/bfd/hosts/symmetry.h: file removal gnu/dist/gdb6/config/mh-ncr3000: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bne.cgs: file removal gnu/dist/gdb6/opcodes/m32c-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldi8.cgs: file removal gnu/usr.bin/gdb6/arch/m68000/tm.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/average.c: file removal gnu/dist/gdb6/gdb/doc/observer.texi: file removal gnu/dist/gdb6/gdb/shnbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnc.cgs: file removal gnu/dist/gdb6/readline/examples/Inputrc: file removal gnu/dist/gdb6/gdb/config/i386/cygwin.mh: file removal gnu/usr.bin/gdb6/readline/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvmrv32.ms: file removal gnu/dist/gdb6/opcodes/m68k-opc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-574.exp: file removal gnu/dist/gdb6/gdb/configure: file removal gnu/dist/gdb6/sim/common/cgen-sim.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/radix.exp: file removal gnu/dist/gdb6/bfd/elf-bfd.h: file removal gnu/dist/gdb6/bfd/cpu-avr.c: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/loop.s: file removal gnu/dist/gdb6/bfd/cpu-alpha.c: file removal gnu/dist/gdb6/gdb/config/powerpc/aix.mt: file removal gnu/dist/gdb6/gdb/gdbtypes.c: file removal gnu/dist/gdb6/gdb/m32r-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tino.cgs: file removal gnu/dist/gdb6/sim/mips/interp.c: file removal gnu/dist/gdb6/sim/ppc/hw_cpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/slass.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wadd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fteq.cgs: file removal gnu/dist/gdb6/sim/mips/config.in: file removal gnu/dist/gdb6/gdb/config/rs6000/tm-rs6000ly.h: file removal gnu/dist/gdb6/gdb/configure.host: file removal gnu/dist/gdb6/gdb/cp-namespace.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/subv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhf.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/alpha-step.exp: file removal gnu/dist/gdb6/gdb/config/m68k/nbsdaout.mh: file removal gnu/usr.bin/gdb6/arch/powerpc64/config.h: file removal gnu/usr.bin/gdb6/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clearfv32.ms: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103ser.c: file removal gnu/dist/gdb6/sim/common/sim-trace.h: file removal gnu/dist/gdb6/gdb/config/ia64/ia64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nudivi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/blt.cgs: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlddf.cgs: file removal gnu/dist/gdb6/gdb/doc/gdb.info-4: file removal gnu/dist/gdb6/gdb/gdb_obstack.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckge.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sigbpt.c: file removal gnu/dist/gdb6/gdb/parser-defs.h: file removal gnu/usr.bin/gdb6/arch/mipseb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckn.cgs: file removal gnu/dist/gdb6/sim/cris/arch.h: file removal gnu/dist/gdb6/include/oasys.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-basic.S: file removal gnu/usr.bin/gdb6/arch/armeb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi20.cgs: file removal gnu/dist/gdb6/bfd/i386bsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/scc.ms: file removal gnu/dist/gdb6/gdb/remote-hms.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/not.s: file removal gnu/dist/gdb6/gdb/gdb_indent.sh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remotetimeout.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/prelink-lib.c: file removal gnu/dist/gdb6/bfd/cpu-mips.c: file removal gnu/dist/gdb6/bfd/mmo.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sll.cgs: file removal gnu/dist/gdb6/sim/ppc/sim-endian.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setvar.exp: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/bfd.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signull.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/msubhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fitos.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/grbx.c: file removal gnu/dist/gdb6/bfd/pei-mcore.c: file removal gnu/dist/gdb6/bfd/po/tr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cnot.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/proelf.exp: file removal gnu/dist/gdb6/etc/configbuild.tin: file removal gnu/dist/gdb6/sim/common/sim-options.c: file removal gnu/dist/gdb6/gdb/block.h: file removal gnu/dist/gdb6/bfd/aix5ppc-core.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cand.cgs: file removal gnu/dist/gdb6/sim/cris/cpuv32.c: file removal gnu/dist/gdb6/libiberty/vsnprintf.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqaddhss.cgs: file removal gnu/dist/gdb6/sim/m32r/configure: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-stack.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/mova.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ovlymgr.c: file removal gnu/dist/gdb6/gdb/config/nm-linux.h: file removal gnu/dist/gdb6/gdb/inflow.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs2.cxx: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckne.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/lsl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/opterr2.ms: file removal gnu/dist/gdb6/sim/ppc/corefile.h: file removal gnu/dist/gdb6/gdb/mips-linux-nat.c: file removal gnu/dist/gdb6/sim/arm/config.in: file removal gnu/dist/gdb6/sim/cris/sim-main.h: file removal gnu/dist/gdb6/readline/savestring.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/tls.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/array_return/pck.adb: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmexpdhw.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wavg2.cgs: file removal gnu/dist/gdb6/opcodes/mips-dis.c: file removal gnu/usr.bin/gdb6/libiberty/arch/i386/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/corefile.exp: file removal gnu/dist/gdb6/sim/ppc/config.in: file removal gnu/dist/gdb6/sim/common/gentvals.sh: file removal gnu/dist/gdb6/gdb/i386v-nat.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-linux64.h: file removal gnu/dist/gdb6/sim/m32r/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/not.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/reg.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/borh.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bgt.cgs: file removal gnu/dist/gdb6/libiberty/calloc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/clone2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bdapc.ms: file removal gnu/dist/gdb6/gdb/gdbserver/linux-ppc64-low.c: file removal gnu/dist/gdb6/sim/d10v/simops.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/smsss.cgs: file removal gnu/dist/gdb6/bfd/doc/reloc.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcmps.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rem.cgs: file removal gnu/dist/gdb6/gdb/amd64nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthu.cgs: file removal gnu/dist/gdb6/sim/h8300/sim-main.h: file removal gnu/dist/gdb6/readline/examples/manexamp.c: file removal gnu/dist/gdb6/bfd/m68k4knetbsd.c: file removal gnu/dist/gdb6/sim/m32r/decodex.c: file removal gnu/dist/gdb6/bfd/po/tr.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/display.exp: file removal gnu/dist/gdb6/include/xregex.h: file removal gnu/dist/gdb6/gdb/mipsv4-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdu.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/configure: file removal gnu/dist/gdb6/gdb/mi/mi-interp.c: file removal gnu/dist/gdb6/bfd/merge.c: file removal gnu/dist/gdb6/bfd/doc/chew.c: file removal gnu/dist/gdb6/gdb/i386fbsd-tdep.c: file removal gnu/dist/gdb6/config/stdint_h.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bnclr.cgs: file removal gnu/dist/gdb6/sim/cris/devices.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/array-element.exp: file removal gnu/dist/gdb6/sim/ppc/dc-stupid: file removal gnu/dist/gdb6/include/aout/hp300hpux.h: file removal gnu/dist/gdb6/gdb/config/m68k/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-io.h: file removal gnu/dist/gdb6/gdb/aclocal.m4: file removal gnu/usr.bin/gdb6/arch/vax/version.c: file removal gnu/dist/gdb6/gdb/infcmd.c: file removal gnu/dist/gdb6/include/elf/dwarf.h: file removal gnu/dist/gdb6/gdb/f-lang.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mulwlo.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-d.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mrdaccg.cgs: file removal gnu/dist/gdb6/ylwrap: file removal gnu/dist/gdb6/opcodes/fr30-opc.c: file removal gnu/dist/gdb6/libiberty/vfprintf.c: file removal gnu/dist/gdb6/bfd/cpu-sh.c: file removal gnu/dist/gdb6/bfd/cpu-d30v.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/misc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsethih.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv32t2.ms: file removal gnu/dist/gdb6/gdb/testsuite/config/unknown.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/callil.cgs: file removal gnu/dist/gdb6/gdb/inf-ptrace.c: file removal gnu/dist/gdb6/gdb/mt-tdep.c: file removal gnu/usr.bin/gdb6/readline/arch/mips64el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extub.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/neg.s: file removal gnu/usr.bin/gdb6/sim/Makefile: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldsh.cgs: file removal gnu/dist/gdb6/opcodes/msp430-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/Makefile.in: file removal gnu/dist/gdb6/bfd/doc/bfd.info-2: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gdb1090.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/tm-linux.h: file removal gnu/dist/gdb6/gdb/alpha-osf1-tdep.c: file removal gnu/dist/gdb6/gdb/config/mips/embed.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduh.cgs: file removal gnu/dist/gdb6/gdb/valarith.c: file removal gnu/usr.bin/gdb6/bfd/arch/x86_64/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/leave.cgs: file removal gnu/dist/gdb6/readline/doc/rluserman.texi: file removal gnu/dist/gdb6/bfd/som.c: file removal gnu/usr.bin/gdb6/readline/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/sim/v850/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bra8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fditos.cgs: file removal gnu/dist/gdb6/opcodes/mcore-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bigcore.exp: file removal gnu/usr.bin/gdb6/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/sim/mips/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/baz.c: file removal gnu/dist/gdb6/libiberty/strchr.c: file removal gnu/dist/gdb6/gdb/m68kbsd-tdep.c: file removal gnu/dist/gdb6/libiberty/sort.c: file removal gnu/dist/gdb6/bfd/po/sv.gmo: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/sub.cgs: file removal gnu/dist/gdb6/sim/m32c/load.h: file removal gnu/dist/gdb6/sim/igen/gen-icache.h: file removal gnu/dist/gdb6/libiberty/strstr.c: file removal gnu/dist/gdb6/gdb/uw-thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldqu.cgs: file removal gnu/dist/gdb6/sim/m68hc11/dv-m68hc11sio.c: file removal gnu/dist/gdb6/sim/common/sim-assert.h: file removal gnu/dist/gdb6/libiberty/gettimeofday.c: file removal gnu/dist/gdb6/bfd/hosts/mipsmach3.h: file removal gnu/dist/gdb6/opcodes/frv-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/lineinc.exp: file removal gnu/dist/gdb6/gdb/gdbserver/target.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mul.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wacc.cgs: file removal gnu/dist/gdb6/gdb/stop-gdb.c: file removal gnu/dist/gdb6/opcodes/tic80-opc.c: file removal gnu/usr.bin/gdb6/libiberty/arch/armeb/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csubcc.cgs: file removal gnu/dist/gdb6/opcodes/pdp11-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/call.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/option1.ms: file removal gnu/dist/gdb6/gdb/config/mt/mt.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-stepi.exp: file removal gnu/dist/gdb6/gdb/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shll.s: file removal gnu/dist/gdb6/gdb/source.h: file removal gnu/dist/gdb6/gdb/mdebugread.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/classes.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhtob.cgs: file removal gnu/dist/gdb6/include/xtensa-config.h: file removal gnu/dist/gdb6/include/coff/h8500.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bra24.cgs: file removal gnu/dist/gdb6/sim/arm/dbg_rdi.h: file removal gnu/dist/gdb6/bfd/bfd.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/gettod.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmemv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/miscexprs.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfg.ms: file removal gnu/dist/gdb6/gdb/ChangeLog-1994: file removal gnu/dist/gdb6/gdb/config/arm/embed.mt: file removal external/gpl3/gdb/dist/gdb/mips-tdep.h: revision 1.2 gnu/dist/gdb6/sim/testsuite/sim/fr30/div0s.cgs: file removal gnu/dist/gdb6/readline/doc/inc-hist.texinfo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/args.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmin.cgs: file removal gnu/dist/gdb6/opcodes/i860-dis.c: file removal gnu/dist/gdb6/sim/common/sim-core.c: file removal gnu/dist/gdb6/gdb/prologue-value.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tine.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mla.cgs: file removal gnu/dist/gdb6/include/opcode/i370.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addiv32.ms: file removal gnu/dist/gdb6/libiberty/strtod.c: file removal gnu/dist/gdb6/gdb/regcache.c: file removal gnu/dist/gdb6/gdb/cp-support.c: file removal external/gpl3/gdb/lib/libbfd/arch/mips64el/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/sim/testsuite/sim/frv/nfdcmps.cgs: file removal gnu/dist/gdb6/bfd/elf32-am33lin.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tip.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/recurse.c: file removal gnu/dist/gdb6/bfd/elf32-mips.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmadds.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/mn10300-eval.exp: file removal gnu/dist/gdb6/libiberty/bsearch.c: file removal gnu/dist/gdb6/sim/frv/model.c: file removal gnu/dist/gdb6/gdb/value.h: file removal gnu/dist/gdb6/sim/ppc/configure: file removal gnu/dist/gdb6/opcodes/aclocal.m4: file removal gnu/dist/gdb6/gdb/auxv.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/testutils.inc: file removal gnu/dist/gdb6/bfd/doc/linker.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig7.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bno.cgs: file removal gnu/dist/gdb6/libiberty/pexecute.txh: file removal gnu/dist/gdb6/sim/common/sim-module.h: file removal gnu/dist/gdb6/sim/common/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movsg.cgs: file removal gnu/dist/gdb6/sim/ppc/ld-insn.h: file removal gnu/dist/gdb6/gdb/p-exp.c: file removal gnu/dist/gdb6/sim/cris/cris-tmpl.c: file removal gnu/dist/gdb6/sim/common/hw-events.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsd64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pmuls.s: file removal gnu/dist/gdb6/sim/m32r/ChangeLog: file removal gnu/dist/gdb6/include/opcode/ppc.h: file removal gnu/dist/gdb6/sim/m32r/cpu2.c: file removal gnu/dist/gdb6/gdb/xcoffsolib.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/rotxr.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/subc.cgs: file removal gnu/dist/gdb6/etc/configbuild.jin: file removal gnu/dist/gdb6/gdb/armnbsd-tdep.c: file removal gnu/dist/gdb6/sim/frv/configure.ac: file removal gnu/dist/gdb6/sim/m68hc11/config.in: file removal gnu/dist/gdb6/bfd/nlm32.c: file removal gnu/dist/gdb6/config/intdiv0.m4: file removal gnu/dist/gdb6/gdb/c-typeprint.c: file removal gnu/dist/gdb6/gdb/config/sparc/linux64.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maddhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldqc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs: file removal gnu/dist/gdb6/readline/histexpand.c: file removal gnu/dist/gdb6/gdb/doc/gdbint.info-2: file removal gnu/dist/gdb6/gdb/s390-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckno.cgs: file removal gnu/dist/gdb6/gdb/testsuite/config/sim.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/miaph.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched3.c: file removal gnu/usr.bin/gdb6/readline/arch/sparc/config.h: file removal gnu/dist/gdb6/sim/sh/gencode.c: file removal gnu/dist/gdb6/include/opcode/i386.h: file removal gnu/dist/gdb6/bfd/elf-hppa.h: file removal gnu/dist/gdb6/bfd/nlm32-sparc.c: file removal gnu/dist/gdb6/sim/arm/armemu.c: file removal gnu/dist/gdb6/gdb/coff-pe-read.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/inc.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd1.cc: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/alpha.inc: file removal gnu/dist/gdb6/bfd/cpu-fr30.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmadd.cgs: file removal gnu/dist/gdb6/sim/frv/memory.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/macscp1.c: file removal gnu/dist/gdb6/gdb/regformats/reg-s390x.dat: file removal gnu/dist/gdb6/libiberty/strrchr.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/langs1.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bfp-test.exp: file removal gnu/dist/gdb6/bfd/coff-sparc.c: file removal gnu/dist/gdb6/gdb/i386-linux-tdep.c: file removal gnu/dist/gdb6/gdb/cli/cli-utils.h: file removal gnu/dist/gdb6/gdb/doc/all-cfg.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bare1.ms: file removal gnu/dist/gdb6/bfd/doc/ChangeLog-9103: file removal gnu/dist/gdb6/bfd/coff-mips.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pointers.exp: file removal gnu/dist/gdb6/bfd/cpu-ns32k.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/openbsd.inc: file removal gnu/dist/gdb6/gdb/config/arm/linux.mh: file removal gnu/dist/gdb6/gdb/gdbserver/mem-break.c: file removal gnu/dist/gdb6/gdb/i386obsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcko.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqcpxru.cgs: file removal gnu/dist/gdb6/readline/isearch.c: file removal gnu/dist/gdb6/gdb/gdb_gcore.sh: file removal gnu/dist/gdb6/sim/iq2000/acconfig.h: file removal gnu/usr.bin/gdb6/arch/m68k/init.c: file removal gnu/dist/gdb6/gdb/config/arm/tm-linux.h: file removal gnu/usr.bin/gdb6/readline/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/rac.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orw.s: file removal gnu/dist/gdb6/sim/ppc/ld-decode.c: file removal gnu/dist/gdb6/sim/igen/ld-decode.c: file removal gnu/dist/gdb6/sim/arm/arminit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstq.cgs: file removal gnu/dist/gdb6/readline/histfile.c: file removal gnu/usr.bin/gdb6/libiberty/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/gdb/solib.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1431.s: file removal gnu/dist/gdb6/bfd/irix-core.c: file removal gnu/dist/gdb6/gdb/hppa-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ble.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa-nullify.s: file removal gnu/dist/gdb6/opcodes/configure: file removal gnu/dist/gdb6/include/coff/z80.h: file removal gnu/dist/gdb6/sim/mn10300/config.in: file removal gnu/dist/gdb6/sim/mips/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/term.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bceqlr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/Ipipe-fr500.cgs: file removal gnu/dist/gdb6/opcodes/xtensa-dis.c: file removal gnu/dist/gdb6/libiberty/xatexit.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-data.exp: file removal gnu/dist/gdb6/gdb/ppcbug-rom.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.objc/basicclass.exp: file removal gnu/dist/gdb6/gdb/config/alpha/fbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdadds.cgs: file removal gnu/dist/gdb6/sim/ppc/vm.h: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sco4.h: file removal gnu/dist/gdb6/gdb/config/i386/obsd.mh: file removal gnu/dist/gdb6/gdb/infptrace.c: file removal gnu/dist/gdb6/sim/m32c/blinky.S: file removal gnu/dist/gdb6/sim/frv/frv.c: file removal gnu/dist/gdb6/libiberty/random.c: file removal gnu/dist/gdb6/bfd/vax1knetbsd.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdmadds.cgs: file removal gnu/dist/gdb6/bfd/cpu-h8300.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/start.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/moveq.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x10-v10.ms: file removal gnu/dist/gdb6/gdb/config/sparc/nbsdaout.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uwrite32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfgq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrfa.cgs: file removal gnu/dist/gdb6/gdb/solib-irix.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tinv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckul.cgs: file removal gnu/dist/gdb6/sim/mips/ChangeLog: file removal gnu/dist/gdb6/gdb/config/alpha/nbsd.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fitod.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/shadow_regs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftu.cgs: file removal gnu/dist/gdb6/gdb/doc/gdb.info-3: file removal gnu/dist/gdb6/gdb/config/i386/i386v.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdf.pcgs: file removal gnu/dist/gdb6/gdb/tui/tui.c: file removal gnu/dist/gdb6/bfd/libieee.h: file removal gnu/dist/gdb6/gdb/gdb-events.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mnop.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfmovs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addswpc.ms: file removal gnu/dist/gdb6/gdb/tui/tui-out.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxis.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/constvars.c: file removal gnu/dist/gdb6/bfd/cpu-cris.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/udivi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/sdiv.cgs: file removal gnu/dist/gdb6/sim/m32c/int.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/bp_in_thread.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/inherit.exp: file removal gnu/dist/gdb6/readline/aclocal.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/iwmmxt.exp: file removal gnu/dist/gdb6/bfd/hosts/i386bsd.h: file removal gnu/dist/gdb6/bfd/doc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/am33.s: file removal gnu/dist/gdb6/gdb/config/m68k/cisco.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftno.cgs: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-disas.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/addn.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/readline.exp: file removal gnu/dist/gdb6/gdb/proc-why.c: file removal gnu/dist/gdb6/sim/ppc/mon.c: file removal gnu/dist/gdb6/sim/h8300/writecode.c: file removal gnu/dist/gdb6/sim/frv/profile-fr500.c: file removal gnu/dist/gdb6/gdb/hppanbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink6.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdaddaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink7.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-mvtc.s: file removal gnu/dist/gdb6/gdb/config/i386/ncr3000.mh: file removal gnu/dist/gdb6/gdb/config/rs6000/aix4.mt: file removal gnu/dist/gdb6/libiberty/testsuite/Makefile.in: file removal gnu/dist/gdb6/gdb/vaxobsd-tdep.c: file removal gnu/dist/gdb6/config/mh-ppc-darwin: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nandcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bge.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/hello.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/Makefile.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/printmethod.exp: file removal gnu/dist/gdb6/bfd/hosts/riscos.h: file removal gnu/dist/gdb6/libiberty/lrealpath.c: file removal gnu/dist/gdb6/libiberty/dyn-string.c: file removal gnu/dist/gdb6/sim/m32c/misc.h: file removal gnu/dist/gdb6/config/mt-v810: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcmpd.cgs: file removal gnu/dist/gdb6/bfd/nlmcode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cknc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/mov-rd-hs.cgs: file removal gnu/dist/gdb6/sim/m68hc11/configure: file removal gnu/dist/gdb6/sim/arm/ChangeLog: file removal gnu/dist/gdb6/bfd/pei-arm.c: file removal gnu/dist/gdb6/gdb/NEWS: file removal gnu/dist/gdb6/sim/v850/v850.igen: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/jmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sthf.cgs: file removal gnu/dist/gdb6/sim/common/sim-fpu.c: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/bfd.h: file removal gnu/dist/gdb6/sim/igen/gen-idecode.c: file removal gnu/dist/gdb6/include/coff/aux-coff.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x2-v32.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdf.cgs: file removal gnu/dist/gdb6/sim/m68hc11/interrupts.c: file removal gnu/dist/gdb6/bfd/doc/bfd.info: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list.exp: file removal gnu/dist/gdb6/gdb/i386-tdep.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota3.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pshli.s: file removal gnu/usr.bin/gdb6/arch/m68000/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mexpdhd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmulhs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfsqrts.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stm1.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bandh.cgs: file removal gnu/dist/gdb6/opcodes/sh64-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fnop.cgs: file removal gnu/dist/gdb6/readline/support/shobj-conf: file removal gnu/dist/gdb6/bfd/elf64-alpha.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/addxi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bar.cgs: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-aix.h: file removal gnu/usr.bin/gdb6/bfd/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/norncr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/fidxd.ms: file removal gnu/dist/gdb6/sim/frv/profile-fr550.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldsb.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cttiadd.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-sp.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/armeb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fcnvsd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bne.cgs: file removal gnu/dist/gdb6/sim/ppc/sim_callbacks.h: file removal gnu/dist/gdb6/gdb/config/ia64/tm-linux.h: file removal gnu/dist/gdb6/sim/erc32/end.c: file removal gnu/dist/gdb6/libiberty/putenv.c: file removal gnu/dist/gdb6/libiberty/lbasename.c: file removal gnu/usr.bin/gdb6/arch/powerpc/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-fork.exp: file removal gnu/dist/gdb6/include/coff/i960.h: file removal gnu/dist/gdb6/gdb/frame-base.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldbf.cgs: file removal gnu/dist/gdb6/sim/igen/filter.h: file removal gnu/usr.bin/gdb6/arch/sh3el/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fckug.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cscan.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvm2.ms: file removal gnu/dist/gdb6/gdb/COPYING: file removal gnu/dist/gdb6/gdb/mipsnbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsubs.cgs: file removal gnu/dist/gdb6/opcodes/pj-dis.c: file removal gnu/dist/gdb6/gdb/config/mips/obsd64.mt: file removal gnu/dist/gdb6/gdb/gdbserver/linux-x86-64-low.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fpchg.s: file removal gnu/dist/gdb6/opcodes/xc16x-opc.c: file removal gnu/dist/gdb6/bfd/elf32-fr30.c: file removal gnu/dist/gdb6/bfd/archive.c: file removal gnu/dist/gdb6/config/progtest.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/subx.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csracc.cgs: file removal gnu/dist/gdb6/sim/common/common.m4: file removal gnu/dist/gdb6/readline/doc/hsuser.texi: file removal gnu/dist/gdb6/include/opcode/ia64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpmv32.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.fortran/subarray.exp: file removal gnu/dist/gdb6/bfd/corefile.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/resbank.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bc.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rep.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x3.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/configure: file removal gnu/dist/gdb6/gdb/gnu-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/foll-exec.exp: file removal gnu/dist/gdb6/gdb/regformats/reg-i386-linux.dat: file removal gnu/usr.bin/gdb6/opcodes/arch/alpha/defs.mk: file removal gnu/dist/gdb6/sim/cris/decodev10.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/blez.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckp.cgs: file removal gnu/dist/gdb6/sim/erc32/NEWS: file removal gnu/dist/gdb6/gdb/version.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvrmv32.ms: file removal gnu/dist/gdb6/sim/mn10300/configure: file removal gnu/dist/gdb6/sim/frv/sim-main.h: file removal gnu/dist/gdb6/bfd/doc/bfd.info-1: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/xchb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/op3.ms: file removal gnu/dist/gdb6/bfd/coff-aux.c: file removal gnu/dist/gdb6/gdb/bsd-kvm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/arrayidx.exp: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/clrfr.cgs: file removal gnu/dist/gdb6/gdb/config/alpha/tm-alpha.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cswap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclslr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.exp: file removal gnu/dist/gdb6/gdb/config/mips/nm-linux.h: file removal gnu/dist/gdb6/gdb/findvar.c: file removal gnu/dist/gdb6/gdb/macrotab.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-break.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/packed_array.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduhi.cgs: file removal gnu/dist/gdb6/include/opcode/dlx.h: file removal gnu/dist/gdb6/include/coff/tic4x.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/watchthreads.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsh.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/circ.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/setshow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bxor.s: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bltz.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wunpckih.cgs: file removal gnu/dist/gdb6/sim/ppc/cap.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqaddhus.cgs: file removal gnu/dist/gdb6/COPYING.LIB: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmaddhus.cgs: file removal gnu/dist/gdb6/bfd/doc/proto.str: file removal gnu/dist/gdb6/config/mh-x86pic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mabshs.cgs: file removal gnu/dist/gdb6/gdb/corefile.c: file removal gnu/usr.bin/gdb6/opcodes/arch/powerpc64/defs.mk: file removal gnu/dist/gdb6/include/ChangeLog-9103: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/passcount.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/cmpm.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orl.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/sh3.s: file removal gnu/dist/gdb6/opcodes/cgen-opc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bcs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/staticthreads.c: file removal gnu/dist/gdb6/gdb/tui/tui-hooks.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-subi.s: file removal gnu/dist/gdb6/gdb/ChangeLog-1993: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/loop.s: file removal gnu/dist/gdb6/bfd/coff-ppc.c: file removal gnu/dist/gdb6/gdb/config/m32r/nm-linux.h: file removal gnu/dist/gdb6/gdb/config/i386/linux64.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ccklt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fdsqrts.cgs: file removal gnu/dist/gdb6/opcodes/cgen-ibld.in: file removal gnu/dist/gdb6/bfd/elf32-cris.c: file removal gnu/dist/gdb6/gdb/amd64obsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tc.cgs: file removal gnu/dist/gdb6/gdb/expprint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw11.ms: file removal gnu/dist/gdb6/sim/ppc/gen-model.c: file removal gnu/dist/gdb6/include/aout/sun4.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/rett.cgs: file removal gnu/dist/gdb6/sim/igen/lf.c: file removal gnu/dist/gdb6/sim/frv/cpu.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1210.exp: file removal gnu/dist/gdb6/sim/v850/interp.c: file removal gnu/dist/gdb6/etc/configdev.tin: file removal gnu/dist/gdb6/gdb/i386-cygwin-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/daa.s: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc/defs.mk: file removal gnu/dist/gdb6/sim/cris/sim-if.c: file removal gnu/dist/gdb6/sim/ppc/RUN: file removal gnu/dist/gdb6/opcodes/mt-opc.c: file removal gnu/dist/gdb6/gdb/config/pa/nm-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fblglr.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread-specific.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stdfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/allinsn.exp: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386.h: file removal gnu/dist/gdb6/gdb/osabi.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftne.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pending.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/callfuncs.c: file removal gnu/usr.bin/gdb6/sim/arch/powerpc64/config.h: file removal gnu/dist/gdb6/gdb/frame-unwind.h: file removal gnu/dist/gdb6/gdb/solib-frv.c: file removal gnu/usr.bin/gdb6/arch/powerpc64/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mhsethih.cgs: file removal gnu/dist/gdb6/libiberty/config.in: file removal gnu/dist/gdb6/gdb/po/gdb.pot: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbfu.cgs: file removal gnu/dist/gdb6/bfd/elf32-arm.c: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sadd.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-cpuid.h: file removal gnu/dist/gdb6/gdb/doc/gdbint.info-1: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/method.exp: file removal gnu/dist/gdb6/sim/m68hc11/ChangeLog: file removal gnu/dist/gdb6/opcodes/ip2k-asm.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/limits.exp: file removal gnu/dist/gdb6/bfd/elf64-hppa.c: file removal gnu/dist/gdb6/gdb/regformats/reg-m68k.dat: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-regs.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/gdb1291.exp: file removal gnu/dist/gdb6/gdb/charset.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/asmsrc1.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/bldnot.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/ugetrlimit1.c: file removal gnu/dist/gdb6/gdb/vx-share/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/pr-1023.exp: file removal gnu/dist/gdb6/gdb/regformats/reg-ppc64.dat: file removal gnu/dist/gdb6/gdb/ser-mingw.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsub.cgs: file removal gnu/dist/gdb6/opcodes/frv-desc.h: file removal gnu/dist/gdb6/gdb/gdbserver/linux-low.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-ar-st.c: file removal gnu/dist/gdb6/gdb/regformats/reg-m32r.dat: file removal gnu/dist/gdb6/gdb/ppcobsd-nat.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmul.cgs: file removal gnu/dist/gdb6/readline/rldefs.h: file removal gnu/dist/gdb6/gdb/config/sh/tm-wince.h: file removal gnu/dist/gdb6/sim/cris/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig11.c: file removal gnu/usr.bin/gdb6/arch/alpha/init.c: file removal gnu/dist/gdb6/gdb/i386bsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcclr.cgs: file removal gnu/dist/gdb6/gdb/ppcnbsd-tdep.c: file removal gnu/dist/gdb6/COPYING: file removal gnu/dist/gdb6/readline/examples/rlcat.c: file removal gnu/dist/gdb6/gdb/config/arm/nm-nbsdaout.h: file removal gnu/dist/gdb6/readline/mbutil.c: file removal gnu/dist/gdb6/readline/ChangeLog.gdb: file removal gnu/dist/gdb6/include/elf/d30v.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbi.cgs: file removal gnu/dist/gdb6/libiberty/fnmatch.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/or.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckno.cgs: file removal gnu/dist/gdb6/sim/m32c/reg.c: file removal gnu/dist/gdb6/bfd/doc/doc.str: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/div0u.cgs: file removal gnu/dist/gdb6/include/opcode/m68hc11.h: file removal gnu/dist/gdb6/gdb/regformats/reg-s390.dat: file removal gnu/dist/gdb6/sim/ppc/ld-cache.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-abi.exp: file removal gnu/usr.bin/gdb6/arch/i386/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mwcut.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/jumppv32.ms: file removal gnu/dist/gdb6/bfd/syms.c: file removal gnu/dist/gdb6/config/mt-ospace: file removal gnu/dist/gdb6/gdb/gdb_ptrace.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movppc.ms: file removal gnu/dist/gdb6/sim/mn10300/ChangeLog: file removal gnu/dist/gdb6/gdb/tui/tui-layout.c: file removal gnu/usr.bin/gdb6/readline/arch/vax/defs.mk: file removal gnu/dist/gdb6/gdb/config/ia64/linux.mt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/signals.exp: file removal gnu/dist/gdb6/bfd/elf-m10200.c: file removal gnu/dist/gdb6/gdb/xcoffread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/opterr1.ms: file removal gnu/dist/gdb6/gdb/core-aout.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/sth.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tilt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tjmpsrv32.ms: file removal gnu/dist/gdb6/gdb/doc/gdb.info-2: file removal gnu/dist/gdb6/include/getopt.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclelr.cgs: file removal gnu/dist/gdb6/sim/igen/ld-insn.h: file removal gnu/dist/gdb6/gdb/doc/gdb.texinfo: file removal gnu/dist/gdb6/gdb/testsuite/aclocal.m4: file removal gnu/usr.bin/gdb6/arch/mips64eb/version.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addc.ms: file removal gnu/dist/gdb6/readline/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-read-memory.exp: file removal gnu/dist/gdb6/bfd/aoutf1.h: file removal gnu/dist/gdb6/gdb/glibc-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmachu.cgs: file removal gnu/dist/gdb6/libiberty/hex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/m-static1.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/dmovb.cgs: file removal gnu/dist/gdb6/include/opcode/m88k.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sjlj.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb0.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/pxdb.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/all-bin.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-cli.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/bitops.exp: file removal gnu/dist/gdb6/gdb/config/pa/hppahpux.mt: file removal gnu/usr.bin/gdb6/sim/arch/powerpc/subdir.mk: file removal gnu/usr.bin/gdb6/readline/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/iq2000/cpu.c: file removal gnu/dist/gdb6/sim/common/hw-alloc.c: file removal gnu/dist/gdb6/bfd/ChangeLog-0203: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldu.cgs: file removal gnu/dist/gdb6/include/ansidecl.h: file removal gnu/dist/gdb6/gdb/amd64nbsd-nat.c: file removal gnu/usr.bin/gdb6/Makefile: file removal gnu/dist/gdb6/include/aout/ranlib.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrh-imm.cgs: file removal gnu/dist/gdb6/sim/ppc/emul_generic.c: file removal gnu/dist/gdb6/readline/examples/rl.c: file removal gnu/dist/gdb6/include/symcat.h: file removal gnu/dist/gdb6/gdb/config/mips/tm-wince.h: file removal gnu/dist/gdb6/gdb/regset.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/orb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb701.c: file removal gnu/dist/gdb6/bfd/cpu-i960.c: file removal gnu/dist/gdb6/opcodes/po/vi.po: file removal gnu/dist/gdb6/opcodes/ia64-opc-x.c: file removal gnu/dist/gdb6/bfd/hosts/hp300bsd.h: file removal gnu/dist/gdb6/bfd/elf-eh-frame.c: file removal gnu/dist/gdb6/bfd/coff-tic4x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mqsrahi.cgs: file removal gnu/usr.bin/gdb6/gdb-cfg.texi: file removal gnu/dist/gdb6/gdb/ui-file.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-read-memory.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckule.cgs: file removal gnu/dist/gdb6/gdb/maint.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nlduhu.cgs: file removal gnu/dist/gdb6/libiberty/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/passc-dyn.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/membar.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andcr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x6-v10.ms: file removal gnu/dist/gdb6/etc/fdl.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t05_cmp.s: file removal gnu/dist/gdb6/bfd/cpu-s390.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqmacxhs.cgs: file removal gnu/dist/gdb6/config/mh-s390pic: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/scani.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/source-error.gdb: file removal gnu/dist/gdb6/bfd/doc/libbfd.texi: file removal gnu/dist/gdb6/bfd/coff-stgo32.c: file removal gnu/usr.bin/gdb6/readline/arch/m68k/defs.mk: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bas.ms: file removal gnu/dist/gdb6/readline/examples/fileman.c: file removal gnu/usr.bin/gdb6/arch/hppa/init.c: file removal gnu/dist/gdb6/opcodes/m10300-dis.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/Makefile.in: file removal gnu/dist/gdb6/gdb/config/frv/frv.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/mov.cgs: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/grloop.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-trap.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sub2w.s: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fldi0.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-d.s: file removal gnu/dist/gdb6/sim/common/sim-inline.h: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fmsubd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/mdmx-ob.s: file removal gnu/dist/gdb6/Makefile.tpl: file removal gnu/dist/gdb6/readline/support/config.sub: file removal gnu/dist/gdb6/bfd/elf64-ppc.c: file removal gnu/dist/gdb6/etc/configdev.jin: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bn.cgs: file removal gnu/dist/gdb6/gdb/ada-lex.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/huge.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/orncr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mtrap.cgs: file removal gnu/dist/gdb6/gdb/config/m68k/linux.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdsubaccs.cgs: file removal gnu/dist/gdb6/gdb/shnbsd-tdep.h: file removal gnu/dist/gdb6/sim/ppc/words.h: file removal gnu/dist/gdb6/opcodes/dis-buf.c: file removal gnu/dist/gdb6/bfd/xsym.c: file removal gnu/dist/gdb6/gdb/gdbserver/config.in: file removal gnu/dist/gdb6/bfd/po/rw.gmo: file removal gnu/dist/gdb6/sim/cris/dv-rv.c: file removal gnu/dist/gdb6/opcodes/po/de.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/hppa.s: file removal gnu/usr.bin/gdb6/opcodes/arch/i386/config.h: file removal gnu/usr.bin/gdb6/arch/x86_64/init.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/jump.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sepdebug.exp: file removal gnu/usr.bin/gdb6/arch/mips64el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/xorl.s: file removal gnu/dist/gdb6/gdb/i386obsd-tdep.c: file removal gnu/usr.bin/gdb6/libiberty/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/clearfv10.ms: file removal gnu/dist/gdb6/bfd/hosts/vaxult2.h: file removal gnu/dist/gdb6/bfd/elf32-arc.c: file removal gnu/dist/gdb6/gdb/gdbserver/linux-s390-low.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/del.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/testutils.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/float.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-d.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld-i.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sepdebug.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pand.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/addx.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbf.cgs: file removal gnu/dist/gdb6/include/nlm/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/alpha-step.c: file removal gnu/dist/gdb6/opcodes/opintl.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/bccb.ms: file removal gnu/dist/gdb6/gdb/ada-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fneg.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhfi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/not.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-ld2w-im.s: file removal gnu/dist/gdb6/include/elf/x86-64.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/step2.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fmov.s: file removal gnu/dist/gdb6/sim/d10v/endian.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldi8.cgs: file removal gnu/dist/gdb6/include/coff/mcore.h: file removal gnu/dist/gdb6/bfd/armnetbsd.c: file removal gnu/usr.bin/gdb6/readline/arch/powerpc64/config.h: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/configure: file removal gnu/dist/gdb6/sim/frv/cache.c: file removal gnu/dist/gdb6/gdb/config/powerpc/ppc-eabi.mt: file removal gnu/dist/gdb6/sim/ppc/sim-endian.h: file removal gnu/dist/gdb6/include/opcode/np1.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldq.cgs: file removal gnu/dist/gdb6/include/gdb/sim-frv.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/remote.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pc-fp.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/ldrsb.cgs: file removal gnu/dist/gdb6/sim/mn10300/acconfig.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptype1.c: file removal gnu/dist/gdb6/gdb/defs.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_errors.h: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/andh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movucr.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/collection.exp: file removal gnu/dist/gdb6/gdb/hpacc-abi.c: file removal gnu/dist/gdb6/gdb/osf-share/README: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/parallel.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/thread2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduhi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/pop-pc.cgs: file removal gnu/dist/gdb6/gdb/p-typeprint.c: file removal gnu/dist/gdb6/sim/common/sim-options.h: file removal gnu/dist/gdb6/bfd/elf-strtab.c: file removal gnu/dist/gdb6/gdb/config/pa/hppa64.mt: file removal gnu/dist/gdb6/gdb/config/sh/linux.mt: file removal gnu/dist/gdb6/sim/cris/cpuv32.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdasaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/cmp.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckle.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/branches.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/bfd.h: file removal gnu/dist/gdb6/readline/doc/history.3: file removal gnu/usr.bin/gdb6/opcodes/arch/armeb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ckne.cgs: file removal gnu/dist/gdb6/sim/ppc/device_table.c: file removal gnu/dist/gdb6/sim/ppc/ChangeLog.00: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldshu.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t02_mova.exp: file removal gnu/dist/gdb6/bfd/hosts/decstation.h: file removal gnu/dist/gdb6/gdb/objfiles.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/volatile.exp: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386sol2.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/userdef.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/complex.c: file removal gnu/dist/gdb6/libiberty/vmsbuild.com: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/shlr.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-eval.exp: file removal gnu/dist/gdb6/gdb/sh-stub.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lduh-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bc8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgt.cgs: file removal gnu/dist/gdb6/sim/m32r/semx-switch.c: file removal gnu/dist/gdb6/include/MAINTAINERS: file removal gnu/dist/gdb6/opcodes/d30v-opc.c: file removal gnu/dist/gdb6/bfd/pc532-mach.c: file removal gnu/dist/gdb6/config/ulonglong.m4: file removal gnu/dist/gdb6/gdb/remote-utils.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnc24.cgs: file removal gnu/dist/gdb6/opcodes/openrisc-opc.h: file removal gnu/dist/gdb6/ltconfig: file removal gnu/usr.bin/gdb6/arch/sh3el/nm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/andm.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/pa64-nullify.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/mmap3.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/b.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbu.cgs: file removal gnu/dist/gdb6/sim/m32r/decodex.h: file removal gnu/dist/gdb6/sim/erc32/float.c: file removal gnu/dist/gdb6/opcodes/po/tr.gmo: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/freebpcmd.c: file removal gnu/dist/gdb6/gdb/doc/GDBvn.texi: file removal gnu/dist/gdb6/gdb/elfread.c: file removal gnu/dist/gdb6/bfd/doc/bfd.texinfo: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subl.s: file removal gnu/usr.bin/gdb6/bfd/arch/vax/defs.mk: file removal gnu/dist/gdb6/sim/v850/config.in: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/fpu64-ps.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movumpc.ms: file removal gnu/dist/gdb6/gdb/config/i386/cygwin.mt: file removal gnu/dist/gdb6/sim/common/Makefile.in: file removal gnu/dist/gdb6/include/coff/rs6k64.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subxr.ms: file removal gnu/dist/gdb6/readline/doc/texi2html: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/execd-prog.c: file removal gnu/dist/gdb6/gdb/gdbserver/README: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shlib-call.exp: file removal gnu/dist/gdb6/gdb/osf-share/cma_mutex.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blt.cgs: file removal gnu/dist/gdb6/gdb/mips-irix-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/udiv.cgs: file removal gnu/dist/gdb6/sim/frv/interrupts.c: file removal gnu/dist/gdb6/opcodes/fr30-opc.h: file removal gnu/usr.bin/gdb6/bfd/arch/mips64el/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movua.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/extsb.cgs: file removal gnu/dist/gdb6/sim/h8300/inst.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb2.exp: file removal gnu/dist/gdb6/gdb/inf-ptrace.h: file removal gnu/dist/gdb6/sim/testsuite/sim/mips/basic.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb: file removal gnu/dist/gdb6/sim/testsuite/frv-elf/Makefile.in: file removal gnu/dist/gdb6/libiberty/ChangeLog: file removal gnu/dist/gdb6/include/opcode/crx.h: file removal gnu/dist/gdb6/gdb/gdbserver/configure: file removal gnu/dist/gdb6/sim/testsuite/common/alu-n-tst.h: file removal gnu/dist/gdb6/opcodes/ia64-opc-m.c: file removal gnu/dist/gdb6/bfd/elf32-s390.c: file removal gnu/dist/gdb6/bfd/sysdep.h: file removal gnu/dist/gdb6/gdb/doc/stabs.texinfo: file removal gnu/dist/gdb6/gdb/f-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmachs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsh.cgs: file removal gnu/dist/gdb6/gdb/copying.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial3.ms: file removal gnu/dist/gdb6/sim/common/sim-reason.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/while-stepping.exp: file removal gnu/dist/gdb6/bfd/aout-tic30.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/arm.inc: file removal gnu/dist/gdb6/gdb/config/pa/tm-hppah.h: file removal gnu/dist/gdb6/gdb/config/sh/tm-nbsd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umulicc.cgs: file removal gnu/dist/gdb6/libiberty/getopt.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-syn-frame.exp: file removal gnu/dist/gdb6/bfd/xtensa-modules.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/prnd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcklt.cgs: file removal gnu/dist/gdb6/gdb/hppa-hpux-nat.c: file removal gnu/dist/gdb6/gdb/sparc-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shll16.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcutss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sched9.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ldrh.cgs: file removal gnu/dist/gdb6/sim/sh/acconfig.h: file removal gnu/dist/gdb6/sim/ppc/hw_core.c: file removal gnu/dist/gdb6/gdb/d10v-tdep.c: file removal gnu/dist/gdb6/gdb/mi/mi-parse.c: file removal gnu/dist/gdb6/gdb/sh64-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfsubs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/misc.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/twice.exp: file removal gnu/usr.bin/gdb6/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/fdopen2.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/textrm.cgs: file removal gnu/dist/gdb6/bfd/config.in: file removal gnu/dist/gdb6/gdb/mi/mi-cmds.c: file removal gnu/dist/gdb6/sim/igen/gen-support.c: file removal gnu/dist/gdb6/sim/ppc/debug.c: file removal gnu/dist/gdb6/opcodes/po/sv.gmo: file removal gnu/dist/gdb6/opcodes/ia64-gen.c: file removal gnu/dist/gdb6/gdb/doc/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/beorl.cgs: file removal gnu/dist/gdb6/sim/common/hw-instances.h: file removal gnu/dist/gdb6/include/coff/arm.h: file removal gnu/dist/gdb6/gdb/gdb_select.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/sum.c: file removal gnu/dist/gdb6/gdb/gdbserver/target.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcblglr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movmd.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbgelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x4-v32.ms: file removal gnu/dist/gdb6/sim/arm/dbg_conf.h: file removal gnu/dist/gdb6/bfd/coff-arm.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-go32.h: file removal gnu/usr.bin/gdb6/opcodes/arch/m68000/config.h: file removal gnu/usr.bin/gdb6/arch/arm/init.c: file removal gnu/dist/gdb6/opcodes/cgen.sh: file removal gnu/dist/gdb6/sim/mips/mips3264r2.igen: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st-im.s: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sub.s: file removal gnu/dist/gdb6/include/elf/xstormy16.h: file removal gnu/dist/gdb6/sim/iq2000/mloop.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/x86_64.inc: file removal gnu/usr.bin/gdb6/arch/vax/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.c: file removal gnu/usr.bin/gdb6/bfd/arch/arm/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ldm.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-syn-frame.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sllcc.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-regs.c: file removal gnu/dist/gdb6/bfd/sunos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/beqlr.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-source.h: file removal gnu/dist/gdb6/gdb/ChangeLog-1999: file removal gnu/dist/gdb6/libiberty/memchr.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tile.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-file.exp: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mabshs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cknv.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/boundr.ms: file removal gnu/dist/gdb6/sim/common/sim-core.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/print-threads.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/gdb1355.exp: file removal external/gpl3/gdb/dist/gdb/mipsnbsd-nat.c: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/h8300/xorb.s: file removal gnu/dist/gdb6/sim/m32r/traps-linux.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-abi.c: file removal gnu/dist/gdb6/gdb/regcache.h: file removal gnu/dist/gdb6/gdb/cp-support.h: file removal gnu/dist/gdb6/include/elf/alpha.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lddc.cgs: file removal gnu/dist/gdb6/gdb/config/m88k/obsd.mt: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ld-st.s: file removal gnu/dist/gdb6/readline/vi_keymap.c: file removal gnu/dist/gdb6/include/aout/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mexpdhw.cgs: file removal gnu/dist/gdb6/include/COPYING: file removal gnu/dist/gdb6/sim/testsuite/mips64el-elf/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/misc.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/stilm.cgs: file removal gnu/dist/gdb6/libiberty/floatformat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldbfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldf.cgs: file removal gnu/dist/gdb6/sim/m32r/sem.c: file removal gnu/usr.bin/gdb6/bfd/arch/mipsel/config.h: file removal gnu/dist/gdb6/bfd/coff-go32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/allinsn.exp: file removal gnu/dist/gdb6/include/coff/tic80.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc1.c: file removal gnu/dist/gdb6/gdb/gdbserver/proc-service.c: file removal gnu/dist/gdb6/gdb/osf-share/cma_deb_core.h: file removal gnu/dist/gdb6/sim/common/hw-events.h: file removal gnu/dist/gdb6/libiberty/atexit.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bclr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movecrt10.ms: file removal gnu/dist/gdb6/include/dyn-string.h: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/uread16.ms: file removal gnu/dist/gdb6/gdb/config/rs6000/aix4.mh: file removal gnu/dist/gdb6/gdb/mips-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/illinsn.cgs: file removal gnu/dist/gdb6/sim/m32r/cpu2.h: file removal gnu/dist/gdb6/gdb/xcoffsolib.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqfi.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/attach.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mcutssi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/maddhss.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/watchthreads.exp: file removal gnu/dist/gdb6/gdb/annotate.c: file removal gnu/dist/gdb6/gdb/cp-valprint.c: file removal gnu/dist/gdb6/gdb/solib-sunos.c: file removal gnu/dist/gdb6/gdb/sparc-linux-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bic.cgs: file removal gnu/dist/gdb6/sim/erc32/erc32.c: file removal gnu/dist/gdb6/sim/common/aclocal.m4: file removal gnu/dist/gdb6/bfd/efi-app-ia32.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cckeq.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/andcc.cgs: file removal gnu/dist/gdb6/gdb/config/sh/wince.mt: file removal gnu/dist/gdb6/gdb/ocd.c: file removal gnu/usr.bin/gdb6/libiberty/arch/mipsel/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldhfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/maddaccs.cgs: file removal gnu/dist/gdb6/sim/erc32/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bv.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/sized-enum.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftlt.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/break.cgs: file removal gnu/dist/gdb6/sim/arm/armemu.h: file removal gnu/dist/gdb6/libiberty/testsuite/test-expandargv.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sub.cgs: file removal gnu/dist/gdb6/sim/mcore/sysdep.h: file removal gnu/dist/gdb6/include/coff/maxq.h: file removal gnu/dist/gdb6/gdb/config/pa/hpux.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmvm1.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wpack.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqsubhus.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmsubhus.cgs: file removal gnu/dist/gdb6/sim/mips/m16run.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfcko.cgs: file removal gnu/dist/gdb6/sim/testsuite/Makefile.in: file removal gnu/dist/gdb6/bfd/configure.in: file removal gnu/dist/gdb6/bfd/po/BLD-POTFILES.in: file removal gnu/usr.bin/gdb6/bfd/arch/powerpc/bfd.h: file removal gnu/dist/gdb6/sim/mips/dsp.c: file removal gnu/dist/gdb6/readline/support/mkinstalldirs: file removal gnu/dist/gdb6/readline/examples/ChangeLog.gdb: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/i386-unwind.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/ldub-d.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/lduhu.cgs: file removal gnu/dist/gdb6/sim/testsuite/m32r-elf/hello.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01/x2.cc: file removal gnu/dist/gdb6/sim/ppc/acconfig.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/srlcc.cgs: file removal gnu/dist/gdb6/sim/common/sim-events.c: file removal gnu/dist/gdb6/gdb/gdb.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/null_record/bar.adb: file removal gnu/usr.bin/gdb6/readline/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/st.cgs: file removal gnu/dist/gdb6/sim/m68hc11/sim-main.h: file removal gnu/dist/gdb6/readline/examples/rlversion.c: file removal gnu/dist/gdb6/opcodes/m32r-dis.c: file removal gnu/dist/gdb6/bfd/cf-sparclynx.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/method.cc: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldd.cgs: file removal gnu/dist/gdb6/opcodes/po/nl.po: file removal gnu/dist/gdb6/sim/arm/iwmmxt.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/data_store_error.cgs: file removal gnu/dist/gdb6/bfd/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/pdec.s: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/subb.s: file removal gnu/dist/gdb6/gdb/testsuite/gdb.dwarf2/dw2-intercu.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/recurse.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/powerpc.inc: file removal gnu/dist/gdb6/sim/ppc/ld-decode.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/movfgd.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/mvn.cgs: file removal gnu/dist/gdb6/bfd/osf-core.c: file removal gnu/usr.bin/gdb6/arch/sh3eb/tm.h: file removal gnu/dist/gdb6/sim/ppc/altivec_registers.h: file removal gnu/dist/gdb6/gdb/sparc64nbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mqxmachs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/sep-proc.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfstoi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdmadds.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig2.c: file removal gnu/dist/gdb6/bfd/hosts/dpx2.h: file removal gnu/dist/gdb6/bfd/cpu-we32k.c: file removal gnu/dist/gdb6/gdb/gdbthread.h: file removal gnu/dist/gdb6/gdb/hppa-tdep.h: file removal gnu/dist/gdb6/gdb/serial.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/sig3.c: file removal gnu/dist/gdb6/sim/common/dv-pal.c: file removal gnu/dist/gdb6/bfd/libbfd-in.h: file removal gnu/dist/gdb6/bfd/coff-rs6000.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ld.cgs: file removal gnu/dist/gdb6/include/elf/m32r.h: file removal gnu/dist/gdb6/gdb/gdbserver/ChangeLog: file removal gnu/dist/gdb6/gdb/README: file removal gnu/dist/gdb6/opcodes/hppa-dis.c: file removal gnu/dist/gdb6/libiberty/at-file.texi: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs2.exp: file removal gnu/dist/gdb6/readline/misc.c: file removal gnu/dist/gdb6/include/opcode/d10v.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/cplusfuncs.exp: file removal gnu/usr.bin/gdb6/arch/mips64el/init.c: file removal gnu/dist/gdb6/libiberty/gather-docs: file removal gnu/dist/gdb6/include/gdb/sim-arm.h: file removal gnu/dist/gdb6/sim/ppc/bits.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/list0.c: file removal gnu/dist/gdb6/gdb/gdb-events.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blslr.cgs: file removal gnu/dist/gdb6/bfd/i386linux.c: file removal gnu/dist/gdb6/gdb/config/i386/nbsdaout.mh: file removal gnu/dist/gdb6/gdb/doc/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/umlal.cgs: file removal gnu/dist/gdb6/sim/m32c/int.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.aCC/watch-cmd.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldhfi.cgs: file removal gnu/dist/gdb6/readline/terminal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/rsc.cgs: file removal gnu/dist/gdb6/opcodes/po/POTFILES.in: file removal gnu/usr.bin/gdb6/arch/mipsel/version.c: file removal gnu/dist/gdb6/gdb/call-cmds.h: file removal gnu/dist/gdb6/gdb/remote-fileio.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/dip.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg04.exp: file removal gnu/dist/gdb6/libiberty/basename.c: file removal gnu/dist/gdb6/gdb/config/m68k/tm-monitor.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw10.ms: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-ar-st.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/infotrace.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/store.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/e500-regs.c: file removal gnu/dist/gdb6/gdb/config/sparc/linux64.mt: file removal gnu/dist/gdb6/gdb/corelow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/xscale/mia.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/add-hd-rs.cgs: file removal gnu/dist/gdb6/sim/ppc/mon.h: file removal gnu/dist/gdb6/bfd/pdp11.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/finish.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbge.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmcpxrs.cgs: file removal gnu/dist/gdb6/sim/igen/filter_host.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/ptr-typedef.exp: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rie-xx.s: file removal gnu/dist/gdb6/gdb/xstormy16-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/sdivi.cgs: file removal gnu/dist/gdb6/opcodes/po/fr.po: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cstdf.cgs: file removal gnu/dist/gdb6/gdb/ser-base.c: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/ldc.s: file removal gnu/dist/gdb6/bfd/section.c: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v42mp.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tieq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/configure: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/mvtaclo.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi2-cli.exp: file removal gnu/dist/gdb6/gdb/config/sh/nbsd.mh: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/call-rt-st.exp: file removal gnu/dist/gdb6/gdb/config/powerpc/nm-ppc64-linux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/interrupts/insn_access_error-fr550.cgs: file removal gnu/dist/gdb6/sim/common/sim-fpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stbf.cgs: file removal gnu/dist/gdb6/sim/igen/gen-idecode.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/namespace.exp: file removal gnu/dist/gdb6/bfd/cpu-cr16c.c: file removal gnu/dist/gdb6/bfd/stamp-h.in: file removal gnu/usr.bin/gdb6/opcodes/arch/mipseb/config.h: file removal gnu/dist/gdb6/sim/igen/misc.c: file removal gnu/dist/gdb6/gdb/sol2-tdep.c: file removal gnu/dist/gdb6/opcodes/ChangeLog-2005: file removal gnu/dist/gdb6/gdb/aix-thread.c: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103iop.c: file removal gnu/dist/gdb6/sim/m68hc11/interrupts.h: file removal gnu/usr.bin/gdb6/bfd/arch/alpha/defs.mk: file removal gnu/dist/gdb6/libiberty/snprintf.c: file removal gnu/dist/gdb6/bfd/elf32-sh.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/csrl.cgs: file removal gnu/dist/gdb6/opcodes/crx-dis.c: file removal gnu/dist/gdb6/sim/ppc/hw_glue.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/and.cgs: file removal gnu/dist/gdb6/opcodes/tic30-dis.c: file removal gnu/dist/gdb6/libiberty/vasprintf.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/structs.exp: file removal gnu/dist/gdb6/gdb/config/arm/linux.mt: file removal gnu/dist/gdb6/sim/ppc/hw_vm.c: file removal gnu/dist/gdb6/opcodes/sh64-opc.h: file removal gnu/usr.bin/gdb6/readline/arch/hppa/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/movw.s: file removal gnu/usr.bin/gdb6/opcodes/arch/m68000/defs.mk: file removal gnu/dist/gdb6/bfd/coff-tic30.c: file removal gnu/usr.bin/gdb6/readline/arch/sh3el/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/umuli.cgs: file removal gnu/dist/gdb6/sim/frv/profile-fr550.h: file removal gnu/dist/gdb6/readline/tcap.h: file removal gnu/dist/gdb6/gdb/jv-exp.y: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ble.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/raw9.ms: file removal gnu/dist/gdb6/sim/ppc/filter_filename.c: file removal gnu/dist/gdb6/sim/cris/modelv10.c: file removal gnu/dist/gdb6/opcodes/mips-opc.c: file removal gnu/dist/gdb6/bfd/libnlm.h: file removal gnu/dist/gdb6/gdb/ser-tcp.c: file removal gnu/dist/gdb6/include/coff/w65.h: file removal gnu/dist/gdb6/gdb/m2-exp.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldbfu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wandn.cgs: file removal gnu/dist/gdb6/sim/common/sim-io.h: file removal gnu/dist/gdb6/opcodes/w65-dis.c: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/init.c: revision 1.5 gnu/dist/gdb6/sim/testsuite/sim/frv/subx.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/anon-union.exp: file removal gnu/dist/gdb6/gdb/observer.sh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldu.cgs: file removal gnu/dist/gdb6/bfd/coff-w65.c: file removal gnu/dist/gdb6/sim/v850/ChangeLog: file removal gnu/dist/gdb6/sim/ppc/registers.h: file removal gnu/dist/gdb6/gdb/vax-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldbf.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/allinsn.exp: file removal gnu/dist/gdb6/include/elf/i960.h: file removal gnu/dist/gdb6/gdb/ada-lang.c: file removal gnu/dist/gdb6/gdb/inf-ttrace.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/masaccs.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcnelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/bnv.cgs: file removal gnu/dist/gdb6/gdb/tui/tui-windata.h: file removal gnu/usr.bin/gdb6/bfd/arch/sh3el/config.h: file removal gnu/usr.bin/gdb6/arch/m68000/init.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/kill1.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movpmv10.ms: file removal gnu/dist/gdb6/libiberty/alloca.c: file removal gnu/dist/gdb6/opcodes/xc16x-opc.h: file removal gnu/dist/gdb6/include/elf/frv.h: file removal gnu/dist/gdb6/config/codeset.m4: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckle.cgs: file removal gnu/usr.bin/gdb6/opcodes/arch/sh3el/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fsca.s: file removal gnu/dist/gdb6/sim/igen/igen.h: file removal gnu/dist/gdb6/opcodes/po/opcodes.pot: file removal gnu/dist/gdb6/gdb/gnu-nat.h: file removal gnu/dist/gdb6/gdb/signals/signals.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial5.ms: file removal gnu/dist/gdb6/bfd/linker.c: file removal gnu/dist/gdb6/bfd/ChangeLog-2005: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srai.cgs: file removal gnu/dist/gdb6/libiberty/unlink-if-ordinary.c: file removal gnu/dist/gdb6/gdb/bsd-kvm.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/readlink2.c: file removal gnu/dist/gdb6/gdb/command.h: file removal gnu/dist/gdb6/sim/iq2000/arch.c: file removal gnu/dist/gdb6/opcodes/xstormy16-desc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/csdiv.cgs: file removal gnu/dist/gdb6/gdb/config/s390/s390.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tls.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/swap.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldubi.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/mclracc.cgs: file removal gnu/dist/gdb6/gdb/config/pa/hppa.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/stqfu.cgs: file removal gnu/dist/gdb6/sim/common/genmloop.sh: file removal gnu/dist/gdb6/opcodes/ia64-dis.c: file removal gnu/dist/gdb6/gdb/cp-name-parser.y: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/cmp.cgs: file removal gnu/dist/gdb6/readline/examples/rlfe/rlfe.c: file removal gnu/dist/gdb6/config/uintmax_t.m4: file removal gnu/dist/gdb6/include/elf/reloc-macros.h: file removal gnu/dist/gdb6/bfd/libpei.h: file removal gnu/dist/gdb6/bfd/ChangeLog: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/tas.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmqaddhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/cmaddhss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x8-v10.ms: file removal gnu/dist/gdb6/sim/m32c/srcdest.c: file removal gnu/dist/gdb6/sim/ppc/cap.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldsbu.cgs: file removal gnu/dist/gdb6/bfd/cpu-m68hc11.c: file removal gnu/dist/gdb6/bfd/configure.host: file removal gnu/dist/gdb6/gdb/config/i386/ncr3000.mt: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/subc.ms: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srli.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/openpf5.c: file removal gnu/dist/gdb6/sim/common/sim-base.h: file removal gnu/dist/gdb6/gdb/iq2000-tdep.c: file removal gnu/dist/gdb6/sim/iq2000/tconfig.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/addxm.ms: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/exit47.s: file removal gnu/dist/gdb6/bfd/hosts/m68kaux.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcgelr.cgs: file removal gnu/dist/gdb6/libiberty/config/mh-openedition: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movrss.ms: file removal gnu/usr.bin/gdb6/bfd/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nfdsqrts.cgs: file removal gnu/dist/gdb6/bfd/po/bfd.pot: file removal gnu/usr.bin/gdb6/opcodes/arch/mips64eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr550/mdsubaccs.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/fileio.exp: file removal gnu/dist/gdb6/gdb/tui/tui-hooks.h: file removal gnu/dist/gdb6/gdb/osf-share/cma_sequence.h: file removal gnu/dist/gdb6/config-ml.in: file removal gnu/usr.bin/gdb6/bfd/arch/m68k/config.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/Makefile.in: file removal gnu/dist/gdb6/gdb/config/ia64/linux.mh: file removal gnu/dist/gdb6/readline/kill.c: file removal gnu/dist/gdb6/libiberty/strtoul.c: file removal gnu/usr.bin/gdb6/bfd/arch/hppa/bfdver.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cklt.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/h8300s.s: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/rtsigsuspend1.c: file removal gnu/dist/gdb6/opcodes/pdp11-opc.c: file removal gnu/dist/gdb6/gdb/ia64-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/pipe4.c: file removal gnu/dist/gdb6/gdb/c-exp.c: file removal gnu/dist/gdb6/sim/common/sim-signal.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movesmp.ms: file removal gnu/dist/gdb6/include/elf/avr.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.defects/solib-d.c: file removal gnu/dist/gdb6/bfd/i386msdos.c: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/shlr.s: file removal gnu/dist/gdb6/bfd/dep-in.sed: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cxorcc.cgs: file removal gnu/dist/gdb6/opcodes/configure.in: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/fail.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/blelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/orr.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-rachi.s: file removal gnu/dist/gdb6/sim/igen/lf.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cjmpl.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/bls.cgs: file removal gnu/dist/gdb6/sim/frv/cpu.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/tra.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/and.s: file removal gnu/dist/gdb6/libiberty/mempcpy.c: file removal gnu/dist/gdb6/gdb/tui/tui-stack.c: file removal gnu/dist/gdb6/bfd/elf32-m68hc1x.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/xor3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mhsetloh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/ccs-v32.ms: file removal gnu/usr.bin/gdb6/arch/hppa/version.c: file removal gnu/dist/gdb6/sim/sh/interp.c: file removal gnu/dist/gdb6/sim/frv/mloop.in: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/push.cgs: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-ip.s: file removal gnu/dist/gdb6/opcodes/mt-opc.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/try_catch.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/x3.cc: file removal gnu/dist/gdb6/gdb/i386gnu-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/commitfr.cgs: file removal gnu/dist/gdb6/gdb/cli/cli-setshow.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/getcwd1.c: file removal gnu/usr.bin/gdb6/bfd/arch/m68000/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/cmp-hd-hs.cgs: file removal gnu/dist/gdb6/bfd/demo64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/bnc8.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftle.cgs: file removal gnu/dist/gdb6/include/coff/internal.h: file removal gnu/dist/gdb6/gdb/testsuite/config/m68k-emc.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/mulr.s: file removal gnu/dist/gdb6/gdb/mi/mi-common.c: file removal gnu/usr.bin/gdb6/opcodes/arch/mipseb/defs.mk: file removal gnu/dist/gdb6/gdb/thread.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbo.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.stabs/exclfwd2.c: file removal gnu/dist/gdb6/gdb/testsuite/config/cpu32bug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat4.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.arch/Makefile.in: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/c/stat5.c: file removal gnu/dist/gdb6/readline/doc/Makefile.in: file removal gnu/dist/gdb6/gdb/sparc64-linux-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mmachu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bcltlr.cgs: file removal gnu/dist/gdb6/sim/m68hc11/m68hc11_sim.c: file removal gnu/dist/gdb6/bfd/Makefile.in: file removal gnu/dist/gdb6/gdb/jv-lang.c: file removal gnu/dist/gdb6/opcodes/xstormy16-ibld.c: file removal gnu/dist/gdb6/bfd/bout.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/pi.txt: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/mips_pro.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/long_long.c: file removal gnu/dist/gdb6/bfd/elf64-hppa.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/tmulv10.ms: file removal gnu/usr.bin/gdb6/libiberty/arch/m68000/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/scutss.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/sra3.cgs: file removal gnu/usr.bin/gdb6/arch/arm/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cxor.cgs: file removal gnu/dist/gdb6/sim/erc32/README.gdb: file removal gnu/dist/gdb6/opcodes/m32r-desc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ldsbi.cgs: file removal gnu/dist/gdb6/sim/m32r/mloopx.in: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/configure: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m68k.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/strb.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/tbcst.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/ftigt.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/nodebug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/machi.cgs: file removal gnu/dist/gdb6/opcodes/xstormy16-opc.c: file removal gnu/dist/gdb6/bfd/cpu-mcore.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.base-hp/hwwatchbus.exp: file removal gnu/dist/gdb6/gdb/i386bsd-nat.h: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/biand.s: file removal gnu/dist/gdb6/gdb/amd64fbsd-tdep.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/beq.cgs: file removal gnu/dist/gdb6/sim/ppc/dgen.c: file removal gnu/dist/gdb6/sim/cris/cpuall.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/watchpoint.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/m32r.inc: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/rfe.ms: file removal gnu/dist/gdb6/sim/ppc/options.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/thread_check.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/print-threads.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/srl3.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/nopv10t.ms: file removal gnu/dist/gdb6/sim/frv/profile-fr450.c: file removal gnu/dist/gdb6/libiberty/memcpy.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/annota3.c: file removal gnu/dist/gdb6/gdb/config/mips/nbsd.mh: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/xor.cgs: file removal gnu/dist/gdb6/gdb/gdb-events.sh: file removal gnu/dist/gdb6/sim/d10v/config.in: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-ae-st2w-i.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mbtoh.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/m32r/lock.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/hang3.C: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/solib2.c: file removal gnu/dist/gdb6/gdb/config/mn10300/linux.mt: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3eb/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/maveh.cgs: file removal gnu/dist/gdb6/sim/mn10300/dv-mn103tim.c: file removal gnu/dist/gdb6/include/coff/tic54x.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cfckeq.cgs: file removal gnu/dist/gdb6/gdb/testsuite/gdb.asm/s390.inc: file removal external/gpl3/gdb/lib/libgdb/arch/mips64eb/defs.mk: revision 1.5 gnu/dist/gdb6/gdb/osf-share/cma_init.h: file removal gnu/usr.bin/gdb6/opcodes/arch/sparc64/defs.mk: file removal gnu/dist/gdb6/sim/testsuite/d10v-elf/t-sac.s: file removal gnu/dist/gdb6/sim/erc32/exec.c: file removal gnu/dist/gdb6/readline/rlwinsize.h: file removal gnu/dist/gdb6/sim/testsuite/common/bits-tst.c: file removal gnu/dist/gdb6/gdb/tui/tui-layout.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-env.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mclracc.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ldm0.cgs: file removal gnu/dist/gdb6/bfd/elfcore.h: file removal gnu/usr.bin/gdb6/libiberty/arch/powerpc64/config.h: file removal gnu/dist/gdb6/opcodes/po/Make-in: file removal gnu/dist/gdb6/opcodes/h8500-opc.h: file removal gnu/dist/gdb6/gdb/config/i386/i386v42mp.mh: file removal gnu/dist/gdb6/gdb/config/i386/nm-i386v4.h: file removal gnu/dist/gdb6/gdb/kod.c: file removal gnu/dist/gdb6/sim/testsuite/common/Make-common.in: file removal gnu/dist/gdb6/sim/m32r/devices.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movscpc.ms: file removal gnu/dist/gdb6/gdb/inferior.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.ada/exec_changed.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/h8300/bra.s: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/sethilo.pcgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/quit.s: file removal gnu/dist/gdb6/bfd/archures.c: file removal gnu/dist/gdb6/include/opcode/mips.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/mi-read-memory.c: file removal gnu/dist/gdb6/gdb/glibc-tdep.h: file removal gnu/dist/gdb6/texinfo/texinfo.tex: file removal gnu/dist/gdb6/libiberty/maint-tool: file removal gnu/dist/gdb6/gdb/memattr.h: file removal gnu/dist/gdb6/gdb/osf-share/AT386/cma_thread_io.h: file removal gnu/dist/gdb6/gdb/mi/mi-cmd-file.c: file removal gnu/usr.bin/gdb6/bfd/arch/mips64eb/bfdver.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb701.exp: file removal gnu/dist/gdb6/gdb/testsuite/gdb.hp/gdb.compat/xdb0.h: file removal gnu/dist/gdb6/bfd/cpu-powerpc.c: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/cmp2.cgs: file removal gnu/dist/gdb6/sim/ppc/hw_trace.c: file removal gnu/dist/gdb6/README: file removal gnu/dist/gdb6/bfd/coff-u68k.c: file removal gnu/dist/gdb6/readline/compat.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.cp/annota3.cc: file removal gnu/dist/gdb6/sim/iq2000/cpu.h: file removal gnu/dist/gdb6/sim/common/hw-alloc.h: file removal gnu/usr.bin/gdb6/bfd/arch/vax/bfd.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/bplr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/movsrpc.ms: file removal gnu/dist/gdb6/opcodes/iq2000-asm.c: file removal gnu/dist/gdb6/sim/ppc/emul_generic.h: file removal gnu/dist/gdb6/opcodes/sh-dis.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/mdunpackh.cgs: file removal gnu/dist/gdb6/bfd/vms.c: file removal gnu/dist/gdb6/sim/MAINTAINERS: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-indr-cl.exp: file removal gnu/dist/gdb6/include/gdb/sim-m32c.h: file removal gnu/dist/gdb6/gdb/version.h: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/asm/x6-v32.ms: file removal gnu/dist/gdb6/gdb/notify.defs: file removal gnu/usr.bin/gdb6/bfd/Makefile: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t07_ari3.s: file removal gnu/usr.bin/gdb6/libiberty/arch/x86_64/defs.mk: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/so-impl-ld.c: file removal gnu/dist/gdb6/sim/sh/configure.ac: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/nldubu.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/jmp.cgs: file removal gnu/dist/gdb6/sim/h8300/config.in: file removal gnu/dist/gdb6/libiberty/memset.c: file removal gnu/dist/gdb6/include/ChangeLog: file removal gnu/dist/gdb6/gdb/testsuite/gdb.threads/switch-threads.exp: file removal gnu/dist/gdb6/libiberty/vfork.c: file removal gnu/dist/gdb6/bfd/cpu-hppa.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fcbnolr.cgs: file removal gnu/dist/gdb6/sim/common/dv-core.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.disasm/t11_logs.exp: file removal gnu/dist/gdb6/gdb/dink32-rom.c: file removal gnu/dist/gdb6/gdb/mipsnbsd-tdep.c: file removal gnu/dist/gdb6/readline/history.c: file removal gnu/dist/gdb6/bfd/pei-ppc.c: file removal gnu/dist/gdb6/gdb/gdbserver/gdbreplay.c: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/thumb/ror.cgs: file removal gnu/dist/gdb6/opcodes/ChangeLog-2004: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/shreloc.exp: file removal gnu/dist/gdb6/bfd/sparclynx.c: file removal gnu/dist/gdb6/gdb/ChangeLog-2005: file removal gnu/dist/gdb6/gdb/sol-thread.c: file removal gnu/dist/gdb6/gdb/somread.c: file removal gnu/dist/gdb6/bfd/nlm64.c: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/subi.cgs: file removal gnu/dist/gdb6/gdb/p-valprint.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.trace/report.exp: file removal gnu/dist/gdb6/gdb/config/i386/tm-cygwin.h: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cldf.cgs: file removal gnu/dist/gdb6/sim/mips/m16e.igen: file removal gnu/dist/gdb6/include/coff/z8k.h: file removal gnu/dist/gdb6/gdb/testsuite/gdb.mi/gdb792.cc: file removal gnu/dist/gdb6/bfd/i386mach3.c: file removal gnu/dist/gdb6/gdb/sparcnbsd-nat.c: file removal gnu/dist/gdb6/sim/testsuite/sim/cris/hw/rv-n-cris/trivial2.ms: file removal gnu/dist/gdb6/bfd/po/da.po: file removal gnu/dist/gdb6/gdb/dwarf2-frame.c: file removal gnu/dist/gdb6/bfd/coff-z8k.c: file removal gnu/dist/gdb6/gdb/testsuite/config/cfdbug.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fr400/addss.cgs: file removal gnu/dist/gdb6/bfd/elf64-ppc.h: file removal gnu/dist/gdb6/bfd/aout-sparcle.c: file removal gnu/dist/gdb6/gdb/testsuite/gdb.base/gcore.exp: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/fbugelr.cgs: file removal gnu/dist/gdb6/sim/testsuite/sim/frv/cmqmachu.cgs: file removal gnu/dist/gdb6/sim/common/run.c: file removal gnu/dist/gdb6/bfd/doc/archive.texi: file removal gnu/dist/gdb6/sim/testsuite/sim/sh/movli.s: file removal gnu/dist/gdb6/sim/testsuite/sim/fr30/ret.cgs: file removal gnu/dist/gdb6/sim/igen/gen-semantics.c: file removal gnu/dist/gdb6/sim/ppc/hw_memory.c: file removal external/gpl3/gdb/lib/libbfd/arch/mipseb/bfd_stdint.h: revision 1.3 gnu/dist/gdb6/gdb/testsuite/gdb.arch/altivec-regs.exp: file removal gnu/dist/gdb6/bfd/xsym.h: file removal gnu/dist/gdb6/gdb/config/alpha/alpha-linux.mt: file removal gnu/usr.bin/gdb6/libiberty/arch/sh3eb/config.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wsra.cgs: file removal gnu/dist/gdb6/gdb/gregset.h: file removal gnu/dist/gdb6/include/elf/bfin.h: file removal gnu/dist/gdb6/sim/testsuite/sim/arm/iwmmxt/wmax.cgs: file removal Tidyup Bring across target kvm support for mips from gdb6. Supply MIPS_ZERO_REGNUM and MIPS_UNUSED_REGNUM (as zero). Idea stolen from mips-linux-tdep.c Typo in previous Re-run mknative for mips gdb 7.3.1 - not being used just yet. Switch mips to gdb 7.3.1 Remove GDB 6. Remove GDB 6.
|
1.696.2.3 | 17-Sep-2012 |
riz | Pull up following revision(s) (requested by spz in ticket #557): distrib/sets/lists/base/ad.mips64eb 1.94-1.95 via patch distrib/sets/lists/base/ad.mips64el 1.93-1.94 via patch distrib/sets/lists/base/md.amd64 1.169-1.170 via patch distrib/sets/lists/base/md.sparc64 1.159-1.160 via patch distrib/sets/lists/base/shl.mi 1.629,1.630,1.632 via patch distrib/sets/lists/comp/ad.mips64eb 1.81-1.82 via patch distrib/sets/lists/comp/ad.mips64el 1.821.83 via patch distrib/sets/lists/comp/md.amd64 1.168-1.169 via patch distrib/sets/lists/comp/md.sparc64 1.150-1.151 via patch distrib/sets/lists/comp/mi 1.1769 via patch distrib/sets/lists/comp/shl.mi 1.226-1.227 via patch distrib/sets/lists/tests/mi 1.477 via patch distrib/sets/sets.subr 1.137 via patch etc/Makefile 1.397 via patch share/man/man5/mk.conf.5 1.60 via patch share/mk/bsd.README 1.297 via patch share/mk/bsd.own.mk 1.700 via patch tests/crypto/libcrypto/Makefile patch tests/crypto/libcrypto/t_ciphers.sh 1.4 via patch tests/crypto/libcrypto/t_hashes.sh 1.2 via patch tests/crypto/libcrypto/idea/Makefile patch tests/crypto/libcrypto/mdc2/Makefile patch usr.sbin/racoon/Makefile 1.25 via patch
Clean up MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal, so that a tree with MKCRYPTO_RC5=yes actually builds. [spz, ticket #557]
The "iso" directory never made it into this file, but now that "iso" is "images", document it here for the edification of folks browsing the download directories. add crypto shared libraries mark idea and mdc2 libraries obsolete. remove mdc2 and idea handling MKCRYPTO_{IDEA,MDC2} is no more MKCRYPTO_IDEA is no more no more CRYPTO_{IDEA,MDC2} more MKCRYPTO_IDEA and MKCRYPTO_MDC2 removal (resp, adjustment to IDEA and MBC2 now always being included) MKCRYPTO_RC5 now builds shared libs, add the missing files to sets
|
1.696.2.2 | 17-May-2012 |
riz | branches: 1.696.2.2.2; Apply patches (requested by martin in ticket #153):
share/mk/bsd.own.mk patch share/mk/sys.mk patch external/gpl3/gdb/Makefile.inc patch external/gpl3/binutils/lib/libbfd/Makefile patch
Switch the vax port back to GCC 4.1. [martin, ticket #153]
|
1.696.2.1 | 18-Feb-2012 |
riz | Pull up following revision(s) (requested by joerg in ticket #5): share/mk/bsd.own.mk: revision 1.697 share/mk/bsd.README: revision 1.293 Derive MANINSTALL from MKCATPAGES and MKHTML.
|
1.696.2.2.2.4 | 30-Nov-2012 |
matt | Switch ARM to USE_COMPILERCRTSTUFF=no
|
1.696.2.2.2.3 | 20-Nov-2012 |
matt | When using binutils 2.16 with arm, add -D__HAVE_NO__THREADS to CPPFLAGS since that version bintuils doesn't support TLS for arm. XXX not sure if it supports TLS for anything.
|
1.696.2.2.2.2 | 20-Nov-2012 |
matt | Default to binutils 2.21
|
1.696.2.2.2.1 | 01-Nov-2012 |
matt | sync with netbsd-6-0-RELEASE.
|
1.706.2.4 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.706.2.3 | 23-Jun-2013 |
tls | resync from head
|
1.706.2.2 | 25-Feb-2013 |
tls | resync with head
|
1.706.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.737.2.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.796.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.829.2.10 | 12-Dec-2016 |
msaitoh | Pull up following revision(s) (requested by snj in ticket #1305): distrib/sets/lists/xbase/md.amd64: revision 1.15 via patch distrib/sets/lists/xbase/md.i386: revision 1.29 distrib/sets/lists/xcomp/md.amd64: revision 1.43 via patch distrib/sets/lists/xcomp/md.i386: revision 1.48 via patch distrib/sets/lists/xcomp/mi: revision 1.175 distrib/sets/lists/xdebug/md.amd64: revision 1.22 via patch distrib/sets/lists/xdebug/md.i386: revision 1.21 via patch distrib/sets/lists/xserver/md.amd64: revisions 1.85-1.87 distrib/sets/lists/xserver/md.i386: revision 1.103-1.105 external/mit/xorg/lib/Makefile: revision 1.36 external/mit/xorg/lib/gallium/Makefile: revision 1.8, 1.9 external/mit/xorg/lib/libdrm/drm/Makefile: revision 1.7 external/mit/xorg/lib/libdrm_nouveau/Makefile: revision 1.1 external/mit/xorg/lib/libdrm_nouveau/shlib_version: revision 1.1 external/mit/xorg/server/drivers/Makefile: revision 1.70 external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile: revisions 1.1, 1.2 via patch share/mk/bsd.own.mk: revision 1.875 via patch Build xf86-video-nouveau and libdrm_nouveau on x86.
|
1.829.2.9 | 26-Dec-2015 |
snj | branches: 1.829.2.9.2; Pull up following revision(s) (requested by joerg in ticket #1049): share/mk/bsd.own.mk: revision 1.881 distrib/sets/Makefile: revision 1.99 checkflist requires an egrep that honours multiple pattern options, so use ours. Fixes build on Solaris distributions. -- Don't set TOOL_GREP to something which doesn't exist, just use the host tool for now.
|
1.829.2.8 | 04-Jun-2015 |
snj | Pull up following revision(s) (requested by martin in ticket #823): share/mk/bsd.own.mk: revisions 1.852, 1.853 via patch distrib/sets/lists/base/ad.arm: revision 1.75 via patch distrib/sets/lists/debug/ad.arm: revisions 1.64, 1.65 via patch Fix setlists and enable MKCOMPAT for OABI on earm platforms.
|
1.829.2.7 | 07-May-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #736): distrib/sets/mkvars.mk: revision 1.17 distrib/sets/lists/base/mi: revision 1.1102 etc/mtree/NetBSD.dist.base: revision 1.144 share/mk/bsd.README: revision 1.341 share/mk/bsd.own.mk: revision 1.847 sys/dev/microcode/radeon/Makefile: revision 1.3 two changes to radeon drm firmware: - only install it by default on x86, set new MKRADEONFIRMWARE variable - install in /libdata, so that separate /usr systems work (this still doesn't solve PR#49811, which possibly could be handled by having them being a kernel module loaded by /boot.)
|
1.829.2.6 | 11-Apr-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #674): share/mk/bsd.own.mk: revision 1.845 remove support to look for GCC 4.5 in gcc.old.
|
1.829.2.5 | 09-Mar-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #575): distrib/sets/mkvars.mk: revision 1.16 distrib/sets/sets.subr: revision 1.163 distrib/sets/lists/xdebug/md.amd64: revision 1.11 distrib/sets/lists/xdebug/md.i386: revision 1.12 distrib/sets/lists/xserver/md.amd64: revision 1.76 distrib/sets/lists/xserver/md.i386: revision 1.95 external/mit/xorg/server/drivers/Makefile: revision 1.64 external/mit/xorg/server/drivers/xf86-video-radeon-kms/Makefile: revision 1.1 share/mk/bsd.README: revision 1.338 share/mk/bsd.own.mk: revision 1.844 add build framework to choose between xf86-video-ati 6.x (UMS/KMS) and 7.x (KMS only), and switch x86 to the latest (KMS only) version. (if someone can make x86 install both radeon_drv.so.[67] and leave the default symlink to .7, that would be nice. renaming it so that it's easier to choose via xorg.conf is a little more tricky..)
|
1.829.2.4 | 03-Mar-2015 |
snj | Pull up following revision(s) (requested by mrg in ticket #559): distrib/sets/lists/xdebug/md.amd64: revision 1.10 distrib/sets/lists/xdebug/md.i386: revision 1.11 distrib/sets/lists/xdebug/shl.mi: revision 1.18 via patch distrib/sets/lists/xserver/md.amd64: revision 1.75 distrib/sets/lists/xserver/md.i386: revision 1.94 distrib/sets/lists/xserver/mi: revision 1.35 distrib/sets/sets.subr: revision 1.162 external/mit/xorg/lib/Makefile: revision 1.31 external/mit/xorg/lib/dri7/Makefile: revision 1.1 external/mit/xorg/lib/dri7/dri.mk: revision 1.1 external/mit/xorg/lib/dri7/libglsl7.mk: revision 1.1 external/mit/xorg/lib/dri7/libmesa/Makefile: revision 1.1 external/mit/xorg/lib/dri7/libmesa7.mk: revision 1.1 external/mit/xorg/lib/dri7/r300/Makefile: revision 1.1 share/mk/bsd.own.mk: revision 1.841 sets.subr: support machine=<xxx>, machine_arch=<xxx>, machine_cpu=<xxx> tags. dri7: build Mesa 7 r300_dri.so for x86 platforms.
|
1.829.2.3 | 09-Feb-2015 |
snj | Apply patch (requested by chs in ticket #499): Switch powerpc64 and m68k to gcc 4.8.
|
1.829.2.2 | 02-Jan-2015 |
martin | Pull up following revision(s) (requested by mrg in ticket #371): share/mk/bsd.own.mk: revision 1.839 switch PPC to GCC 4.8.
|
1.829.2.1 | 23-Dec-2014 |
snj | Pull up following revision(s) (requested by mrg in ticket #342): share/mk/bsd.own.mk: revision 1.838 add X11SRCDIR entries for the new separated mesa components.
|
1.829.2.9.2.1 | 18-Jan-2017 |
skrll | Sync with netbsd-5
|
1.938.2.5 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.938.2.4 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.938.2.3 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.938.2.2 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.938.2.1 | 06-Aug-2016 |
pgoyette | Sync with HEAD
|
1.1002.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.1009.2.6 | 27-Jul-2018 |
martin | Pull up following revision(s) (requested by christos in ticket #944):
external/mit/xorg/tools/mkfontscale/Makefile: revision 1.13 share/mk/bsd.own.mk: revision 1.1066
- Fix groff reproducibility: - specify mdoc and font paths - clear encoding - specify pagesize on the command line
XXX: pullup-8
Use the fonts from our installed directory not the system when we are a tool! Martin found it.
XXX pullup-8
|
1.1009.2.5 | 12-Apr-2018 |
msaitoh | Pull up following revision(s) (requested by snj in ticket #744): doc/3RDPARTY: 1.1502 distrib/sets/lists/base/shl.mi: 1.829 distrib/sets/lists/debug/shl.mi: 1.191 external/bsd/unbound/Makefile.inc: up to 1.4 external/bsd/unbound/dist/.gitattributes: up to 1.1.1.1 external/bsd/unbound/dist/.gitignore: up to 1.1.1.2 external/bsd/unbound/dist/Makefile.in: up to 1.1.1.2 external/bsd/unbound/dist/ac_pkg_swig.m4: up to 1.1.1.2 external/bsd/unbound/dist/aclocal.m4: up to 1.1.1.2 external/bsd/unbound/dist/acx_nlnetlabs.m4: up to 1.1.1.2 external/bsd/unbound/dist/acx_python.m4: up to 1.1.1.2 external/bsd/unbound/dist/cachedb/cachedb.c: up to 1.1.1.2 external/bsd/unbound/dist/compat/arc4_lock.c: up to 1.1.1.2 external/bsd/unbound/dist/compat/arc4random.c: up to 1.1.1.2 external/bsd/unbound/dist/compat/ctime_r.c: up to 1.1.1.2 external/bsd/unbound/dist/compat/getentropy_linux.c: up to 1.1.1.2 external/bsd/unbound/dist/config.h.in: up to 1.1.1.2 external/bsd/unbound/dist/configure: up to 1.1.1.2 external/bsd/unbound/dist/configure.ac: up to 1.1.1.2 external/bsd/unbound/dist/contrib/README: up to 1.1.1.2 external/bsd/unbound/dist/contrib/aaaa-filter-iterator.patch: up to 1.1.1.2 external/bsd/unbound/dist/contrib/fastrpz.patch: up to 1.1.1.1 external/bsd/unbound/dist/contrib/libunbound.pc.in: up to 1.1.1.1 external/bsd/unbound/dist/contrib/parseunbound.pl: up to 1.1.1.2 external/bsd/unbound/dist/contrib/redirect-bogus.patch: up to 1.1.1.1 external/bsd/unbound/dist/contrib/unbound.service.in: up to 1.1.1.1 external/bsd/unbound/dist/contrib/unbound.socket.in: up to 1.1.1.1 external/bsd/unbound/dist/contrib/unbound_munin_: up to 1.1.1.2 external/bsd/unbound/dist/daemon/acl_list.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/acl_list.h: up to 1.1.1.2 external/bsd/unbound/dist/daemon/cachedump.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/daemon.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/daemon.h: up to 1.1.1.2 external/bsd/unbound/dist/daemon/remote.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/remote.h: up to 1.1.1.2 external/bsd/unbound/dist/daemon/stats.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/stats.h: up to 1.1.1.2 external/bsd/unbound/dist/daemon/unbound.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/worker.c: up to 1.1.1.2 external/bsd/unbound/dist/daemon/worker.h: up to 1.1.1.2 external/bsd/unbound/dist/dns64/dns64.c: up to 1.1.1.2 external/bsd/unbound/dist/dnscrypt/cert.h: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/dnscrypt.c: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/dnscrypt.h: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/dnscrypt.m4: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/dnscrypt_config.h.in: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/testdata/gencert.sh: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/testdata/keys1/public.key: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/testdata/keys1/secret.key: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/testdata/keys2/public.key: up to 1.1.1.1 external/bsd/unbound/dist/dnscrypt/testdata/keys2/secret.key: up to 1.1.1.1 external/bsd/unbound/dist/dnstap/dnstap.c: up to 1.1.1.2 external/bsd/unbound/dist/doc/CNAME-basedRedirectionDesignNotes.pdf: up to 1.1.1.1 external/bsd/unbound/dist/doc/Changelog: up to 1.1.1.2 external/bsd/unbound/dist/doc/IP-BasedActions.pdf: up to 1.1.1.1 external/bsd/unbound/dist/doc/README: up to 1.1.1.2 external/bsd/unbound/dist/doc/example.conf.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/libunbound.3.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/requirements.txt: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound-anchor.8.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound-checkconf.8.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound-control.8.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound-host.1.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound.8.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound.conf.5.in: up to 1.1.1.2 external/bsd/unbound/dist/doc/unbound.doxygen: up to 1.1.1.2 external/bsd/unbound/dist/edns-subnet/addrtree.c: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/addrtree.h: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/edns-subnet.c: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/edns-subnet.h: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/subnet-whitelist.c: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/subnet-whitelist.h: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/subnetmod.c: up to 1.1.1.1 external/bsd/unbound/dist/edns-subnet/subnetmod.h: up to 1.1.1.1 external/bsd/unbound/dist/ipsecmod/ipsecmod-whitelist.c: up to 1.1.1.1 external/bsd/unbound/dist/ipsecmod/ipsecmod-whitelist.h: up to 1.1.1.1 external/bsd/unbound/dist/ipsecmod/ipsecmod.c: up to 1.1.1.1 external/bsd/unbound/dist/ipsecmod/ipsecmod.h: up to 1.1.1.1 external/bsd/unbound/dist/iterator/iter_delegpt.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_delegpt.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_donotq.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_fwd.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_fwd.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_hints.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_hints.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_priv.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_scrub.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_utils.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_utils.h: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iterator.c: up to 1.1.1.2 external/bsd/unbound/dist/iterator/iterator.h: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/context.c: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/context.h: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/libunbound.c: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/libworker.c: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/libworker.h: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/conf.py: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example1a.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example1b.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example2.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example3.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example4.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example5.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example6.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example7.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/example8.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/examples/index.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/install.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/python/doc/intro.rst: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/unbound-event.h: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/unbound.h: up to 1.1.1.2 external/bsd/unbound/dist/libunbound/worker.h: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/conf.py: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example0-1.py: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example0.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example1.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example2.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example3.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example4.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example5.rst: up to 1.1.1.1 external/bsd/unbound/dist/pythonmod/doc/examples/example6.rst: up to 1.1.1.1 external/bsd/unbound/dist/pythonmod/doc/examples/index.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/install.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/modules/functions.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/modules/struct.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/usecase.rst: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/examples/edns.py: up to 1.1.1.1 external/bsd/unbound/dist/pythonmod/examples/inplace_callbacks.py: up to 1.1.1.1 external/bsd/unbound/dist/pythonmod/interface.i: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/pythonmod.c: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/pythonmod.h: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/pythonmod_utils.c: up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/test-edns.conf: up to 1.1.1.1 external/bsd/unbound/dist/pythonmod/test-inplace_callbacks.conf: up to 1.1.1.1 external/bsd/unbound/dist/respip/respip.c: up to 1.1.1.1 external/bsd/unbound/dist/respip/respip.h: up to 1.1.1.1 external/bsd/unbound/dist/services/authzone.c: up to 1.1.1.1 external/bsd/unbound/dist/services/authzone.h: up to 1.1.1.1 external/bsd/unbound/dist/services/cache/dns.c: up to 1.1.1.2 external/bsd/unbound/dist/services/cache/dns.h: up to 1.1.1.2 external/bsd/unbound/dist/services/cache/infra.c: up to 1.1.1.2 external/bsd/unbound/dist/services/cache/infra.h: up to 1.1.1.2 external/bsd/unbound/dist/services/cache/rrset.c: up to 1.1.1.2 external/bsd/unbound/dist/services/cache/rrset.h: up to 1.1.1.2 external/bsd/unbound/dist/services/listen_dnsport.c: up to 1.1.1.2 external/bsd/unbound/dist/services/listen_dnsport.h: up to 1.1.1.2 external/bsd/unbound/dist/services/localzone.c: up to 1.1.1.2 external/bsd/unbound/dist/services/localzone.h: up to 1.1.1.2 external/bsd/unbound/dist/services/mesh.c: up to 1.1.1.2 external/bsd/unbound/dist/services/mesh.h: up to 1.1.1.2 external/bsd/unbound/dist/services/modstack.c: up to 1.1.1.2 external/bsd/unbound/dist/services/modstack.h: up to 1.1.1.2 external/bsd/unbound/dist/services/outside_network.c: up to 1.1.1.2 external/bsd/unbound/dist/services/outside_network.h: up to 1.1.1.2 external/bsd/unbound/dist/services/view.c: up to 1.1.1.1 external/bsd/unbound/dist/services/view.h: up to 1.1.1.1 external/bsd/unbound/dist/sldns/keyraw.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/keyraw.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/parse.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/parse.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/parseutil.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/parseutil.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/rrdef.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/rrdef.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/sbuffer.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/sbuffer.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/str2wire.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/str2wire.h: up to 1.1.1.2 external/bsd/unbound/dist/sldns/wire2str.c: up to 1.1.1.2 external/bsd/unbound/dist/sldns/wire2str.h: up to 1.1.1.2 external/bsd/unbound/dist/smallapp/unbound-anchor.c: up to 1.1.1.2 external/bsd/unbound/dist/smallapp/unbound-checkconf.c: up to 1.1.1.2 external/bsd/unbound/dist/smallapp/unbound-control.c: up to 1.1.1.2 external/bsd/unbound/dist/smallapp/unbound-host.c: up to 1.1.1.2 external/bsd/unbound/dist/smallapp/worker_cb.c: up to 1.1.1.2 external/bsd/unbound/dist/systemd.m4: up to 1.1.1.1 external/bsd/unbound/dist/testcode/asynclook.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/checklocks.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/checklocks.h: up to 1.1.1.2 external/bsd/unbound/dist/testcode/do-tests.sh: up to 1.1.1.2 external/bsd/unbound/dist/testcode/fake_event.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/lock_verify.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/memstats.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/mini_tdir.sh: up to 1.1.1.1 external/bsd/unbound/dist/testcode/perf.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/petal.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/replay.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/replay.h: up to 1.1.1.2 external/bsd/unbound/dist/testcode/run_vm.sh: up to 1.1.1.2 external/bsd/unbound/dist/testcode/signit.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/streamtcp.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/testbound.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/testpkts.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/testpkts.h: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitauth.c: up to 1.1.1.1 external/bsd/unbound/dist/testcode/unitecs.c: up to 1.1.1.1 external/bsd/unbound/dist/testcode/unitlruhash.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitmain.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitmain.h: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitneg.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitslabhash.c: up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitverify.c: up to 1.1.1.2 external/bsd/unbound/dist/testdata/00-lint.tdir/00-lint.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/00-lint.tdir/00-lint.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/00-lint.tpkg delete external/bsd/unbound/dist/testdata/01-doc.tdir/01-doc.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/01-doc.tdir/01-doc.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/01-doc.tpkg delete external/bsd/unbound/dist/testdata/02-unittest.tdir/02-unittest.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/02-unittest.tdir/02-unittest.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/02-unittest.tpkg delete external/bsd/unbound/dist/testdata/03-testbound.tdir/03-testbound.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/03-testbound.tdir/03-testbound.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/03-testbound.tpkg delete external/bsd/unbound/dist/testdata/04-checkconf.tdir/04-checkconf.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/04-checkconf.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.badfwd: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.badif: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.badip: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.bind: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.user: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.all: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.ifport: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/good.include: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/warn.algo: up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tpkg delete external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.hosts: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tdir/05-asynclook.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/05-asynclook.tpkg delete external/bsd/unbound/dist/testdata/06-ianaports.tdir/06-ianaports.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/06-ianaports.tdir/06-ianaports.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/06-ianaports.tpkg delete external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/07-confroot.tpkg delete external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.hosts: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/08-host-lib.tpkg delete external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/bad_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_data: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_data_remove: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_zones: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/local_zones_remove: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tpkg delete external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/10-unbound-anchor.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/bad.p7s: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/bad.xml: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/no_more_keys.p7s: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/no_more_keys.xml: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/root.p7s: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/127.0.0.1/root.xml: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/K.+005+37348.ds: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/K.+005+37348.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/K.+005+37348.private: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/test_cert.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/test_cert.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound-control-setup: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/keys/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/petal.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/petal.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/signit: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/test_cert.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tdir/test_cert.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/10-unbound-anchor.tpkg delete external/bsd/unbound/dist/testdata/autotrust_10key.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_2exceed.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_early.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_nosign.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_nosignnew.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_once.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_addpend_twice.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_fail.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_failsig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_legacy.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_sigs.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_zsk.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_missing.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_missing_all.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_missing_returns.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_probefail.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_probefailsig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_revoked_use.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_revoked_with_invalid.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_revtp.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_revtp_read.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_revtp_use.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_rollalgo.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_rollalgo_unknown.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_rollover.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_valid_use.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_data.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_dnskey.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_ds_entry.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_ent.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_key_entry.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_prime.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/black_prime_entry.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/chaos_trustanchor.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/common.sh: up to 1.1.1.2 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/bad_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/bad_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/bad_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/bad_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/ctrl_itr.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_itr.tpkg delete external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._bad_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._bad_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._bad_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._bad_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._ctrl_pipe.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/._unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/bad_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/bad_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/bad_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/bad_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/ctrl_pipe.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ctrl_pipe.tpkg delete external/bsd/unbound/dist/testdata/dlv_anchor.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_ask_higher.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_below_ta.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_delegation.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_ds_lookup.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_insecure.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_insecure_negcache.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_keyretry.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_negnx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_optout.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_remove.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_remove_empty.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_remove_nodel.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_remove_pos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dlv_unused.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/1.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/1.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/1_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/1_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/2.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/2.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/2_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/2_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/precheck.sh: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/1.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/1.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/1_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/1_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/2.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/2.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/2_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/2_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/precheck.sh: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/1.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/1.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/1_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/1_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/2.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/2.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/2_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/2_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries.tdir/dnscrypt_queries.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/1.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/1_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/1_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/2.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/2_chacha.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/2_salsa.cert: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/dnscrypt_queries_chacha.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/dnscrypt_queries_chacha.tdir/precheck.sh: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.stub1: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.stub2: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tdir/edns_cache.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_cache.tpkg delete external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tdir/edns_lame.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_lame.tpkg delete external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ancil.tpkg delete external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/fwd_bogus.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_bogus.tpkg delete external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tdir/fwd_capsid.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid.tpkg delete external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tdir/fwd_capsid_fallback.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_fallback.tpkg delete external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tdir/fwd_capsid_strip.testns2: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_strip.tpkg delete external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tdir/fwd_capsid_white.testns2: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_capsid_white.tpkg delete external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.good: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tdir/fwd_compress_c00c.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_compress_c00c.tpkg delete external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tdir/fwd_edns_bksec.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_bksec.tpkg delete external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tdir/fwd_edns_probe.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_edns_probe.tpkg delete external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_malformed.tdir/fwd_malformed.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tdir/fwd_no_edns.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_no_edns.tpkg delete external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tdir/fwd_oneport.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_oneport.tpkg delete external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tdir/fwd_tcp.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp.tpkg delete external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tdir/fwd_tcp_tc.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc.tpkg delete external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tdir/fwd_tcp_tc6.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_tcp_tc6.tpkg delete external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tdir/fwd_three.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three.tpkg delete external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tdir/fwd_three_service.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_three_service.tpkg delete external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tdir/fwd_ttlexpire.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_ttlexpire.tpkg delete external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tdir/fwd_udp.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udp.tpkg delete external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/fwd_udptmout.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_udptmout.tpkg delete external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/fwd_waitudp.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_waitudp.tpkg delete external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tdir/fwd_zero.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/fwd_zero.tpkg delete external/bsd/unbound/dist/testdata/fwddlv_parse.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.hosts: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tdir/hostsfileosx.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/hostsfileosx.tpkg delete external/bsd/unbound/dist/testdata/ipsecmod_bogus_ipseckey.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_enabled.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_hook.sh: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_ignore_bogus_ipseckey.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_max_ttl.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_strict.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/ipsecmod_whitelist.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_class_any.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dname_insec.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_dname_yx.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_dnsseclame_bug.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dnsseclame_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dnsseclame_ds_ok.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dnsseclame_ta.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dnsseclame_ta_ok.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_emptydp.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_emptydp_for_glue.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_primenoglue.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_resolve_minimised.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_resolve_minimised_nx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_resolve_minimised_refused.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_resolve_minimised_timeout.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_scrub_dname_rev.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_scrub_dname_sec.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_stub_leak.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_acl_override.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_acl_taglist.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_acl_taglist_action.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_cname.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_ds.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tdir/local_nodefault.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nodefault.tpkg delete external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tdir/local_norec.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_norec.tpkg delete external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tdir/local_nosnoop.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/local_nosnoop.tpkg delete external/bsd/unbound/dist/testdata/net_signed_servfail.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/nomem_cnametopos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/nss_compile.tdir/nss_compile.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/nss_compile.tdir/nss_compile.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/nss_compile.tpkg delete external/bsd/unbound/dist/testdata/pylib.tdir/pylib.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.lookup.py: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.py: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pylib.tpkg delete external/bsd/unbound/dist/testdata/pymod.tdir/pymod.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.py: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod.tpkg delete external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.py: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/pymod_thread.tpkg delete external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/bad_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/remote-threaded.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/remote-threaded.tpkg delete external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_anchor.tpkg delete external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_hints.tpkg delete external/bsd/unbound/dist/testdata/speed_cache.tdir/makeqs.c: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/makeqs.sh: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tdir/speed_cache.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_cache.tpkg delete external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/speed_local.tpkg delete external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tdir/stat_timer.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_timer.tpkg delete external/bsd/unbound/dist/testdata/stop_nxdomain.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/stop_nxdomain_minimised.rpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.clie.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.serv.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_control.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_control.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_server.key: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tdir/unbound_server.pem: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_ssl.tpkg delete external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tdir/stream_tcp.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stream_tcp.tpkg delete external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tdir/stub_udp.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp.tpkg delete external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tdir/stub_udp6.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_udp6.tpkg delete external/bsd/unbound/dist/testdata/subnet_cached.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_derived.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_format_ip4.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_max_source.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_not_whitelisted.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_val_positive.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_val_positive_client.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_without_validator.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.conf: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.dsc: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.post: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.pre: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.test: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tdir/tcp_sigpipe.testns: up to 1.1.1.1 external/bsd/unbound/dist/testdata/tcp_sigpipe.tpkg delete external/bsd/unbound/dist/testdata/test_ldnsrr.5: up to 1.1.1.2 external/bsd/unbound/dist/testdata/test_ldnsrr.c5: up to 1.1.1.2 external/bsd/unbound/dist/testdata/test_sigs.ed25519: up to 1.1.1.1 external/bsd/unbound/dist/testdata/val_adbit.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_adcopy.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_anchor_nx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_anchor_nx_nosig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ans_dsent.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ans_nx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_any.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_any_cname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_any_dname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cname_loop1.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cname_loop2.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cname_loop3.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnameinsectopos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnamenx_dblnsec.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnamenx_rcodenx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnameqtype.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametocloser.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametocloser_nosig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametocnamewctoposwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametodname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametodnametocnametopos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametoinsecure.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametonodata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametonodata_nonsec.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametonsec.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametonx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametooptin.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametooptout.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametopos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametoposnowc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnametoposwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnamewctonodata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnamewctonx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_cnamewctoposwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_deleg_nons.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_dnametoolong.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_dnametopos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_dnametoposwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_dnamewc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_afterprime.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_cname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_cnamesub.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_gost.crpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_gost_downgrade.crpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_sha2.crpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_sha2_downgrade.crpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ds_sha2_lenient.crpl: up to 1.1.1.1 external/bsd/unbound/dist/testdata/val_dsnsec.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_entds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_faildnskey.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_faildnskey_ok.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_fwdds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_keyprefetch.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_keyprefetch_verify.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_mal_wc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_negcache_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_negcache_dssoa.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_noadwhennodo.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_ent.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_entnx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_entwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_failsig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_hasdata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodata_zonecut.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodatawc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodatawc_badce.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodatawc_nodeny.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nodatawc_one.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nokeyprime.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b1_nameerror.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b1_nameerror_noce.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b1_nameerror_nonc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b1_nameerror_nowc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b21_nodataent.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b21_nodataent_wr.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b2_nodata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b2_nodata_nons.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_negcache.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_noce.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b3_optout_nonc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b4_wild.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b4_wild_wr.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_noce.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_nonc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_b5_wcnodata_nowc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_cname_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_cname_par.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_cname_sub.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_cnametocnamewctoposwc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_entnodata_optout.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_entnodata_optout_badopt.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_entnodata_optout_match.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_iter_high.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nodatawccname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nods.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nods_badopt.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nods_badsig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nods_negcache.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_nods_soa.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_optout_ad.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_optout_cache.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_wcany.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nsec3_wcany_nodeny.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx_nodeny.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx_nowc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx_nsec3_collision.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx_nsec3_params.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_nx_overreach.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_pos_truncns.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_positive.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_positive_nosigs.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_positive_wc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_positive_wc_nodeny.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_qds_badanc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_qds_oneanc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_qds_twoanc.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_refer_unsignadd.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_referd.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_referglue.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_rrsig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_secds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_secds_nosig.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_spurious_ns.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_stub_noroot.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_stubds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ta_algo_dnskey.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ta_algo_dnskey_dp.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ta_algo_missing.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_ta_algo_missing_dp.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_twocname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unalgo_anchor.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unalgo_dlv.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unalgo_ds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unsec_cname.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unsecds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unsecds_negcache.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_unsecds_qtypeds.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/val_wild_pos.rpl: up to 1.1.1.2 external/bsd/unbound/dist/testdata/views.rpl: up to 1.1.1.1 external/bsd/unbound/dist/util/alloc.c: up to 1.1.1.2 external/bsd/unbound/dist/util/alloc.h: up to 1.1.1.2 external/bsd/unbound/dist/util/config_file.c: up to 1.1.1.2 external/bsd/unbound/dist/util/config_file.h: up to 1.1.1.2 external/bsd/unbound/dist/util/configlexer.c: up to 1.1.1.2 external/bsd/unbound/dist/util/configlexer.lex: up to 1.1.1.2 external/bsd/unbound/dist/util/configparser.c: up to 1.1.1.2 external/bsd/unbound/dist/util/configparser.h: up to 1.1.1.2 external/bsd/unbound/dist/util/configparser.y: up to 1.1.1.2 external/bsd/unbound/dist/util/data/dname.c: up to 1.1.1.2 external/bsd/unbound/dist/util/data/dname.h: up to 1.1.1.2 external/bsd/unbound/dist/util/data/msgencode.c: up to 1.1.1.2 external/bsd/unbound/dist/util/data/msgparse.c: up to 1.1.1.2 external/bsd/unbound/dist/util/data/msgparse.h: up to 1.1.1.2 external/bsd/unbound/dist/util/data/msgreply.c: up to 1.1.1.2 external/bsd/unbound/dist/util/data/msgreply.h: up to 1.1.1.2 external/bsd/unbound/dist/util/data/packed_rrset.c: up to 1.1.1.2 external/bsd/unbound/dist/util/data/packed_rrset.h: up to 1.1.1.2 external/bsd/unbound/dist/util/fptr_wlist.c: up to 1.1.1.2 external/bsd/unbound/dist/util/fptr_wlist.h: up to 1.1.1.2 external/bsd/unbound/dist/util/iana_ports.inc: up to 1.1.1.2 external/bsd/unbound/dist/util/locks.c: up to 1.1.1.2 external/bsd/unbound/dist/util/locks.h: up to 1.1.1.2 external/bsd/unbound/dist/util/log.c: up to 1.1.1.2 external/bsd/unbound/dist/util/mini_event.c: up to 1.1.1.2 external/bsd/unbound/dist/util/mini_event.h: up to 1.1.1.2 external/bsd/unbound/dist/util/module.c: up to 1.1.1.2 external/bsd/unbound/dist/util/module.h: up to 1.1.1.2 external/bsd/unbound/dist/util/net_help.c: up to 1.1.1.2 external/bsd/unbound/dist/util/net_help.h: up to 1.1.1.2 external/bsd/unbound/dist/util/netevent.c: up to 1.1.1.2 external/bsd/unbound/dist/util/netevent.h: up to 1.1.1.2 external/bsd/unbound/dist/util/rbtree.c: up to 1.1.1.2 external/bsd/unbound/dist/util/rbtree.h: up to 1.1.1.2 external/bsd/unbound/dist/util/shm_side/shm_main.c: up to 1.1.1.1 external/bsd/unbound/dist/util/shm_side/shm_main.h: up to 1.1.1.1 external/bsd/unbound/dist/util/storage/dnstree.c: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/dnstree.h: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/lookup3.c: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/lruhash.c: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/lruhash.h: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/slabhash.c: up to 1.1.1.2 external/bsd/unbound/dist/util/storage/slabhash.h: up to 1.1.1.2 external/bsd/unbound/dist/util/timehist.c: up to 1.1.1.2 external/bsd/unbound/dist/util/timehist.h: up to 1.1.1.2 external/bsd/unbound/dist/util/tube.c: up to 1.1.1.2 external/bsd/unbound/dist/util/tube.h: up to 1.1.1.2 external/bsd/unbound/dist/util/ub_event.c: up to 1.1.1.2 external/bsd/unbound/dist/util/ub_event.h: up to 1.1.1.2 external/bsd/unbound/dist/util/ub_event_pluggable.c: up to 1.1.1.2 external/bsd/unbound/dist/util/winsock_event.c: up to 1.1.1.2 external/bsd/unbound/dist/util/winsock_event.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/autotrust.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/autotrust.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_anchor.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_anchor.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_neg.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_neg.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_nsec.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_nsec.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_nsec3.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_nsec3.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_secalgo.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_sigcrypt.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_sigcrypt.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_utils.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/val_utils.h: up to 1.1.1.2 external/bsd/unbound/dist/validator/validator.c: up to 1.1.1.2 external/bsd/unbound/dist/validator/validator.h: up to 1.1.1.2 external/bsd/unbound/dist/winrc/setup.nsi: up to 1.1.1.2 external/bsd/unbound/dist/winrc/unbound-control-setup.cmd: up to 1.1.1.2 external/bsd/unbound/dist/winrc/w_inst.c: up to 1.1.1.2 external/bsd/unbound/dist/winrc/win_svc.c: up to 1.1.1.2 external/bsd/unbound/etc/rc.d/unbound: up to 1.2 external/bsd/unbound/include/config-1.0.h: up to 1.2 external/bsd/unbound/include/config-1.1.h: up to 1.2 external/bsd/unbound/include/config.h: up to 1.4 external/bsd/unbound/include/dnscrypt/dnscrypt_config.h: up to 1.1 external/bsd/unbound/lib/libunbound/Makefile: up to 1.3 external/bsd/unbound/lib/libunbound/shlib_version: up to 1.2 external/bsd/unbound/sbin/Makefile.inc: up to 1.4 share/mk/bsd.own.mk: patch Update unbound to 1.6.8.
|
1.1009.2.4 | 20-Mar-2018 |
bouyer | Pull up following revision(s) (requested by martin in ticket #647): share/mk/bsd.own.mk: revision 1.1051 Don't barf if the ctf tools are not installed. [perhaps warn?]
|
1.1009.2.3 | 27-Nov-2017 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #394): share/mk/bsd.own.mk: revision 1.1014 share/mk/bsd.own.mk: revision 1.1015 share/mk/bsd.own.mk: revision 1.1017 swtich luna68k to xorg-server 1.18. tested by tsutsui@. Switch dreamcast to HAVE_XORG_SERVER_VER=118. It just works. Switch hp300 to HAVE_XORG_SERVER_VER=118. Tested on HP 9000/425t with HP98550 catseye (topcat).
|
1.1009.2.2 | 29-Aug-2017 |
bouyer | Pull up following revision(s) (requested by joerg in ticket #240): external/gpl3/binutils/dist/gas/config/tc-mips.h: revision 1.7 external/gpl3/gcc/dist/gcc/configure: revision 1.16 external/gpl3/gcc/dist/gcc/varasm.c: revision 1.2 external/gpl3/gcc/dist/gcc/varasm.c: revision 1.3 external/gpl3/gcc/dist/gcc/config/mips/netbsd.h: revision 1.10 lib/csu/arch/mips/crtend.S: revision 1.4 share/mk/bsd.own.mk: revision 1.1011 lib/csu/common/crtbegin.c: revision 1.14 external/gpl3/binutils/dist/bfd/elfxx-mips.c: revision 1.11 external/gpl3/gcc/dist/gcc/configure.ac: revision 1.14 external/gpl3/binutils/dist/bfd/elfxx-sparc.c: revision 1.12 external/gpl3/gcc/dist/gcc/config/arm/arm.h: revision 1.14 Create references as absolute pointers internally for .cfi*. Do not warn for anonymous relocations in read-only .eh_frame, they will be turned into relative entries afterwards. A const declaration with explicit section attribute should create a read-only section, whether it is initialized or not. Use read-only .eh_frame. Detect advance_loc support with readelf, not objdump. The latter is broken in some situations before binutils 2.28. .eh_frame should be read-only on MIPS too. Build PIC libs on MIPS and PPC64. While the normal calling convention is position-independent, real PIC defaults to Global Dynamic as TLS model, while non-PIC and PIE code can use more restrictive models like Initial Exec. This is most visible with the thread_local destructor code now using TLS in libc as it would be clobbered by any other shared library with TLS due to static offset assignment by ld. Fix encoding of LSDA entries. .eh_frame references in non-PIC mode can use plain pointers. For PIC, any references to global objects must be indirect, but the .eh_frame entries themselve should be pcrel. One more missing check for DECL_INITIAL being non-NULL. TLS relocations for PIE and non-PIE main executable work the same, so apply the same relaxation rules and the same static binding rules.
|
1.1009.2.1 | 18-Jul-2017 |
snj | Pull up following revision(s) (requested by jmcneill in ticket #114): distrib/sets/lists/comp/mi: revision 1.2139 distrib/sets/lists/debug/mi: revision 1.217 distrib/sets/mkvars.mk: revision 1.32 external/gpl2/Makefile: revision 1.14 share/mk/bsd.own.mk: revision 1.1010 tools/Makefile: revisions 1.188, 1.189 tools/dtc/Makefile: revisions 1.1, 1.2 tools/libfdt/Makefile: revisions 1.1, 1.2 Add libfdt -- New libfdt location -- tools build glue. -- Add dtc -- add MKDTC -- Add dtc -- add DTC -- add DTC -- No need to set dtc twice. -- Update for new libfdt location
|
1.1046.2.16 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.1046.2.15 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.1046.2.14 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.1046.2.13 | 26-Nov-2018 |
pgoyette | Sync with HEAD, resolve a couple of conflicts
|
1.1046.2.12 | 20-Oct-2018 |
pgoyette | Sync with head
|
1.1046.2.11 | 30-Sep-2018 |
pgoyette | Ssync with HEAD
|
1.1046.2.10 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.1046.2.9 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.1046.2.8 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.1046.2.7 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.1046.2.6 | 02-May-2018 |
pgoyette | Synch with HEAD
|
1.1046.2.5 | 22-Apr-2018 |
pgoyette | Sync with HEAD
|
1.1046.2.4 | 16-Apr-2018 |
pgoyette | Sync with HEAD, resolve some conflicts
|
1.1046.2.3 | 07-Apr-2018 |
pgoyette | Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
|
1.1046.2.2 | 22-Mar-2018 |
pgoyette | Synch with HEAD, resolve conflicts
|
1.1046.2.1 | 15-Mar-2018 |
pgoyette | Synch with HEAD
|
1.1066.2.3 | 21-Apr-2020 |
martin | Sync with HEAD
|
1.1066.2.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1066.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1149.2.8 | 18-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1834):
share/mk/bsd.own.mk: revision 1.1177
ZFS works fine on my v210, so let's enable it for sparc64
|
1.1149.2.7 | 18-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #655):
sys/modules/Makefile: revision 1.285 share/mk/bsd.own.mk: revision 1.1365 share/mk/bsd.own.mk: revision 1.1366 sys/arch/aarch64/include/sljit_machdep.h: revision 1.4 sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c: revision 1.5 (all via patch)
sljit: Pacify -Wsign-compare.
If these sizes are negative, we're probably in trouble anyway, so assert nonnegative here. Needed to resolve PR 58103.
bsd.own.mk: Enable MKLSJIT on aarch64.
Make sure there's only one copy of the conditional, in bsd.own.mk; just make sys/modules/Makefile conditional on MKSLJIT so we don't have to keep these in sync.
As a workaround for PR 58106, tweak the conditional definition of SLJIT_CACHE_FLUSH to use cpu_icache_sync_range only in _HARDKERNEL, and use __builtin___clear_cache in userland and in rump kernels.
PR 58103: bpfjit.kmod is not built on aarch64 bsd.own.mk: No need for MKSLJIT to be set differently from others. - Use ?=, not =, so mk.conf setting wins. - Write out per-architecture tabular settings, not a conditional. - Add comments for the architectures that look like they should have sljit but don't. (XXX Missing comments about powerpc and mips -- not sure why, is this because modules don't yet work on those architectures, or what?)
Tidying for PR 58103: bpfjit.kmod is not built on aarch64.
|
1.1149.2.6 | 04-Feb-2021 |
martin | Fix editor mishap in previous merge
|
1.1149.2.5 | 04-Feb-2021 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #1193):
share/mk/bsd.own.mk: revision 1.1229
Switch alpha to USE_XZ_SETS=no, i.e. using gzip for installation sets.
Ok'ed by martin@ in PR/55751. Maybe worth to pullup to netbsd-9.
|
1.1149.2.4 | 14-Aug-2020 |
martin | Pull up following revision(s) (requested by mrg in ticket #1049):
tools/gcc/mknative-gcc: revision 1.104 tools/gcc/mknative-gcc: revision 1.105 tools/gcc/gcc-version.mk: revision 1.19 share/mk/bsd.own.mk: revision 1.1203 tools/gcc/Makefile: revision 1.98 tools/gcc/mknative-gcc.old: revision 1.7 tools/gcc/mknative-gcc.old: revision 1.8
First pass at mknative for GCC 7.5.0
|
1.1149.2.3 | 09-Dec-2019 |
martin | Pull up following revision(s) (requested by jmcneill in ticket #525):
external/cddl/osnet/dev/dtrace/aarch64/dtrace_isa.c: revision 1.1 distrib/sets/lists/modules/md.i386: revision 1.83 share/mk/bsd.own.mk: revision 1.1168 usr.bin/mkubootimage/mkubootimage.c: revision 1.25 sys/modules/dtrace/Makefile: revision 1.7 usr.bin/mkubootimage/mkubootimage.c: revision 1.26 sys/modules/dtrace/Makefile: revision 1.8 external/cddl/osnet/dist/lib/libdtrace/aarch64/dt_isadep.c: revision 1.2 distrib/sets/lists/modules/mi: revision 1.128 sys/arch/aarch64/include/frame.h: revision 1.3 sys/arch/evbarm/conf/mk.generic64: revision 1.4 external/cddl/osnet/dist/lib/libdtrace/common/dt_link.c: revision 1.12 sys/modules/cyclic/Makefile: revision 1.4 sys/arch/aarch64/conf/Makefile.aarch64: revision 1.16 external/cddl/osnet/dev/dtrace/aarch64/dtrace_subr.c: revision 1.1 sys/arch/aarch64/aarch64/start.S: revision 1.3 sys/arch/aarch64/aarch64/trap.c: revision 1.22 external/cddl/osnet/dev/fbt/aarch64/fbt_isa.c: revision 1.1 external/cddl/osnet/dev/dtrace/aarch64/dtrace_asm.S: revision 1.1 external/cddl/osnet/dev/fbt/aarch64/fbt_isa.h: revision 1.1 external/cddl/osnet/dev/dtrace/aarch64/regset.h: revision 1.1 external/cddl/osnet/lib/libdtrace/Makefile: revision 1.26 distrib/sets/lists/modules/md.amd64: revision 1.82 usr.bin/mkubootimage/mkubootimage.1: revision 1.13 distrib/sets/lists/modules/ad.arm: revision 1.14
Add KDTRACE_HOOKS support.
Define lwp_trapframe() macro
dtrace: add support for aarch64
Add syscall_linux back for other arm architectures (accidently removed in previous)
Add -u flag for updating headers in place.
Fix alignment of .text section by changing load address to 0xffffffc000000000 and adding 64 bytes of padding before the entry point.
Update arm64 image header in place
Move dtrace_syscall_linux out of mi set list
Enable DTrace on aarch64
Fix signed/unsigned comparison
|
1.1149.2.2 | 08-Dec-2019 |
martin | Pull up following revision(s) (requested by jmcneill in ticket #515):
external/cddl/osnet/dist/uts/common/fs/zfs/arc.c: revision 1.15 share/mk/bsd.own.mk: revision 1.1167 external/cddl/osnet/dist/uts/common/os/fm.c: revision 1.2
Provide a default ptob() implementation Need sys/atomic.h on NetBSD Enable ZFS support on aarch64
|
1.1149.2.1 | 01-Sep-2019 |
martin | Pull up following revision(s) (requested by gson in ticket #124):
share/mk/bsd.own.mk: revision 1.1150
Don't install PIC libraries by default because they are too big since they contain debug symbols. I supplied a patch in PR/54449 to remove the debugging symbols but folks preferred to not install them at all.
|
1.1247.2.1 | 31-May-2021 |
cjep | sync with head
|
1.1255.2.1 | 06-Jun-2021 |
cjep | sync with head
|
1.1289.2.5 | 03-Jul-2024 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #733):
external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.6 distrib/cdrom/Makefile: revision 1.55 distrib/cdrom/macppc_installboot/Makefile: revision 1.12 external/gpl2/mkhybrid/dist/getopt.c: revision 1.2 external/gpl2/mkhybrid/dist/libfile/LEGAL.NOTICE: revision 1.1 external/gpl2/mkhybrid/dist/write.c: revision 1.1 distrib/cdrom/Makefile: revision 1.56 distrib/cdrom/macppc_installboot/Makefile: revision 1.13 distrib/cdrom/macppc_installboot/installboot.c: revision 1.6 external/gpl2/mkhybrid/dist/getopt.c: revision 1.3 external/gpl2/mkhybrid/dist/write.c: revision 1.2 external/gpl2/mkhybrid/dist/libhfs_iso/data.h: revision 1.1 distrib/cdrom/Makefile: revision 1.57 distrib/cdrom/macppc_installboot/Makefile: revision 1.14 distrib/cdrom/macppc_installboot/installboot.c: revision 1.7 tools/Makefile: revision 1.221 tools/Makefile: revision 1.222 external/gpl2/mkhybrid/dist/libhfs_iso/file.h: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/README: revision 1.1 distrib/macppc/Makefile: revision 1.18 external/gpl2/mkhybrid/dist/TODO: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/block.h: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/record.c: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/hfs.c: revision 1.1 external/gpl2/mkhybrid/dist/match.c: revision 1.1 external/gpl2/mkhybrid/dist/libfile/softmagic.c: revision 1.1 external/gpl2/mkhybrid/dist/match.c: revision 1.2 external/gpl2/mkhybrid/dist/libfile/softmagic.c: revision 1.2 external/gpl2/mkhybrid/dist/volume.c: revision 1.1 external/gpl2/mkhybrid/dist/volume.c: revision 1.2 external/gpl2/mkhybrid/dist/libhfs_iso/internal.h: revision 1.1 external/gpl2/mkhybrid/dist/getopt1.c: revision 1.1 external/gpl2/mkhybrid/dist/getopt1.c: revision 1.2 external/gpl2/mkhybrid/dist/getopt1.c: revision 1.3 external/gpl2/mkhybrid/dist/README.mkisofs: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/hybrid.h: revision 1.1 tools/mkhybrid/Makefile: revision 1.1 external/gpl2/mkhybrid/dist/README.hfs_magic: revision 1.1 external/gpl2/mkhybrid/dist/apple.h: revision 1.1 external/gpl2/mkhybrid/dist/include/prototyp.h: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/volume.h: revision 1.1 external/gpl2/mkhybrid/dist/apple.h: revision 1.2 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.1 external/gpl2/mkhybrid/dist/desktop.c: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.2 external/gpl2/mkhybrid/dist/desktop.c: revision 1.2 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.3 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.4 external/gpl2/mkhybrid/dist/libfile/file.h: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.5 external/gpl2/mkhybrid/dist/libfile/file.h: revision 1.2 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.6 external/gpl2/mkhybrid/dist/libfile/file.h: revision 1.3 external/gpl2/mkhybrid/dist/mkisofs.c: revision 1.7 external/gpl2/mkhybrid/dist/getopt.h: revision 1.1 distrib/cdrom/macppc_installboot/installboot.h: revision 1.5 etc/etc.mac68k/Makefile.inc: revision 1.25 external/gpl2/mkhybrid/dist/getopt.h: revision 1.2 external/gpl2/mkhybrid/dist/write.h: revision 1.1 etc/etc.mac68k/Makefile.inc: revision 1.26 external/gpl2/mkhybrid/dist/rock.c: revision 1.1 external/gpl2/mkhybrid/dist/hash.c: revision 1.1 external/gpl2/mkhybrid/dist/hash.c: revision 1.2 external/gpl2/mkhybrid/dist/libhfs_iso/record.h: revision 1.1 external/gpl2/mkhybrid/dist/README.hfs_boot: revision 1.1 external/gpl2/mkhybrid/dist/README: revision 1.1 external/gpl2/mkhybrid/dist/README.win32: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/hfs.h: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/hfs.h: revision 1.2 external/gpl2/mkhybrid/dist/config.h.in: revision 1.1 external/gpl2/mkhybrid/dist/config.h.in: revision 1.2 distrib/cdrom/boothfs.uue: revision 1.2 external/gpl2/mkhybrid/dist/config.h.in: revision 1.3 external/gpl2/mkhybrid/dist/volume.h: revision 1.1 external/gpl2/mkhybrid/dist/volume.h: revision 1.2 external/gpl2/mkhybrid/dist/ChangeLog: revision 1.1 external/gpl2/mkhybrid/dist/libfile/apprentice.c: revision 1.1 external/gpl2/mkhybrid/dist/libfile/apprentice.c: revision 1.2 external/gpl2/mkhybrid/dist/mapping: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/btree.h: revision 1.1 external/gpl2/mkhybrid/bin/Makefile: revision 1.1 external/gpl2/mkhybrid/dist/include/statdefs.h: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/Makefile: revision 1.1 external/gpl2/mkhybrid/bin/Makefile: revision 1.2 external/gpl2/mkhybrid/dist/magic: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/node.h: revision 1.1 external/gpl2/mkhybrid/bin/Makefile: revision 1.3 external/gpl2/mkhybrid/dist/acconfig.h: revision 1.1 external/gpl2/mkhybrid/dist/eltorito.c: revision 1.1 external/gpl2/mkhybrid/dist/libfile/patchlevel.h: revision 1.1 share/mk/bsd.own.mk: revision 1.1375 share/mk/bsd.own.mk: revision 1.1376 external/gpl2/mkhybrid/dist/README.session: revision 1.1 external/gpl2/mkhybrid/dist/libfile/lfile.c: revision 1.1 external/gpl2/mkhybrid/dist/libfile/lfile.c: revision 1.2 tools/macppc_installboot/Makefile: revision 1.1 external/gpl2/mkhybrid/README.md: revision 1.1 etc/etc.macppc/Makefile.inc: revision 1.13 external/gpl2/mkhybrid/dist/defaults.h: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.spec: revision 1.1 external/gpl2/mkhybrid/dist/defaults.h: revision 1.2 external/gpl2/mkhybrid/dist/mac_label.h: revision 1.1 external/gpl2/mkhybrid/dist/defaults.h: revision 1.3 external/gpl2/mkhybrid/dist/include/mconfig.h: revision 1.1 external/gpl2/mkhybrid/dist/include/mconfig.h: revision 1.2 external/gpl2/mkhybrid/dist/libfile/proto.h: revision 1.1 external/gpl2/mkhybrid/dist/COPYING: revision 1.1 external/gpl2/mkhybrid/dist/name.c: revision 1.1 external/gpl2/mkhybrid/dist/configure.in: revision 1.1 external/gpl2/mkhybrid/dist/configure.in: revision 1.2 external/gpl2/mkhybrid/dist/mac_label_proto.h: revision 1.1 external/gpl2/mkhybrid/dist/configure.in: revision 1.3 external/gpl2/mkhybrid/dist/libhfs_iso/low.c: revision 1.1 distrib/cdrom/macppc_mkboothfs/mkboothfs.c: revision 1.4 external/gpl2/mkhybrid/dist/mkhybrid.8: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/btree.c: revision 1.1 distrib/cdrom/macppc_installboot/cd9660.c: revision 1.5 external/gpl2/mkhybrid/dist/config.h: revision 1.1 external/gpl2/mkhybrid/dist/mkhybrid.8: revision 1.2 distrib/cdrom/macppc_installboot/cd9660.c: revision 1.6 external/gpl2/mkhybrid/dist/config.h: revision 1.2 external/gpl2/mkhybrid/dist/libhfs_iso/node.c: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/data.c: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/file.c: revision 1.1 external/gpl2/mkhybrid/dist/README.eltorito: revision 1.1 external/gpl2/mkhybrid/dist/include/fctldefs.h: revision 1.1 external/gpl2/mkhybrid/dist/libfile/README: revision 1.1 external/gpl2/mkhybrid/dist/libhfs_iso/block.c: revision 1.1 external/gpl2/mkhybrid/dist/mactypes.h: revision 1.1 external/gpl2/mkhybrid/dist/apple_proto.h: revision 1.1 external/gpl2/mkhybrid/dist/apple_proto.h: revision 1.2 external/gpl2/mkhybrid/dist/multi.c: revision 1.1 external/gpl2/mkhybrid/dist/match.h: revision 1.1 external/gpl2/mkhybrid/dist/match.h: revision 1.2 external/gpl2/mkhybrid/dist/mac_label.c: revision 1.1 external/gpl2/mkhybrid/dist/Makefile.in: revision 1.1 external/gpl2/mkhybrid/dist/mac_label.c: revision 1.2 external/gpl2/mkhybrid/dist/libhfs_iso/lvolume.c: revision 1.1 external/gpl2/mkhybrid/dist/Makefile.in: revision 1.2 external/gpl2/mkhybrid/dist/configure: revision 1.1 external/gpl2/mkhybrid/dist/configure: revision 1.2 external/gpl2/mkhybrid/dist/install-sh: revision 1.1 external/gpl2/mkhybrid/dist/configure: revision 1.3 distrib/cdrom/macppc_installboot/cd9660.c: file removal external/gpl2/mkhybrid/dist/README.mkhybrid: revision 1.1 external/gpl2/mkhybrid/dist/ChangeLog.mkhybrid: revision 1.1 external/gpl2/mkhybrid/dist/iso9660.h: revision 1.1 external/gpl2/mkhybrid/dist/joliet.c: revision 1.1 external/gpl2/mkhybrid/dist/apple.c: revision 1.1 external/gpl2/mkhybrid/dist/apple.c: revision 1.2 external/gpl2/mkhybrid/dist/apple.c: revision 1.3 etc/Makefile: revision 1.471 external/gpl2/mkhybrid/dist/apple.c: revision 1.4 external/gpl2/mkhybrid/dist/tree.c: revision 1.1 etc/Makefile: revision 1.472 external/gpl2/mkhybrid/dist/tree.c: revision 1.2 external/gpl2/mkhybrid/dist/tree.c: revision 1.3 external/gpl2/mkhybrid/dist/libhfs_iso/low.h: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.8: revision 1.1 external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.2 external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.3 external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.4 external/gpl2/mkhybrid/dist/mkisofs.h: revision 1.5 distrib/cdrom/Makefile: revision 1.54 external/gpl2/mkhybrid/dist/getopt.c: revision 1.1
Add -data-change-warn to MKISOFS_ARGS for macppc as done for mac68k: https://mail-index.netbsd.org/source-changes/2023/05/19/msg144826.html
Creating Type&Creator mappings for .bin (macbinary encoded) files, mkisofs changes files, then turns around and complains they have been changed. This is a self-inflicted wound, so demote the error to a warning. This looks to make macppccd builds with cdrtools-3.02a10. Sync with src/usr.sbin/installboot/cd9660.c: - include now properly updated cd9660_extern.h for function prototypes and remove them from local installboot.h - use ISO_MAXNAMLEN rather than (BSD specific and incorrect) MAXNAMLEN - use proper names for the secondary boot file - appease several pointer signedness warnings (not fatal on HOST tools) Use native cd9660 blocksize to specify block numbers in cd9660.c. This reduces diffs from src/usr.sbin/installboot/cd9660.c. Also explicitly call cd9660_match() to get fstype->blocksize properly. Pull sharable src/usr.sbin/installboot/cd9660.c. Import mkhybrid from OpenBSD 7.3 to create ISO9660/HFS hybrid ISO images. - files in libfile except proto.h prepared by OpenBSD are not imported due to non-standard license (newer BSD Licensed versions will be imported later) - unnecessary files for tools build are not imported - RCSId strings are trimmed to avoid unintended substitutions Proposed on tech-toolchain@: https://mail-index.netbsd.org/tech-toolchain/2024/05/25/msg004355.html
Import BSD licensed libfile for mkhybrid builds from cdrtools-3.01. - unnecessary files for tools build are not imported - file.c is renamed to lfile.c to avoid conflict with libhfs_iso - RCSId strings are trimmed Remove dependencies on non-existent exclude.h. Pull changes from mkisofs-1.12.1 to avoid statvfs(2). Make newer BSD Licensed libfile sources build as tools. Update mkhybrid Makefile for NetBSD's tools builds. Suppress implicit declaration warnings. Appease discard-const warnings. Remove duplicated SYSTEM_ID_DEFAULT definitions. Don't redefine SYSTEM_ID_DEFAULT if it's specified in CPPFLAGS. Remove ancient rlimit hacks for NetBSD disabled in cdrtools-2.01. Always use local getopt.h as cdrtools-2.01 did. Tweak and regen configure using autoconf-2.13 to use pkgsrc tools. Check <stdlib.h> and <flock.h> in configure and regen config.h. Use HAVE_CONFIG_H to include <stdlib.h> and <string.h> in getopt sources. Appease more warnings and remove unused getopt functions. Pull options -hide-joliet-trans-tbl and -hide-rr-moved from mkisofs-1.13. Pull -graft-points option from mkisofs-1.13 and cdrtools-2.01. Also remove #ifdef APPLE_HYB for NON-HFS changes to reduce diffs. Tweak OPTION_* definitions to reduce diffs from mkisofs-1.13. Pull malloc related fixes from cdrtools-2.01. This seems to fix SIGSEGV during free(3) in write.c:write_one_file(). Build mkhybrid as a build tool. Build mac68k and macppc iso images using tools/mkhybrid. Drop -data-change-warn from MKISOFS_FLAGS. It's available only on cdrtools-3.x and later. Use tools/mkhybrid as MKISOFS for mac68k and future macppc. Note about current status. Also pull man page description of options pulled from mkisofs-1.13. Don't print progress if -quiet is specfied as cdrtools-2.01 and later. Exclude debug.tgz and xdebug.tgz from mac68k ISO to save ~320MB. Drop -T (for non-Rock Ridge capable systems) from ${MKISOFS_FLAGS}. Even old mac68k and macppc don't require it, and somehow TRANS.TBL files are shown on NetBSD when the ISO images created with both -T and and -hide-joliet-trans-tbl are mounted by mount_cd9660(8). Note this also happens with mkisofs(8) from cdrtools-3.02, but I have not investigated if it's expected behavior. Build src/distrib/cdrom/macppc_installboot in src/tools as a tool. Also use the tools version ${TOOLS_MACPPC_INSTALLBOOT} to create bootable ISO9660/HFS hybrid installcd image for macppc. Make sure NetBSD_BootBlock partition has 32KB to avoid extra padding. It looks at least OpenFirmware 2.x fails to load the primary bootloader in the NetBSD_BootBlock partition if the partition size is too small, probably because OpenFirmware read() function implicitly uses 32KB blocks. Build macppc iso with TOOL_MKHYBRID via "iso-image" target in src/etc. No need to check and redefine C89 strerror(3) and strtoul(3). Fixes build error on MacOS 10.4 with Xcode 2.5.
|
1.1289.2.4 | 11-May-2024 |
martin | Pull up following revision(s) (requested by nia in ticket #682):
sys/arch/i386/conf/LEGACY: revision 1.3 distrib/common/Makefile.bootcd: revision 1.48 share/mk/bsd.own.mk: revision 1.1373 distrib/i386/cdroms/installcd/Makefile: revision 1.12 distrib/common/bootimage/Makefile.installimage: revision 1.11
remove redundant kernels and floppies from the space-starved i386 ISO
Turn off MKAMDGPUFIRMWARE on i386
It's too big for the i386 install media and not useful on either pre-2012 hardware or the kinds of embedded systems where i386 still thrived after 2012.
(The build of the kernel parts of amdgpu on i386 is nevertheless useful for finding obscure bugs.)
"go for it" riastradh
i386: disable DRMKMS drivers in LEGACY kernel (this is for ISA)
|
1.1289.2.3 | 18-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #655):
sys/modules/Makefile: revision 1.285 share/mk/bsd.own.mk: revision 1.1365 share/mk/bsd.own.mk: revision 1.1366 sys/arch/aarch64/include/sljit_machdep.h: revision 1.4 sys/external/bsd/sljit/dist/sljit_src/sljitNativeARM_64.c: revision 1.5
sljit: Pacify -Wsign-compare.
If these sizes are negative, we're probably in trouble anyway, so assert nonnegative here. Needed to resolve PR 58103.
bsd.own.mk: Enable MKLSJIT on aarch64.
Make sure there's only one copy of the conditional, in bsd.own.mk; just make sys/modules/Makefile conditional on MKSLJIT so we don't have to keep these in sync.
As a workaround for PR 58106, tweak the conditional definition of SLJIT_CACHE_FLUSH to use cpu_icache_sync_range only in _HARDKERNEL, and use __builtin___clear_cache in userland and in rump kernels.
PR 58103: bpfjit.kmod is not built on aarch64 bsd.own.mk: No need for MKSLJIT to be set differently from others. - Use ?=, not =, so mk.conf setting wins. - Write out per-architecture tabular settings, not a conditional. - Add comments for the architectures that look like they should have sljit but don't. (XXX Missing comments about powerpc and mips -- not sure why, is this because modules don't yet work on those architectures, or what?)
Tidying for PR 58103: bpfjit.kmod is not built on aarch64.
|
1.1289.2.2 | 20-Oct-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #430):
doc/CHANGES: revision 1.2984 share/mk/bsd.own.mk: revision 1.1345 share/man/man5/mk.conf.5: revision 1.108
bsd.own.mk: force MKSTRIPSYM=no if MKDEBUG=yes
Local symbols are desirable with MKDEBUG=yes, so don't strip them. Per request from mrg@
|
1.1289.2.1 | 11-Aug-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #317):
external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/optout-with-ent.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec-only.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns3/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.4 up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard-no.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkds/tests_checkds.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/managed-keys.bind.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnstap/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named1.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named2.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sub.tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sign.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sub.foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns4/v4only.net.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/redirect.com.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/sub.tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/tld2.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.ipv6-only up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/root.hint up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rpz/ns6/bl.tld2s.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rrl/broken.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/stale.test.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/statschannel/tests_json.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests_xml.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/tcp/tests_tcp.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/wildcard/tests_wildcard.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/tests_cache_ttl.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/shutdown/tests_shutdown.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/setup.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/template.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/timeouts/tests_tcp_timeouts.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/get_algorithms.py up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.34.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.35.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.36.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.37.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-known-issues.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.38.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.39.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.40.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.41.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.42.rst up to 1.1.1.1 external/mpl/bind/dist/lib/dns/tests/Krsa.+008+29238.key up to 1.1.1.1 external/mpl/bind/dist/sonar-project.properties up to 1.1.1.1 external/mpl/bind/dist/tsan-suppressions.txt delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec.example.db.in delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf delete external/mpl/bind/dist/bin/tests/system/checkds/tests-checkds.py delete external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db delete external/mpl/bind/dist/bin/tests/system/common/controls.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/inlinesec.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/added.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.args delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/normal.db delete external/mpl/bind/dist/bin/tests/system/delzone/clean.sh delete external/mpl/bind/dist/bin/tests/system/delzone/setup.sh delete external/mpl/bind/dist/bin/tests/system/delzone/tests.sh delete external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.private delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.private delete external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/controls.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601 delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/rndc.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/root.db delete external/mpl/bind/dist/bin/tests/system/rrl/broken.conf delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.private delete external/mpl/bind/dist/bin/tests/system/shutdown/tests-shutdown.py delete external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-json.py delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-xml.py delete external/mpl/bind/dist/bin/tests/system/tcp/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/timeouts/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/ttl/tests.sh delete external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named.conf.in delete external/mpl/bind/dist/bin/tests/system/wildcard/tests-wildcard.py delete external/mpl/bind/dist/doc/man/named-compilezone.1in delete external/mpl/bind/dist/lib/dns/tests/Krsa.+005+29235.key delete external/mpl/bind/bin/dnssec/dnssec-verify/Makefile up to 1.3 external/mpl/bind/dist/CHANGES up to 1.1.1.15 external/mpl/bind/dist/CONTRIBUTING up to 1.1.1.5 external/mpl/bind/dist/CONTRIBUTING.md up to 1.1.1.6 external/mpl/bind/dist/COPYRIGHT up to 1.1.1.6 external/mpl/bind/dist/config.h.in up to 1.13 external/mpl/bind/dist/configure up to 1.16 external/mpl/bind/dist/configure.ac up to 1.1.1.14 external/mpl/bind/dist/dangerfile.py up to 1.1.1.6 external/mpl/bind/dist/srcid up to 1.1.1.15 external/mpl/bind/dist/version up to 1.1.1.15 external/mpl/bind/dist/bin/check/check-tool.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkconf.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkzone.c up to 1.9 external/mpl/bind/dist/bin/confgen/ddns-confgen.c up to 1.7 external/mpl/bind/dist/bin/delv/delv.c up to 1.12 external/mpl/bind/dist/bin/dig/dig.c up to 1.9 external/mpl/bind/dist/bin/dig/dig.rst up to 1.1.1.5 external/mpl/bind/dist/bin/dig/dighost.c up to 1.15 external/mpl/bind/dist/bin/dig/host.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-cds.c up to 1.9 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-settime.c up to 1.7 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssectool.c up to 1.8 external/mpl/bind/dist/bin/named/bind9.xsl up to 1.1.1.8 external/mpl/bind/dist/bin/named/bind9.xsl.h up to 1.9 external/mpl/bind/dist/bin/named/builtin.c up to 1.6 external/mpl/bind/dist/bin/named/config.c up to 1.14 external/mpl/bind/dist/bin/named/controlconf.c up to 1.11 external/mpl/bind/dist/bin/named/logconf.c up to 1.8 external/mpl/bind/dist/bin/named/main.c up to 1.15 external/mpl/bind/dist/bin/named/named.conf.rst up to 1.1.1.6 external/mpl/bind/dist/bin/named/named.rst up to 1.1.1.4 external/mpl/bind/dist/bin/named/server.c up to 1.20 external/mpl/bind/dist/bin/named/statschannel.c up to 1.13 external/mpl/bind/dist/bin/named/tsigconf.c up to 1.7 external/mpl/bind/dist/bin/named/zoneconf.c up to 1.14 external/mpl/bind/dist/bin/named/unix/os.c up to 1.10 external/mpl/bind/dist/bin/nsupdate/nsupdate.c up to 1.13 external/mpl/bind/dist/bin/nsupdate/nsupdate.rst up to 1.1.1.4 external/mpl/bind/dist/bin/pkcs11/pkcs11-keygen.c up to 1.7 external/mpl/bind/dist/bin/plugins/filter-aaaa.c up to 1.8 external/mpl/bind/dist/bin/python/isc/coverage.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/dnskey.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keymgr.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keyzone.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/rndc/rndc.c up to 1.10 external/mpl/bind/dist/bin/rndc/rndc.rst up to 1.1.1.5 external/mpl/bind/dist/bin/tests/cfg_test.c up to 1.7 external/mpl/bind/dist/bin/tests/wire_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/byaddr_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/db_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/name_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/nsecify.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/ratelimiter_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/rbt_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/shutdown_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/sock_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/task_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/timer_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/zone_test.c up to 1.9 external/mpl/bind/dist/bin/tests/system/ckdnsrps.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/conf.sh.common up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/conf.sh.in up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/conf.sh.win32 up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/feature-test.c up to 1.11 external/mpl/bind/dist/bin/tests/system/kasp.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/pytest_custom_markers.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolve.c up to 1.4 external/mpl/bind/dist/bin/tests/system/run.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/start.pl up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/stop.pl up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/system-test-driver.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/testcrypto.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/acl/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/addzone/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/auth/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/clean.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/autosign/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/autosign/ns1/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/autosign/ns2/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns2/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/ns3/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns3/named.conf.in up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/builtin/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cacheclean/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/case/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/catz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/catz/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/catz/ns2/named1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/catz/ns2/named2.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cds/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/cds/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/chain/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/chain/ans4/ans.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/chain/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/checkconf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkconf/deprecated.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/good.conf up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-keylen.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkds/ns9/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checknames/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/checkzone/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-svcb.db up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cookie/ans9/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/coverage/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dialup/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dialup/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/digdelv/yamlget.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.c up to 1.12 external/mpl/bind/dist/bin/tests/system/dlzexternal/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dns64/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dnssec/clean.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/dnssec/ans10/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-ksk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-zsk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test1.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test2.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test3.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test4.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test5.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test6.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test8.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/dscp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dscp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dupsigs/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/reset_keys.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/signing.test.db.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dyndb/driver/db.c up to 1.7 external/mpl/bind/dist/bin/tests/system/emptyzones/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/emptyzones/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/formerr/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/forward/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/forward/ans11/ans.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/idna/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/inline/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/inline/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/inline/tests_signed_zone_files.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/inline/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/ns3/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/inline/ns7/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/inline/ns8/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ixfr/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/journal/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/kasp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/kasp.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/csk1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keepalive/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/keymgr/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/keymgr/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/legacy/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/legacy/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/logfileconfig/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/logfileconfig/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/logfileconfig/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/masterformat/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/mkeys/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mkeys/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/mkeys/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named3.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sign.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns3/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns6/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/names/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/notify/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsec3/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nslookup/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/nsupdate/krb/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nzd2nzf/prereq.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nzd2nzf/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/padding/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/qmin/ans3/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/redirect/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns5/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/resolver/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/resolver/ans2/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ans3/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns1/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld1.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns6/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rndc/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rndc/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/rndc/ns7/named.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/rpz/dnsrps.c up to 1.7 external/mpl/bind/dist/bin/tests/system/rpz/qperf.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/rpz/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/rpz/ns2/base-tld2s.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns2/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpz/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rrchecker/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrsetorder/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rsabigexponent/README.md up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/bigkey.c up to 1.8 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/dsset-example.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/example.db.bad up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/runtime/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/serve-stale/clean.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/serve-stale/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ans.pl up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named3.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/root.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named6.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/shutdown/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/shutdown/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/smartsign/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/sortlist/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/spf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/statschannel/generic.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/statschannel/generic_dnspython.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/stress/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/stress/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/stress/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/stub/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsig/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/tsig/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/tsig/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsiggss/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/ttl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ttl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/unknown/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/upforwd/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/verify/zones/genzones.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/views/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/wildcard/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/sign.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/xfer/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/zero/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zero/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zonechecks/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tools/mdig.c up to 1.11 external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/dlzbdb.c up to 1.7 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdb_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdbhpt_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_filesystem_driver.c up to 1.8 external/mpl/bind/dist/contrib/dlz/drivers/dlz_odbc_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_postgres_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c up to 1.8 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_list.h up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c up to 1.7 external/mpl/bind/dist/contrib/dlz/modules/perl/Makefile up to 1.1.1.3 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_driver.c up to 1.5 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c up to 1.7 external/mpl/bind/dist/doc/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/arm/build.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/arm/dnssec.inc.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/notes.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/platforms.rst up to 1.1.1.3 external/mpl/bind/dist/doc/arm/reference.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/requirements.txt up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/introduction.rst up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/recipes.rst up to 1.1.1.4 external/mpl/bind/dist/doc/dnssec-guide/signing.rst up to 1.1.1.5 external/mpl/bind/dist/doc/dnssec-guide/validation.rst up to 1.1.1.3 external/mpl/bind/dist/doc/man/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/man/arpaname.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/man/ddns-confgen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/delv.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dig.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-cds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-checkds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-coverage.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-importkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-keygen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keymgr.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-revoke.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-settime.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-signzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-verify.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnstap-read.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/filter-aaaa.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/host.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/mdig.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkconf.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-compilezone.8in up to 1.1.1.3 external/mpl/bind/dist/doc/man/named-journalprint.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-nzd2nzf.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named-rrchecker.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.conf.5in up to 1.1.1.6 external/mpl/bind/dist/doc/man/nsec3hash.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/nslookup.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/nsupdate.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-destroy.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-keygen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-list.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-tokens.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc-confgen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/rndc.conf.5in up to 1.1.1.5 external/mpl/bind/dist/doc/man/tsig-keygen.8in up to 1.1.1.3 external/mpl/bind/dist/doc/misc/master.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/master.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/options up to 1.1.1.12 external/mpl/bind/dist/doc/misc/options.active up to 1.1.1.7 external/mpl/bind/dist/doc/misc/options.grammar.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/slave.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/slave.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.0.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.1.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.10.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.11.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.12.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.13.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.15.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.16.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.17.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.18.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.19.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.2.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.20.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.21.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.22.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.23.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.24.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.25.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.26.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.27.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.28.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.29.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.3.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.30.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.31.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.32.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.33.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.4.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.5.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.6.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.7.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.8.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.9.rst up to 1.1.1.4 external/mpl/bind/dist/fuzz/fuzz.h up to 1.6 external/mpl/bind/dist/lib/bind9/check.c up to 1.15 external/mpl/bind/dist/lib/bind9/getaddresses.c up to 1.7 external/mpl/bind/dist/lib/dns/adb.c up to 1.10 external/mpl/bind/dist/lib/dns/badcache.c up to 1.7 external/mpl/bind/dist/lib/dns/byaddr.c up to 1.8 external/mpl/bind/dist/lib/dns/cache.c up to 1.10 external/mpl/bind/dist/lib/dns/catz.c up to 1.10 external/mpl/bind/dist/lib/dns/client.c up to 1.12 external/mpl/bind/dist/lib/dns/compress.c up to 1.8 external/mpl/bind/dist/lib/dns/db.c up to 1.9 external/mpl/bind/dist/lib/dns/diff.c up to 1.8 external/mpl/bind/dist/lib/dns/dispatch.c up to 1.9 external/mpl/bind/dist/lib/dns/dnsrps.c up to 1.10 external/mpl/bind/dist/lib/dns/dnssec.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_api.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_parse.c up to 1.10 external/mpl/bind/dist/lib/dns/ecdb.c up to 1.9 external/mpl/bind/dist/lib/dns/ecs.c up to 1.6 external/mpl/bind/dist/lib/dns/forward.c up to 1.8 external/mpl/bind/dist/lib/dns/gen.c up to 1.11 external/mpl/bind/dist/lib/dns/hmac_link.c up to 1.8 external/mpl/bind/dist/lib/dns/journal.c up to 1.11 external/mpl/bind/dist/lib/dns/key.c up to 1.8 external/mpl/bind/dist/lib/dns/keymgr.c up to 1.10 external/mpl/bind/dist/lib/dns/keytable.c up to 1.9 external/mpl/bind/dist/lib/dns/master.c up to 1.11 external/mpl/bind/dist/lib/dns/masterdump.c up to 1.13 external/mpl/bind/dist/lib/dns/message.c up to 1.15 external/mpl/bind/dist/lib/dns/name.c up to 1.12 external/mpl/bind/dist/lib/dns/ncache.c up to 1.8 external/mpl/bind/dist/lib/dns/nsec.c up to 1.9 external/mpl/bind/dist/lib/dns/nsec3.c up to 1.12 external/mpl/bind/dist/lib/dns/nta.c up to 1.9 external/mpl/bind/dist/lib/dns/openssl_link.c up to 1.9 external/mpl/bind/dist/lib/dns/openssldh_link.c up to 1.9 external/mpl/bind/dist/lib/dns/opensslecdsa_link.c up to 1.7 external/mpl/bind/dist/lib/dns/openssleddsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/opensslrsa_link.c up to 1.10 external/mpl/bind/dist/lib/dns/order.c up to 1.8 external/mpl/bind/dist/lib/dns/peer.c up to 1.10 external/mpl/bind/dist/lib/dns/pkcs11rsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/private.c up to 1.8 external/mpl/bind/dist/lib/dns/rbt.c up to 1.13 external/mpl/bind/dist/lib/dns/rbtdb.c up to 1.17 external/mpl/bind/dist/lib/dns/rcode.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata.c up to 1.13 external/mpl/bind/dist/lib/dns/rdatalist.c up to 1.7 external/mpl/bind/dist/lib/dns/rdataslab.c up to 1.7 external/mpl/bind/dist/lib/dns/request.c up to 1.8 external/mpl/bind/dist/lib/dns/resolver.c up to 1.17 external/mpl/bind/dist/lib/dns/rootns.c up to 1.7 external/mpl/bind/dist/lib/dns/rpz.c up to 1.13 external/mpl/bind/dist/lib/dns/rriterator.c up to 1.7 external/mpl/bind/dist/lib/dns/rrl.c up to 1.8 external/mpl/bind/dist/lib/dns/sdb.c up to 1.11 external/mpl/bind/dist/lib/dns/sdlz.c up to 1.11 external/mpl/bind/dist/lib/dns/ssu.c up to 1.7 external/mpl/bind/dist/lib/dns/stats.c up to 1.8 external/mpl/bind/dist/lib/dns/tkey.c up to 1.13 external/mpl/bind/dist/lib/dns/tsig.c up to 1.12 external/mpl/bind/dist/lib/dns/update.c up to 1.12 external/mpl/bind/dist/lib/dns/validator.c up to 1.13 external/mpl/bind/dist/lib/dns/view.c up to 1.14 external/mpl/bind/dist/lib/dns/xfrin.c up to 1.13 external/mpl/bind/dist/lib/dns/zone.c up to 1.18 external/mpl/bind/dist/lib/dns/zonekey.c up to 1.7 external/mpl/bind/dist/lib/dns/zoneverify.c up to 1.10 external/mpl/bind/dist/lib/dns/zt.c up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/db.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/rdataset.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/rdatasetiter.h up to 1.6 external/mpl/bind/dist/lib/dns/include/dns/view.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/zone.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/zt.h up to 1.8 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.c up to 1.6 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.c up to 1.3 external/mpl/bind/dist/lib/dns/tests/dbversion_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/dnstest.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rdata_test.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rsa_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/zt_test.c up to 1.10 external/mpl/bind/dist/lib/dns/win32/libdns.def.in up to 1.1.1.12 external/mpl/bind/dist/lib/irs/getaddrinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/getnameinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/resconf.c up to 1.7 external/mpl/bind/dist/lib/irs/win32/resconf.c up to 1.7 external/mpl/bind/dist/lib/isc/app.c up to 1.8 external/mpl/bind/dist/lib/isc/buffer.c up to 1.8 external/mpl/bind/dist/lib/isc/heap.c up to 1.7 external/mpl/bind/dist/lib/isc/ht.c up to 1.8 external/mpl/bind/dist/lib/isc/httpd.c up to 1.8 external/mpl/bind/dist/lib/isc/iterated_hash.c up to 1.7 external/mpl/bind/dist/lib/isc/lex.c up to 1.10 external/mpl/bind/dist/lib/isc/lib.c up to 1.10 external/mpl/bind/dist/lib/isc/log.c up to 1.9 external/mpl/bind/dist/lib/isc/mem.c up to 1.14 external/mpl/bind/dist/lib/isc/netaddr.c up to 1.8 external/mpl/bind/dist/lib/isc/pk11.c up to 1.8 external/mpl/bind/dist/lib/isc/radix.c up to 1.8 external/mpl/bind/dist/lib/isc/ratelimiter.c up to 1.8 external/mpl/bind/dist/lib/isc/rwlock.c up to 1.13 external/mpl/bind/dist/lib/isc/siphash.c up to 1.8 external/mpl/bind/dist/lib/isc/string.c up to 1.7 external/mpl/bind/dist/lib/isc/task.c up to 1.18 external/mpl/bind/dist/lib/isc/timer.c up to 1.12 external/mpl/bind/dist/lib/isc/url.c up to 1.4 external/mpl/bind/dist/lib/isc/utf8.c up to 1.4 external/mpl/bind/dist/lib/isc/include/isc/buffer.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/list.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/magic.h up to 1.6 external/mpl/bind/dist/lib/isc/include/isc/string.h up to 1.7 external/mpl/bind/dist/lib/isc/include/isc/task.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/timer.h up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/netmgr.c up to 1.10 external/mpl/bind/dist/lib/isc/netmgr/tcp.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/tcpdns.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/udp.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/random_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/regex_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/socket_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/task_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/timer_test.c up to 1.10 external/mpl/bind/dist/lib/isc/unix/file.c up to 1.7 external/mpl/bind/dist/lib/isc/unix/socket.c up to 1.25 external/mpl/bind/dist/lib/isc/win32/dir.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/file.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/fsaccess.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/interfaceiter.c up to 1.7 external/mpl/bind/dist/lib/isc/win32/libisc.def.in up to 1.1.1.14 external/mpl/bind/dist/lib/isc/win32/net.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/ntgroups.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/socket.c up to 1.13 external/mpl/bind/dist/lib/isc/win32/include/isc/net.h up to 1.8 external/mpl/bind/dist/lib/isccc/alist.c up to 1.7 external/mpl/bind/dist/lib/isccc/cc.c up to 1.7 external/mpl/bind/dist/lib/isccc/symtab.c up to 1.7 external/mpl/bind/dist/lib/isccfg/aclconf.c up to 1.9 external/mpl/bind/dist/lib/isccfg/namedconf.c up to 1.14 external/mpl/bind/dist/lib/isccfg/parser.c up to 1.13 external/mpl/bind/dist/lib/isccfg/include/isccfg/grammar.h up to 1.8 external/mpl/bind/dist/lib/isccfg/tests/duration_test.c up to 1.7 external/mpl/bind/dist/lib/ns/client.c up to 1.18 external/mpl/bind/dist/lib/ns/hooks.c up to 1.9 external/mpl/bind/dist/lib/ns/interfacemgr.c up to 1.15 external/mpl/bind/dist/lib/ns/query.c up to 1.17 external/mpl/bind/dist/lib/ns/server.c up to 1.8 external/mpl/bind/dist/lib/ns/sortlist.c up to 1.7 external/mpl/bind/dist/lib/ns/update.c up to 1.13 external/mpl/bind/dist/lib/ns/xfrout.c up to 1.13 external/mpl/bind/dist/lib/ns/include/ns/client.h up to 1.14 external/mpl/bind/dist/lib/ns/include/ns/server.h up to 1.7 external/mpl/bind/dist/lib/ns/include/ns/stats.h up to 1.7 external/mpl/bind/dist/lib/ns/tests/nstest.c up to 1.8 external/mpl/bind/dist/lib/ns/win32/libns.def up to 1.1.1.8 external/mpl/bind/include/config.h up to 1.15 external/mpl/bind/include/dns/code.h up to 1.8 external/mpl/bind/include/dns/enumclass.h up to 1.6 external/mpl/bind/include/dns/enumtype.h up to 1.8 external/mpl/bind/include/dns/rdatastruct.h up to 1.10 external/mpl/bind/include/isc/stdatomic.h up to 1.10 external/mpl/bind/lib/libdns/Makefile up to 1.9 external/mpl/bind/lib/libisc/Makefile up to 1.20 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_prepend_error_message.3 up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.sdk up to 1.1.1.1 crypto/external/bsd/heimdal/include/hcrypto/ui.h up to 1.2 crypto/external/bsd/heimdal/dist/cf/._ltoptions.m4 delete crypto/external/bsd/heimdal/dist/cf/._ltsugar.m4 delete crypto/external/bsd/heimdal/dist/cf/._lt~obsolete.m4 delete crypto/external/bsd/heimdal/dist/cf/broken-getaddrinfo.m4 delete crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_hcrypto_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.png delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h delete crypto/external/bsd/heimdal/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/bin/Makefile.inc up to 1.6 crypto/external/bsd/heimdal/bin/gsstool/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/hxtool/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kcc/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kdestroy/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kgetcred/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kinit/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kpasswd/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kvno/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/string2key/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile up to 1.5 crypto/external/bsd/heimdal/dist/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/NEWS up to 1.4 crypto/external/bsd/heimdal/dist/aclocal.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/compile up to 1.1.1.2 crypto/external/bsd/heimdal/dist/config.guess up to 1.3 crypto/external/bsd/heimdal/dist/config.sub up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure.ac up to 1.5 crypto/external/bsd/heimdal/dist/depcomp up to 1.1.1.2 crypto/external/bsd/heimdal/dist/install-sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ltmain.sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/missing up to 1.1.1.2 crypto/external/bsd/heimdal/dist/test-driver up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ylwrap up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/add.c up to 1.3 crypto/external/bsd/heimdal/dist/admin/change.c up to 1.3 crypto/external/bsd/heimdal/dist/cf/Makefile.am.common up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/broken-realloc.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-var.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4 up to 1.1.1.5 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/libtool.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltoptions.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltsugar.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltversion.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/lt~obsolete.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4 up to 1.3 crypto/external/bsd/heimdal/dist/cf/w32-hh-toc-from-info.pl up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/with-all.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/doc/vars.texi up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/group__heimbase.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/man/man3/heimbase.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/group__gssapi.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_mechs_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_services_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/internal_v_smechname.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/internal_v_smechname.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/example_evp_cipher_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/struct_h_d_b.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/structhdb__entry__ex.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/HDB.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/hdb_entry_ex.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__query.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__verify.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_query.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_verify.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__address.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__auth.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ccache.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__credential.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__deprecated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__digest.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__keytab.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__pac.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__principal.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__storage.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__support.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ticket.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__v4compat.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_ccache_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_fileformats.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_init_creds_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_introduction.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_keytab_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_principal_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5__crypto__iov.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__an2ln__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_address.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_auth.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_credential.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto_iov.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_deprecated.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_digest.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_fileformats.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_init_creds_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_introduction.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_pac.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_storage.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_support.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ticket.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_v4compat.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_an2ln_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_db_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_kuserok_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/group__ntlm__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__buf.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type1.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/test_ntlm_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_buf.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type1.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type2.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type3.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/group__wind.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/man/man3/wind.3 up to 1.3 crypto/external/bsd/heimdal/dist/etc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/bits.c up to 1.4 crypto/external/bsd/heimdal/dist/include/config.h.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/crypto-headers.h up to 1.6 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/cpw.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/ext.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/mod.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/rpc.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/stash.c up to 1.3 crypto/external/bsd/heimdal/dist/kcm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c up to 1.6 crypto/external/bsd/heimdal/dist/kcm/config.c up to 1.4 crypto/external/bsd/heimdal/dist/kcm/protocol.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/default_config.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/digest.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hpropd.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-private.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc.8 up to 1.6 crypto/external/bsd/heimdal/dist/kdc/kdc.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c up to 1.9 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/pkinit.c up to 1.6 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.1 up to 1.6 crypto/external/bsd/heimdal/dist/kuser/kinit.c up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kswitch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1 up to 1.1.1.6 crypto/external/bsd/heimdal/dist/lib/asn1/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/dll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/delete_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/file.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ipc/client.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/afssysdefs.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/context.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7 up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5 up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_ccapi.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c up to 1.9 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/net_write.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in up to 1.7 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/idn-lookup.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c up to 1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/mac/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs up to 1.1.1.4 crypto/external/bsd/heimdal/dist/po/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/java/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version up to 1.1.1.4 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32 up to 1.1.1.5 crypto/external/bsd/heimdal/include/config.h up to 1.11 crypto/external/bsd/heimdal/include/kdc-private.h up to 1.5 crypto/external/bsd/heimdal/lib/libgssapi/Makefile up to 1.7 crypto/external/bsd/heimdal/lib/libhdb/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/Makefile up to 1.10 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkafs/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkdc/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkrb5/Makefile up to 1.15 crypto/external/bsd/heimdal/lib/libvers/Makefile up to 1.3 crypto/external/bsd/heimdal/libexec/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/libexec/digest-service/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/hpropd/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-master/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-slave/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/kadmind/Makefile up to 1.7 crypto/external/bsd/heimdal/libexec/kpasswdd/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc up to 1.7 crypto/external/bsd/heimdal/sbin/hprop/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/iprop-log/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kadmin/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kcm/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdc/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdigest/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kimpersonate/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kstash/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/ktutil/Makefile up to 1.6 crypto/external/bsd/openssl/bin/progs.c up to 1.1 crypto/external/bsd/openssl/lib/engines/dasync/dasync.map up to 1.3 crypto/external/bsd/openssl/lib/engines/ossltest/ossltest.map up to 1.3 crypto/external/bsd/openssl/lib/engines/padlock/padlock.map up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/devcrypto.map up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/loader_attic.map up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes-gcm-armv8_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-gcm-armv8_64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ec.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/ia64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha256-sparcv9.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx512.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/ess.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/libc-sha1.c up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/mkinc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_EXTERN_FUNCS.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_aux_cb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_d2i_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_prefix.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_readbuffer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_core.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_datagram.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_socket_wait.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_exp_mont.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_decrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EnvelopedData_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_data_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_digest_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_memcmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-AES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-ARIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-BLOWFISH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAMELLIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAST.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CHACHA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-DES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-IDEA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SEED.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SM4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_original_iv.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-HKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KB.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KRB5KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PKCS12KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SCRYPT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SSHKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS13_KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS1_PRF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-ASN1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-CONCAT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X963.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-ECDH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYMGMT.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-CMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-GMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-KMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Poly1305.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Siphash.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MDC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-RIPEMD160.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHAKE.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SM3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-WHIRLPOOL.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-common.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PBE_CipherInit.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-EC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-FFC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY2PKCS8.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_libctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_check.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_copy_parameters.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_digestsign_supports_digest.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_fromdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_field_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_group_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_size.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_gettable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_is_a.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_encoded_public_key.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_settable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_todata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-CTR-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HASH-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HMAC-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-SEED-SRC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-TEST-RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ECDSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ED25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aes_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aria_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_camellia_128_ecb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_des_cbc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_set_default_properties.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/NCONF_new_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_FILE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_gmtime.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_hexchar2int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_s390xcap.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_strcasecmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ALGORITHM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CALLBACK.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_HDR_get0_transactionID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_ITAV_set0.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_get0_header.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_http_perform.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_SRV_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_STATUSINFO_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_exec_certreq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_log_open.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_validate_msg.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CORE_MAKE_FUNC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_get0_tmpl.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set0_validity.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regCtrl_regToken.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regInfo_certReq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_pbmp_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_from_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DISPATCH.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_to_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ESS_check_signing_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_REQ_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ITEM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_parse_url.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_transfer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_LIB_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_BLD.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_allocate_from_text.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_dup.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-FIPS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-default.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-legacy.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-null.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_set_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_attach.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_enabled.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_get_category_num.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_set_channel.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_version.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_X509_INFO_read_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_create_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get0_attrs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get1_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add1_attr_by_NID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_CSPName_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_friendlyname_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_safe.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_localkeyid.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_decrypt_skey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_gen_mac.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_get_friendlyname.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_init.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_item_decrypt_d2i.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_key_gen_utf8_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_pack_p7encdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_get_octet_string.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_type_is_other.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_pkey_add1_attr.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_get0_primary.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_DRBG_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_Calc_B.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_VBASE_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_create_verifier.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_user_pwd_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_srp_password.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_ecdh.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_certificate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_group_to_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_async_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_retry_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_RESP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_VERIFY_CTX_set_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_set_ctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_purpose.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_distinguishing_id.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_load_http.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/b2i_PVK_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPrivateKey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_config.5 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_module.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-pkey.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/migration_guide.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_dispatch.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_names.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-env.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-format-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-glossary.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-namedisplay-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-passphrase-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-threads.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-verification-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/property.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-asym_cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-decoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-encoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kem.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keyexch.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keymgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-object.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-signature.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-storemgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/proxy-certificates.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/s2i_ASN1_IA5STRING.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ffc.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/cmp.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/crmf.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/gen up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/http.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/property.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libapps/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libapps/apps_lib.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libapps/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/Makefile.subdir up to 1.1 crypto/external/bsd/openssl/lib/libcommon/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libcommon/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_digests_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_dsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ec_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ecx_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_rsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_wrap_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/ssl_record.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_digests.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_dsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ec.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ecx.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_rsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_sm2.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_wrap.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libdefault/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libdefault/der_sm2_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libdefault/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_asymciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_exchange.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kem.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_keymgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_macs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands_seeding.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_signature.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_storemgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/ssl.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/Makefile up to 1.7 crypto/external/bsd/openssl/lib/liblegacy/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_des.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_md5.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/legacy.map up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/mkinc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/srcs.inc up to 1.1 crypto/external/bsd/openssl/dist/AUTHORS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CONTRIBUTING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/FAQ.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/INSTALL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/LICENSE.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/NEWS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/README-ENGINES.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-FIPS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-PROVIDERS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/SUPPORT.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/VERSION.dat up to 1.1.1.2 crypto/external/bsd/openssl/dist/configdata.pm.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/BASE.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/AIX.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/MSVC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/cppbuilder.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Cygwin.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Unix.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/VMS.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/mingw.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/gentemplate.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-cppbuilder.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-nonstop.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-os390.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-vms-x86_64.conf up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/README-design.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/asn1parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/cmp.c up to 1.3 crypto/external/bsd/openssl/dist/apps/crl2pkcs7.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_libctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_x509.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/apps.c up to 1.4 crypto/external/bsd/openssl/dist/apps/lib/apps_ui.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/cmp_mock_srv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/lib/columns.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine_loader.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/fmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/http_server.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/opt.c up to 1.2 crypto/external/bsd/openssl/dist/apps/lib/s_cb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/s_socket.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/tlssrp_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_decc_argv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_term_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/win32_init.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/fipsinstall.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/insta.ca.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_libctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/apps.h up to 1.2 crypto/external/bsd/openssl/dist/apps/include/apps_ui.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/cmp_mock_srv.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/include/ec_common.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/engine_loader.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/fmt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/function.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/http_server.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/opt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/s_apps.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/vms_term_sock.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/list.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/packet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_ctx.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_hdr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_msg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_protect.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_server.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_status.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_vfy.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ess/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_asn1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_parse.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_param.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/i2d_evp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_prefix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_readbuff.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_dump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_print.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bss_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/ossl_core_bio.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont-fixed.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx512.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp_x2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_conv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_rsa_fips186_4.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/bn_sparc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ia64.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cms/cms_dh.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_ec.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_rsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_group_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistp521-ppc64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl32.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/arch_intrinsics.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl64.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_s390x_nistp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_s390x.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/engine/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_all_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_blocks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/p_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/signature.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/asymcipher.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ctrl_params_translate.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/dh_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dh_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dsa_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ec_ctrl.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/ec_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_utils.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/exchange.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_meth.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/legacy_blake2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_mdc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_meth.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_ripemd.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_wp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/md5/md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/modes/asm/aes-gcm-armv8_64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/modes/siv128.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/obj_compat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pem/pem_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/s390x.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-support.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ia64.S up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/prov_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_pool.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_acvp_test_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp_names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_schemes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_gen.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/sha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sha/sha3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm3/legacy_sm3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_result.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/by_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/ext_dat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_data.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_map.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_node.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_tree.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/standard_exts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akeya.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_asid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bitst.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_cpols.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_crld.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_enum.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_extku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_genn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ia5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_int.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ist.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ncons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pci.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pmaps.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_prn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_purp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_san.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_skid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_sxnet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_tlsf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utf8.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/x509_trust.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sparse_array.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1_dsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/README-sparse_array.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bsearch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/context.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_algorithm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_namemap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cpuid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/der_writer.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/initthread.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build_set.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_dup.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_from_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/passphrase.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_child.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_predefined.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/punycode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/self_test_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/threads_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/trace.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_pbm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_dh.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/http/http_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_lib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/defn_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/property_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_query.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_string.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/bio/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/certs/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesgcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aeskeywrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/ariacbc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/BIO_f_md.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_stdin.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_xof.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/ec_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/rsa_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/hkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/keyexch/x25519.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/cmac-aes256.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/gmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/hmac-sha512.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/siphash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramfromdata.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramgen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramvalidate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_EC_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_RSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/dsa.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_direct.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-asn1parse.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ca.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ciphers.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmds.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmp.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-cms.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl2pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dgst.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dhparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsaparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-nseq.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ec.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ecparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-enc.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-engine.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-errstr.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-fipsinstall.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-format-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-gendsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genpkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genrsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-info.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-kdf.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-list.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-mac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-namedisplay-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ocsp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passphrase-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passwd.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs12.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs8.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-prime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rand.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rehash.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-req.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsautl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_client.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_server.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_time.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-sess_id.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-smime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-speed.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-spkac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-srp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-storeutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ts.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verification-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verify.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-version.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-x509.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_is_a.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_des_cbc.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/NCONF_new_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_gmtime.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ITEM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_Calc_B.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_VBASE_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_get0_primary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_DRBG_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_certificate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_group_to_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ERR_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_todata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_EXTERN_FUNCS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_aux_cb.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_core.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_d2i_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_prefix.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_readbuffer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_datagram.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_socket_wait.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_exp_mont.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EnvelopedData_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_data_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_digest_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_ASYM_CIPHER_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_MAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_original_iv.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEM_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYEXCH_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYMGMT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PBE_CipherInit.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY2PKCS8.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_libctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_check.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_copy_parameters.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_digestsign_supports_digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_RAND.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_fromdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_field_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_group_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_size.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_gettable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_encoded_public_key.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_settable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_SIGNATURE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_aes_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_aria_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia_128_ecb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_set_default_properties.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_FILE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_hexchar2int.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_s390xcap.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_strcasecmp.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ALGORITHM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CALLBACK.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_HDR_get0_transactionID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_ITAV_set0.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_get0_header.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_http_perform.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_SRV_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_STATUSINFO_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_exec_certreq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_log_open.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CORE_MAKE_FUNC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_validate_msg.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set0_validity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_pbmp_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_from_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DISPATCH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_to_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ESS_check_signing_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_REQ_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_parse_url.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_transfer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_LIB_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_BLD.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_allocate_from_text.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_dup.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_int.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PROVIDER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_set_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_attach.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_enabled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_get_category_num.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_set_channel.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_version.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PEM_X509_INFO_read_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_create_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get0_attrs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get1_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add1_attr_by_NID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_CSPName_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_friendlyname_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_localkeyid.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_safe.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_decrypt_skey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_gen_mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_get_friendlyname.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_item_decrypt_d2i.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_key_gen_utf8_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_pack_p7encdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_get_octet_string.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_type_is_other.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_pkey_add1_attr.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_create_verifier.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_user_pwd_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_srp_password.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_ecdh.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_async_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_retry_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_RESP_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_VERIFY_CTX_set_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509V3_set_ctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_distinguishing_id.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_load_http.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/b2i_PVK_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/d2i_RSAPrivateKey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/s2i_ASN1_IA5STRING.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man5/fips_config.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/fips_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-cipher.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-AES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-ARIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-BLOWFISH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAMELLIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAST.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CHACHA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-DES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-IDEA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SEED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SM4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-HKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KB.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KRB5KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PKCS12KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SCRYPT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SSHKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS13_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS1_PRF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-CONCAT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X963.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEM-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-ECDH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-CMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-GMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-KMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Poly1305.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Siphash.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MDC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-RIPEMD160.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHAKE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SM3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-WHIRLPOOL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-common.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-EC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-FFC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-CTR-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HASH-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HMAC-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-SEED-SRC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-TEST-RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ECDSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/cipher.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/digest.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/kdf.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/mac.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/pkey.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/rand.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-FIPS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-base.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-default.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-legacy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-null.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/migration_guide.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/openssl-core.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_dispatch.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_names.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-env.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-glossary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-threads.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl_user_macros.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/property.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-asym_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-base.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-decoder.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-encoder.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kem.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keyexch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keymgmt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-object.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-signature.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-storemgmt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/build.info.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/perlvars.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/images/openssl.svg up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPENSSL_SA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPTIONS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_DEPRECATED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_METHOD_STORE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/cms_add1_signing_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_generic_fetch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_newdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_util_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_md_get_number.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_get1_ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_begin_sequence.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_bn.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_precompiled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_algorithm_do_all.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_X509_STORE_add1_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_certreq_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_ctx_set1_caPubs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_hdr_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_mock_srv_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_check_update.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_protect.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_pkisi_get_status.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_print_log.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_ends_with_dirsep.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_global_properties_no_mirrored.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_init_thread_deregister.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_lib_ctx_get_data.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_method_construct.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_namemap_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_punycode_decode.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rand_get_entropy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_random_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rsa_get0_all_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/x509v3_cache_extensions.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/DERlib.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/EVP_PKEY.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/VERSION.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/build.info.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/deprecation.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/cipher.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/digest.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/kdf.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/lifecycles.ods up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/mac.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/pkey.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/rand.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_devcrypto.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.ec up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/MODULES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/Preprocess.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-pod-syntax.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-signature.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/basic.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/broken.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/delimiters.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/error.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/exported.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/hash.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/inline-comment.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/nested-tags.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ofh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/out.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/prepend.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/preprocess.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/rt29928.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe2.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/strict.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/taint.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/template-encoding.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/warnings.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Changes up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/INSTALL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/LICENSE up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/MANIFEST up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.json up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.yml up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Makefile.PL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/README up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/SIGNATURE up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/fuzz_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/cmp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sha3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/asn1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/endian.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/der.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/deprecated.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/namemap.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ffc.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ktls.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/packet.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/param_build_set.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/passphrase.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/property.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/propertyerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sizes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sm3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/symhacks.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/tlsgroups.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/unicode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1t.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/bio.h.in up to 1.2 crypto/external/bsd/openssl/dist/include/openssl/crypto.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/lhash.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/macros.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ct.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/err.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/safestack.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslv.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/param_build.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509v3.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ui.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/srp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ssl.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cms.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/configuration.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conftypes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_dispatch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_object.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ess.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fips_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fipskey.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/http.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ocsp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/trace.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/prov_ssl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/sslerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/tserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/aes_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1_dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asyncerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bioerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bnerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/buffererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmll_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cmserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/comperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/conferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cryptoerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cterr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/des_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dh.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dherr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsaerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/engineerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ess.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/evperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/modes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/objectserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ocsperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pem.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pemerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs12err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ppc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/punycode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rand_pool.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/randerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsaerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/security_bits.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparse_array.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/storeerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/uierr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509v3err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/tls_pad.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/sslerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/statem/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/tls_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ktls.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_err_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_rsa_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-inter.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ca-pol-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/cert-key-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key-public.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/dhk2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ec_privkey_with_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-crit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-noncrit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-ocsp-nocheck.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies-bad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/fake-gp.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-pss-wrong1.5-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-ss-with-keyCertSign.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.tlssct up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ext-check.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/grfc.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/key-pass-12345.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-encrypted.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/pkitsta.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.privkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/server-dsa-pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-ca-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-RC2.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-TDES.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-dev.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-external.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/aesgcmtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/algorithmid_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_core_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ext_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ct/log_list.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecoder_legacy_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_extra_test2.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/hexstr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/http_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/moduleloadtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sparse_array_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testec-p112r1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapss.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/05-test_pbe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_algorithmid.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_rdrand_sanity.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_traceapi.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb163v1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb208w1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp160k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp192k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp224k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp256k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp521r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect239k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls10-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls11-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls3-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls4-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls5-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls8-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls9-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa_data/rsamplcm.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ccm_cavs.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_common.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ocb.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_siv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_wrap.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aria.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_bf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_cast5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_chacha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des3_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_idea.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_seed.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_sm4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_krb5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ss.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ssh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls11_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls13_kdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x963.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_cmac_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_poly1305.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_siphash.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_md.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_mdc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_ripemd.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_whirlpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pkcs12.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_brainpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecx.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ffdhe.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kas.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_tls1_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_mismatch.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_sm2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evprand.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/incdir.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/rsa-key-2432.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.pvk up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/ciphertext_from_1_1_1.cms up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/pkcs7-md4.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca_data/revoked.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_exts.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/00-prep_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/01-test_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_context.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_keymgmt.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_localetest.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_sparse_array.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_fipsinstall.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1_dsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_bn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ffc.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_namemap.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_rsa_sp800_56b.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_params_api.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_property.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_core.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder_legacy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_hexstring.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_nodefltctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_param_build.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provfetch.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_fallback.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_pkey.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_punycode.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_upcalls.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_sha.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_app.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_cli_fips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_legacy_okay.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_mac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_pkeyutl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_rand_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_spkac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/fuzz.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_acvp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_aesgcm.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_fetch_prov.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_libctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_dparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_prov_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_provider_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_readbuffer.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_asn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_hdr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/71-test_ssl_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/79-test_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/81-test_cmp_cli.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_fipsload.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1parse.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bignum.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bndiv.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cmp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cms.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_crl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_ct.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_x509.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion_data/native_types.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/x942params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/NOTES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/beermug.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-at-the-end.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-in-the-middle.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-bom.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline-multiple-of-254.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptedheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptiv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onelineheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/wellknown up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p2048_q256_bad_q.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p768_q160_too_small.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep_data/plain_text up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss_data/negativesaltlen.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p1024_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1864_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p3072_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.ascii up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7_data/malformed.pkcs7 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips/fipsmodule.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args1.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args2.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/pkcs10.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server_data/CR_protected_PBM_1234.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_rmprotection.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/chain.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DH-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DHX-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DSA-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/12345.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_trusted.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/empty.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pass_12345.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pub.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/random.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.key up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_only.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/test.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/trusted.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/wrong_csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_commands.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_connection.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_credentials.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_enrollment.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_verification.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi_data/encryptedData.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old_data/dsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/all-zero.tsq up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/comodo-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-all-zero.tsr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-signer.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-time-stamping-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads_data/rsakey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dhpkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub_noparam.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_neg1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/gost_engine.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/provider.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/apps_shims.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/fake_random.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/load.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/output.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/test_options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/asn1_dsa_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_prefix_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_readbuffer_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_rand_range.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ca-and-certs.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_asn_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_client_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_ctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_hdr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_msg_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_protect_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_server_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_vfy_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/confdump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/context_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/data2.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/defltfips_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_fetch_prov_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_kdf_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_libctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_ctx_new_from_name.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_dparams_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_provided_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ffc_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-alt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-and-base.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips_version_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/keymgmt_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/localetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/namemap_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/nodefltctxtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/null.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ossl_store_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/p_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/param_build_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_conversion_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pbetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pem_read_depr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs12_format_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs7_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/prov_config_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provfetchtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_fallback_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_pkey_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/proxy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/punycode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rsa_sp800_56b_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sha_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sm3_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont_zero.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake_srp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_old_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapssmandatory.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/tls-provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/trace_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/upcallstest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/user_property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/v3_ca_exts.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smime-eml/SignedInvalidMappingFromanyPolicyTest7.eml up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other-internal.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/providers.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/withlibctx.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/Query.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/OID.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Ordinals.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ParseC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/config.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/fallback.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/stackhash.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/c-compress-test.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/check-format-test-negatives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format-test-positives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/engines.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/err-to-raise up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fips-checksums.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fix-deprecation up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/lang-compress.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/markdownlint.rb up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/merge-err-lines up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mk-fipsmodule-cnf.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mknum.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mkpod2html.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/wrap.pl.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/write-man-symlinks up to 1.1.1.1 crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CHANGES.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/HACKING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-ANDROID.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-DJGPP.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-NONSTOP.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-PERL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-UNIX.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VALGRIND.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VMS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-WINDOWS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DIGESTS.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/EC.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/ECX.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/NIST.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/RSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/SM2.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_digests_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_wrap_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/oids_to_c.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/wrap.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/bio_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/capabilities.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/digest_to_nid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_seeding.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/bio.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_digests.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_dsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ec.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ecx.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_rsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_sm2.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_wrap.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/providercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/securitycheck.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/baseprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/decoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/defltprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/encoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips-sources.checksums up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.checksum up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.module.sources up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/legacyprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/nullprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/prov_running.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/stores.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fips_entry.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fipsprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_data.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_kats.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/rsa_enc.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/sm2_enc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_wrp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_null.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_common.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_block.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2b_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2s_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/digestcommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md4_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_sha1_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/mdc2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/null_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/ripemd_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sm3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/wp_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_der2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_epki2pki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_msblob2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pem2der.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pvk2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_spki2typespki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2any.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2blob.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2ms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_common.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/dh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecdh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecx_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/kdf_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/blake2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_aead.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/digestcommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/implementations.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/kdfexchange.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/macsignature.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/md5_sha1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/seeding.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/hkdf.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/kbkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/krb5kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pkcs12kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sshkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sskdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/tls1_prf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/x942kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/rsa_kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dh_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dsa_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt_imexport.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ecx_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/kdf_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/mac_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/rsa_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2_mac_impl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2b_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2s_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/cmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/gmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/hmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/kmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/poly1305_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/siphash_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_cpu_x86.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_tsc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_unix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vxworks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_win.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/crngt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_ctr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seed_src.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/test_rng.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/ecdsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/eddsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/mac_legacy_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/rsa_sig.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/signature/sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_any2obj.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_local.h up to 1.1.1.1 crypto/external/bsd/openssl/include/openssl/opensslv.h up to 1.2 crypto/external/bsd/openssl/include/openssl/configuration.h up to 1.4 crypto/external/bsd/openssl/include/openssl/fipskey.h up to 1.1 crypto/external/bsd/openssl/lib/engines/capi/Makefile delete crypto/external/bsd/openssl/lib/libcrypto/ecdh.inc delete crypto/external/bsd/openssl/lib/libcrypto/ecdsa.inc delete crypto/external/bsd/openssl/lib/libcrypto/krb5.inc delete crypto/external/bsd/openssl/lib/libcrypto/md2.inc delete crypto/external/bsd/openssl/lib/libcrypto/rc5.inc delete crypto/external/bsd/openssl/lib/libcrypto/x509v3.inc delete crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS delete crypto/external/bsd/openssl/dist/AUTHORS delete crypto/external/bsd/openssl/dist/CHANGES delete crypto/external/bsd/openssl/dist/CONTRIBUTING delete crypto/external/bsd/openssl/dist/FAQ delete crypto/external/bsd/openssl/dist/INSTALL delete crypto/external/bsd/openssl/dist/LICENSE delete crypto/external/bsd/openssl/dist/NEWS delete crypto/external/bsd/openssl/dist/NOTES.ANDROID delete crypto/external/bsd/openssl/dist/NOTES.DJGPP delete crypto/external/bsd/openssl/dist/NOTES.PERL delete crypto/external/bsd/openssl/dist/NOTES.UNIX delete crypto/external/bsd/openssl/dist/NOTES.VMS delete crypto/external/bsd/openssl/dist/NOTES.WIN delete crypto/external/bsd/openssl/dist/README delete crypto/external/bsd/openssl/dist/README.ENGINE delete crypto/external/bsd/openssl/dist/README.FIPS delete crypto/external/bsd/openssl/dist/Configurations/README delete crypto/external/bsd/openssl/dist/Configurations/README.design delete crypto/external/bsd/openssl/dist/Configurations/common.tmpl delete crypto/external/bsd/openssl/dist/apps/app_rand.c delete crypto/external/bsd/openssl/dist/apps/apps.c delete crypto/external/bsd/openssl/dist/apps/apps.h delete crypto/external/bsd/openssl/dist/apps/asn1pars.c delete crypto/external/bsd/openssl/dist/apps/bf_prefix.c delete crypto/external/bsd/openssl/dist/apps/crl2p7.c delete crypto/external/bsd/openssl/dist/apps/dh1024.pem delete crypto/external/bsd/openssl/dist/apps/dh2048.pem delete crypto/external/bsd/openssl/dist/apps/dh4096.pem delete crypto/external/bsd/openssl/dist/apps/opt.c delete crypto/external/bsd/openssl/dist/apps/s_apps.h delete crypto/external/bsd/openssl/dist/apps/s_cb.c delete crypto/external/bsd/openssl/dist/apps/s_socket.c delete crypto/external/bsd/openssl/dist/apps/vms_decc_argv.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.h delete crypto/external/bsd/openssl/dist/apps/win32_init.c delete crypto/external/bsd/openssl/dist/crypto/mem_dbg.c delete crypto/external/bsd/openssl/dist/crypto/o_fips.c delete crypto/external/bsd/openssl/dist/crypto/ppc_arch.h delete crypto/external/bsd/openssl/dist/crypto/sparc_arch.h delete crypto/external/bsd/openssl/dist/crypto/asn1/asn1_par.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pr.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pu.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_addr.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_dump.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_print.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock2.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_impl.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_local.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2s.c delete crypto/external/bsd/openssl/dist/crypto/blake2/build.info delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2s.c delete crypto/external/bsd/openssl/dist/crypto/bn/rsa_sup_mul.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/dh/dh1024.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh192.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh2048.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh4096.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh512.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc7919.c delete crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.c delete crypto/external/bsd/openssl/dist/crypto/engine/README delete crypto/external/bsd/openssl/dist/crypto/engine/eng_devcrypto.c delete crypto/external/bsd/openssl/dist/crypto/err/README delete crypto/external/bsd/openssl/dist/crypto/evp/m_md2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md4.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_mdc2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_ripemd.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha3.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_wp.c delete crypto/external/bsd/openssl/dist/crypto/evp/pmeth_fn.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/kdf/hkdf.c delete crypto/external/bsd/openssl/dist/crypto/kdf/scrypt.c delete crypto/external/bsd/openssl/dist/crypto/kdf/tls1_prf.c delete crypto/external/bsd/openssl/dist/crypto/modes/modes_local.h delete crypto/external/bsd/openssl/dist/crypto/objects/README delete crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ht.c delete crypto/external/bsd/openssl/dist/crypto/perlasm/README delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ameth.c delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_local.h delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_ctr.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_lib.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_vms.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_win.c delete crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ssl.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_ameth.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_local.h delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm2/sm2_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm3/m_sm3.c delete crypto/external/bsd/openssl/dist/crypto/store/loader_file.c delete crypto/external/bsd/openssl/dist/crypto/x509/x509_trs.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/build.info delete crypto/external/bsd/openssl/dist/crypto/x509v3/ext_dat.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_cache.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_data.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_local.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_map.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_node.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_tree.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/standard_exts.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_addr.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akeya.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_alt.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_asid.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bitst.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_conf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_cpols.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_crld.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_enum.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_extku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_genn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ia5.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_info.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_int.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ncons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pci.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcia.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pmaps.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_prn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_skey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_sxnet.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_tlsf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_utl.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3err.c delete crypto/external/bsd/openssl/dist/demos/README delete crypto/external/bsd/openssl/dist/demos/bio/README delete crypto/external/bsd/openssl/dist/demos/certs/README delete crypto/external/bsd/openssl/dist/demos/engines/e_chil.txt delete crypto/external/bsd/openssl/dist/demos/evp/Makefile delete crypto/external/bsd/openssl/dist/demos/evp/aesccm.c delete crypto/external/bsd/openssl/dist/demos/evp/aesgcm.c delete crypto/external/bsd/openssl/dist/doc/README delete crypto/external/bsd/openssl/dist/doc/man1/asn1parse.pod delete crypto/external/bsd/openssl/dist/doc/man1/ca.pod delete crypto/external/bsd/openssl/dist/doc/man1/ciphers.pod delete crypto/external/bsd/openssl/dist/doc/man1/cms.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl2pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/dgst.pod delete crypto/external/bsd/openssl/dist/doc/man1/dhparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsaparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/ec.pod delete crypto/external/bsd/openssl/dist/doc/man1/ecparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/enc.pod delete crypto/external/bsd/openssl/dist/doc/man1/engine.pod delete crypto/external/bsd/openssl/dist/doc/man1/errstr.pod delete crypto/external/bsd/openssl/dist/doc/man1/gendsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/genpkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/genrsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/list.pod delete crypto/external/bsd/openssl/dist/doc/man1/nseq.pod delete crypto/external/bsd/openssl/dist/doc/man1/ocsp.pod delete crypto/external/bsd/openssl/dist/doc/man1/passwd.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs12.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs8.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/prime.pod delete crypto/external/bsd/openssl/dist/doc/man1/rand.pod delete crypto/external/bsd/openssl/dist/doc/man1/rehash.pod delete crypto/external/bsd/openssl/dist/doc/man1/req.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsautl.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_client.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_server.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_time.pod delete crypto/external/bsd/openssl/dist/doc/man1/sess_id.pod delete crypto/external/bsd/openssl/dist/doc/man1/smime.pod delete crypto/external/bsd/openssl/dist/doc/man1/speed.pod delete crypto/external/bsd/openssl/dist/doc/man1/spkac.pod delete crypto/external/bsd/openssl/dist/doc/man1/srp.pod delete crypto/external/bsd/openssl/dist/doc/man1/storeutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/ts.pod delete crypto/external/bsd/openssl/dist/doc/man1/verify.pod delete crypto/external/bsd/openssl/dist/doc/man1/version.pod delete crypto/external/bsd/openssl/dist/doc/man1/x509.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_cmp.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aes.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_size.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aria.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_des.pod delete crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_VERSION_NUMBER.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_generate.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_get0_master.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_new.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_reseed.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_callbacks.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/d2i_DHparams.pod delete crypto/external/bsd/openssl/dist/doc/man7/Ed25519.pod delete crypto/external/bsd/openssl/dist/doc/man7/RAND_DRBG.pod delete crypto/external/bsd/openssl/dist/doc/man7/SM2.pod delete crypto/external/bsd/openssl/dist/doc/man7/scrypt.pod delete crypto/external/bsd/openssl/dist/external/perl/transfer/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template/Preprocess.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/00-version.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/01-basic.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/02-hash.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/03-out.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/04-safe.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/05-safe2.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/06-ofh.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/07-safe3.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/08-exported.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/09-error.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/10-delimiters.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/11-prepend.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/12-preprocess.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/13-taint.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/14-broken.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Artistic delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/COPYING delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/INSTALL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/MANIFEST delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.json delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.yml delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Makefile.PL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/README delete crypto/external/bsd/openssl/dist/fuzz/rand.inc delete crypto/external/bsd/openssl/dist/include/crypto/sm3.h delete crypto/external/bsd/openssl/dist/include/internal/o_str.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1t.h delete crypto/external/bsd/openssl/dist/include/openssl/bio.h delete crypto/external/bsd/openssl/dist/include/openssl/cms.h delete crypto/external/bsd/openssl/dist/include/openssl/conf.h delete crypto/external/bsd/openssl/dist/include/openssl/crypto.h delete crypto/external/bsd/openssl/dist/include/openssl/ct.h delete crypto/external/bsd/openssl/dist/include/openssl/err.h delete crypto/external/bsd/openssl/dist/include/openssl/lhash.h delete crypto/external/bsd/openssl/dist/include/openssl/ocsp.h delete crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h.in delete crypto/external/bsd/openssl/dist/include/openssl/opensslv.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h delete crypto/external/bsd/openssl/dist/include/openssl/rand_drbg.h delete crypto/external/bsd/openssl/dist/include/openssl/safestack.h delete crypto/external/bsd/openssl/dist/include/openssl/srp.h delete crypto/external/bsd/openssl/dist/include/openssl/ssl.h delete crypto/external/bsd/openssl/dist/include/openssl/ui.h delete crypto/external/bsd/openssl/dist/include/openssl/x509.h delete crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h delete crypto/external/bsd/openssl/dist/include/openssl/x509v3.h delete crypto/external/bsd/openssl/dist/ssl/record/README delete crypto/external/bsd/openssl/dist/ssl/packet.c delete crypto/external/bsd/openssl/dist/ssl/packet_local.h delete crypto/external/bsd/openssl/dist/ssl/statem/README delete crypto/external/bsd/openssl/dist/test/CAss.cnf delete crypto/external/bsd/openssl/dist/test/CAssdh.cnf delete crypto/external/bsd/openssl/dist/test/CAssdsa.cnf delete crypto/external/bsd/openssl/dist/test/CAssrsa.cnf delete crypto/external/bsd/openssl/dist/test/P1ss.cnf delete crypto/external/bsd/openssl/dist/test/P2ss.cnf delete crypto/external/bsd/openssl/dist/test/README delete crypto/external/bsd/openssl/dist/test/README.external delete crypto/external/bsd/openssl/dist/test/Sssdsa.cnf delete crypto/external/bsd/openssl/dist/test/Sssrsa.cnf delete crypto/external/bsd/openssl/dist/test/Uss.cnf delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.c delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.h delete crypto/external/bsd/openssl/dist/test/drbg_cavs_test.c delete crypto/external/bsd/openssl/dist/test/drbgtest.h delete crypto/external/bsd/openssl/dist/test/evp_test.h delete crypto/external/bsd/openssl/dist/test/gosttest.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.h delete crypto/external/bsd/openssl/dist/test/md2test.c delete crypto/external/bsd/openssl/dist/test/ct/log_list.conf delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.c delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.h delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.conf delete crypto/external/bsd/openssl/dist/test/ssltest_old.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/include/openssl/base.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/build.info delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_config.json delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_shim.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.h delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_md2.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_mdc2.t delete crypto/external/bsd/openssl/dist/test/recipes/06-test-rdrand.t delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost.t delete crypto/external/bsd/openssl/dist/test/recipes/95-test_external_boringssl.t delete crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz.t delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/beermug.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/NOTES delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-at-the-end.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-in-the-middle.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/csr.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline-multiple-of-254.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptedheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptiv.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onelineheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsaparam.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/key.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/wellknown delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb163v1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb208w1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp160k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp192k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp224k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp256k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp521r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect239k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls10-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls11-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls3-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls4-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls5-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls8-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls9-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpcase.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpccmcavs.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpdigest.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey.txt delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost_data/gost.conf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/user.cnf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/ca.cnf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf.in delete crypto/external/bsd/openssl/dist/test/testutil/output_helpers.c delete crypto/external/bsd/openssl/dist/test/testutil/tap_bio.c delete crypto/external/bsd/openssl/dist/util/openssl-format-source delete crypto/external/bsd/openssl/dist/util/openssl-update-copyright delete crypto/external/bsd/openssl/dist/util/private.num delete crypto/external/bsd/openssl/dist/util/process_docs.pl delete crypto/external/bsd/openssl/dist/util/perl/with_fallback.pm delete crypto/external/bsd/openssl/include/internal/bn_conf.h delete crypto/external/bsd/openssl/include/internal/dso_conf.h delete crypto/external/bsd/openssl/include/openssl/opensslconf.h delete crypto/external/bsd/openssl/bin/Makefile up to 1.12 crypto/external/bsd/openssl/dist/Configure up to 1.33 crypto/external/bsd/openssl/dist/appveyor.yml up to 1.1.1.7 crypto/external/bsd/openssl/dist/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/config up to 1.1.1.15 crypto/external/bsd/openssl/dist/config.com up to 1.1.1.3 crypto/external/bsd/openssl/dist/e_os.h up to 1.18 crypto/external/bsd/openssl/dist/Configurations/00-base-templates.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/10-main.conf up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/15-android.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/15-ios.conf up to 1.1.1.4 crypto/external/bsd/openssl/dist/Configurations/50-djgpp.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-haiku.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-masm.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-win-onecore.conf up to 1.1.1.5 crypto/external/bsd/openssl/dist/Configurations/descrip.mms.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/Configurations/shared-info.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/unix-Makefile.tmpl up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/unix-checker.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/windows-checker.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/windows-makefile.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/VMS/VMSify-conf.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_ivp.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/openssl_shutdown.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_startup.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_utils.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/translatesyms.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/CA.pl.in up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/ca.c up to 1.23 crypto/external/bsd/openssl/dist/apps/ciphers.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/cms.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/apps/crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/dgst.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/apps/dhparam.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/dsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/dsaparam.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/ec.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/ecparam.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/enc.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/apps/engine.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/errstr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/gendsa.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/genpkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/genrsa.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/nseq.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ocsp.c up to 1.24 crypto/external/bsd/openssl/dist/apps/openssl-vms.cnf up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/openssl.c up to 1.8 crypto/external/bsd/openssl/dist/apps/openssl.cnf up to 1.11 crypto/external/bsd/openssl/dist/apps/passwd.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/pkcs12.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/apps/pkcs7.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/pkcs8.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/pkeyparam.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/pkeyutl.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/prime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/progs.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/rand.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/rehash.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/req.c up to 1.5 crypto/external/bsd/openssl/dist/apps/rsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/rsautl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/s_client.c up to 1.27 crypto/external/bsd/openssl/dist/apps/s_server.c up to 1.28 crypto/external/bsd/openssl/dist/apps/s_time.c up to 1.13 crypto/external/bsd/openssl/dist/apps/sess_id.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/smime.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/speed.c up to 1.22 crypto/external/bsd/openssl/dist/apps/spkac.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/srp.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/storeutl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/testdsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/testrsa.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/timeouts.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ts.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/tsget.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/version.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/vms_decc_init.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/x509.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/LPdir_nyi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_unix.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_win.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/LPdir_win32.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_wince.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/alphacpuid.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/arm64cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/arm_arch.h up to 1.9 crypto/external/bsd/openssl/dist/crypto/armcap.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/armv4cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/c64xpluscpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cpt_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cryptlib.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/ctype.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cversion.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dllmain.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ebcdic.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ex_data.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/getenv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ia64cpuid.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/init.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/mem.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/mem_clr.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/mem_sec.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/mips_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/o_dir.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_fopen.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/o_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_str.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/o_time.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/pariscid.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ppccap.c up to 1.21 crypto/external/bsd/openssl/dist/crypto/ppccpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/s390x_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/s390xcap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/s390xcpuid.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sparccpuid.S up to 1.10 crypto/external/bsd/openssl/dist/crypto/sparcv9cap.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/threads_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/threads_pthread.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/threads_win.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/uid.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/vms_rms.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x86_64cpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/x86cpuid.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_core.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_ige.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/aes_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_wrap.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_x86core.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ia64.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-s390x.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesfx-sparcv9.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha1-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha256-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesp8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesv8-armx.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-armv7.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aria/aria.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/a_bitstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_d2i_fp.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_digest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_dup.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_gentm.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_i2d_fp.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_int.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/a_mbstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_object.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/a_octet.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_print.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_time.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_type.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_utctm.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_utf8.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_verify.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/ameth_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_err.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_gen.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mime.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn_moid.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mstbl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/asn_pack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/asn1/bio_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/bio_ndef.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pr.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pu.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/evp_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/f_int.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/f_string.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/n_pkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/nsseq.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbe.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbev2.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/p5_scrypt.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p8_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/standard_methods.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/t_bitst.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/t_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/t_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_enc.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_fre.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_new.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_prn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_scn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_typ.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_utl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tbl_standard.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/x_algor.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/x_bignum.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/x_info.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_int64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_long.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_pkey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_sig.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_val.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/async/async.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/async_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/async_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/async_wait.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_cfb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_ofb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_pi.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bf/bf_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/bf/asm/bf-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bio/bf_buff.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bf_lbuf.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bf_nbio.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bf_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_cb.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_err.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bio_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bio/bio_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bio/bio_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bio/bss_acpt.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bio/bss_bio.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bio/bss_conn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c up to 1.1.1.20 crypto/external/bsd/openssl/dist/crypto/bio/bss_fd.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_mem.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/bio/bss_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bss_sock.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/README.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_add.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_asm.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_blind.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_const.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_ctx.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_depr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_dh.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_div.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/bn/bn_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c up to 1.22 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_gcd.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/bn/bn_gf2m.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/bn_intern.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_kron.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/bn/bn_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_mod.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bn/bn_mpi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_mul.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_print.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_rand.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_recp.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_shift.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqr.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqrt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_srp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_word.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_x931p.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/alpha-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-gf2m.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv8-mont.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-c64xplus.asm up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/asm/c64xplus-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/co-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/parisc-mont.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx2.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparct4-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8plus.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9a-mont.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/via-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/vis3-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont5.pl up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/buffer/buf_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/buffer/buffer.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/buffer/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/camellia/camellia.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ctr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmllt4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/cast/c_cfb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ofb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/cast_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cast/cast_s.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/asm/cast-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/chacha/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_enc.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-c64xplus.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmac/cmac.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/cms/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/cms/cms_att.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_cd.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_dd.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_enc.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/cms/cms_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_ess.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/cms/cms_io.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_kari.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/comp/c_zlib.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/comp/comp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/comp/comp_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/comp/comp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_api.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.h up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/conf/conf_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/conf/conf_lib.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/conf/conf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_mall.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/conf/conf_mod.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_sap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_ssl.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/conf/keysets.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ct/ct_b64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ct/ct_log.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_oct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_policy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_prn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct_ctx.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_vfy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_x509v3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/cbc_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cbc_enc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/cfb64ede.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cfb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/cfb_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/des/ecb3_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ecb_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt_b.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ncbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64ede.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/pcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/qud_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/rand_key.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/des/set_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/des/spr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/str2key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/xcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/crypt586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/des-586.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/asm/des_enc.m4 up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/asm/desboth.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/asm/dest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/dh/dh_ameth.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dh/dh_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_check.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_gen.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_key.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dh/dh_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dh/dh_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_pmeth.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_prn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc5114.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_asn1.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_gen.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_lib.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_meth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ossl.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_sign.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_vrf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dso/dso_dl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/dso/dso_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dso/dso_lib.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dso/dso_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dso/dso_openssl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dso/dso_win32.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve25519.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec2_oct.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ec/ec2_smpl.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/ec/ec_check.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec_curve.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ec_cvt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_key.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_kmeth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ec_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ec_mult.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ec_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_print.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_ossl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_ossl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_sign.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_vrf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/eck_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_mont.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nist.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp224.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp256.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp521.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistputil.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256_table.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecp_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ecx_meth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv4.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-ppc64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-ppc64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_tables.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448utils.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/ed448.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/eddsa.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/f_generic.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/field.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/point_448.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/scalar.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/word.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/arch_intrinsics.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/engine/eng_cnf.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_ctrl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_dyn.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_fat.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/eng_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_list.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_openssl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/engine/eng_rdrand.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_table.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/tb_asnmth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/tb_cipher.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dh.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_digest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_eckey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/engine/tb_pkmeth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rand.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/err/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/err/err.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/err/err_all.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/err/err_prn.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.ec up to 1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.txt up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/bio_enc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/bio_md.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/bio_ok.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/c_allc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/c_alld.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/cmeth_lib.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/digest.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c up to 1.26 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha1.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha256.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_aria.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_bf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_camellia.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_cast.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_chacha20_poly1305.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/e_des.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_des3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/e_idea.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_null.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_old.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_rc2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4_hmac_md5.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_rc5.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/e_xcbc_d.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/encode.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/evp_cnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/evp_enc.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/evp/evp_err.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/evp/evp_key.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/evp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/evp_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/evp_pbe.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/evp_pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_null.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_sigver.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/names.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt2.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/p_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/evp/p_open.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_seal.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/p_verify.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pbe_scrypt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_gn.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/hmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/hmac/hmac.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/hmac/hmac_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/i_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/idea/i_ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_skey.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/idea/idea_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/kdf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/kdf/kdf_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/lhash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/lhash/lh_stats.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/lhash/lhash.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/lhash/lhash_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/md2_dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/md2/md2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md4/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/md4/md4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/md5/md5_dgst.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/md5/md5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md5/md5_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-x86_64.pl up to 1.6 crypto/external/bsd/openssl/dist/crypto/mdc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/cbc128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/ccm128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/cfb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/ctr128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/cts128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/modes/ocb128.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/ofb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/wrap128.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/modes/xts128.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/aesni-gcm-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashp8-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashv8-armx.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/o_names.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.h up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/objects/obj_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/objects/obj_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/objects/obj_mac.num up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.h up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.txt up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/objects.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/objects.txt up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/objects/objxref.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_asn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_cl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ext.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_srv.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_vfy.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/v3_ocsp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/pem/pem_all.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_info.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_lib.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/pem/pem_oth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pem/pem_pk8.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_pkey.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_sign.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pem/pem_x509.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pem_xaux.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pvkfmt.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/perlasm/arm-xlate.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/perlasm/cbc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/perlasm/ppc-xlate.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/perlasm/sparcv9_modes.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-xlate.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/perlasm/x86asm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86gas.pl up to 1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86masm.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/perlasm/x86nasm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_add.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_asn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_attr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crpt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_decr.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_mutl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_npas.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8d.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8e.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_sbag.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_utl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/pk12err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/bio_pk7.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_attr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_mime.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_smime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_base2_44.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ieee754.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv4.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-c64xplus.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-mips.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppcfp.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-sparcv9.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86_64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rand/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rand/rand_egd.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rand/rand_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rand/rand_lib.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/rand/rand_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rand/randfile.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/rc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_local.h up to 1.3 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc4/build.info up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_skey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-586.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-c64xplus.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-md5-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/rc5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_ecb.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_enc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_skey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc5/rc5cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/asm/rc5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/rmdconst.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ripemd/asm/rmd-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_chk.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_crpt.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_err.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_gen.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_lib.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_oaep.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ossl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pk1.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pss.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_saos.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sign.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931g.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/seed/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/seed/seed_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_ecb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/keccak1600.c up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/sha1_one.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/sha1dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/sha256.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha512.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx2.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512vl.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-c64x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-mmx.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-ppc64.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-s390x.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-x86_64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600p8-ppc.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-586.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-alpha.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv4-large.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ia64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9a.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-thumb.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-586.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-586.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv8.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ia64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-parisc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-sparcv9.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512p8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/siphash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/siphash/siphash.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sm2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_crypt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_sign.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sm3/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm3/sm3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm3/sm3_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm4/sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/srp/srp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/stack/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/stack/stack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/store/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_init.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_lib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/store/store_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_register.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_strings.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ts/ts_conf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_lib.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ts/ts_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_sign.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ts/ts_verify_ctx.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/txt_db/txt_db.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ui/ui_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ui/ui_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/ui/ui_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ui/ui_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ui/ui_openssl.c up to 1.19 crypto/external/bsd/openssl/dist/crypto/ui/ui_util.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_block.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-mmx.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-x86_64.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/by_dir.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/x509/by_file.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/t_crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/t_req.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/t_x509.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_att.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/x509/x509_cmp.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/x509/x509_d2.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_def.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/x509/x509_ext.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x509_lu.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/x509/x509_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/x509_obj.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_r2x.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_req.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_set.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_txt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_v3.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_vfy.c up to 1.28 crypto/external/bsd/openssl/dist/crypto/x509/x509_vpm.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/x509/x509cset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509rset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509spki.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509type.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_all.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/x509/x_attrib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_exten.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_pubkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x_req.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_x509a.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/Makefile up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/accept.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/cmod.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/connect.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/saccept.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/demos/bio/sconnect.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/server-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/server-cmod.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/server-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/certs/ca.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/certs/apps/apps.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/cms/cms_comp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_ddec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_denc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_uncomp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_ver.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/pkcs12/pkread.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/demos/pkcs12/pkwrite.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smdec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smenc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smver.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/fingerprints.txt up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/HOWTO/certificates.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/HOWTO/keys.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man1/CA.pl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man1/openssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man1/tsget.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ADMISSIONS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_get_int64.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ASN1_ITEM_lookup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_OBJECT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_TABLE_add.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_length.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TIME_set.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TYPE_get.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_generate_nconf.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_WAIT_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_start_job.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BF_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDR.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDRINFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_connect.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BIO_ctrl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_base64.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_buffer.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_md.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_ssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_find_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_data.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_new_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_parse_hostserv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_printf.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_push.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_read.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_fd.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_mem.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_socket.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_set_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_should_retry.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_BLINDING_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_start.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_add_word.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_bn2bin.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_cmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_copy.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_generate_prime.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_inverse.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_montgomery.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_reciprocal.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_num_bytes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_rand.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BN_security_bits.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_set_bit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_swap.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_zero.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BUF_MEM_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_add0_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_recipient_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_signer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_compress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_decrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_final.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_RecipientInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_SignerInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get1_ReceiptRequest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_uncompress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_load_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_THREAD_run_once.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_memcmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_get0_log_by_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CT_POLICY_EVAL_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DEFINE_STACK_OF.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DES_random_key.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_get0_pqg.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_get_1024_160.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new_by_nid.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_SIG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_do_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_dup_DH.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_get0_pqg.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DTLS_get_data_mtu.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLS_set_timer_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLSv1_listen.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_SIG_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECPKParameters_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GFp_simple_method.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_copy.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_get_enc_flags.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_add.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ENGINE_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ERR_GET_LIB.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_clear_error.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_error_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_get_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_crypto_strings.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_strings.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_print_errors.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_put_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_remove_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_set_mark.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_BytesToKey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestSignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestVerifyInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncodeInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncryptInit.pod up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/man3/EVP_MD_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_OpenInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_ASN1_METHOD.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_ctrl.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set1_pbe_pass.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_asn1_get_count.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_derive.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_default_digest_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_keygen.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_get_count.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_print_private.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_RSA.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_sign.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify_recover.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SealInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_VerifyInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_bf_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_blake2b512.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_cast5_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_chacha20.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_desx_cbc.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_idea_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_md2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md5.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_mdc2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc2_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc5_32_12_16_cbc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_ripemd160.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_seed_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha1.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha3_224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm3.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm4_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_whirlpool.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/HMAC.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/MD5.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/MDC2_Init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OBJ_nid2obj.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OCSP_REQUEST_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_cert_to_id.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_request_add1_nonce.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_resp_find_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_response_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_sendreq_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_Applink.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_COMPFUNC.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_stats.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_config.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_fork_prepare.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_ia32cap.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_crypto.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_ssl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_instrument_bus.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_load_builtin_modules.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_malloc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_secure_malloc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_INFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_LOADER.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_SEARCH.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_expect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_open.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_add_all_algorithms.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_bytes_read_bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_PrivateKey.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_ex.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_CMS_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_PKCS7_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_create.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_newpass.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_parse.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBKDF2_HMAC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign_add_signer.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_bytes.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RAND_cleanup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_egd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RAND_load_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_rand_method.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RC4_set_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RIPEMD160_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_blinding_on.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_check_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_get0_key.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_padding_add_PKCS1_type_1.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RSA_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_private_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_public_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign_ASN1_OCTET_STRING.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SCT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_validate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SHA256_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CIPHER_get_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_COMP_add_compression_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set1_prefix.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_flags.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd_argv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add1_chain_cert.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_extra_chain_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_ctrl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_dane_enable.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_flush_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get0_param.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get_verify_mode.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_has_client_custom_ext.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_load_verify_locations.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_number.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_cache_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_get_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set0_CA_list.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_curves.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_sigalgs.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_verify_cert_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_alpn_select_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_store.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_verify_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cipher_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_hello_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ct_validation_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ctlog_list_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_default_passwd_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_generate_session_id.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_info_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_keylog_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_max_cert_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_min_proto_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_mode.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_msg_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_num_tickets.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_options.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_psk_client_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_quiet_shutdown.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_read_ahead.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_record_padding_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_security_level.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_cache_mode.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_id_context.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_ticket_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_split_send_fragment.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ssl_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_stateless_cookie_generate_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_timeout.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_servername_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_status_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_dh_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_verify.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_psk_identity_hint.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_serverinfo.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_free.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_hostname.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_id_context.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_peer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_compress_id.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_protocol_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_has_ticket.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_is_resumable.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_set1_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_alert_type_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_alloc_buffers.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_check_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_clear.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_do_handshake.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_export_keying_material.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_extension_supported.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get0_peer_scts.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_SSL_CTX.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_all_async_fds.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_ciphers.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_client_random.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_current_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_default_timeout.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_error.pod up to 1.1.1.8 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_extms_support.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_fd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_cert_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_signature_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_tmp_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_psk_identity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_rbio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_session.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_shared_sigalgs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_in_init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_key_update.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_library_init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_load_client_CA_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_pending.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_read.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_read_early_data.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_rstate_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_session_reused.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_set1_host.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_connect_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_fd.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_shutdown.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_shutdown.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_state_string.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_want.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_write.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/UI_STRING.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/UI_UTIL_read_pw.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/UI_create_method.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/UI_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509V3_get_d2i.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_ALGOR_dup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_CRL_get0_by_serial.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_EXTENSION_set_object.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_hash_dir.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_meth_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_ENTRY_get_object.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_add_entry_by_txt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get0_der.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get_index_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_PUBKEY_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_SIG_get0.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_get_error.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_new.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_set_verify_cb.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_add_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_get0_param.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_set_verify_cb_func.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_VERIFY_PARAM_set_flags.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/X509_check_ca.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_host.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_issued.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_private_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_check_purpose.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_dup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_notBefore.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_signature.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_uids.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_extension_flags.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_get_pubkey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_serialNumber.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_get_subject_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get_version.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_verify_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509v3_get_ext_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/d2i_PKCS8PrivateKey_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_PrivateKey.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/d2i_SSL_SESSION.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_X509.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/i2d_CMS_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_PKCS7_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_re_X509_tbs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/o2i_SCT_LIST.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man5/config.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man5/x509v3_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/RAND.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/RSA-PSS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/X25519.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/crypto.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ct.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/des_modes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/evp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ossl_store-file.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ossl_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/passphrase-encoding.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/proxy-certificates.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ssl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/x509.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_afalg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/engines/e_afalg.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_afalg.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_capi.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/engines/e_capi.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_capi_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_capi_err.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/engines/e_dasync.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_dasync.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_dasync_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_dasync_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_ossltest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_padlock.c up to 1.9 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/external/perl/Downloaded.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/README.md up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1parse.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bignum.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bndiv.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/cms.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/conf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/ct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/driver.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/fuzzer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/helper.py up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/mkfuzzoids.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/oids.txt up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/server.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/test-corpus.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/aria.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/asn1.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/async.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/crypto/bn_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_dh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_srp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/chacha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cryptlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ctype.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/dso_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ec.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/engine.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/evp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/lhash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/md32_common.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/objects.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/poly1305.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/siphash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sm2err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/store.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/x509.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/bio.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/comp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/conf.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/constant_time.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/cryptlib.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/internal/dane.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/dso.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/dsoerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/nelem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/numbers.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/o_dir.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/refcount.h up to 1.7 crypto/external/bsd/openssl/dist/include/internal/sockets.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/sslconf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/thread_once.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/tsan_assist.h up to 1.7 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/aes.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1_mac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/async.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/asyncerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/bioerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/blowfish.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/bn.h up to 1.5 crypto/external/bsd/openssl/dist/include/openssl/bnerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/buffer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/buffererr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/camellia.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cast.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmserr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/comp.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/comperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/conf_api.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/conferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/cterr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/des.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/dh.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dherr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/dsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/dsaerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dtls1.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/e_os2.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ebcdic.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ec.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ecdh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecdsa.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecerr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/engine.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/engineerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/evp.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/include/openssl/evperr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/hmac.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/idea.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/kdf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/kdferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/md2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/mdc2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/modes.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/obj_mac.h up to 1.1.1.8 crypto/external/bsd/openssl/dist/include/openssl/objects.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/objectserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ocsperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ossl_typ.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pemerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pkcs12err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pkcs7err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/randerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/rc2.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/rc4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rc5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ripemd.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rsa.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/rsaerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/seed.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/sha.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/srtp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl3.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/sslerr.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/stack.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/store.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/storeerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/symhacks.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tls1.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/ts.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/txt_db.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/uierr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/whrlpool.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/x509err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/x509v3err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/applink.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/cmp.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-common.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-ia64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/uplink.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/os-dep/haiku.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/bio_ssl.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/d1_lib.c up to 1.13 crypto/external/bsd/openssl/dist/ssl/d1_msg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/d1_srtp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/methods.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/pqueue.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/s3_cbc.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/s3_enc.c up to 1.18 crypto/external/bsd/openssl/dist/ssl/s3_lib.c up to 1.31 crypto/external/bsd/openssl/dist/ssl/s3_msg.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/ssl/ssl_cert.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/ssl/ssl_cert_table.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/ssl_ciph.c up to 1.24 crypto/external/bsd/openssl/dist/ssl/ssl_conf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_err.c up to 1.20 crypto/external/bsd/openssl/dist/ssl/ssl_init.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_lib.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/ssl_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_mcnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_rsa.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/ssl_sess.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/ssl_stat.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/ssl_txt.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/ssl_utst.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/t1_enc.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/t1_lib.c up to 1.37 crypto/external/bsd/openssl/dist/ssl/t1_trce.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls13_enc.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls_srp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/record/dtls1_bitmap.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_d1.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_s3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/record.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/record/record_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/record/ssl3_buffer.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record_tls13.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/extensions.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/statem/extensions_clnt.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/ssl/statem/extensions_cust.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/statem/extensions_srvr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_clnt.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/ssl/statem/statem_dtls.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/ssl/statem/statem_lib.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/statem/statem_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_srvr.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/test/CAtsa.cnf up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/README.ssltest.md up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/aborttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/afalgtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_decode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_encode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_string_table_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/asn1_time_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/asynciotest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/asynctest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bad_dtls_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bftest.c up to 1.5 crypto/external/bsd/openssl/dist/test/bio_callback_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_enc_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_memleak_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bioprinttest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bntest.c up to 1.11 crypto/external/bsd/openssl/dist/test/bntests.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/build.info up to 1.1.1.15 crypto/external/bsd/openssl/dist/test/casttest.c up to 1.4 crypto/external/bsd/openssl/dist/test/chacha_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipher_overhead_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipherbytes_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cipherlist_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ciphername_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/clienthellotest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/cmactest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cms-examples.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cmsapitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/conf_include_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/constant_time_test.c up to 1.6 crypto/external/bsd/openssl/dist/test/crltest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ct_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/ctype_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/curve448_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/d2i_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dane-cross.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/danetest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/danetest.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/destest.c up to 1.5 crypto/external/bsd/openssl/dist/test/dhtest.c up to 1.6 crypto/external/bsd/openssl/dist/test/drbgtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/dsa_no_digest_size_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/dsatest.c up to 1.6 crypto/external/bsd/openssl/dist/test/dtls_mtu_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dtlstest.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/dtlsv1listentest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ec_internal_test.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/ecdsatest.c up to 1.8 crypto/external/bsd/openssl/dist/test/ecstresstest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ectest.c up to 1.10 crypto/external/bsd/openssl/dist/test/enginetest.c up to 1.5 crypto/external/bsd/openssl/dist/test/errtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/evp_extra_test.c up to 1.13 crypto/external/bsd/openssl/dist/test/evp_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/exdatatest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/exptest.c up to 1.6 crypto/external/bsd/openssl/dist/test/fatalerrtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_buildtest.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_ssl_tests.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/gmdifftest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/hmactest.c up to 1.6 crypto/external/bsd/openssl/dist/test/ideatest.c up to 1.4 crypto/external/bsd/openssl/dist/test/igetest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/lhash_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2_internal_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/memleaktest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/modes_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ocspapitest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/packettest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/pbelutest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pemtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pkey_meth_kdf_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkey_meth_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkits-test.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/poly1305_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/rc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc4test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc5test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rdrand_sanitytest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recordlentest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_complex.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_mp_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/run_tests.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sanitytest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/secmemtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/servername_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/shlibloadtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/siphash_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/sm2_internal_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sm4_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/srptest.c up to 1.4 crypto/external/bsd/openssl/dist/test/ssl_cert_table_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ssl_ctx_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslapitest.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/test/sslbuffertest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslcorrupttest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/stack_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefault.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefaulttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/test.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/test_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/testrsa.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testsid.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/testutil.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/testx509.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/threadstest.c up to 1.2 crypto/external/bsd/openssl/dist/test/time_offset_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/tls13ccstest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/tls13encryptiontest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/tls13secretstest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/uitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/v3ext.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/v3nametest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/verify_extra_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/versions.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/wpackettest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_check_cert_pkey_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/x509_dup_cert_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_time_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/x509aux.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768i.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-explicit.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-named.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5-any.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonbc.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonca.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-root2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/croot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.msb up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic_crl.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/dhp2048.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ee-pathlen.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.sct up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer-key.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs3.sct up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/mkcert.sh up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/certs/nca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca1-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca2-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca3-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-ed448-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/setup.sh up to 1.1.1.12 crypto/external/bsd/openssl/dist/test/certs/sroot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_abort.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_sanity.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_symbol_presence.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/01-test_test.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_errstr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_ctype.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/02-test_lhash.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_ordinals.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_stack.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_exdata.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_chacha.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_curve448.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_mdc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_modes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_poly1305.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_siphash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm2.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm4.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ssl_cert_table.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_x509.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_ui.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_decode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_encode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_string_table.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_callback.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bioprint.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_err.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_bf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_cast.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_des.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_hmac.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_idea.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rand.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc4.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_exp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dh.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ec.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecdsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genec.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genrsa.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_out_option.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_dgst.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc_more.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/20-test_passwd.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_crl.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_d2i.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_req.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/25-test_sid.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify.t up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/recipes/25-test_x509.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_afalg.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/30-test_engine.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_extra.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pbelu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth_kdf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/40-test_rehash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_check_cert_pkey.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_dup_cert.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_time.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_asyncio.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_bad_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_clienthello.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_comp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_key_share.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_packet.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_recordlen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_renegotiation.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_servername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcbcpadding.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcertstatus.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslextension.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslmessages.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslrecords.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsessiontick.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsigalgs.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsignature.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslskewith0p.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslversions.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslvertol.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13alerts.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13cookie.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13downgrade.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13hrr.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13kexmodes.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13messages.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13psk.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tlsextms.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_verify_extra.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_wpacket.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherbytes.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherlist.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ciphername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ct.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dane.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls_mtu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtlsv1listen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ocsp.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_pkcs12.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_new.t up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_test_ctx.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_sslcorrupt.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_x509aux.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_asn1_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_async.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_enc.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_constant_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_fatalerr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_gmdiff.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_ige.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_overhead.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_secmem.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_shlibload.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/90-test_srp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslbuffers.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sysdefault.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_time_offset.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13ccs.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13encryption.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13secrets.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_v3name.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/99-test_ecstress.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/tconversion.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnexp.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmod.txt up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmul.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnshift.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnsum.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpencod.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecc.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/conf-includes/includes1.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5_data/krb5.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/cryptography.sh up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/ca.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/mksmime-certs.sh up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/protocol_version.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/ssltests_base.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/basic_output.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/cb.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/driver.c up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/format_output.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/main.c up to 1.6 crypto/external/bsd/openssl/dist/test/testutil/output.h up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/stanza.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/test_cleanup.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tests.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/testutil_init.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tu_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/tools/c_rehash.in up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/add-depends.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-malloc-errs up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/ck_errf.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/copy.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/dofile.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/echo.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/find-doc-nits up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/find-unused-errs up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/fix-includes up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/fix-includes.sed up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/indent.pro up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/libcrypto.num up to 1.1.1.12 crypto/external/bsd/openssl/dist/util/libssl.num up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/local_shlib.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/mkbuildinf.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/mkdef.pl up to 1.12 crypto/external/bsd/openssl/dist/util/mkdir-p.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/mkerr.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/util/mkrc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/opensslwrap.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/shlib_wrap.sh.in up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/su-filter.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/unlocal_shlib.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/checkhandshake.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test.pm up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/copyright.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Simple.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Utils.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/Pod.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Alert.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Certificate.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateRequest.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateVerify.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ClientHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/EncryptedExtensions.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Message.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/NewSessionTicket.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Proxy.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Record.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerKeyExchange.pm up to 1.1.1.4 crypto/external/bsd/openssl/include/progs.h up to 1.3 crypto/external/bsd/openssl/include/crypto/bn_conf.h up to 1.3 crypto/external/bsd/openssl/include/crypto/dso_conf.h up to 1.2 crypto/external/bsd/openssl/lib/Makefile up to 1.9 crypto/external/bsd/openssl/lib/engines/Makefile up to 1.6 crypto/external/bsd/openssl/lib/engines/engines.mk up to 1.6 crypto/external/bsd/openssl/lib/engines/dasync/Makefile up to 1.4 crypto/external/bsd/openssl/lib/engines/ossltest/Makefile up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/Makefile up to 1.33 crypto/external/bsd/openssl/lib/libcrypto/aes.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/aria.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/asn1.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/async.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/bio.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/blake2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bn.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/buffer.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/camellia.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/cast.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/chacha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/cmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/cms.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/comp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/conf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/crypto.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/crypto.map up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/ct.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/curve448.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/des.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/dh.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/dsa.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/dso.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/ec.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/engine.inc up to 1.14 crypto/external/bsd/openssl/lib/libcrypto/err.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/evp.inc up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/hmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/idea.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/kdf.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/lhash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/libc-sha256.c up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/libc-sha2xx.c up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/libc-sha512.c up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man.inc up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/md4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/md5.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/modes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/objects.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ocsp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pem.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs12.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs7.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/poly1305.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/rand.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/rc2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rc4.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/ripemd.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rsa.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/seed.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sha.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libcrypto/siphash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm3.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/srcs.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/srp.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/stack.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/store.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/ts.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/txt_db.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ui.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/whrlpool.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/x509.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/Makefile up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/arm64cpuid.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/armv8-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/chacha-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ecp_nistz256-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ghashv8-armx.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/keccak1600-armv8.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/modes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/poly1305-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha512-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/vpaes-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/arm64cpuid.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-gf2m.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-mont.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4cpuid.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv8-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/bsaes-armv7.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghashv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv4-large.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha256-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/vpaes-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bf-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cast-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/chacha-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cmll-x86.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/des-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/e_padlock-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ecp_nistz256-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ghash-x86.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/poly1305-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc4-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc5-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha1-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha256-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha512-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/uplink-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/vpaes-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S up to 1.18 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/keccak1600-ppc64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512-ppc.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aesfx-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aest4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn-sparcv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/cmllt4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/des_enc-sparc.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/dest4-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ec.inc up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ecp_nistz256-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/poly1305-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha1-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha512-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9a-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/vis3-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aes-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aesfx-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aest4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/cmllt4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/des_enc-sparc.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/dest4-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ecp_nistz256-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/poly1305-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha1-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha512-sparcv9.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9a-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/vis3-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-gcm-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha1-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha256-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bsaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/chacha-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/cmll-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/e_padlock-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ecp_nistz256-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ghash-x86_64.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/keccak1600-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/md5-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/poly1305-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-md5-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-x86_64.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx2.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-x86_64.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-x86_64.S up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha256-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha512-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/whrlpool.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/wp-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x25519-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/man/ADMISSIONS.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_get_int64.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_ITEM_lookup.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TYPE_get.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_WAIT_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_start_job.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BF_encrypt.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDR.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDRINFO.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_connect.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_parse_hostserv.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_printf.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_security_bits.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BUF_MEM_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3 up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_THREAD_run_once.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_get0_log_by_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CT_POLICY_EVAL_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DEFINE_STACK_OF.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DES_random_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_1024_160.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new_by_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_get_data_mtu.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_set_timer_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLSv1_listen.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_SIG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECPKParameters_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_get_enc_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ENGINE_add.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_ASN1_METHOD.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set1_pbe_pass.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_hkdf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_scrypt_N.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_asn1_get_count.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_get_count.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_bf_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_blake2b512.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_cast5_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_chacha20.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_desx_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_idea_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md5.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_mdc2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc2_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc5_32_12_16_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ripemd160.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_seed_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha1.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha3_224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm3.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm4_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_whirlpool.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/HMAC.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MD5.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MDC2_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/Makefile up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_REQUEST_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_cert_to_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_request_add1_nonce.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_resp_find_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_response_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_sendreq_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_COMPFUNC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_stats.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_fork_prepare.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 up to 1.24 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_crypto.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_ssl.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_secure_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_INFO.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_LOADER.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_SEARCH.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_expect.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_open.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_bytes_read_bio.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_CMS.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_ex.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_newpass.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RC4_set_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RIPEMD160_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA-PSS.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get0_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_validate.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SHA256_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_config.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_dane_enable.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_has_client_custom_ext.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set0_CA_list.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_hello_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ct_validation_callback.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ctlog_list_file.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_keylog_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_min_proto_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_num_tickets.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3 up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_record_padding_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_security_level.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_ticket_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_split_send_fragment.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_stateless_cookie_generate_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_servername_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3 up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_use_srtp.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_cipher.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_hostname.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_id_context.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_peer.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_compress_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_protocol_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_has_ticket.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_is_resumable.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_set1_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alloc_buffers.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_export_keying_material.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_extension_supported.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get0_peer_scts.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_all_async_fds.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_random.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_extms_support.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_signature_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_tmp_key.3 up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_shared_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_in_init.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_key_update.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read_early_data.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set1_host.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/UI_STRING.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_UTIL_read_pw.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/UI_create_method.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X25519.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_get_d2i.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_ALGOR_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_CRL_get0_by_serial.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_EXTENSION_set_object.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_hash_dir.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get0_der.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_PUBKEY_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_SIG_get0.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_add_cert.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_get0_param.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_ca.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_issued.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_private_key.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp_time.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_digest.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_notBefore.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_signature.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_uids.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_extension_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_pubkey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_serialNumber.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_subject_name.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_sign.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509v3_get_ext_by_NID.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/bio.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/crypto.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ct.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/evp.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_re_X509_tbs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/o2i_SCT_LIST.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcryptotest/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libdes/shlib_version up to 1.7 crypto/external/bsd/openssl/lib/libssl/Makefile up to 1.18 crypto/external/bsd/openssl/lib/libssl/record.inc up to 1.3 crypto/external/bsd/openssl/lib/libssl/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libssl/ssl.inc up to 1.11 crypto/external/bsd/openssl/lib/libssl/ssl.map up to 1.4 crypto/external/bsd/openssl/lib/libssl/statem.inc up to 1.3 crypto/Makefile.openssl up to 1.19 crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c 1.29 crypto/external/bsd/libsaslc/lib/Makefile 1.10 crypto/external/bsd/netpgp/lib/netpgp/Makefile 1.5 crypto/external/bsd/openssh/bin/ssh-agent/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-keygen/Makefile 1.9 crypto/external/bsd/openssh/bin/ssh-keyscan/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/Makefile 1.4 crypto/external/bsd/openssh/bin/sshd/Makefile 1.26 crypto/external/bsd/openssh/lib/Makefile 1.35 crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile 1.4 distrib/sets/deps 1.23 distrib/sets/lists/base/ad.aarch64 1.38-1.43 (patch) distrib/sets/lists/base/ad.mips 1.84,1.87,1.88,1.90 (patch) distrib/sets/lists/base/ad.powerpc 1.41,1.42,1.45-1.47 (patch) distrib/sets/lists/base/ad.riscv 1.24,1.25,1.28,1.29,1.30 (patch) distrib/sets/lists/base/md.amd64 1.288,1.291-1.293,1.295 (patch) distrib/sets/lists/base/md.i386 1.158 (patch) distrib/sets/lists/base/md.riskv64 delete distrib/sets/lists/base/md.sparc64 1.258,1.261,1.262 (patch) distrib/sets/lists/base/mi 1.1316-1.1319,1.1322-1.1324 (patch) distrib/sets/lists/base/shl.mi 1.948 (patch) distrib/sets/lists/comp/mi 1.2427,1.2428,1.2431,1.2432 (patch) distrib/sets/lists/debug/mi 1.398,1.404,1.405 (patch) distrib/sets/lists/debug/shl.mi 1.305 (patch) distrib/sets/lists/man/mi 1.1760,1.1761 (patch) distrib/sets/lists/tests/mi 1.1261,1.1262,1.1270 (patch) etc/mtree/NetBSD.compat.mips64 1.2 (patch) etc/mtree/NetBSD.compat.powerpc64 1.2 (patch) etc/mtree/NetBSD.compat.riscv64 1.2 (patch) etc/mtree/NetBSD.dist.aarch64 1.10,1.11 (patch) etc/mtree/NetBSD.dist.base 1.248 (patch) etc/mtree/NetBSD.dist.compat.in 1.3,1.4 (patch) etc/mtree/NetBSD.dist.sparc64 1.15,1.16 (patch) etc/mtree/NetBSD.dist.x86_64 1.17-1.19 (patch) external/bsd/libarchive/lib/libarchive/Makefile 1.15 external/bsd/libfido2/bin/fido2-assert/Makefile 1.3 external/bsd/libfido2/bin/fido2-cred/Makefile 1.3 external/bsd/libfido2/bin/fido2-token/Makefile 1.3 external/bsd/libfido2/dist/src/assert.c 1.2 external/bsd/libfido2/dist/src/cred.c 1.2 external/bsd/libfido2/lib/Makefile 1.9 external/bsd/ntp/bin/ntp-keygen/Makefile 1.8 external/bsd/ntp/bin/ntpd/Makefile 1.29 external/bsd/ntp/bin/sntp/Makefile 1.10 external/bsd/ntp/dist/ntpd/ntp_crypto.c 1.17 external/bsd/ntp/dist/util/ntp-keygen.c 1.15 external/bsd/ntp/lib/libntp/Makefile 1.26 external/bsd/openldap/lib/libldap/Makefile.libldap 1.14 external/bsd/pam-u2f/bin/pamu2fcfg/Makefile 1.5 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile 1.6 external/bsd/tcpdump/bin/Makefile 1.22 external/bsd/unbound/lib/libunbound/Makefile 1.8 external/bsd/wpa/bin/hostapd/Makefile 1.16 external/bsd/wpa/bin/wpa_passphrase/Makefile 1.6 external/bsd/wpa/bin/wpa_supplicant/Makefile 1.11 external/mpl/dhcp/dist/common/dispatch.c 1.4,1.5 games/factor/Makefile 1.15 lib/Makefile 1.295 libexec/httpd/Makefile 1.32 libexec/httpd/libbozohttpd/Makefile 1.4 share/mk/bsd.lib.mk 1.391 share/mk/bsd.own.mk 1.1316 share/mk/bsd.prog.mk 1.342,1.343 tests/crypto/libcrypto/Makefile 1.15 tests/crypto/libcrypto/Makefile.inc 1.11 tests/crypto/libcrypto/conf/Makefile 1.2 tests/crypto/libcrypto/conf/d_conf-1x.out 1.1 tests/crypto/libcrypto/conf/d_conf-3x.out 1.1 tests/crypto/libcrypto/conf/d_conf.out delete tests/crypto/libcrypto/dh/Makefile 1.2 tests/crypto/libcrypto/evp/Makefile 1.3 tests/crypto/libcrypto/t_hashes.sh 1.5 tests/crypto/libcrypto/t_libcrypto.sh 1.9 tests/crypto/libcrypto/t_pubkey.sh 1.7 tests/crypto/libcrypto/threads/Makefile 1.6 usr.bin/moduli/qsafe/Makefile 1.2 usr.sbin/plainrsa-gen/Makefile 1.2 usr.sbin/racoon/Makefile 1.41,1.42 usr.sbin/syslogd/Makefile 1.32 crypto/external/bsd/openssl.old/ (removed)
Import of OpenSSL 3.0. Import of bind 9.16.42. Import of heimdal 7.8.0.
|
1.1382.2.3 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1382.2.2 | 01-Jul-2024 |
perseant | Sync with HEAD.
|
1.1382.2.1 | 29-Jun-2024 |
perseant | Implementation of exFAT filesystem, with compilation conditional on MKEXFATFS make variable.
|
1.63 | 14-Apr-1998 |
agc | Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS repository copy), which is a much better place for them. Update the Makefile to reflect these changes.
|
1.62 | 09-Apr-1998 |
hubertf | Don't creade dirs mode 444, inspired by fvdl's last commit.
|
1.61 | 08-Apr-1998 |
fvdl | INSTALL_DATA_DIR should not install directories with mode 444
|
1.60 | 24-Mar-1998 |
tron | Add "ftp.uni-paderborn.de" and "ftp.x.org" to "${MASTER_SITE_XCONTRIB}".
|
1.59 | 23-Mar-1998 |
hubertf | Document ALL_TARGET and INSTALL_TARGET, as per PR 5186.
|
1.58 | 09-Mar-1998 |
agc | Temporarily revert to using GNU tar, until pax is bug-compatible with gtar. pax has problems extracting certain archives which were made by gtar and contain trailing trash at the end - gtar ignores this dross, pax thinks it's valid, and prompts for the second volume.
|
1.57 | 08-Mar-1998 |
hubertf | Make definition of OBJMACHINE in mk.conf work.
|
1.56 | 08-Mar-1998 |
frueauf | Introduce "Arch:" field in INDEX to handle the ONLY_FOR_ARCHS case better.
|
1.55 | 07-Mar-1998 |
hubertf | Add INSTALL_*_DIR macros.
|
1.54 | 01-Mar-1998 |
tron | MANZ now handles symlinks properly.
|
1.53 | 28-Feb-1998 |
hubertf | Cleanup fetch-list change reported by Bernd Ernesti..
|
1.52 | 28-Feb-1998 |
tron | Fix merge problem with last commit.
|
1.51 | 28-Feb-1998 |
tron | Fix problem with registering foreign language manual pages.
|
1.50 | 27-Feb-1998 |
agc | Patches from Matthew Green to use pax if it's present, in preference to tar.
|
1.49 | 20-Feb-1998 |
hubertf | Enhance look & feel of the generated README.html's.
|
1.48 | 20-Feb-1998 |
hubertf | Recursively print /bin/sh code for all dependent package as well as the current package (IF called from a package dir and not via bsd.port.subdir.mk; in the latter case it's assumed that the dependent packages will be scanned later anyways).
This fixes PR 4992 by Mario Kemper <magick@bundy.lip.owl.de>.
|
1.47 | 20-Feb-1998 |
hubertf | Kill line forgotten during PATH extension (in MAKE_ENV).
|
1.46 | 17-Feb-1998 |
agc | Add a deinstall target, so that packages can be removed easily.
This implementation was taken from FreeBSD.
|
1.45 | 13-Feb-1998 |
agc | When generating the PLIST, if a manual page name has to have .gz added or removed using sed, don't add the g at the end of the substitution expression - there will only be one substitution per line.
|
1.44 | 09-Feb-1998 |
hubertf | Fix PR 4884 by replacing STRIP with STRIPFLAG. This addes yet another step towards bsd.pkg.mk. :)
|
1.43 | 02-Feb-1998 |
hubertf | Introduce TRUE?=/usr/bin/true, and use it.
|
1.42 | 30-Jan-1998 |
agc | Remove the requirement that a LIB_DEPENDS name must have any '.' characters escaped with a backslash, but recognise the backslashes for backwards compatibility. When matching names, do any escaping of the regexp '.' metacharacter automatically, if needed.
When a shared object dependency is printed out, use a form that does not have the backslashes in it, for readability.
Print out the full pathname of the matching shared object, for clarity.
|
1.41 | 28-Jan-1998 |
hubertf | Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" (in bsd.port.mk) for backward compatibility.
|
1.40 | 27-Jan-1998 |
agc | Rename the `mirror' target to be `mirror-distfiles'. This describes the action better, and works around problems with the mirror package.
Document the mirror-distfiles target, and also the readme target.
|
1.39 | 25-Jan-1998 |
hubertf | use __ARCH_OK=yes and NO_IGNORE=yes at the mirror-target to get ALL distfiles
|
1.38 | 25-Jan-1998 |
hubertf | Re-move .if!defined(__ARCH_OK) to fix use of NO_IGNORE; document some .endif's
|
1.37 | 25-Jan-1998 |
hubertf | MAINTAINER = packages@NetBSD.ORG
|
1.36 | 24-Jan-1998 |
hubertf | From OpenBSD's bsd.port.mk rlog (Mmm, AnonCVS :-):
revision 1.21 date: 1997/12/20 01:26:57; author: joey; state: Exp; lines: +2 -2 openbsd maintainer changed from imp to me
|
1.35 | 23-Jan-1998 |
hubertf | Echo "" instead of nothing in CKSUMFILES computation.. Fixes PR 4877 by Manuel Bouyer <bouyer@antioche.lip6.fr>
|
1.34 | 23-Jan-1998 |
agc | In the shell script to find an executable upon which this package depends, break out of the loop when you find one. Also print the name of the executable found.
|
1.33 | 22-Jan-1998 |
agc | Ignore the return code from rm when removing the ${WRKDIR} symbolic link, when doing a "make clean" with WRKOBJDIR defined. From Thorsten Frueauf.
|
1.32 | 22-Jan-1998 |
agc | Add a MIRROR_DISTFILE variable; defaults to "yes", and should be set to "no" in a package's Makefile when the authors have placed restrictions on the redistribution of the distfiles. (Thanks to Jason Thorpe for the idea).
Add a `mirror' target, which will do a "make fetch" if the package's distfile is allowed to be redistributed. This is for use on sites which mirror package distfiles. (Thanks to Charles Hannum for the idea).
|
1.31 | 16-Jan-1998 |
hubertf | Fix comment for FETCH_CMD wrt non-NetBSD-systems
|
1.30 | 15-Jan-1998 |
hubertf | - Our default for FETCH_CMD is ftp, not fetch. - Document NO_IGNORE, __ARCH_OK - Make __ARCH_OK overridable, so it can be set to YES e.g. for fetching all distfiles. - Move ".ifndef(__ARCH_OK): block, so some targets like clean work in any case. - Add LOCALBASE and X11BASE to PATH in MAKE_ENV, CONFIGURE_ENV and SCRIPT_ENV; this fixes PR 4573
|
1.29 | 15-Jan-1998 |
agc | Move the inclusion of bsd.own.mk back to the correct place in bsd.port.mk, but this time use a definition before the inclusion, which stops <bsd.own.mk> defining its own install target when using the package system.
This makes the package system take notice of the definitions in /etc/mk.conf
|
1.28 | 29-Dec-1997 |
hubertf | Add us to MASTER_SITE_LOCAL.
|
1.27 | 27-Dec-1997 |
hubertf | MACHINE_ARCH of pmax is "mips"
|
1.26 | 21-Dec-1997 |
hubertf | Fix up documentation (MASTER_SITE_SUBDIR, PATCH_SITE_SUBDIR, MASTER_SITE_BACKUP).
|
1.25 | 19-Dec-1997 |
hubertf | Now that we have ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles, add it to MASTER_SITE_BACKUP.
|
1.24 | 13-Dec-1997 |
hubertf | - move definition of ARCH and OPSYS so it is even available if ONLY_FOR_ARCHS is set - Usage points to PLIST_SRC
|
1.23 | 03-Dec-1997 |
hubertf | do not depend on gmake being called gmake (pointed out by Matt Green)
|
1.22 | 26-Nov-1997 |
agc | Fix missing backslash when gzipping manual pages.
If we're going to go to the bother of defining LDCONFIG, we might as well use it.
|
1.21 | 22-Nov-1997 |
hubertf | We use perl 5.004_04 now
|
1.20 | 22-Nov-1997 |
hubertf | Use MI/MD PLIST files pkg/PLIST-{mi,md-{shared,static}}
|
1.19 | 21-Nov-1997 |
agc | Remove the magic control characters in a similar way to Bill Fenner's patch for bsd.port.subdir.mk.
|
1.18 | 19-Nov-1997 |
agc | Eliminate a nasty and horrible kluge by using the BSD.x11.dist when checking the directory tree for an X11 package.
|
1.17 | 10-Nov-1997 |
hubertf | Remove unneeded RCS Id
|
1.16 | 08-Nov-1997 |
hubertf | - Not only add $CAT[1-9] to _CATLIST, but also $CAT[NL} - Fixup documentation for CAT<sect>, CATPREFIX. (these two changes were accidentally committed to the 1.3 branch as revisions 1.13.2.3 and 1.13.2.4 before!)
|
1.15 | 05-Nov-1997 |
agc | Let make do the work:
+ set MAKE_PROGRAM variable in bsd.port.mk to either ${GMAKE} or ${MAKE}, and use it in do-build and do-install targets
+ if X11 package, and man pages are installed, add install.man to ${INSTALL_TARGET}, rather than using a separate command to do this.
Also added CATn= blah.0, similar to MANn= blah.1, which installs pre-formatted man pages, like the ones imake produces.
|
1.14 | 28-Oct-1997 |
agc | When a package depends on an executable from another package, bsd.port.mk would always find the executable (using which), even if there wasn't an executable in the $PATH. I've modified bsd.port.mk to look for the executable directly, and simplified the shell code somewhat in the process. There may be a lurking bug in shell exit status handling here.
Noted by matthew green <mrg@madrugada.eterna.com.au> and Chris Demetriou <cgd@netbsd.org> (PR pkg/4337) but I was too stupid to realise what was happening. That, and a copy of gmake in /usr/local/bin.
|
1.13 | 18-Oct-1997 |
hubertf | branches: 1.13.2; - don't clean out dependent packages (requested by thorpej) - actually document the feature used above (NOCLEANDEPENDS) - put pkg/MESSAGE file into /var/db/pkg/XXX/+DISPLAY, if present (from FreeBSD)
|
1.12 | 17-Oct-1997 |
thorpej | Make sure the ${PREFIX} directory exists before invoking mtree.
|
1.11 | 09-Oct-1997 |
agc | s/sed/${SED}/g
Change <$ARCH> into bsd.port.mk's ${ARCH} value (uname -m) when constructing the derived PLIST, so that we can use packages on non-i386 NetBSD architectures and have the correct file names in the installed inventory.
|
1.10 | 07-Oct-1997 |
hubertf | Be correct about manpage compression by regarding MANZ and fixing PLIST before applying.
It is assumed that ports do install manpages uncompressed, if not they have to set MANCOMPRESSED. Upon that, the pages will be (un)compressed according to the setting of MANZ.
|
1.9 | 03-Oct-1997 |
agc | + Move inclusion of bsd.own.mk to the end of bsd.port.mk. <bsd.own.mk> defines its own `install' target if none is defined, which conflicts with the default one we define later on in bsd.port.mk. This may nuke any WRKOBJDIR definitions (which I have yet to encounter), but enables "make install" to work as expected.
+ Add temporary mtree file for any X11 packages (like xpm, jpeg etc), which require a default X11 tree. This will change when we get a NetBSD x11.dist mtree file.
+ Define SHAREOWN, SHAREGRP and SHAREMODE (in NetBSD) to be the same as DOCOWN, DOCGRP and DOCMODE respectively.
|
1.8 | 01-Oct-1997 |
hubertf | MACHINE -> MACHINE_ARCH, as pointed out by thorpej. (Changed in ARCH_ONLY stuff as well as WRKDIR definition)
|
1.7 | 28-Sep-1997 |
hubertf | - Move around .include <bsd.own.mk> so PORTSDIR gets set propperly - make 'make clean' DTRT when WRKOBJDIR is set
|
1.6 | 28-Sep-1997 |
hubertf | Forgot to include <bsd.own.mk> in last commit (from OpenBSD)
|
1.5 | 28-Sep-1997 |
hubertf | - Add OpenBSD and FreeBSD Ids in the header - Changes from FreeBSD's V1.164: * Warn if mtree-file not found * On 'make reinstall' gets DEPENDS_TARGET set to 'reinstall' instead of 'install' - Changes from OpenBSD's V1.14: * Documentation and implementation for ONLY_FOR_ARCHS * Documentation and implementation for WRKOBJDIR * Documentation on HAVE_MOTIF and MOTIF_STATIC: set in /etc/mk.conf, not /etc/make.conf * Set NOMANCOMPRESS=no to still compress man-pages (should probably be set to 'yes') * DEF_UMASK=022 * add ${MACHINE} suffix to WRKDIR if OBJMACHINE is set * .include <bsd.own.mk>
|
1.4 | 25-Sep-1997 |
thorpej | /usr/pkg/src -> /usr/pkgsrc (per discussion w/ agc)
|
1.3 | 20-Aug-1997 |
agc | Don't assume we're on NetBSD when setting LOCALBASE i.e. test the OSNAME first.
Change the name of the mtree file to match NetBSD's.
|
1.2 | 20-Aug-1997 |
agc | Change paths for NetBSD. We have our PORTSDIR at /usr/pkg/src, and our PREFIX is /usr/pkg.
|
1.1 | 20-Aug-1997 |
agc | branches: 1.1.1; Initial revision
|
1.1.1.1 | 20-Aug-1997 |
agc | Initial import of FreeBSD's ports makefiles.
|
1.13.2.12 | 05-May-1998 |
mycroft | These are not used by, and not compatible with, the current pkgsrc.
|
1.13.2.11 | 24-Feb-1998 |
mellon | Pull up 1.42-1.46 (hubertf)
|
1.13.2.10 | 07-Feb-1998 |
mellon | Pull up 1.28-1.41 (hubertf)
|
1.13.2.9 | 29-Jan-1998 |
mellon | Pull up 1.26 and 1.27 (hubertf)
|
1.13.2.8 | 20-Dec-1997 |
perry | pullup from trunk (hubertf)
|
1.13.2.7 | 15-Dec-1997 |
mellon | Pull rev 1.23 and 1.24 up from trunk (hubertf)
|
1.13.2.6 | 27-Nov-1997 |
mellon | Pull rev 1.18 through 1.22 up from trunk (hubertf)
|
1.13.2.5 | 10-Nov-1997 |
hubertf | Remove unneeded RCS Id
|
1.13.2.4 | 07-Nov-1997 |
hubertf | Fixup documentation for CAT<sect>, CATPREFIX.
|
1.13.2.3 | 07-Nov-1997 |
hubertf | Not only add $CAT[1-9] to _CATLIST, but also $CAT[NL}
|
1.13.2.2 | 06-Nov-1997 |
mellon | Pull rev 1.15 up from trunk (agc)
|
1.13.2.1 | 28-Oct-1997 |
mellon | Pull rev 1.14 up from trunk (agc)
|
1.9 | 14-Apr-1998 |
agc | Move bsd.port.mk and bsd.port.subdir.mk into pkgsrc/mk (by CVS repository copy), which is a much better place for them. Update the Makefile to reflect these changes.
|
1.8 | 09-Feb-1998 |
hubertf | Fix PR 4884 by replacing STRIP with STRIPFLAG. This addes yet another step towards bsd.pkg.mk. :)
|
1.7 | 30-Jan-1998 |
agc | Echo the directory name when doing a "make readme", so that progress can be monitored.
|
1.6 | 27-Jan-1998 |
hubertf | add mirror-distfiles target also here
|
1.5 | 08-Jan-1998 |
agc | Add lines so that "make readme" in the top level pkgsrc directory, or one if the categories directories, will call "make readme" in any subdirectories.
I thought that this was suggested by Chris Demetriou, but I can't find any PR backing this up. So my apologies to the person who did suggest this.
|
1.4 | 21-Nov-1997 |
agc | Modification by Bill Fenner which removes the embedded control characters, and avoids the wrong interpretation of magic HTML characters in DESCR files or categories.
Forwarded to me by Chris Demetriou, and refers to PR 4341.
|
1.3 | 25-Sep-1997 |
thorpej | branches: 1.3.2; /usr/pkg/src -> /usr/pkgsrc (per discussion w/ agc)
|
1.2 | 20-Aug-1997 |
agc | Change a path for NetBSD. Our PORTSDIR is /usr/pkg/src
|
1.1 | 20-Aug-1997 |
agc | branches: 1.1.1; Initial revision
|
1.1.1.1 | 20-Aug-1997 |
agc | Initial import of FreeBSD's ports makefiles.
|
1.3.2.3 | 05-May-1998 |
mycroft | These are not used by, and not compatible with, the current pkgsrc.
|
1.3.2.2 | 24-Feb-1998 |
mellon | Pull up 1.8 (hfeyrer)
|
1.3.2.1 | 07-Feb-1998 |
mellon | Pull up 1.3-1.6 (hubertf) and 1.7 (agc)
|
1.357 | 19-Oct-2025 |
riastradh | openssl: Stop dragging libpthread into every libcrypto user.
With the new _NETBSD_PTHREAD_CREATE_WEAK, libcrypto can have a call to pthread_create without linking against libpthread, so it is not necessary to link all libcrypto users against libpthread too.
Applications that link against libcrypto but not libpthread can't use threaded OpenSSL functionality, of course -- OSSL_set_max_threads will always fail in such applications.
This reverts all the makefile churn that I found for unnecessary libpthread linkage since the openssl 3.5 import.
PR lib/59685: libcrypto should not depend on libpthread
|
1.356 | 19-Jul-2025 |
christos | Everything that uses crypto needs pthreads now.
|
1.355 | 28-Jan-2025 |
christos | no more libbind9
|
1.354 | 14-Jan-2025 |
riastradh | bsd.prog.mk: Indent PROGDPLIBS logic for clarity.
No functional change intended.
|
1.353 | 14-Jan-2025 |
riastradh | bsd.prog.mk: Define and cache LIBDO.${_lib} for PROGDPLIBS.
Don't define PROGDO.${_lib} and then check for BINDO.${_lib}.
LIBDO is what is documented in bsd.README; this makes more sense in context than PROGDO or BINDO -- LIBDO.foo is the objdir for the _library_ foo.
Should reduce build cost in submakes for programs that link against libraries with PROGDPLIBS.
|
1.352 | 02-Nov-2024 |
christos | make zstd a private library (for now)
|
1.351 | 31-Oct-2024 |
christos | Add zstd
|
1.350 | 24-Sep-2024 |
christos | Add some new X libraries, sort again. There are more missing... (run ./compare-lib-lists after you install the .mk files)
|
1.349 | 06-May-2024 |
mrg | branches: 1.349.2; use objcopy's --compress-debug-sections when creating debug files.
this reduces the size of the installed files by over half in most cases, though the debug set size doesn't really change much (which looks like close to 1GB of space on amd64 with xdebug installed, similar on arm64, and about 600MB without xdebug.)
tested by running GDB on a few things, seems just as functional, on amd64, arm64, and slightly on riscv64.
(first attempt for this feature used "gcc -gz=zlib", but that ends up making CTF unhappy, but fortunately this works in binutils to create the .debug files separate to any ctf usage of the main file.)
|
1.348 | 19-Feb-2024 |
christos | Add a hook that adds more libraries after PROGDPLIBS
|
1.347 | 11-Oct-2023 |
riastradh | heimdal: No need for -lm, was only added for -lsqlite3.
PR lib/57406
XXX pullup-10
|
1.346 | 11-Oct-2023 |
riastradh | bsd.prog.mk: krb5 stuff no longer needs to link against sqlite3.
(Why is this here? Seems like it should be a .mk fragment under crypto/external/bsd/heimdal -- that way I would have found it for the previous commit.)
PR lib/57406
XXX pullup-10
|
1.345 | 28-May-2023 |
lukem | share/mk: finish USE_COMBINE, NOCOMBINE deprecation
Remove the leftover remnants of deprecated USE_COMBINE and NOCOMBINE, as gcc -combine has been EOL for many years.
Completes the work done by maya@ on 2019-05-10 in bsd.kmodule.mk rev 1.61.
|
1.344 | 24-May-2023 |
lukem | deprecate SHAREDSTRINGS build option
Hasn't worked for at least 20 years (and never in the cross-build environment, nor did it work with parallel make), and has never been needed in NetBSD as we don't have the older BSD programs (pascal, pre-nvi ex) that needed mkstr/xstr on PDP-11.
PR toolchain/35964
|
1.343 | 08-May-2023 |
christos | remove stuff accidentally committed
|
1.342 | 07-May-2023 |
christos | Provide a hook to link in libraries statically in PROGDPLIBS. OpenSSL protects the symbols in the shared object via a linker script, but programs and tests need those protected symbols, so they either must link against the archive, or I need to expose the symbols. For now, I chose to expose the symbols. Note that we cannot use -Bstatic -Lpath -llibrary -Bdynamic because this seems to be broken with collect2 and so we use the path directly.
|
1.341 | 14-Jul-2022 |
mrg | branches: 1.341.2; add libxcvt.
|
1.340 | 28-Nov-2021 |
christos | When we build against DESTDIR, add the lint library path for DESTDIR during the link phase for lint.
|
1.339 | 23-Aug-2021 |
mrg | define variables for the libxcb-* libraries.
|
1.338 | 15-Aug-2021 |
christos | Fix sun2 build for ldap/gssapi
|
1.337 | 14-Aug-2021 |
christos | Centralize the ldap libraries
|
1.336 | 12-Nov-2020 |
nia | Revert addition of pthread dependency on sqlite.
It is less trivial than expected and introduced some surprising breakage.
|
1.335 | 09-Nov-2020 |
christos | - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge).
|
1.334 | 09-Nov-2020 |
martin | Adapt for sqlite requiring pthreads now
|
1.333 | 30-Oct-2020 |
martin | libsqlite3 now requires -lm
|
1.332 | 16-Oct-2020 |
nia | share/mk: Define some missing X11 libraries.
|
1.331 | 15-Jun-2020 |
christos | Rename blacklist -> blocklist
|
1.330 | 30-May-2020 |
christos | Make libuv private, requested by joerg@
|
1.329 | 24-May-2020 |
christos | Add libuv
|
1.328 | 04-Apr-2020 |
christos | Linker semantics have changed; we now don't automatically link dependent libraries from other DSO's. For example in /usr/bin/passwd: ld: krb5_passwd.o: undefined reference to symbol \ 'UI_UTIL_read_pw_string@@OPENSSL_1_1_0' ld: /usr/obj/amd64-x86_64/release/lib/libcrypto.so.14: error adding symbols: \ DSO missing from command line
|
1.327 | 04-Apr-2020 |
christos | Fix kerberos libraries order
|
1.326 | 04-Apr-2020 |
christos | Add libgnuctf
|
1.325 | 03-Mar-2020 |
christos | Add fido and cbor
|
1.324 | 18-Nov-2019 |
christos | Improve the script to check for installed libraries, and fix the wrong names and obsolete libraries it found.
|
1.323 | 27-Aug-2019 |
kamil | Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc. Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.322 | 17-Aug-2019 |
kamil | Add PAXCTL_FLAG rules for MKSANITIZER
Add per-program rules to disable ASLR for ASan, TSan and MSan in all sanitized programs. This flag is not needed for other supported sanitizers.
Without this change, sanitized init(8) dies early on startup.
Approach originally suggested by <joerg>
|
1.321 | 15-Aug-2019 |
kamil | Add SANITIZER_RENAME_CLASSES in bsd.prog.mk
This adds a more flexible version of SANITIZER_RENAME_SYMBOL.
New symbol allows to specify MKSANITIZER specific renames on per-file and per-symbol basis.
|
1.320 | 10-Aug-2019 |
christos | Make the X11 library lists consistent again.
|
1.319 | 21-Jan-2019 |
christos | branches: 1.319.2; Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.318 | 12-Aug-2018 |
christos | fix broken library variable definitions (inconsistencies between bsd.README and bsd.prog.mk)
|
1.317 | 25-Jul-2018 |
kamil | Introduce MKLIBCSANITIZER in the share/mk rules
Add flags that are required to build a program and a dynamically loaded library.
Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS.
LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc and no external dependencies are needed.
Register NOLIBCSANITIZER, as certain distribution parts will need to be skipped.
|
1.316 | 12-Jul-2018 |
maxv | Remove the kernel PMC code. Sent yesterday on tech-kern@.
This change:
* Removes "options PERFCTRS", the associated includes, and the associated ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is good.
* Removes the PMC code of ARM XSCALE.
* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.
* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The definitions are put in sysarch.h.
* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control and sys_pmc_get_info syscalls. They are marked as OBSOL in kern, netbsd32 and rump.
* Removes the pmc_evid_t and pmc_ctr_t types.
* Removes all the associated man pages. The sets are marked as obsolete.
|
1.315 | 25-Jun-2018 |
kamil | branches: 1.315.2; Add a framework for renaming symbols in libc&co for MKSANITIZER
A new keyword SANITIZER_RENAME_SYMBOL. It's a variable that has specified a list of symbols to be renamed in a processor in order to remove naming conflicts with public symbols in libc/m/pthread/rt.
This renaming will occur for libraries and programs. A symbol with a conflicting 'name', will be renamed to '__mksanitizer_name'.
Based on an idea by <christos>
|
1.314 | 21-Jun-2018 |
kamil | Refactor MKSANITIZER flags in mk rules
Introduce a new variable SANITIZERFLAGS that contains all the sanitizer specific flags. These flags are designed to be passed to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.prog.mk rules to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.lib.mk rules to *_pic.a build flags. The *_pic.a libraries are designed to construct .so libraries. All .so libraries with few exceptions are expected to be prebuilt with a sanitizer. Another purpuse of *_pic.a files can be constructing static PIE programs, however they are not supported as of now and there is no sanitization of static programs either.
Once MKSTATICPIE will be supported, it will be initially incompatible with MKSANITIZER.
This change also makes it easier to build other targets like kernel and kernel modules without userland sanitizers.
No functional change intended for MKSANITIZER=no users.
|
1.313 | 02-Jun-2018 |
christos | Sanitizers don't support static linking.
|
1.312 | 11-Mar-2018 |
mrg | define LIBXFONT2.
|
1.311 | 25-Feb-2018 |
mrg | branches: 1.311.2; add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterparts to bsd.prog.mk. use them instead of hard coding various lists of libraries for krb5.
this fixes static builds.
|
1.310 | 11-Dec-2017 |
christos | Instead of checking for obj existance which can be empty for shuttle-rule programs, check for .sh sources.
|
1.309 | 10-Dec-2017 |
christos | don't try to build .debug files for shell scripts.
|
1.308 | 10-Oct-2017 |
christos | Add general {DP,LD}ADD.rump variables
|
1.307 | 21-May-2017 |
riastradh | Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States classified cryptography as a munition and restricted its export. The export controls were substantially relaxed fifteen years ago, and are essentially irrelevant for software with published source code.
In the intervening time, nobody bothered to remove the option after its motivation -- the US export restriction -- was eliminated. I'm not aware of any other operating system that has a similar option; I expect it is mainly out of apathy for churn that we still have it. Today, cryptography is an essential part of modern computing -- you can't use the internet responsibly without cryptography.
The position of the TNF board of directors is that TNF makes no representation that MKCRYPTO=no satisfies any country's cryptography regulations.
My personal position is that the availability of cryptography is a basic human right; that any local laws restricting it to a privileged few are fundamentally immoral; and that it is wrong for developers to spend effort crippling cryptography to work around such laws.
As proposed on tech-crypto, tech-security, and tech-userlevel to no objections:
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html
P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of *bad* crypto that was conditional on it, e.g. DES in telnet... That should probably be removed too, but on the grounds that it is bad, not on the grounds that it is (nominally) crypto.
|
1.306 | 21-May-2017 |
riastradh | Remove some vestiges of MKCRYPTO_IDEA/MKCRYPTO_MDC2.
|
1.305 | 21-May-2017 |
riastradh | Remove MKCRYPTO_RC5. Unconditionally include RC5 in libcrypto.so.
This option existed only because RC5 is covered by patents that, twenty years ago, we had reason to suspect the patent holder, RSA, Inc., might litigate. The two US patents in question are 5,724,428 and 5,835,600.
According to the USPTO Patent Term Calculator web site at <https://www.uspto.gov/patent/laws-and-regulations/patent-term-calculator#heading-5> (retrieved 2017-05-21), patents filed after 1995-06-07 expire twenty years after the filing date.
number filing date 5,724,428 1995-11-01 5,835,600 1997-04-21
Thus, these patents appear to be expired.
As proposed on tech-crypto and tech-security:
https://mail-index.netbsd.org/tech-crypto/2017/05/05/msg000718.html https://mail-index.netbsd.org/tech-security/2017/05/05/msg000927.html
|
1.304 | 19-Apr-2017 |
joerg | Add netpgpverify to the library list.
|
1.303 | 20-Feb-2017 |
rin | add missing LIBCXX
|
1.302 | 08-Feb-2017 |
kamil | libpthread_dbg(3) deletion from the base distribution
libpthread_dbg(3) is a remnant library from the M:N thread model (pre-NetBSD-5.0) API to introspect threads within a process and for use of debuggers.
Currently in the 1:1 model it's not used in GDB neither in LLDB and it's not either planned to be used. It's current function to read pthread_t structures is realizable within a regular debugger capable to instrospect objects within a tracee (GDB, LLDB...).
Remaining users of this API can still use this library from pkgsrc/devel/libpthread_dbg.
Sponsored by <The NetBSD Foundation>
|
1.301 | 29-Jan-2017 |
christos | add sqlite3 to statically linked libraries for pam.
|
1.300 | 20-Aug-2016 |
christos | branches: 1.300.2; unbound additions
|
1.299 | 04-Apr-2016 |
joerg | branches: 1.299.2; If the per-target LDSTATIC flag is set, don't include the PIE linker flags as we currently don't support static PIE.
|
1.298 | 30-Mar-2016 |
martin | Pass -pie to cc, not -Wl,-pie. This way we have a chance to fix specs for obscure corner cases like -pie -fPIE -static (used for /usr/tests/lib/csu/h_initfini2 if building with MKPIE=yes). While there also replace -fPIC with -fPIE for the PIE case, even if it should be mostly equivalent.
|
1.297 | 12-Mar-2016 |
mrg | remove conditionals that are always true with GCC >= 4.8.
|
1.296 | 21-Feb-2016 |
christos | Add NODEBUG
|
1.295 | 31-Jan-2016 |
christos | Introduce NOPIE and NOCTF so that standalone programs build properly.
|
1.294 | 23-Jan-2016 |
christos | Define _KERNTYPES for things that need it.
|
1.293 | 07-Nov-2015 |
joerg | LIBEXECINFO
|
1.292 | 07-Jun-2015 |
matt | Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined.
|
1.291 | 01-Dec-2014 |
erh | PR toolchain/9618: add ".d" to MKDEP_SUFFIXES so the depend files are rebuilt if any of their dependencies (i.e. the files they refer to) are changed. This allows changes to transitive included headers to be handled properly.
|
1.290 | 25-Mar-2014 |
ozaki-r | branches: 1.290.4; Add MKCTF
This variable separates CTF stuffs from MKDTRACE; we can build DTrace solely without building and using them. This allows us to use DTrace even if CTF stuffs have problems (actually they have now).
This variable would be merged into MKDTRACE eventually, once CTF stuffs work correctly again.
|
1.289 | 09-Mar-2014 |
christos | let's see if the new dwarf library can handle dwarf 4
|
1.288 | 02-Mar-2014 |
christos | If we are compiling with -g and using gcc4.8 and dtrace downgrade dwarf generation to version 2 for now.
|
1.287 | 15-Jan-2014 |
joerg | -Wl,-pie and -r don't agree with each other, so filter the former out.
|
1.286 | 11-Nov-2013 |
joerg | Relink binaries if crti.o changes.
|
1.285 | 29-Sep-2013 |
christos | Add libxcb
|
1.284 | 31-May-2013 |
mrg | add LIBX11_XCB; unfortunately since the library is named with a - in it, we have to use an ugly hard coded assignment for now. (could be cleaned up with more make variable magic i'm sure.)
|
1.283 | 04-Apr-2013 |
christos | ldopts should be before ldadd like everywhere else.
|
1.282 | 14-Feb-2013 |
christos | Since the libraries are produced with different MK flags than the programs, we check for existance of the files instead of the MK flags.
|
1.281 | 14-Feb-2013 |
christos | Add PROGDPLIBS
|
1.280 | 26-Jan-2013 |
christos | CTFCONVERT me harder.
|
1.279 | 17-Jan-2013 |
christos | Now that we have separate debug sets, add -g if ${MKDEBUG} is set for program builds since we don't need to install that symbol files.
|
1.278 | 24-Aug-2012 |
jmmv | branches: 1.278.2; Allow DPADD to be specified on a per-program basis.
|
1.277 | 23-Aug-2012 |
joerg | Revert last, it breaks the tricks xsrc uses.
|
1.276 | 23-Aug-2012 |
joerg | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if SHLIBDIR differs from /usr/lib.
|
1.275 | 08-Aug-2012 |
christos | add MKRUMP by popular demand.
|
1.274 | 29-Feb-2012 |
tron | Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.273 | 21-Feb-2012 |
matt | Remove another ${SIZE}
|
1.272 | 20-Feb-2012 |
matt | Remove ${SIZE}
|
1.271 | 19-Feb-2012 |
matt | Add support for --combine with gcc.
|
1.270 | 05-Nov-2011 |
christos | branches: 1.270.2; Add libtre
|
1.269 | 16-Oct-2011 |
christos | branches: 1.269.2; - no need to special-case libraries with weird characters. - add a note about adding new libraries.
|
1.268 | 16-Oct-2011 |
christos | fix list of libraries to reflect reality.
|
1.267 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.266 | 27-Aug-2011 |
joerg | Add new "analyze" command to run clang's static analyzer in a directory on all C/C++ files.
|
1.265 | 26-Apr-2011 |
he | The new Heimdal adds -lwind and -lheimbase to the set of libraries, so define the corresponding LIB* variables. These are also needed in the PAM_STATIC_* variables, so add them there too.
|
1.264 | 11-Apr-2011 |
joerg | Adjust --sysroot related usage: -Wl,-rpath does not expand =, so just drop it.
Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this is done implicitly now that ld is built with sysroot support.
Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
|
1.263 | 10-Apr-2011 |
joerg | For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
|
1.262 | 08-Mar-2011 |
jmmv | Revert previous (revision 1.261): it broke the build because PROG_CXX is defined in terms of PROG, so later on we would end up with target duplicates because both PROG_CXX and PROG were being converted to PROGS_CXX and PROGS.
Did not catch this earlier because the test build I did was not clean and thus the duplicate targets did not have nasty effects.
|
1.261 | 07-Mar-2011 |
jmmv | Always convert PROG to its plural form independently of whether PROG_CXX is defined or not. From Garrett Cooper in private mail.
|
1.260 | 20-Feb-2011 |
jmmv | Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and use these to properly set DPADD for test programs.
|
1.259 | 13-Feb-2011 |
christos | add saslc
|
1.258 | 06-Feb-2011 |
joerg | Don't use -nostdinc or -nostdinc++ if this is included in a HOSTLIB.
|
1.257 | 17-Jan-2011 |
pooka | branches: 1.257.2; Add rump bits to DPSRCS so that update builds work correctly.
|
1.256 | 13-Dec-2010 |
pooka | befriend RUMPPRG with CRUNCHEDPRG
|
1.255 | 13-Dec-2010 |
pooka | Define RUMPPRG, which is just like PROG, except it additionally builds a rump client with the name rump.${PROG}. The rump client is not installed suid/sgid by default even if BINMODE is defined.
|
1.254 | 10-Dec-2010 |
joerg | Revert last, gcc(1) checks explicitly for -r on some platforms to disable passing down --relax as well.
|
1.253 | 08-Dec-2010 |
joerg | gcc passes down -r directly to ld, so make it explicitly a linker option.
|
1.252 | 08-Dec-2010 |
joerg | Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly.
|
1.251 | 08-Nov-2010 |
lukem | Preserve date on original shared library or program when stripping the debug symbols and adding the debug-link to .debug. Use '(rm -f file; false)' in the failure path to force failure. Based on solution proposed by Nicolas Joly on tech-toolchain in July 2010. Should fix PR toolchain/44046 from Andreas Gustafsson.
|
1.250 | 31-Oct-2010 |
mbalmer | Link Lua to the build and add the resulting files to the distribution sets. Document the addition of Lua and the change we made to the default settings.
|
1.249 | 06-Jul-2010 |
mrg | remove almost all the ability to build netbsd with an a.out target. we're ELF now, and there are many missing checks against OBJECT_FMT. if we ever consider switching, the we can figure out what new ones we need but for now it's just clutter.
this doesn't remove any of the support for exec_aout or any actually required-for-boot a.out support, only the ability to build a netbsd release in a.out format. ie, most of this code has been dead for over a decade.
i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari, amiga, shark, cats, dreamcast, landisk, mmeye and x68k. this covers the 5 MACHINE_ARCH's affected, and all the other arch code touched. it also includes some actual run-time testing of sparc, i386 and shark, and i performed binary comparison upon amiga and x68k as well.
some minor details relevant: - move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them down to only the parts ldconfig needs - remove various unused source files - switch amiga bootblocks to using elf2bb.h instead of aout2bb.h
|
1.248 | 24-Apr-2010 |
lukem | When extracting separate debug symbols with MKDEBUG, there's no need to leave the original file unstripped...
|
1.247 | 02-Mar-2010 |
darran | DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
|
1.246 | 14-Dec-2009 |
mrg | use "${CC} -r" not "${CC} -Wl,-r" as the latter fools GCC on some targets and it ends up passing "-r -relax" to ld, which causes ld to barf.
|
1.245 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.244 | 08-Dec-2009 |
uebayasi | When PROGS / LIBS are used, you can pass each PROG / LIB specific parameters to ${LD} via:
${LDADD.${PROG}} ${LDFLAGS.${PROG}} ${LDSTATIC.${PROG}} ${LDADD.${LIB}} ${LDFLAGS.${LIB}}
OTOH you can't pass parameters to ${CC}, because in suffix rules make(1) only knows the name of ${.IMPSRC} and ${.TARGET}; it's users' responsivility to define ${CC} parameters to all the sources of a given ${PROG} / ${LIB}.
Should address bin/42381.
(Bug in this commit log was pointed out by mrg@.)
|
1.243 | 27-Nov-2009 |
tsutsui | If CPPFLAGS or CXXFLAGS already contains -nostdinc or -nostdinc++, don't add ${CPPFLAGS_ISYSTEM} or ${CPPFLAGS_ISYSTEMXX} to refer ${DESTDIR}/usr/include or ${DESTDIR}/usr/include/g++.
This change might cause errors on some MD stand dir, but in that case each Makefile should be fixed to search proper system include paths by -Ipath option in own CPPFLAGS.
|
1.242 | 12-May-2009 |
plunky | remove libsdp as improved functionality has been enabled in libbluetooth.
|
1.241 | 10-Apr-2009 |
apb | Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk.
Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.240 | 24-Nov-2008 |
cube | branches: 1.240.2; Move cleanextra to the very ends in case another included file wants to add to it even if it was initially empty.
|
1.239 | 19-Oct-2008 |
christos | branches: 1.239.2; handle assembly files for MKPIE
|
1.238 | 16-Oct-2008 |
christos | Provide a way for a program to override the PIE flags.
|
1.237 | 15-Oct-2008 |
christos | don't compile/link libraries with pie
|
1.236 | 02-Oct-2008 |
joerg | Hook up libfetch and pkg_install update.
|
1.235 | 09-Sep-2008 |
joerg | Add MKSTRIPIDENT to remove the RCS IDs from binary programs and shared libraries for space-constraint systems. The description is based on the feedback of hubertf@, the logic on input from lukem@
This obsoletes the removal of LIBC_SCCS and SYSLIBC_SCCS for libc builds.
|
1.234 | 28-Aug-2008 |
mrg | update a comment example
|
1.233 | 27-Aug-2008 |
rtr | use ${X11USRLIBDIR} instead of hard-coded /usr/X11R6/lib when building ${LIB.foo} vars
|
1.232 | 27-Aug-2008 |
lukem | Fix problem I introduced in rev 1.231 on 2008/08/25 where ${_PROGLDOPTS} and -L${_GCC_LIBGCCDIR} were appearing in the link line before ${LDADD}, so -L${DESTDIR}/lib and -L${DESTDIR}/usr/lib were being used before local -L library paths. Fixes ntpd/ntpdate failure noticed by Valeriy E. Ushakov <uwe@NetBSD.org>
|
1.231 | 25-Aug-2008 |
lukem | Always link with: -Wl,-rpath-link,${DESTDIR}/usr/lib -L${DESTDIR}/usr/lib Fixes problem with MKDYNAMICROOT=no triggered by libraries that depend on other libraries. Related to PR 33503.
Clean up setting of _CCLINK to always add the appropriate -B options.
Simplify the link rule for a program.
|
1.230 | 29-Jul-2008 |
pooka | Install rump libraries and utilities to the base system and remove the private non-installed build infrastructure from sys/rump.
breakdown of commit: * install relevant headers into /usr/include/rump * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern from src/lib and install as librumpuser and librump, respectively + this retains the ability to test a librump build with just the kernel sources at hand * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib for general consumption, they are not kernel-space dwellers anyway * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k * build and install userspace kernel file system daemons if MKPUFFS=yes is spexified * retire fsconsole for now, it will make a comeback with an actually implemented version shortly
|
1.229 | 28-May-2008 |
lukem | add LIBLDAR_R (for completeness)
|
1.228 | 22-May-2008 |
lukem | Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP
|
1.227 | 10-Apr-2008 |
tsutsui | branches: 1.227.2; 1.227.4; Add libhx509 to PAM_STATIC_LDADD which is required by libkrb5.
|
1.226 | 22-Mar-2008 |
mlelstv | branches: 1.226.2; Import Heimdal-1.1
|
1.225 | 26-Dec-2007 |
jmmv | Make the clean target work when OBJS is set but PROG is not, as happens for example in gnu/lib/crtstuff4. Reported by drochner@.
|
1.224 | 13-Nov-2007 |
jmmv | Fix typo that prevented MKDEBUG builds to work. Found by drochner@.
|
1.223 | 12-Nov-2007 |
jmmv | Add the ability to build multiple programs from a single directory
This adds support for a new set of variables, PROGS and PROGS_CXX, that allow the developer to build multiple different programs from a single source directory.
|
1.222 | 04-Nov-2007 |
tls | Remove MKPRIVATELIB from BIND libraries; move library reachover directories and Makefiles from src/usr.sbin/bind to src/lib; make BIND libraries build shared. Saves about 1MB-1.5MB per installed executable, about 5MB for a base+etc minimal installation of NetBSD.
|
1.221 | 29-Jul-2007 |
joerg | branches: 1.221.4; 1.221.6; Add build glue for libarchive and update the various sets.
|
1.220 | 25-Jan-2007 |
perry | Before I completely forget the issue, convert "PROG_PAX" to the better-named "PAXCTL_FLAGS".
|
1.219 | 11-Nov-2006 |
christos | don't run paxctl if other commands were specified for that target.
|
1.218 | 10-Nov-2006 |
christos | if ${PROG_PAX} is defined, run paxctl on the binary after linking with the value of the variable. This way, if you set:
PROG_PAX=+M
in /etc/mk.conf, you get what you deserve.
|
1.217 | 22-Oct-2006 |
pooka | libpuffs
|
1.216 | 09-Oct-2006 |
mrg | - clean up some comments to reality. - retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX - in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC - add LIBSUPCXX - don't default USE_LIBSTDCXX or USE_GCC4 since they are not used in the tree any where - same with USE_XF86_4; retire it - remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
|
1.215 | 23-Jul-2006 |
lukem | Implement MKDEBUG: If "no", don't build and install separate debugging symbols into /usr/libdata/debug. Default: no
|
1.214 | 19-Jun-2006 |
gdamore | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, NetBSD Foundation Membership still pending.) This stack was written by Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
|
1.213 | 09-Jun-2006 |
christos | PR/33681: Scott Ellis: Building 'bc' with SHAREDSTRINGS=yes fails We need CPPFLAGS too now.
|
1.212 | 11-May-2006 |
mrg | add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>.
|
1.211 | 20-Mar-2006 |
christos | There is always one more KRB4 thing to remove. (from Jukka Salmi)
|
1.210 | 20-Mar-2006 |
christos | Remove krb4 variables and libraries (Jukka Salmi)
|
1.209 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.208 | 20-Jan-2006 |
christos | Add the world of libraries to the static pam build. Now static pam binaries work.
|
1.207 | 09-Apr-2005 |
dsl | Report when we link a program into xxx.ro (before being crunched)
|
1.206 | 04-Mar-2005 |
he | branches: 1.206.2; 1.206.4; Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling with MKPIC=no, possibly because the target does not support shared libraries, these include libraries required to resolve all symbols which end up referenced from PAM-using applications. The libraries presently required are -lcrypt, -lrpcsvc and -lutil.
Add use of these variables which are currently set up to use PAM, so that they compile when MKPIC=no.
Also, in the telnetd case, reorder the order of the libraries, so that libtelnet.a comes before -ltermcap and -lutil, again to fix link error when MKPIC=no.
Discussed with thorpej and christos.
|
1.205 | 20-Feb-2005 |
christos | Add libradius
|
1.204 | 12-Jan-2005 |
lukem | If RESCUEDIR is defined, automatically add that to CPPFLAGS
|
1.203 | 08-Jan-2005 |
lukem | Implement <bsd.prog.mk> vars: LIBASN1 LIBBSDMALLOC LIBG2C LIBPAM LIBSSH
|
1.202 | 04-Aug-2004 |
lukem | Revert most of previous, and move the LIB<libname>?= assignments back to bsd.prog.mk from bsd.own.mk.
pkgsrc uses <bsd.own.mk>, and setting LIB<libname> in it causes problems with various package builds. This should fix PR #26542 submitted by Jim Bernard.
(I'll be implementing the DPADD for shared libraries in a different manner that generally won't depend upon ${LIB<libname>}.)
|
1.201 | 30-Jul-2004 |
lukem | Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so that they may be used by non PROGs (e.g., LIBs).
Improve some comments.
|
1.200 | 10-Jun-2004 |
lukem | Be consistent in handling YHEADER, similar to Christos' fix in bsd.lib.mk 1.253
|
1.199 | 21-May-2004 |
ross | If you add a library, you need to define its DPADD symbol here.
Add LIBMAGIC.
|
1.198 | 15-Feb-2004 |
skrll | branches: 1.198.2; Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode and exception handling have a chance of working properly.
- creates libgcc, libgcc_eh and libgcc_s
- updates LIBGCC_SPEC to use them appropriately.
There's a hack in here at the moment with respect to libgcc_so in that it is preferable to link against libgcc_so will only when -shared-libgcc is specified (the c++ frontend does this automatically.) Configurations where LINK_EH_SPEC is defined already do this. The gcc configuration for NetBSD/alpha and another NetBSD platform (I forget which) actually define LINK_EH_SPEC probably by accident rather than design.
- updates share/mk to use the compiler's knowledge of what needs linking into libraries and executables. This removes an hppa hack.
- updates the sets for the newly created libgcc* files.
- support for linking against the _pg version of libgcc has been removed.
|
1.197 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.196 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.195 | 23-Jan-2004 |
simonb | crt0.o lives in /usr/lib even on a.out.
|
1.194 | 16-Nov-2003 |
lukem | simplify with _MKTARGET_LINK
|
1.193 | 11-Nov-2003 |
dsl | Set MKDEP_SUFFIXES to get additional targets in .depend instead of using sed in .afterdepend. I don't think .afterdepend is used anywhere any more.
|
1.192 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.191 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.190 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.189 | 29-Sep-2003 |
lukem | Add LIBSTDCXX (for usr/lib/libstdc++.a). Sync LIB* documentation with reality.
|
1.188 | 19-Sep-2003 |
martin | Drop explicit medlow model and default to -O2 for sparc64.
|
1.187 | 14-Sep-2003 |
lukem | Check ${SHLIBDIR} against "/usr/lib" instead of ${LIBDIR} when determining if we need to add stuff (usually "/lib") to the rpath-link path before "/usr/lib". Otherwise, this barfs if LIBDIR != /usr/lib or /lib, and we're cross-building (e.g., in src/x11)
|
1.186 | 13-Sep-2003 |
erh | Also support per-program LDFLAGS and LDSTATIC.
|
1.185 | 13-Sep-2003 |
erh | Create a way to add additional flags to COPTS, CPPFLAGS, CXXFLAGS and LDADD for particular libraries or programs by specifying the additions in mk.conf instead of needing to go edit individual Makefiles.
|
1.184 | 12-Sep-2003 |
lukem | add infrastructure to support reach-over builds of xsrc
|
1.183 | 22-Aug-2003 |
dsl | Add a ${PROG}.ro target that does an 'ld -r' of the program object files. Allows a much simplified build of 'crunched' binaries since crunchgen can build prog.ro instead of having to deretmine the names of all the .o files.
|
1.182 | 01-Aug-2003 |
lukem | Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES. This is a change of behaviour. If a Makefile wants the clean semantics it must specifically append to CLEANFILES. Resolves PR toolchain/5204.
* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS that have a suffix of: .c .m .s .S .C .cc .cpp .cxx
* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES
* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d depend upon ${DPSRCS}
* Deprecate the (short lived) DEPENDSRCS
Update the various Makefiles to these new semantics; generally either adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing specific .o dependencies with DPSRCS entries.
Tested with "make -j 8 distribution" and "make distribution".
|
1.181 | 01-Aug-2003 |
lukem | simplify the ${PROG}: target to reduce duplication between the DESTDIR and !DESTDIR cases...
|
1.180 | 31-Jul-2003 |
lukem | bsd.dep.mk: add a dependency for *.d on ${SRCS} ${DPSRCS}. this should fix some build problems where DPSRCS contains .h files that need to exist to build the .d file.
document that bsd.dep.mk should be included after anything that might update SRCS or DPSRCS so that the above works correctly, and actually ensure this is the case.
|
1.179 | 31-Jul-2003 |
lukem | Don't need -R/usr/lib; it will be searched at the end by ld.elf_so anyway. Noted by matt green <mrg@>
|
1.178 | 28-Jul-2003 |
lukem | be consistent when adding *.y and *.l to DPSRCS
|
1.177 | 28-Jul-2003 |
lukem | replace MKCXXSUPCXX(!=no) with USE_LIBSTDCXX(==no)
|
1.176 | 28-Jul-2003 |
lukem | Change defined(CXX_SUPCXX) to MKCXXSUPCXX != "no".
Clarify that command-line overrides of the MKxxx variables should be done via the environment rather than make(1) command-line variable assignment, since the latter doesn't actually work as intended.
|
1.175 | 27-Jul-2003 |
mrg | introduce a new $CPPFLAG_ISYSTEMXX that is used to reference c++ system includes. for GCC3, set this to -I instead of -isystem.
XXX this should really be either not required or a -isystem-cxx, but for now this is required to build libstdc++-v3, which otherwise complains heavily about STL headers not being C code(!)
|
1.174 | 26-Jul-2003 |
mrg | add a new bsd.own.mk variable: CXX_SUPCXX. from bsd.README: + CXX_SUPCXX If defined, the support libraries needed for this C++ program + are set to `-lsupc++ -lm', rather than `-lstdc++ -lm'.
|
1.173 | 20-Jul-2003 |
lukem | Consistently support the different C++ file extensions: .cc .cpp .cxx .C Noted by Andrew White in PR toolchain/18246
|
1.172 | 18-Jul-2003 |
lukem | Add MKUNPRIVED; if not no has the same semantics as if UNPRIVED was defined. Replace defined(UNPRIVED) tests with ${MKUNPRIVED} != "no"
Add MKUPDATE; if not no has the same semantics as if UPDATE was defined. Replace defined(UPDATE) tests with ${MKUPDATE} != "no"
Improve documentation for these and other make flags.
|
1.171 | 16-Jul-2003 |
itojun | stop installing install libtelnet. build under lib/libtelnet and reference it from usr.bin/telnet and libexec/telnetd. (reason for separate build: compiler flags)
|
1.170 | 27-Jun-2003 |
drochner | For consistency, use "-R" instead of "-Wl,-rpath" to pass a runtime search path to the linker.
|
1.169 | 13-Jun-2003 |
itojun | define LIBEVENT
|
1.168 | 11-Jun-2003 |
msaitoh | catch signal 1,2,3,13 and 15 to clean /tmp/_dependXXX
|
1.167 | 31-May-2003 |
thorpej | If EXTERNAL_TOOLCHAIN is defined, allow the compiler to define the location of crt{begin,end}{,S}.o and libgcc.a. Encapsulate all of this logic into the new bsd.gcc.mk, and use it in bsd.prog.mk and bsd.lib.mk.
|
1.166 | 18-May-2003 |
lukem | make this a no-op if HOSTPROG is defined
|
1.165 | 30-Mar-2003 |
thorpej | If MACHINE_ARCH is powerpc and we HAVE_GCC3, add crtsaveres.o to the endfile spec.
|
1.164 | 22-Feb-2003 |
uwe | Typo in comment.
|
1.163 | 24-Jan-2003 |
thorpej | Add LIBPTHREAD, LIBPTHREAD_DB, and LIBRT.
|
1.162 | 22-Nov-2002 |
thorpej | Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific things like the .note.netbsd.ident section are provided by crti/crtn. crti/crtn also provide the _init() and _fini() routines.
crtbegin/crtend now only provide support for ctors/dtors. This paves the way to using the "crtstuff" provided with GCC (when we upgrade to GCC 3.3), which provides, among other things, much better C++/Java exception handling.
|
1.161 | 12-Nov-2002 |
itohy | MKDYNAMICROOT for a.out
|
1.160 | 22-Oct-2002 |
perry | Pass 1 of SYSPKG changes to automatically add tags=pkgname_pkg to METALOG. Not quite ready for prime time yet.
|
1.159 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.158 | 26-Sep-2002 |
itojun | MDC2 is a patented algorithm; don't ship it in default libcrypto. MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.157 | 08-Sep-2002 |
thorpej | Build a .gdbinit in the objdir when building a program. The .gdbinit file sets the shared library prefix to ${DESTDIR}, and adds "sources" directives for each file listed in the GDBINIT Makefile variable.
|
1.156 | 09-Aug-2002 |
thorpej | Add LIBPMC.
|
1.155 | 27-Mar-2002 |
eeh | branches: 1.155.2; Use the medium low model for sparc64 programs that don't 2GB of data segment.
|
1.154 | 11-Feb-2002 |
mycroft | Don't use .PHONY for targets that are actually installed. Instead use force dependencies. (Among other things, `make -t install' does something vaguely sensible now.)
|
1.153 | 07-Feb-2002 |
pk | Mark installed system libraries as .MADE only if we're actually establishing their default variable values here.
|
1.152 | 04-Feb-2002 |
christos | s/.NOSUFF/.MADE/
|
1.151 | 03-Feb-2002 |
christos | Apply a .NOSUFF: directive to targets we don't want to have processed by the suffix rules engine.
|
1.150 | 02-Feb-2002 |
veego | Ups, it is LIBUSBHID and not LIBUSBHIB.
|
1.149 | 02-Feb-2002 |
veego | Change LIBUSB to LIBUSBHIB, reflecting the library name change.
|
1.148 | 29-Jan-2002 |
enami | Mark the targets clean{extra,objs} as PHONY.
|
1.147 | 04-Jan-2002 |
thorpej | For PROG_CXX DESTDIR builds, pull in -lstdc++ and -lm regardless of GCC version.
|
1.146 | 01-Jan-2002 |
thorpej | Per a suggestion from matthew green, PROG_CXX takes the place of PROG for C++ programs.
|
1.145 | 01-Jan-2002 |
thorpej | * If PROG_CXX is set by the program's Makefile, use ${CXX} to link the program rather than ${CC}. * If HAVE_GCC3 is defined, pull in "-lstdc++ -lm" as additional C++ support libraries for DESTDIR builds.
|
1.144 | 28-Dec-2001 |
lukem | * Add user-controlled mk.conf variables - SHLIBDIR Location to install shared libraries if ${USE_SHLIBDIR} is "yes". Defaults to "/usr/lib".
- USE_SHLIBDIR If "yes", install shared libraries in ${SHLIBDIR} instead of ${LIBDIR}. Defaults to "no". Sets ${_LIBSODIR} to the appropriate value. This may be set by individual Makefiles as well.
- SHLINKDIR Location of shared linker. Defaults to "/usr/libexec". If != "/usr/libexec", change the dynamic-linker encoded in shared programs
* Set USE_SHLIBDIR for libraries used by /bin and /sbin: libc libcrypt libcrypto libedit libipsec libkvm libm libmi387 libtermcap libutil libz
* If ${_LIBSODIR} != ${LIBDIR}, add symlinks from ${LIBDIR}/${LIB}.so* to ${_LIBSODIR}/${LIB}.so* for compatibility.
* Always install /sbin/init statically (for now)
The net effect of these changes depends on how the variables are set:
1.) If nothing is set or changed, there is no change from the current behaviour: - Static /bin, /sbin, and bits of /usr/* - Dynamic rest - Shared linker is /usr/libexec/ld*so
2.) If the following make variables are set: LDSTATIC= SHLINKDIR=/lib SHLIBDIR=/lib Then the behaviour becomes: - Dynamic tools - .so libraries used by /bin and /sbin are installed to /lib, with symlinks from /usr/lib/lib*so to -> /lib/lib*so where appropriate - Shared linker is /lib/ld*so
3.) As per 2.), but add the following variable: USE_SHLIBDIR=yes This forces all .so's to be instaleld in /lib (with compat symlinks), not just those tagged by their Makefiles to be. Again, compat symlinks are installed
|
1.143 | 28-Nov-2001 |
tv | If DESTDIR is set, do a similar nostdinc dance for the standard C++ include directory.
|
1.142 | 19-Nov-2001 |
thorpej | Use a little transitional hack to determine if we use -isystem or -idirafter. Use the former only of USE_NEW_TOOLCHAIN, since -isystem causes the old toolchain to bomb out when building libstdc++.
|
1.141 | 14-Nov-2001 |
tv | C/..$/.c/ -> C/\..$/.c/
|
1.140 | 14-Nov-2001 |
tv | Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk where it belongs (with the native target compile rules).
|
1.139 | 02-Nov-2001 |
tv | Use INSTALL_FILE/INSTALL_DIR as appropriate.
|
1.138 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.137 | 19-Oct-2001 |
tv | Add .NOPATH for all files generated from .l or .y files in SRCS. Fixes PRs bin/14187 and lib/14239.
Also simplify the handling of these transforms to .c and .h files a bit by leveraging make's builtin macro operators.
|
1.136 | 25-Sep-2001 |
tv | Set .NOPATH on program to build to make sure it goes in .OBJDIR. Problem noted by <seebs@plethora.net>.
|
1.135 | 24-Sep-2001 |
lukem | fix previous (hi thor!) - $OBJS and $CLEANFILES might be empty, and rm needs some files to delete...
|
1.134 | 24-Sep-2001 |
tls | Split "cleanprog" target apart: now you can zap only object files or CLEANFILES (needed to fix crunchgen lossage).
|
1.133 | 13-Sep-2001 |
thorpej | Add LIBPCI.
|
1.132 | 14-Aug-2001 |
tv | Rather than explicitly saying "clean cleandir:" all the time, make clean a dependency of cleandir (so that "make cleandir" implies "make clean").
|
1.131 | 01-Jun-2001 |
tv | Make "distclean" a REAL synonym for "cleandir" by actually aliasing it in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and some Makefiles throughout the tree).
|
1.130 | 08-May-2001 |
sommerfeld | Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES, NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
|
1.129 | 19-Feb-2001 |
jmc | Wrap target() checks around afterdepend rule as some Makefiles override this
|
1.128 | 26-Jan-2001 |
itojun | fix typo in LIBSSL decl. it made programs with DPADD+=${LIBSSL} to build every time we type "make". From: bernd
|
1.127 | 14-Jan-2001 |
christos | use the new .if commands(<target>) directive so that we don't have to change Makefiles.
|
1.126 | 14-Jan-2001 |
christos | fix thinko: test for the existance of the target before we define it...
|
1.125 | 14-Jan-2001 |
christos | Alter previous redefined target protection. If the ${PROG} target is defined, add the dependencies as usual, but don't add the commands. This avoids having to change all the Makefiles that redefine the PROG target.
|
1.124 | 14-Jan-2001 |
christos | allow programs to override the program target.
|
1.123 | 08-Jan-2001 |
mrg | add missing $LIBCRYPTO_RC5 and $LIBCRYPTO_IDEA
|
1.122 | 08-Jan-2001 |
mrg | add missing $LIBSSL
|
1.121 | 04-Jan-2001 |
garbled | Add LIBCDK and LIBFORM definitions
|
1.120 | 31-Oct-2000 |
itojun | add ${LIBINTL} for use with DPADD.
|
1.119 | 07-Oct-2000 |
deberg | fix typos, PR 11159
|
1.118 | 25-Jun-2000 |
erh | For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD} so any -L directories set in LDADD are searched first to avoid possibly linking against old versions of libraries.
|
1.117 | 19-Jun-2000 |
thorpej | branches: 1.117.2; Sync up the LIB* list.
|
1.116 | 10-Jun-2000 |
mycroft | Use ${.ALLSRC:T} when doing the generated variable name lookups, so that it DTRT for generated files in and obj directory (or accessed via .PATH).
|
1.115 | 06-Jun-2000 |
mycroft | Abuse .USE some more.
|
1.114 | 06-Jun-2000 |
mycroft | Minor rearrangement.
|
1.113 | 06-Jun-2000 |
mycroft | Use ODE make(1) features to eliminate extra variables and move several things outside of .for loops. (Needs more work to completely eliminate .for.)
XXX Don't look at this stuff. It will make your head hurt.
|
1.112 | 14-Apr-2000 |
mrg | branches: 1.112.2; use -rpath-link rather than -R when linking objects using a DESTDIR. this replaces the previous change as that ended up adding $DESTDIR/usr/lib to the runtime path of every binary created, which is bogus and dangerous.
|
1.111 | 25-Mar-2000 |
mycroft | When linking with $DESTDIR, use an explicit -R to get library dependencies correct.
|
1.110 | 07-Mar-2000 |
veego | Remove unused libahdi. It will be replaced in the future with a more generic libdisklabel.
|
1.109 | 05-Feb-2000 |
jdc | Add libahdi entries.
|
1.108 | 23-Jan-2000 |
eeh | Add some support for FCode binaries.
|
1.107 | 22-Jan-2000 |
mycroft | Make `dependall' play nicely with SUBDIR, using a hack similar to `realinstall' for both `depend' and `all'. Also, remove the old hack that invokes an extra shell for .depend, now that make(1) has been fixed.
|
1.106 | 16-Jan-2000 |
assar | all: depend on ${SCRIPTS} so that they get generated if they need to
|
1.105 | 23-Nov-1999 |
blymn | Added libmenu library.
|
1.104 | 14-Sep-1999 |
perry | branches: 1.104.4; Add a "dependall" target, which does a "make depend" and then "make all" in a single directory. This is useful in "make build" because by doing the build immediately after the depend, all sources will typically still be in the buffer cache, thus saving significant time over doing a "make depend" on all the directories and then a "make all".
|
1.103 | 04-Sep-1999 |
fredb | Permit "make all install", as well as "make foo install" (where foo would be installed by "make install") without setting of BUILD. All cases where BUILD is already set are unchanged from the old behavior.
"make all install" is now practically equivalent to "make BUILD= all install", but without actually setting build.
Fixes pr's 8313, 3894.
|
1.102 | 21-Aug-1999 |
simonb | Add ${INSTPRIV} to ${INSTALL} commands.
|
1.101 | 01-Jul-1999 |
itojun | branches: 1.101.2; add LIBIPSEC for use from DPADD.
|
1.100 | 12-Feb-1999 |
lukem | branches: 1.100.2; * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.99 | 10-Feb-1999 |
tv | libbfd_pic.a is no longer installed; remove ${LIBBFD} define.
|
1.98 | 04-Feb-1999 |
christos | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing and the filesystem is full. Added ${RENAME} flag to install, which when set to -r installs on a temporary file and then renames to the final destination. ${RENAME} is currently set to nothing in bsd.own.mk, but one can turn it on in /etc/mk.conf.
|
1.97 | 07-Nov-1998 |
jonathan | Do DESTDIR support for crtbegin/crtend on all ELF ports (adds mips).
|
1.96 | 28-Sep-1998 |
christos | Use preserve flag in install.
|
1.95 | 10-Sep-1998 |
ross | Define a LIBBZ2?=... for use in DPADD=... lines.
|
1.94 | 09-Aug-1998 |
lukem | add distclean as a synonym for cleandir
|
1.93 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.92 | 01-Apr-1998 |
tv | Revert. This broke too much in the build tree, and a better solution needs to be created. (The existing situation breaks a lot too.)
|
1.91 | 01-Apr-1998 |
tv | Fix .y rules to DTRT with possibly generated .h files. See mail on tech-toolchain for a very detailed explanation of this. In short, add a .y.h rule identical to the .y.c rule and make the .y.c rule rename the .h file; also, clean the .h file in CLEANFILES.
|
1.90 | 03-Nov-1997 |
cgd | echo the lint command line when making 'lint'.
|
1.89 | 28-Oct-1997 |
lukem | add ${LIBOBJC}
|
1.88 | 11-Oct-1997 |
mycroft | branches: 1.88.2; Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.87 | 29-Sep-1997 |
gwr | Add $LIBBFD
|
1.86 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.85 | 26-May-1997 |
cjs | branches: 1.85.2; These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.84 | 18-May-1997 |
kleink | Add libposix.
|
1.83 | 17-May-1997 |
mycroft | Do LINKS and SYMLINKS after FILES and INCS.
|
1.82 | 17-May-1997 |
mycroft | Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the right preferences.
|
1.81 | 09-May-1997 |
mycroft | Fix typo in previous.
|
1.80 | 09-May-1997 |
mycroft | Automatically add the .c files corresponding to .l and .y files to DPSRCS. Automatically add DPSRCS to CLEANFILES.
|
1.79 | 09-May-1997 |
mycroft | Remove cruft.
|
1.78 | 09-May-1997 |
mycroft | Oops; rearrange dependencies to get things built early enough.
|
1.77 | 09-May-1997 |
mycroft | Make sure INCS and SRCS are built if necessary.
|
1.76 | 08-May-1997 |
gwr | Set the .NOPATH flag for ${OBJS} (from Christos).
|
1.75 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.74 | 07-May-1997 |
mycroft | Various simplifications.
|
1.73 | 07-May-1997 |
mycroft | Shuffle some .PHONYs around, to work better with `-t'.
|
1.72 | 06-May-1997 |
mycroft | Make most of the install targets .PRECIOUS.
|
1.71 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.70 | 18-Apr-1997 |
christos | Add ${LIBNTP}
|
1.69 | 17-Apr-1997 |
thorpej | - Properly depend on crtbegin.o and crtend.o for platforms that use them (currently Alpha and PowerPC) - STRIP -> STRIPFLAG
|
1.68 | 03-Apr-1997 |
mikel | don't allow override of all: target
|
1.67 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.66 | 27-Mar-1997 |
christos | Put the FILES generated rules in a separate .mk file since both bsd.prog.mk and bsd.lib.mk use them.
|
1.65 | 27-Mar-1997 |
mycroft | Make the SCRIPTS case mimic the FILES case more closely, so we can override the destination direectory, etc.
|
1.64 | 27-Mar-1997 |
mycroft | Remove knowledge of HIDEGAME from here.
|
1.63 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.62 | 22-Mar-1997 |
perry | Fix SYMLINKS not to include DESTDIR in the link itself
|
1.61 | 13-Mar-1997 |
perry | add SYMLINKS, by analogy to LINKS. Vetted by Christos.
|
1.60 | 22-Jan-1997 |
cgd | if 'clean' is not already defined, rather than simply defining it with a bunch of rules, define a clean{kmod,lib,prog} target with the rules, and have both clean and cleandir depend on that. That eliminates a bug where 'cleandir' in a directory which included e.g. bsd.prog.mk but which also had subdirs would 'make clean' all the subdirs and then 'make cleandir' all ofthe subdirs. It also allows Makefiles to add more dependencies to 'clean' after inclusion of the make template.
If 'clean' is already defined, the behaviour is the same as it used to be.
|
1.59 | 20-Dec-1996 |
cgd | add an afterdepend target (a la the one in bsd.lib.mk) that processes the .depend file to add <filename>.ln for each <filename>.o as an object file which has the given dependencies (in addition to <filename>.po and <filename>.so, which were already there).
|
1.58 | 13-Dec-1996 |
mikel | add missing LIBPCAP definition.
|
1.57 | 26-Nov-1996 |
mrg | add libz and libwrap
|
1.56 | 18-Oct-1996 |
thorpej | Use ${INSTALL} rather than "install". From Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.55 | 08-Apr-1996 |
jtc | Sort LIBFOO definitions and add LIBY; Reported by Mike Long <mike.long@analog.com> in PR #2301.
|
1.54 | 22-Oct-1995 |
christos | Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware" rules. These rules are not turned on by default; they are enabled by setting the PARALLEL variable.
|
1.53 | 25-Jun-1995 |
cgd | oops; fix an rm that might be empty
|
1.52 | 24-Jun-1995 |
cgd | update lint rules, but keep linting disabled
|
1.51 | 10-Jun-1995 |
mycroft | Define LIBEDIT.
|
1.50 | 21-Apr-1995 |
jtc | .include <bsd.nls.mk> unless NONLS is defined.
|
1.49 | 22-Dec-1994 |
cgd | specify man pages differently, and document how.
|
1.48 | 24-Aug-1994 |
mycroft | Include bsd.own.mk earlier.
|
1.47 | 20-Jul-1994 |
cgd | fix from christos, for progs w/o objects
|
1.46 | 06-Jul-1994 |
mycroft | branches: 1.46.2; Pull libraries from ${DESTDIR} if set. Kill LDONLY, which is unused and probably not useful anyway.
|
1.45 | 30-Jun-1994 |
cgd | fix modify-info-nothingness-then-substitute probelm that broke genclass build
|
1.44 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.43 | 30-Jun-1994 |
cgd | don't be careless with _SUBDIRUSE
|
1.42 | 28-Jun-1994 |
jtc | Strip *.sh when constructing OBJS from SRCS. This will allow us to clean up makefiles that build a script by munging a template (uusched, genclass, neqn, etc.).
|
1.41 | 18-Jun-1994 |
cgd | don't chown the symlink, when HIDEGAME causes a symlink to be made to dm. 4.4-based FS code _follows_ the symlinks on a chown(2) call.
|
1.40 | 24-May-1994 |
cgd | fix the last to do the right thing for dependencies
|
1.39 | 24-May-1994 |
deraadt | LIBSKEY
|
1.38 | 22-May-1994 |
jtc | Single source file programs are now compiled into object files before they are linked. This change halves the time it takes to rebuild all of the NetBSD sources when only the C library is "touched"; but only takes about one percent more disk space.
|
1.37 | 06-Apr-1994 |
chopps | relink (recompile) single source programs when crt0.o is updated.
|
1.36 | 24-Mar-1994 |
mycroft | Remove *.core on clean.
|
1.35 | 09-Feb-1994 |
cgd | kill install -d's.
|
1.34 | 28-Jan-1994 |
cgd | add LIBKVM
|
1.33 | 10-Nov-1993 |
cgd | librpc doesn't exist anymore
|
1.32 | 08-Nov-1993 |
cgd | ad LDSTATIC flag, so static linking can be made one-stop shopping. use "setenv LDSTATIC" to make *everything* dynamically linked, setenv LDSTATIC -static for everything statically linked, or unset it for default behavior.
|
1.31 | 07-Oct-1993 |
cgd | LIBTERM pointed at nothing, but was meant to point to libtermcap.a...
|
1.30 | 07-Oct-1993 |
cgd | always define LIBCRYPT
|
1.29 | 17-Aug-1993 |
mycroft | Make sure we don't recurse into subdirectories if Makefile specified `install' target. (It's usually blank and is specifically to avoid doing this...)
|
1.28 | 15-Aug-1993 |
mycroft | Automatically include bsd.subdir.mk for backward compatibility.
|
1.27 | 15-Aug-1993 |
mycroft | Don't automatically include bsd.subdir.mk in bsd.prog.mk and bsd.lib.mk. Put back .MAIN in bsd.man.mk, and be careful not to include ../Makefile.inc a second time.
|
1.26 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.25 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.24 | 15-Aug-1993 |
mycroft | Create target directories with `install -d', and move `obj' targets into one file.
|
1.23 | 10-Aug-1993 |
mycroft | Put LINKS handling in `install' target, so it's the last thing executed, and happens even if `realinstall' is user-defined.
|
1.22 | 30-Jul-1993 |
mycroft | When generating a default OBJS, ignore .h files.
|
1.21 | 29-Jul-1993 |
mycroft | Don't print the `making ...' message if an obj dir already exists. Also, a minor cleanup.
|
1.20 | 17-Jul-1993 |
mycroft | Fix C++ dependencies for good. `make depend' is now done in two passes--one of C files and one for C++ files. No need to specify `-+' in your Makefile, as it is now done automatically.
|
1.19 | 17-Jul-1993 |
cgd | do c++ dependencies the right way...
|
1.18 | 17-Jul-1993 |
mycroft | Add suffix rules for C++ files.
|
1.17 | 04-Jun-1993 |
brezak | Add LIBRPCSVC variable.
|
1.16 | 02-Jun-1993 |
cgd | add ability to specify c++ dependencies, by setting CFLAGS+=-+ for the dependency make.
|
1.15 | 26-Apr-1993 |
cgd | added definition for DPADD library variable LIBCRYPT.
|
1.14 | 26-Apr-1993 |
mycroft | Don't redefine `realinstall' target if already defined.
|
1.13 | 25-Apr-1993 |
mycroft | Link with LDFLAGS even if one source module.
|
1.12 | 25-Apr-1993 |
mycroft | Don't lose if we include bsd.prog.mk only to build man pages.
|
1.11 | 25-Apr-1993 |
mycroft | Fix error in last change. (Oops.)
|
1.10 | 25-Apr-1993 |
mycroft | Don't build man pages if NOMAN set.
|
1.9 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.8 | 08-Apr-1993 |
cgd | try to do the right thing, in terms making directories before we install into them, and get the manpage cleans _OUT_ of "clean". they don't belong there, only in cleandir, WFJ be damned.
|
1.7 | 08-Apr-1993 |
cgd | fixed typos...
|
1.6 | 08-Apr-1993 |
cgd | (silently) make sure we have directories before installing
|
1.5 | 04-Apr-1993 |
cgd | make LIBRPC point to the right place
|
1.4 | 27-Mar-1993 |
nate | Fixed the doc macros to call troff, eqn,and tbl instead of ditroff, deqn, and dtbl. Fixed make clean to remove the man pages (Bill fixed this in the distribution, but not in the original source) Changed install to leave the original file around, by using 'cp' instead of 'mv'. "install -c ..."
|
1.3 | 23-Mar-1993 |
cgd | made .CURDIR be absolute, not relative, thereby eliminating the need for some of the makefile trickery when making objects, and fixing a few .PATH bugs
|
1.2 | 22-Mar-1993 |
cgd | fixed "make obj" for cases when sources not in /usr/src/... if sources not there, it now mkdirs obj, but some trickery is necessary, to avoid deleting cwd.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.46.2.2 | 24-Aug-1994 |
mycroft | update from trunk
|
1.46.2.1 | 20-Jul-1994 |
cgd | from trunk
|
1.85.2.1 | 12-Oct-1997 |
cjs | Update to 1.88.
|
1.88.2.2 | 09-Nov-1998 |
cgd | pull up rev 1.97 from trunk (jonathan
|
1.88.2.1 | 04-Nov-1997 |
thorpej | Pull up from trunk: define LIBOBJC, print the lint command.
|
1.100.2.1 | 10-Sep-1999 |
he | Pull up revisino 1.103: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
|
1.101.2.1 | 10-Aug-1999 |
mcr | added Makefile flag "MORTALINSTALL" which removes -o/-g from install arguments: MORTALINSTALL If "yes", then omit setting group and ownership on all files that are installed. This can be used to permit non-root to install files, particularly useful when working across NFS, or when $DESTDIR is local. Do not use on production systems.
This relates to PR bin/3563. These files are being checked into a branch because I want them carefully reviewed by various parties, and because they are not fully tested.
|
1.104.4.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.112.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.117.2.3 | 25-Apr-2001 |
he | Pull up revision 1.129 (requested by chris): Permit redefinition of ``afterdepend'' target.
|
1.117.2.2 | 08-Oct-2000 |
deberg | pullup 1.119, approved by jhawk
fix typos, PR 11159
|
1.117.2.1 | 29-Jun-2000 |
thorpej | Update from trunk: For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD} so any -L directories set in LDADD are searched first to avoid possibly linking against old versions of libraries.
|
1.155.2.1 | 01-Dec-2002 |
he | Pull up revision 1.158 (requested by itojun in ticket #861): MDC2 is a patented algorithm, so don't ship it in the default libcrypto. Defining MKCRYPTO_MDC2 will build a separate library, libcrypto_mdc2.
|
1.198.2.1 | 22-May-2004 |
he | Pull up revision 1.199 (requested by ross in ticket #373): If you add a library, you need to define its DPADD symbol here. Add LIBMAGIC.
|
1.206.4.1 | 17-Apr-2006 |
tron | Apply patch (requested by tsutsui in ticket #1256): Make PAM work on NetBSD ports without shared library support. This fixes PR lib/32421.
|
1.206.2.1 | 17-Apr-2006 |
tron | Apply patch (requested by tsutsui in ticket #1256): Make PAM work on NetBSD ports without shared library support. This fixes PR lib/32421.
|
1.221.6.2 | 29-Jul-2007 |
joerg | Add build glue for libarchive and update the various sets.
|
1.221.6.1 | 29-Jul-2007 |
joerg | file bsd.prog.mk was added on branch matt-mips64 on 2007-07-29 17:06:03 +0000
|
1.221.4.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.221.4.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.226.2.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.226.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.226.2.1 | 22-Mar-2008 |
mjf | file bsd.prog.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
|
1.227.4.3 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.227.4.2 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.227.4.1 | 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.227.2.1 | 04-Jun-2008 |
yamt | sync with head
|
1.239.2.2 | 06-Jun-2009 |
bouyer | Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.239.2.1 | 06-Dec-2008 |
snj | branches: 1.239.2.1.2; Pull up following revision(s) (requested by cube in ticket #168): share/mk/bsd.prog.mk: revision 1.240 Move cleanextra to the very ends in case another included file wants to add to it even if it was initially empty.
|
1.239.2.1.2.1 | 06-Jun-2009 |
bouyer | branches: 1.239.2.1.2.1.2; Pull up following revision(s) (requested by snj in ticket #790): share/mk/bsd.lib.mk: revision 1.298 share/mk/bsd.man.mk: revision 1.100 share/mk/bsd.hostprog.mk: revision 1.55 distrib/sets/maketars: revision 1.66 share/zoneinfo/Makefile: revision 1.43 share/mk/bsd.kmodule.mk: revision 1.19 usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch share/mk/bsd.prog.mk: revision 1.241 share/dict/Makefile: revision 1.17 share/mk/bsd.README: revision 1.249 distrib/common/parselist.awk: revision 1.16 share/mk/bsd.links.mk: revision 1.34 Explicitly sort entries on preparing set files from METALOG. METALOG could have different order due to install(1) race on parallel builds, and mtree(8) doesn't sort files. Should fix inconsistent shared sets among builds as seen in /pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and /pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs. Okay'ed by snj@. Changes for installing with a metalog: * When installing hard links and using a metalog, if -o, -g, -m, or -f args were explicitly specified on the command line, then believe them, but do not implicitly believe uname/gname/mode/flags from the file system. * Output fields in the same order used by mtree. Fix -Wshadow -Wcast-qual issues Re-calculate size and digestresult after stripping, to ensure that correct values appear in the metalog. Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk when installing hard links. They have no effect except when using a metalog, in which case the information is added to the metalog. In the future, these variables may be replaced by a method for explicitly recording hard links in a metadata log. Also change a few things that called ${INSTALL_LINK} without going through bsd.links.mk. Reviewed by perry and joerg. This should fix PR 24457 and PR 41155.
|
1.239.2.1.2.1.2.2 | 22-Dec-2009 |
mrg | use ${CC} -r not -Wl,-r, from -current.
|
1.239.2.1.2.1.2.1 | 05-Sep-2009 |
matt | Change ${LD} -r to ${CC} ${LDFLAGS} -nostdlib -Wl,-r This is so ${CC} will invoke ld with appropriate options generated from ${LDFLAGS}
|
1.240.2.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.257.2.3 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.257.2.2 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.257.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.269.2.5 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.269.2.4 | 23-Jan-2013 |
yamt | sync with head
|
1.269.2.3 | 30-Oct-2012 |
yamt | sync with head
|
1.269.2.2 | 17-Apr-2012 |
yamt | sync with head
|
1.269.2.1 | 10-Nov-2011 |
yamt | sync with head
|
1.270.2.2 | 30-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): crypto/external/bsd/heimdal/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8 crypto/external/bsd/heimdal/bin/Makefile: up to 1.2 crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1 crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1 crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/NEWS: up to 1.2 crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2 crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/base/Makefile.am delete crypto/external/bsd/heimdal/dist/base/NTMakefile delete crypto/external/bsd/heimdal/dist/base/array.c delete crypto/external/bsd/heimdal/dist/base/baselocl.h delete crypto/external/bsd/heimdal/dist/base/bool.c delete crypto/external/bsd/heimdal/dist/base/dict.c delete crypto/external/bsd/heimdal/dist/base/heimbase.c delete crypto/external/bsd/heimdal/dist/base/heimbase.h delete crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete crypto/external/bsd/heimdal/dist/base/heimqueue.h delete crypto/external/bsd/heimdal/dist/base/json.c delete crypto/external/bsd/heimdal/dist/base/null.c delete crypto/external/bsd/heimdal/dist/base/number.c delete crypto/external/bsd/heimdal/dist/base/roken_rename.h delete crypto/external/bsd/heimdal/dist/base/string.c delete crypto/external/bsd/heimdal/dist/base/test_base.c delete crypto/external/bsd/heimdal/dist/base/version-script.map delete crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2 crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/oid.txt delete crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2 crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4 crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3 crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5 crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4 crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete crypto/external/bsd/heimdal/dist/kuser/kcc.c delete crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2 crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2 crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2 crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/README delete crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/maint.el delete crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2 crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8 crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch crypto/external/bsd/heimdal/include/der-private.h: up to 1.2 crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2 crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3 crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4 crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7 crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3 crypto/external/bsd/heimdal/include/roken.h: up to 1.7 crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2 crypto/external/bsd/heimdal/include/version.h: up to 1.3 crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11 crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2 crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4 crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3 distrib/sets/lists/base/ad.mips64eb: patch distrib/sets/lists/base/ad.mips64el: patch distrib/sets/lists/base/md.amd64: patch distrib/sets/lists/base/md.sparc64: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/base/shl.mi: patch distrib/sets/lists/comp/ad.mips64eb: patch distrib/sets/lists/comp/ad.mips64el patch distrib/sets/lists/comp/md.amd64: patch distrib/sets/lists/comp/md.sparc64: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/comp/shl.mi: patch distrib/sets/lists/man/mi: patch external/bsd/bind/Makefile.inc: 1.25 via patch external/gpl2/xcvs/bin/xcvs/Makefile: 1.5 libexec/telnetd/Makefile: 1.50 share/mk/bsd.prog.mk: 1.301 usr.bin/passwd/Makefile: 1.45 via patch usr.bin/telnet/Makefile: 1.51 usr.sbin/racoon/Makefile: 1.28 Update Heimdal to 7.1.
|
1.270.2.1 | 02-Mar-2012 |
riz | branches: 1.270.2.1.4; 1.270.2.1.6; Pull up following revision(s) (requested by tron in ticket #72): external/mit/xorg/lib/fontconfig/src/Makefile: revision 1.8 distrib/sets/lists/xbase/shl.mi: revision 1.45 distrib/sets/lists/comp/ad.mips64eb: revision 1.72 external/mit/expat/lib/Makefile: revision 1.1 external/mit/xorg/tools/fc-cache/Makefile: revision 1.6 x11/lib/fontconfig/src/Makefile: revision 1.11 distrib/sets/lists/xcomp/mi: revision 1.134 distrib/sets/lists/base/md.amd64: revision 1.159 distrib/sets/lists/base/ad.mips64eb: revision 1.85 external/mit/xorg/lib/dri/dri.mk: revision 1.11 external/mit/expat/lib/Makefile.inc: revision 1.1 external/mit/expat/Makefile.inc: revision 1.1 distrib/sets/lists/base/shl.mi: revision 1.619 distrib/sets/lists/comp/shl.mi: revision 1.212 distrib/sets/lists/man/mi: revision 1.1382 distrib/sets/lists/comp/mi: revision 1.1743 x11/lib/expat/Makefile: file removal lib/Makefile: revision 1.182 external/mit/expat/Makefile: revision 1.1 external/mit/Makefile: revision 1.2 distrib/sets/lists/xcomp/shl.mi: revision 1.31 external/mit/xorg/bin/xmlwf/Makefile: revision 1.4 external/mit/xorg/lib/Makefile: revision 1.25 external/mit/expat/lib/libexpat/Makefile: revision 1.1 distrib/sets/lists/comp/ad.mips64el: revision 1.72 x11/lib/expat/shlib_version: file removal external/mit/xorg/lib/expat/expat_config.h: file removal external/mit/expat/bin/xmlwf/Makefile: revision 1.1 share/mk/bsd.prog.mk: revision 1.274 distrib/sets/lists/base/ad.mips64el: revision 1.84 x11/lib/Makefile: revision 1.11 external/mit/xorg/lib/expat/Makefile: file removal external/mit/xorg/lib/expat/shlib_version: file removal distrib/sets/lists/comp/md.amd64: revision 1.158 distrib/sets/lists/base/mi: revision 1.987 distrib/sets/lists/base/md.sparc64: revision 1.150 share/mk/bsd.README: revision 1.294 external/mit/expat/bin/Makefile.inc: revision 1.1 distrib/sets/lists/xbase/mi: revision 1.113 external/mit/expat/lib/libexpat/shlib_version: revision 1.1 external/mit/expat/lib/libexpat/expat_config.h: revision 1.1 distrib/sets/lists/comp/md.sparc64: revision 1.141 share/mk/bsd.hostprog.mk: revision 1.67 external/mit/expat/bin/Makefile: revision 1.1 Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group.
|
1.270.2.1.6.1 | 30-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): crypto/external/bsd/heimdal/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8 crypto/external/bsd/heimdal/bin/Makefile: up to 1.2 crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1 crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1 crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/NEWS: up to 1.2 crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2 crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/base/Makefile.am delete crypto/external/bsd/heimdal/dist/base/NTMakefile delete crypto/external/bsd/heimdal/dist/base/array.c delete crypto/external/bsd/heimdal/dist/base/baselocl.h delete crypto/external/bsd/heimdal/dist/base/bool.c delete crypto/external/bsd/heimdal/dist/base/dict.c delete crypto/external/bsd/heimdal/dist/base/heimbase.c delete crypto/external/bsd/heimdal/dist/base/heimbase.h delete crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete crypto/external/bsd/heimdal/dist/base/heimqueue.h delete crypto/external/bsd/heimdal/dist/base/json.c delete crypto/external/bsd/heimdal/dist/base/null.c delete crypto/external/bsd/heimdal/dist/base/number.c delete crypto/external/bsd/heimdal/dist/base/roken_rename.h delete crypto/external/bsd/heimdal/dist/base/string.c delete crypto/external/bsd/heimdal/dist/base/test_base.c delete crypto/external/bsd/heimdal/dist/base/version-script.map delete crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2 crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/oid.txt delete crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2 crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4 crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3 crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5 crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4 crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete crypto/external/bsd/heimdal/dist/kuser/kcc.c delete crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2 crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2 crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2 crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/README delete crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/maint.el delete crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2 crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8 crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch crypto/external/bsd/heimdal/include/der-private.h: up to 1.2 crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2 crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3 crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4 crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7 crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3 crypto/external/bsd/heimdal/include/roken.h: up to 1.7 crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2 crypto/external/bsd/heimdal/include/version.h: up to 1.3 crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11 crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2 crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4 crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3 distrib/sets/lists/base/ad.mips64eb: patch distrib/sets/lists/base/ad.mips64el: patch distrib/sets/lists/base/md.amd64: patch distrib/sets/lists/base/md.sparc64: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/base/shl.mi: patch distrib/sets/lists/comp/ad.mips64eb: patch distrib/sets/lists/comp/ad.mips64el patch distrib/sets/lists/comp/md.amd64: patch distrib/sets/lists/comp/md.sparc64: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/comp/shl.mi: patch distrib/sets/lists/man/mi: patch external/bsd/bind/Makefile.inc: 1.25 via patch external/gpl2/xcvs/bin/xcvs/Makefile: 1.5 libexec/telnetd/Makefile: 1.50 share/mk/bsd.prog.mk: 1.301 usr.bin/passwd/Makefile: 1.45 via patch usr.bin/telnet/Makefile: 1.51 usr.sbin/racoon/Makefile: 1.28 Update Heimdal to 7.1.
|
1.270.2.1.4.1 | 30-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): crypto/external/bsd/heimdal/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/Makefile.rules.inc: up to 1.8 crypto/external/bsd/heimdal/bin/Makefile: up to 1.2 crypto/external/bsd/heimdal/bin/Makefile.inc: up to 1.3 crypto/external/bsd/heimdal/bin/kcc/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/krb5-config/Makefile: up to 1.3 crypto/external/bsd/heimdal/bin/kvno/Makefile: up to 1.1 crypto/external/bsd/heimdal/bin/kvno/kvno.1: up to 1.1 crypto/external/bsd/heimdal/dist/LICENSE: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/NEWS: up to 1.2 crypto/external/bsd/heimdal/dist/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/README.fast: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/admin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/admin/add.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/change.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/get.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/admin/ktutil.1: up to 1.2 crypto/external/bsd/heimdal/dist/admin/ktutil.8 delete crypto/external/bsd/heimdal/dist/admin/ktutil.c: up to 1.2 crypto/external/bsd/heimdal/dist/admin/list.c: up to 1.2 crypto/external/bsd/heimdal/dist/appveyor.yml: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/autogen.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/base/Makefile.am delete crypto/external/bsd/heimdal/dist/base/NTMakefile delete crypto/external/bsd/heimdal/dist/base/array.c delete crypto/external/bsd/heimdal/dist/base/baselocl.h delete crypto/external/bsd/heimdal/dist/base/bool.c delete crypto/external/bsd/heimdal/dist/base/dict.c delete crypto/external/bsd/heimdal/dist/base/heimbase.c delete crypto/external/bsd/heimdal/dist/base/heimbase.h delete crypto/external/bsd/heimdal/dist/base/heimbasepriv.h delete crypto/external/bsd/heimdal/dist/base/heimqueue.h delete crypto/external/bsd/heimdal/dist/base/json.c delete crypto/external/bsd/heimdal/dist/base/null.c delete crypto/external/bsd/heimdal/dist/base/number.c delete crypto/external/bsd/heimdal/dist/base/roken_rename.h delete crypto/external/bsd/heimdal/dist/base/string.c delete crypto/external/bsd/heimdal/dist/base/test_base.c delete crypto/external/bsd/heimdal/dist/base/version-script.map delete crypto/external/bsd/heimdal/dist/cf/Makefile.am.common: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-compile-et.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/check-getpwnam_r-posix.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-man.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-x.m4 delete crypto/external/bsd/heimdal/dist/cf/check-xau.m4 delete crypto/external/bsd/heimdal/dist/cf/crypto.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/dispatch.m4: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/dlopen.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/find-func-no-libs2.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/install-catman.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/krb-prog-perl.m4: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/cf/make-proto.pl: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/maybe-valgrind.sh: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/pthreads.m4: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/roken-h-process.pl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/sunos.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/test-package.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/valgrind-suppressions: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/version-script.m4: up to 1.2 crypto/external/bsd/heimdal/dist/cf/wflags.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/with-all.m4: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/configure.ac: up to 1.2 crypto/external/bsd/heimdal/dist/doc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/ack.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/base.din: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/base.hhp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/copyright.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxytmpl.dxy: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/heimdal.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.hhp: up to 1.2 crypto/external/bsd/heimdal/dist/doc/hx509.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/intro.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/kerberos4.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/migration.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/oid.txt delete crypto/external/bsd/heimdal/dist/doc/setup.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/vars.tin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/whatis.texi: up to 1.2 crypto/external/bsd/heimdal/dist/doc/win2k.texi: up to 1.2 crypto/external/bsd/heimdal/dist/etc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/crypto-headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/include/heim_threads.h: up to 1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/krb5-types.cross: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kadmin/add-random-users.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/add_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/check.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/cpw.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/del_enctype.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/get.c: up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/init.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadm_conn.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmin.1: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin.8 delete crypto/external/bsd/heimdal/dist/kadmin/kadmin.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmin_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/kadmind.8: up to 1.5 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/load.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/rpc.c: up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/stash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kadmin/util.c: up to 1.4 crypto/external/bsd/heimdal/dist/kcm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kcm/acquire.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c: up to 1.3 crypto/external/bsd/heimdal/dist/kcm/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/events.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/kcm.8: up to 1.5 crypto/external/bsd/heimdal/dist/kcm/kcm_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/protocol.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/renew.c: up to 1.2 crypto/external/bsd/heimdal/dist/kcm/sessions.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kdc/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/announce.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/default_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest-service.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/headers.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hprop.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/hpropd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/hpropd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc-tester.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc.8: up to 1.5 crypto/external/bsd/heimdal/dist/kdc/kdc.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kdc_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c: up to 1.7 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kstash.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/kx509.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/main.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/mit_dump.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/process.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/set_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/string2key.8: up to 1.4 crypto/external/bsd/heimdal/dist/kdc/string2key.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd-generator.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.1: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.8: up to 1.4 crypto/external/bsd/heimdal/dist/kpasswd/kpasswdd.c: up to 1.4 crypto/external/bsd/heimdal/dist/krb5.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/kuser/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/generate-requests.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/heimtools-commands.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools-version.rc: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/kuser/heimtools.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kcc-commands.in delete crypto/external/bsd/heimdal/dist/kuser/kcc-version.rc delete crypto/external/bsd/heimdal/dist/kuser/kcc.c delete crypto/external/bsd/heimdal/dist/kuser/kcpytkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdecode_ticket.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdeltkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.1: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.8: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kdigest.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kgetcred.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.8: up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kimpersonate.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kinit.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/klist.1: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/klist.c: up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kswitch.1: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kswitch.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kuser_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kverify.c: up to 1.2 crypto/external/bsd/heimdal/dist/kuser/kvno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/45/NTMakefile delete crypto/external/bsd/heimdal/dist/lib/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1-template.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1_print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_format.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/digest.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/extra.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/fuzzer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_encode.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_length.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_locl.h: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_seq.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/gen_template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/libasn1-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/main.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pkinit.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/asn1/pku2u.asn1: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/rfc2459.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/symbol.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/template.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/asn1/test.asn1: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/asn1/test.opt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/asn1/timegm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/NTMakefile: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/base/array.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/baselocl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dict.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbase.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimbasepriv.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/heimqueue.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/json.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/number.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/roken_rename.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/test_base.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/base/version-script.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/com_right.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/compile_et.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/com_err/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/com_err/parse.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gen-oid.pl: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/gss_acquire_cred.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi.3: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi/gssapi_oid.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gssapi_mech.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/gsstool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/8003.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/copy_ccache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/encapsulate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_names_for_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/prf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/sequence.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/set_sec_context_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cfx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/libgssapi-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/compat.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/cred.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_acquire_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_cred_with_password.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_add_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_aeap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_authorize_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_buffer_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_decapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_delete_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_destroy_cred.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_name_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_encapsulate_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_name_composite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_export_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_get_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_indicate_mechs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_cred_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_krb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_names.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_oid_equal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_release_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_cred_option.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_set_name_attribute.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_test_oid_set_member.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_unwrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_verify_mic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_wrap_size_limit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech.5: up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/accept_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/acquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/add_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/canonicalize_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/compare_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/display_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/duplicate_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/export_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/init_sec_context.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_cred_by_mech.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/netlogon/inquire_mechs_for_name.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/add_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/canonicalize_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/compare_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/context_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/creds.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/display_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/duplicate_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/export_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/import_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_cred_by_mech.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_mechs_for_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/inquire_sec_context_by_oid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/iter_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/kdc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/process_context_token.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/oid.txt: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/compat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/context_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/cred_stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/external.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/init_sec_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/spnego_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_acquire_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_add_store_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_kcred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/version-script.map: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/aes.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia-ntt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/camellia.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/destest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/dsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ec.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ecdsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-crypt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hash.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_fast_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_2expt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_abs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_add_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_addmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_and.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clamp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_clear_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cmp_mag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_cnt_lsb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_count_bits.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_div_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_is_modulus.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_dr_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_expt_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exptmod_fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_exteuclid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_find_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fread.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_fwrite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_gcd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_get_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_grow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_init_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_invmod_slow.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_is_square.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_isprime.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_jacobi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_karatsuba_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_lshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mod_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_calc_normalization.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_montgomery_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_2d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mul_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_mulmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_n_root.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_neg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_or.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_fermat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_divisible.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_is_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_miller_rabin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_next_prime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_rabin_miller_trials.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_prime_random_ex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_radix_smap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_radix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_read_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_2k_setup_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_is_2k_l.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_reduce_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_rshd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_set_int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_shrink.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_signed_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sqrt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_sub_d.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_submod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_signed_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_to_unsigned_bin_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_mul.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toom_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_toradix_n.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_unsigned_bin_size.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_xor.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_mp_zero_multi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_prime_tab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_reverse.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_add.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_exptmod.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_mul_high_digs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sqr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bn_s_mp_sub.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/bncore.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/demo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/demo/timing.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/2kprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/drprime.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mersenne.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/mont.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/pprime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/timer.asm: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/etc/tune.c: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/gen.pl: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/README: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/logs/index.html: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/makefile.cygwin_dll: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/logtab.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-config.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi-types.h: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mpi.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/mtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pics/makefile: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/pretty.build: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_class.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/tommath_superclass.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md4.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/md5crypt_test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/passwd_dlg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-egd.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-fortuna.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-timer.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-unix.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand-w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rand.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/randi.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc2test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rc4.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rctest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rijndael-alg-fst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rnd_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-gmp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-ltm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa-tfm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/rsa.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha256.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/sha512.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_crypto.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_dh.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_engine_dso.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_hmac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_pkcs5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_rsa.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/validate.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/db3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-sqlite.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.asn1: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb.schema: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hdb/hdb_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/keys.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/libhdb-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_dbinfo.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbkeys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_hdbplugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/test_mkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hdb/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/heimdal/dllmain.c delete crypto/external/bsd/heimdal/dist/lib/hx509/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ca.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/char_map.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/collector.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/mkcert.sh: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/openssl.cnf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r1TestCA.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestClient.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.cert.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.key.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp160r2TestServer.pem delete crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r1TestCA.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestClient.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.cert.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.key.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/data/secp256r2TestServer.pem: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/hx509/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/env.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hx509_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hx_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/keyset.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_dir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_keychain.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ks_p12.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/libhx509-exports.def: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/lock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/print.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/ref/pkcs11.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/revoke.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/sel-lex.l: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/sel.h: up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_ca.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cert.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_chain.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_cms.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_expr.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_name.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist2.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hx509/test_soft_pkcs11.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/hx509/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ipc/client.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/heim-ipc.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/server.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/tc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts-http.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ipc/ts.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ad.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/admin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/chpass_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/common_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/context_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/create_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/default_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/delete_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/destroy_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ent_setup.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/free.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_princs_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/init_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-commands.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.8: up to 1.6 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop-log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.8: up to 1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/iprop.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/marshall.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/modify_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/password_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/private.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_c.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/randkey_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/rename_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/send_recv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/setkey3_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script-client.map: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afssys.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/kafs_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kdfs/k5dfspag.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/krb5/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/acache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/an2ln_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/aname_to_localname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/appdefault.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/asn1_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/auth_context.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/build_auth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/cache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/changepw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/codec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/config_reg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/constants.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/context.c: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/convert_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/copy_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/crypto-algs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-null.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-pk.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-stubs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/data.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/db_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/derived-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/digest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/dll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/doxygen.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/eai_to_heim_errno.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/error_string.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_hostname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/expand_path.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fast.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/fcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/generate_subkey.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_addrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_for_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_host_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/get_in_tkt.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/heim_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kcm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kerberos.8: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keyblock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_any.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_file.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_keyfile.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/keytab_memory.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5: up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_auth_context.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_c_make_checksum.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_check_transited.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_create_checksum.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_digest.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_encrypt.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_err.et: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_get_init_creds.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_init_context.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_locl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_mk_req.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_parse_name.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_principal.3: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_set_default_realm.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_timeofday.3: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/kuserok_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/libkrb5-exports.def.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/log.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/misc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mit_glue.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_error.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_req_ext.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/mk_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/n-fold.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_read.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/net_write.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c: up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/padata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pcache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit-ec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pkinit.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/pseudo-random-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_cred.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_priv.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_rep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/rd_safe.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/recvauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/replay.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha1.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes.c delete crypto/external/bsd/heimdal/dist/lib/krb5/salt-arcfour.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/salt.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/scache.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c: up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sendauth.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/set_default_realm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/sp800-108-kdf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-int.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_fd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/store_sock.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/string-to-key-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_acl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_alname.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_ap-req.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_canon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_cc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_config.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_crypto_wrapping.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_expand_toks.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_fx.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_gic.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_keytab.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_kuserok.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pac.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_pknistkdf.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_rfc3961.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_set_kvno0.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_time.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/test_x500.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_init.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_krb5_conf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/verify_user.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/krb5/version-script.map: up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/warn.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ntlm/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/apop.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/digest.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heim-auth.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/heimntlm.h: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm_err.et: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/test_commonauth.c: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/test_ntlm.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/otp/otp_md.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/otp/otptest.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ChangeLog: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/roken/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/base64.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/bswap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/cloexec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/concat.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ct.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/daemon.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dirent.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/dlfcn_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/dumpdata.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ecalloc.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/err.hin: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/fnmatch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/get_window_size.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo_hostspec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getarg.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/getcap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getifaddrs_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/glob.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/hex.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/issuid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/memset_s.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/mkdir.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_bytes-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_time.3: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/parse_units.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/qsort.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rand.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/realloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rename.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/resolve.c: up to 1.5 crypto/external/bsd/heimdal/dist/lib/roken/rkpty.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken-common.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/roken.awk: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in: up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/roken_gethostby.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/rtbl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/search.hin: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/sendmsg.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/simple_exec_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sleep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/socket_wrapper.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/sockstartup_w32.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/stdint.hin: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/lib/roken/strftime.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strsep_copy.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/syslogc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-detach.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mem.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/test-mini_inetd.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch-test.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/tsearch.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/unvis.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/roken/win32_alloc.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/roken/write_pid.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/sl/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.h: up to 1.2 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.y: up to 1.2 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/vers/print_version.c: up to 1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/combining.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/errorlist.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/gen-bidi.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-combining.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-errorlist.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/gen-normalize.py: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/wind/ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/libwind-exports.def: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/map.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/stringprep.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-bidi.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-ldap.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-prohibited.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/test-utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c: up to 1.2 crypto/external/bsd/heimdal/dist/lib/wind/version-script.map: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/Welcome.rtf: up to 1.2 crypto/external/bsd/heimdal/dist/packages/mac/mac.sh: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/NTMakefile: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/Heimdal.Kerberos.manifest.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/assembly/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/assembly/policy.Heimdal.Kerberos.in: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-assemblies.wxs: up to 1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-command.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-gss.wxs: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-policy.wxs: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_banner.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.bmp: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/images/Heimdal_dialog.png: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/packages/windows/installer/lang/en-us.wxl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/sdk/NTMakefile: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/heimdal_krb5.pot: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/po/heimdal_krb5/sv_SE.po: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.am: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/intr.c: up to 1.2 crypto/external/bsd/heimdal/dist/tests/bin/setup-env.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/check-can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/mit-pkinit-20070607.xf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/can/test_can.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/add-modify-delete.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/check-aliases.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/check-dbinfo.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/db/have-db.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/db/krb5-mit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/loaddump-db.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/check-basic.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-gssmask.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-ntlm.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/gss/check-spnego.in: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/gss/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/java/check-kinit.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/jaas.conf: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/java/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.am: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/an2ln-db.txt: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-authz.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-canon.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-cc.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-delegation.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-des.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-digest.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-fast.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-hdb-mitdb.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-kadmin.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-kinit.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-kpasswdd.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-pkinit.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-referral.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/check-tester.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/check-uu.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.kadm5: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/hdb-mitdb.mkey: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/heimdal.acl: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/k5login/foo: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester1.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester2.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester3.json: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/kdc-tester4.json.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-authz2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-canon2.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-hdb-mitdb.conf.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tests/kdc/krb5-pkinit.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/krb5.conf.keys.in: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/leaks-kill.sh: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/kdc/wait-kdc.sh: up to 1.2 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/ldap/check-ldap.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd-init.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/ldap/slapd.conf: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/plugin/check-pac.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/krb5.conf.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tests/plugin/windc.c: up to 1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.am: up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tools/heimdal-gssapi.pc.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/heimdal-krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-client.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kadm-server.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/kafs.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5-config.1: up to 1.2 crypto/external/bsd/heimdal/dist/tools/krb5-config.in: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/tools/krb5-gssapi.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/tools/krb5.pc.in: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.config: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version: up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32: up to 1.1.1.3 crypto/external/bsd/heimdal/dist/windows/README delete crypto/external/bsd/heimdal/dist/windows/README.md: up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/maint.el delete crypto/external/bsd/heimdal/dist/windows/version.rc: up to 1.1.1.2 crypto/external/bsd/heimdal/heimdal2netbsd: up to 1.8 crypto/external/bsd/heimdal/include/config.h: up to 1.8 via patch crypto/external/bsd/heimdal/include/der-private.h: up to 1.2 crypto/external/bsd/heimdal/include/der-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/gsskrb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hdb-private.h: up to 1.2 crypto/external/bsd/heimdal/include/hdb-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/heimntlm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/hx509-private.h: up to 1.3 crypto/external/bsd/heimdal/include/hx509-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-private.h: up to 1.2 crypto/external/bsd/heimdal/include/kadm5-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kcm-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/kdc-private.h: up to 1.3 crypto/external/bsd/heimdal/include/kdc-protos.h: up to 1.2 crypto/external/bsd/heimdal/include/krb5-private.h: up to 1.3 crypto/external/bsd/heimdal/include/krb5-protos.h: up to 1.4 crypto/external/bsd/heimdal/include/krb5-types.h: up to 1.7 crypto/external/bsd/heimdal/include/ntlm-private.h: up to 1.3 crypto/external/bsd/heimdal/include/roken.h: up to 1.7 crypto/external/bsd/heimdal/include/spnego-private.h: up to 1.2 crypto/external/bsd/heimdal/include/version.h: up to 1.3 crypto/external/bsd/heimdal/lib/libasn1/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libasn1/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libcom_err/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libgssapi/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libgssapi/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhdb/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libhdb/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimbase/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libheimntlm/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libhx509/Makefile: up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkadm5clnt/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libkadm5srv/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkafs/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkafs/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkdc/Makefile: up to 1.3 crypto/external/bsd/heimdal/lib/libkdc/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libkrb5/Makefile: up to 1.11 crypto/external/bsd/heimdal/lib/libkrb5/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/Makefile: up to 1.2 crypto/external/bsd/heimdal/lib/libroken/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/shlib_version: up to 1.2 crypto/external/bsd/heimdal/lib/libsl/slc/Makefile: up to 1.4 crypto/external/bsd/heimdal/lib/libwind/shlib_version: up to 1.2 crypto/external/bsd/heimdal/libexec/Makefile.inc: up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc: up to 1.4 crypto/external/bsd/heimdal/sbin/kadmin/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/kdigest/Makefile: up to 1.3 crypto/external/bsd/heimdal/sbin/ktutil/Makefile: up to 1.3 distrib/sets/lists/base/ad.mips64eb: patch distrib/sets/lists/base/ad.mips64el: patch distrib/sets/lists/base/md.amd64: patch distrib/sets/lists/base/md.sparc64: patch distrib/sets/lists/base/mi: patch distrib/sets/lists/base/shl.mi: patch distrib/sets/lists/comp/ad.mips64eb: patch distrib/sets/lists/comp/ad.mips64el patch distrib/sets/lists/comp/md.amd64: patch distrib/sets/lists/comp/md.sparc64: patch distrib/sets/lists/comp/mi: patch distrib/sets/lists/comp/shl.mi: patch distrib/sets/lists/man/mi: patch external/bsd/bind/Makefile.inc: 1.25 via patch external/gpl2/xcvs/bin/xcvs/Makefile: 1.5 libexec/telnetd/Makefile: 1.50 share/mk/bsd.prog.mk: 1.301 usr.bin/passwd/Makefile: 1.45 via patch usr.bin/telnet/Makefile: 1.51 usr.sbin/racoon/Makefile: 1.28 Update Heimdal to 7.1.
|
1.278.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.278.2.2 | 23-Jun-2013 |
tls | resync from head
|
1.278.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.290.4.2 | 25-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): share/mk/bsd.prog.mk: revision 1.301 add sqlite3 to statically linked libraries for pam.
|
1.290.4.1 | 10-Jun-2015 |
snj | branches: 1.290.4.1.2; 1.290.4.1.6; Pull up following revision(s) (requested by martin in ticket #837): common/lib/libc/arch/arm/features.mk: revision 1.2 lib/libarch/Makefile: revision 1.29 lib/libarch/i386/Makefile.inc: revision 1.15 lib/libarch/x86_64/Makefile.inc: revision 1.5 share/mk/bsd.gcc.mk: revision 1.11 share/mk/bsd.prog.mk: revision 1.292 Make LIBCRT* depend on the right files if MLIBDIR from MKCOMPAT is defined. Use ${COPT} so it properly emits the right features doing MKCOMPAT Avoid defining MLIBDIR. Use ${MLIBDIR:Unone} instead.
|
1.290.4.1.6.1 | 25-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): share/mk/bsd.prog.mk: revision 1.301 add sqlite3 to statically linked libraries for pam.
|
1.290.4.1.2.1 | 25-Aug-2017 |
snj | Pull up following revision(s) (requested by mrg in ticket #1493): share/mk/bsd.prog.mk: revision 1.301 add sqlite3 to statically linked libraries for pam.
|
1.299.2.2 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.299.2.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.300.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.311.2.5 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.311.2.4 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.311.2.3 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.311.2.2 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.311.2.1 | 15-Mar-2018 |
pgoyette | Synch with HEAD
|
1.315.2.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.315.2.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.315.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.319.2.4 | 29-Feb-2024 |
martin | Part of ticket #1804 accidently not commited
|
1.319.2.3 | 01-Sep-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #126):
external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile: revision 1.3 external/gpl2/lvm2/lvm2tools.mk: revision 1.5 common/lib/libc/gmon/mcount.c: revision 1.14 Makefile: revision 1.331 share/mk/Makefile: revision 1.51 external/bsd/fetch/lib/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile: revision 1.3 tests/lib/libc/net/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile: revision 1.3 distrib/sets/lists/base/mi: revision 1.1213 share/mk/bsd.lib.mk: revision 1.380 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile: revision 1.3 share/mk/bsd.sanitizer.mk: revision 1.1 share/mk/bsd.prog.mk: revision 1.323 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile: revision 1.3 lib/libc/gen/sysctlgetmibinfo.c: revision 1.14
Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.319.2.2 | 19-Aug-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #93):
share/mk/bsd.prog.mk: revision 1.322
Add PAXCTL_FLAG rules for MKSANITIZER
Add per-program rules to disable ASLR for ASan, TSan and MSan in all sanitized programs. This flag is not needed for other supported sanitizers.
Without this change, sanitized init(8) dies early on startup. Approach originally suggested by <joerg>
|
1.319.2.1 | 16-Aug-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #68):
share/mk/bsd.prog.mk: revision 1.321
Add SANITIZER_RENAME_CLASSES in bsd.prog.mk
This adds a more flexible version of SANITIZER_RENAME_SYMBOL.
New symbol allows to specify MKSANITIZER specific renames on per-file and per-symbol basis.
|
1.341.2.3 | 24-Feb-2024 |
martin | Pull up the following, requested by christos in ticket #608:
external/bsd/nsd/dist/doc/NSD-VERIFY-MODS up to 1.1.1.1 external/bsd/nsd/dist/util/proxy_protocol.c up to 1.1.1.1 external/bsd/nsd/dist/util/proxy_protocol.h up to 1.1.1.1 external/bsd/nsd/dist/contrib/autocomplete_nsd-control.bash up to 1.1.1.1 external/bsd/nsd/dist/SECURITY.md up to 1.1.1.1 external/bsd/nsd/dist/udbradtree.c delete external/bsd/nsd/dist/udbradtree.h delete external/bsd/nsd/dist/udbzone.c delete external/bsd/nsd/dist/udbzone.h delete external/bsd/nsd/dist/.github/FUNDING.yml delete external/bsd/nsd/dist/contrib/nsd.socket delete external/bsd/nsd/Makefile.inc up to 1.8 external/bsd/nsd/dist/Makefile.in up to 1.1.1.9 external/bsd/nsd/dist/README.md up to 1.1.1.4 external/bsd/nsd/dist/acx_nlnetlabs.m4 up to 1.1.1.4 external/bsd/nsd/dist/answer.c up to 1.1.1.2 external/bsd/nsd/dist/answer.h up to 1.1.1.2 external/bsd/nsd/dist/axfr.c up to 1.1.1.5 external/bsd/nsd/dist/axfr.h up to 1.1.1.3 external/bsd/nsd/dist/bitset.h up to 1.1.1.2 external/bsd/nsd/dist/buffer.h up to 1.1.1.2 external/bsd/nsd/dist/config.h.in up to 1.1.1.9 external/bsd/nsd/dist/configlexer.c up to 1.9 external/bsd/nsd/dist/configlexer.lex up to 1.1.1.8 external/bsd/nsd/dist/configparser.c up to 1.9 external/bsd/nsd/dist/configparser.h up to 1.9 external/bsd/nsd/dist/configparser.y up to 1.1.1.8 external/bsd/nsd/dist/configure up to 1.3 external/bsd/nsd/dist/configure.ac up to 1.6 external/bsd/nsd/dist/dbaccess.c up to 1.1.1.6 external/bsd/nsd/dist/dbcreate.c up to 1.1.1.6 external/bsd/nsd/dist/difffile.c up to 1.1.1.8 external/bsd/nsd/dist/difffile.h up to 1.1.1.4 external/bsd/nsd/dist/dname.h up to 1.1.1.2 external/bsd/nsd/dist/dns.h up to 1.1.1.6 external/bsd/nsd/dist/edns.c up to 1.1.1.4 external/bsd/nsd/dist/edns.h up to 1.1.1.3 external/bsd/nsd/dist/ipc.c up to 1.1.1.8 external/bsd/nsd/dist/ixfr.c up to 1.1.1.2 external/bsd/nsd/dist/ixfr.h up to 1.1.1.2 external/bsd/nsd/dist/ixfrcreate.c up to 1.1.1.2 external/bsd/nsd/dist/ixfrcreate.h up to 1.1.1.2 external/bsd/nsd/dist/namedb.h up to 1.1.1.5 external/bsd/nsd/dist/netio.h up to 1.1.1.2 external/bsd/nsd/dist/nsd-checkconf.8.in up to 1.1.1.9 external/bsd/nsd/dist/nsd-checkconf.c up to 1.1.1.8 external/bsd/nsd/dist/nsd-checkzone.8.in up to 1.1.1.9 external/bsd/nsd/dist/nsd-checkzone.c up to 1.1.1.6 external/bsd/nsd/dist/nsd-control.8.in up to 1.1.1.9 external/bsd/nsd/dist/nsd-control.c up to 1.1.1.9 external/bsd/nsd/dist/nsd-mem.c up to 1.1.1.5 external/bsd/nsd/dist/nsd.8.in up to 1.1.1.9 external/bsd/nsd/dist/nsd.c up to 1.1.1.9 external/bsd/nsd/dist/nsd.conf.5.in up to 1.1.1.9 external/bsd/nsd/dist/nsd.conf.sample.in up to 1.1.1.8 external/bsd/nsd/dist/nsd.h up to 1.1.1.8 external/bsd/nsd/dist/nsec3.c up to 1.1.1.7 external/bsd/nsd/dist/nsec3.h up to 1.1.1.4 external/bsd/nsd/dist/options.c up to 1.5 external/bsd/nsd/dist/options.h up to 1.1.1.9 external/bsd/nsd/dist/packet.h up to 1.1.1.5 external/bsd/nsd/dist/popen3.h up to 1.1.1.3 external/bsd/nsd/dist/query.c up to 1.1.1.8 external/bsd/nsd/dist/query.h up to 1.1.1.5 external/bsd/nsd/dist/rbtree.h up to 1.1.1.3 external/bsd/nsd/dist/rdata.c up to 1.1.1.4 external/bsd/nsd/dist/rdata.h up to 1.1.1.3 external/bsd/nsd/dist/region-allocator.h up to 1.1.1.2 external/bsd/nsd/dist/remote.c up to 1.1.1.9 external/bsd/nsd/dist/remote.h up to 1.1.1.4 external/bsd/nsd/dist/rrl.c up to 1.1.1.4 external/bsd/nsd/dist/server.c up to 1.8 external/bsd/nsd/dist/tsig-openssl.h up to 1.1.1.3 external/bsd/nsd/dist/tsig.h up to 1.1.1.2 external/bsd/nsd/dist/udb.h up to 1.1.1.5 external/bsd/nsd/dist/util.h up to 1.8 external/bsd/nsd/dist/verify.c up to 1.1.1.2 external/bsd/nsd/dist/verify.h up to 1.1.1.2 external/bsd/nsd/dist/xfr-inspect.c up to 1.1.1.3 external/bsd/nsd/dist/xfrd-disk.c up to 1.1.1.6 external/bsd/nsd/dist/xfrd-tcp.c up to 1.1.1.6 external/bsd/nsd/dist/xfrd.c up to 1.1.1.8 external/bsd/nsd/dist/xfrd.h up to 1.1.1.5 external/bsd/nsd/dist/zlexer.c up to 1.8 external/bsd/nsd/dist/zlexer.lex up to 1.1.1.6 external/bsd/nsd/dist/zonec.c up to 1.1.1.7 external/bsd/nsd/dist/zonec.h up to 1.1.1.6 external/bsd/nsd/dist/compat/cpuset.h up to 1.1.1.2 external/bsd/nsd/dist/compat/fake-rfc2553.h up to 1.1.1.2 external/bsd/nsd/dist/contrib/README up to 1.1.1.4 external/bsd/nsd/dist/dnstap/dnstap.c up to 1.1.1.4 external/bsd/nsd/dist/dnstap/dnstap.h up to 1.1.1.3 external/bsd/nsd/dist/dnstap/dnstap_collector.c up to 1.1.1.3 external/bsd/nsd/dist/doc/CREDITS up to 1.1.1.3 external/bsd/nsd/dist/doc/ChangeLog up to 1.1.1.9 external/bsd/nsd/dist/doc/README up to 1.3 external/bsd/nsd/dist/doc/README.svn up to 1.1.1.2 external/bsd/nsd/dist/doc/RELNOTES up to 1.1.1.9 external/bsd/nsd/include/config.h up to 1.12 external/bsd/nsd/lib/libnsd/Makefile up to 1.6 external/bsd/unbound/dist/contrib/unbound.init_yocto up to 1.1.1.1 external/bsd/unbound/dist/testdata/00-lint.tdir/00-lint.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.proxy-and-dnscrypt up to 1.1.1.1 external/bsd/unbound/dist/testdata/04-checkconf.tdir/bad.proxy-and-https up to 1.1.1.1 external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/conf.bad_credentials up to 1.1.1.1 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/conf.spoofed_credentials up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede.tdir/bogus/dnskey-failures.test.signed up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede.tdir/bogus/dnssec-failures.test.signed up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede.tdir/bogus/nsec-failures.test.signed up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede.tdir/bogus/rrsig-failures.test.signed up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede.tdir/bogus/trust-anchors up to 1.1.1.1 external/bsd/unbound/dist/testdata/nss_compile.tdir/nss_compile.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/clang-analysis.tdir/clang-analysis.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_cached_ede.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values_cachedb.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values_downstream_cookies.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_ignore_empty.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_prezero.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.test.scenario up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.testns up to 1.1.1.1 external/bsd/unbound/dist/testdata/acl_interface.tdir/acl_interface.testns2 up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_cached_ede.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_servfail_cname.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/disable_edns_do.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/ede_cache_snoop_not_auth.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/edns_downstream_cookies.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_auth_tc.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_cname_minimise_nx.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_failreply.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_scopezero.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_nat64.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_nat64_prefix.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_nat64_prefix48.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/iter_scrub_rr_length.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/rpz_cached_cname.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_0ttl_nodata.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_0ttl_nxdomain.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_0ttl_servfail.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_cached_servfail.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_cached_servfail_refresh.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/serve_expired_client_timeout_servfail.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_cached_servfail.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_global_prefetch.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_global_prefetch_always_forward.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_global_prefetch_expired.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/subnet_global_prefetch_with_client_ecs.crpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/val_any_negcache.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/val_scrub_rr_length.rpl up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.servfail.testns up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/cachedb_no_store.tdir/cachedb_no_store.testns up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/ip_ratelimit.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/ip_ratelimit.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/ip_ratelimit.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/ip_ratelimit.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/ip_ratelimit.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/unbound_control.key up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/unbound_control.pem up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/unbound_server.key up to 1.1.1.1 external/bsd/unbound/dist/testdata/ip_ratelimit.tdir/unbound_server.pem up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.test.scenario up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/proxy_protocol.testns up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/unbound_server.key up to 1.1.1.1 external/bsd/unbound/dist/testdata/proxy_protocol.tdir/unbound_server.pem up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/root_zonemd.tdir/root_zonemd.testns up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.conf up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.dsc up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.post up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.pre up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.test up to 1.1.1.1 external/bsd/unbound/dist/testdata/stub_auth_tc.tdir/stub_auth_tc.testns up to 1.1.1.1 external/bsd/unbound/dist/util/proxy_protocol.c up to 1.1.1.1 external/bsd/unbound/dist/util/proxy_protocol.h up to 1.1.1.1 external/bsd/unbound/dist/util/rfc_1982.c up to 1.1.1.1 external/bsd/unbound/dist/util/rfc_1982.h up to 1.1.1.1 external/bsd/unbound/dist/util/siphash.c up to 1.1.1.1 external/bsd/unbound/dist/util/siphash.h up to 1.1.1.1 external/bsd/unbound/dist/util/timeval_func.c up to 1.1.1.1 external/bsd/unbound/dist/util/timeval_func.h up to 1.1.1.1 external/bsd/unbound/dist/testcode/mini_tpkg.sh delete external/bsd/unbound/dist/testdata/ede_cache_snoop_noth_auth.rpl delete external/bsd/unbound/dist/testdata/serve_expired_servfail.rpl delete external/bsd/unbound/dist/testdata/subnet_prefetch_with_client_ecs.crpl delete external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/precheck.sh delete external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/precheck.sh delete external/bsd/unbound/dist/testdata/ede.tdir/bogus/clean.sh delete external/bsd/unbound/Makefile.inc up to 1.5 external/bsd/unbound/dist/Makefile.in up to 1.1.1.8 external/bsd/unbound/dist/README.md up to 1.1.1.4 external/bsd/unbound/dist/acx_nlnetlabs.m4 up to 1.1.1.5 external/bsd/unbound/dist/acx_python.m4 up to 1.1.1.5 external/bsd/unbound/dist/config.guess up to 1.8 external/bsd/unbound/dist/config.h.in up to 1.1.1.8 external/bsd/unbound/dist/config.sub up to 1.7 external/bsd/unbound/dist/configure up to 1.1.1.8 external/bsd/unbound/dist/configure.ac up to 1.1.1.8 external/bsd/unbound/dist/cachedb/cachedb.c up to 1.1.1.8 external/bsd/unbound/dist/cachedb/redis.c up to 1.1.1.3 external/bsd/unbound/dist/compat/arc4random.c up to 1.1.1.5 external/bsd/unbound/dist/compat/getentropy_solaris.c up to 1.1.1.4 external/bsd/unbound/dist/contrib/Dockerfile.tests up to 1.1.1.2 external/bsd/unbound/dist/contrib/README up to 1.1.1.7 external/bsd/unbound/dist/contrib/aaaa-filter-iterator.patch up to 1.1.1.5 external/bsd/unbound/dist/contrib/unbound.service.in up to 1.1.1.6 external/bsd/unbound/dist/daemon/acl_list.c up to 1.1.1.6 external/bsd/unbound/dist/daemon/acl_list.h up to 1.1.1.5 external/bsd/unbound/dist/daemon/cachedump.c up to 1.1.1.6 external/bsd/unbound/dist/daemon/daemon.c up to 1.1.1.8 external/bsd/unbound/dist/daemon/daemon.h up to 1.1.1.5 external/bsd/unbound/dist/daemon/remote.c up to 1.1.1.8 external/bsd/unbound/dist/daemon/remote.h up to 1.1.1.4 external/bsd/unbound/dist/daemon/stats.c up to 1.1.1.8 external/bsd/unbound/dist/daemon/stats.h up to 1.1.1.3 external/bsd/unbound/dist/daemon/worker.c up to 1.1.1.8 external/bsd/unbound/dist/daemon/worker.h up to 1.1.1.3 external/bsd/unbound/dist/dns64/dns64.c up to 1.1.1.7 external/bsd/unbound/dist/dnstap/dnstap.c up to 1.1.1.6 external/bsd/unbound/dist/dnstap/dnstap.h up to 1.1.1.4 external/bsd/unbound/dist/dnstap/dnstap.m4 up to 1.1.1.3 external/bsd/unbound/dist/dnstap/dtstream.c up to 1.1.1.3 external/bsd/unbound/dist/dnstap/unbound-dnstap-socket.c up to 1.1.1.3 external/bsd/unbound/dist/doc/Changelog up to 1.1.1.8 external/bsd/unbound/dist/doc/README up to 1.1.1.8 external/bsd/unbound/dist/doc/README.DNS64 up to 1.1.1.2 external/bsd/unbound/dist/doc/example.conf.in up to 1.1.1.8 external/bsd/unbound/dist/doc/libunbound.3.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound-anchor.8.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound-checkconf.8.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound-control.8.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound-host.1.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound.8.in up to 1.1.1.8 external/bsd/unbound/dist/doc/unbound.conf.5.in up to 1.1.1.8 external/bsd/unbound/dist/dynlibmod/dynlibmod.c up to 1.1.1.2 external/bsd/unbound/dist/edns-subnet/addrtree.c up to 1.1.1.4 external/bsd/unbound/dist/edns-subnet/addrtree.h up to 1.1.1.3 external/bsd/unbound/dist/edns-subnet/subnetmod.c up to 1.1.1.7 external/bsd/unbound/dist/edns-subnet/subnetmod.h up to 1.1.1.5 external/bsd/unbound/dist/ipset/ipset.c up to 1.1.1.3 external/bsd/unbound/dist/iterator/iter_delegpt.c up to 1.1.1.6 external/bsd/unbound/dist/iterator/iter_delegpt.h up to 1.1.1.7 external/bsd/unbound/dist/iterator/iter_hints.c up to 1.1.1.6 external/bsd/unbound/dist/iterator/iter_priv.c up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_resptype.c up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_resptype.h up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_scrub.c up to 1.1.1.8 external/bsd/unbound/dist/iterator/iter_scrub.h up to 1.1.1.2 external/bsd/unbound/dist/iterator/iter_utils.c up to 1.1.1.8 external/bsd/unbound/dist/iterator/iter_utils.h up to 1.1.1.7 external/bsd/unbound/dist/iterator/iterator.c up to 1.1.1.8 external/bsd/unbound/dist/iterator/iterator.h up to 1.1.1.7 external/bsd/unbound/dist/libunbound/context.c up to 1.1.1.8 external/bsd/unbound/dist/libunbound/context.h up to 1.1.1.6 external/bsd/unbound/dist/libunbound/libunbound.c up to 1.1.1.8 external/bsd/unbound/dist/libunbound/libworker.c up to 1.1.1.8 external/bsd/unbound/dist/libunbound/unbound-event.h up to 1.1.1.5 external/bsd/unbound/dist/libunbound/unbound.h up to 1.5 external/bsd/unbound/dist/libunbound/python/libunbound.i up to 1.1.1.5 external/bsd/unbound/dist/pythonmod/interface.i up to 1.1.1.8 external/bsd/unbound/dist/pythonmod/pythonmod.c up to 1.1.1.6 external/bsd/unbound/dist/pythonmod/pythonmod.h up to 1.1.1.5 external/bsd/unbound/dist/pythonmod/pythonmod_utils.c up to 1.1.1.5 external/bsd/unbound/dist/pythonmod/ubmodule-msg.py up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/ubmodule-tst.py up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/doc/examples/example0-1.py up to 1.1.1.4 external/bsd/unbound/dist/pythonmod/doc/examples/example0.rst up to 1.1.1.4 external/bsd/unbound/dist/pythonmod/doc/modules/config.rst up to 1.1.1.3 external/bsd/unbound/dist/pythonmod/doc/modules/env.rst up to 1.1.1.2 external/bsd/unbound/dist/pythonmod/examples/edns.py up to 1.1.1.4 external/bsd/unbound/dist/pythonmod/examples/inplace_callbacks.py up to 1.1.1.6 external/bsd/unbound/dist/pythonmod/examples/log.py up to 1.1.1.2 external/bsd/unbound/dist/respip/respip.c up to 1.1.1.6 external/bsd/unbound/dist/respip/respip.h up to 1.1.1.4 external/bsd/unbound/dist/services/authzone.c up to 1.3 external/bsd/unbound/dist/services/listen_dnsport.c up to 1.1.1.8 external/bsd/unbound/dist/services/listen_dnsport.h up to 1.1.1.6 external/bsd/unbound/dist/services/localzone.c up to 1.1.1.8 external/bsd/unbound/dist/services/localzone.h up to 1.1.1.7 external/bsd/unbound/dist/services/mesh.c up to 1.1.1.8 external/bsd/unbound/dist/services/mesh.h up to 1.1.1.6 external/bsd/unbound/dist/services/modstack.c up to 1.1.1.7 external/bsd/unbound/dist/services/outside_network.c up to 1.1.1.8 external/bsd/unbound/dist/services/outside_network.h up to 1.1.1.8 external/bsd/unbound/dist/services/rpz.c up to 1.1.1.3 external/bsd/unbound/dist/services/rpz.h up to 1.1.1.3 external/bsd/unbound/dist/services/view.c up to 1.1.1.3 external/bsd/unbound/dist/services/cache/dns.c up to 1.1.1.8 external/bsd/unbound/dist/services/cache/dns.h up to 1.1.1.7 external/bsd/unbound/dist/services/cache/infra.c up to 1.1.1.7 external/bsd/unbound/dist/services/cache/infra.h up to 1.1.1.6 external/bsd/unbound/dist/sldns/rrdef.c up to 1.1.1.6 external/bsd/unbound/dist/sldns/rrdef.h up to 1.1.1.6 external/bsd/unbound/dist/sldns/str2wire.c up to 1.1.1.7 external/bsd/unbound/dist/sldns/str2wire.h up to 1.1.1.5 external/bsd/unbound/dist/sldns/wire2str.c up to 1.1.1.7 external/bsd/unbound/dist/sldns/wire2str.h up to 1.1.1.6 external/bsd/unbound/dist/smallapp/unbound-anchor.c up to 1.1.1.7 external/bsd/unbound/dist/smallapp/unbound-checkconf.c up to 1.1.1.8 external/bsd/unbound/dist/smallapp/unbound-control.c up to 1.1.1.8 external/bsd/unbound/dist/smallapp/unbound-host.c up to 1.1.1.7 external/bsd/unbound/dist/testcode/delayer.c up to 1.1.1.6 external/bsd/unbound/dist/testcode/do-tests.sh up to 1.1.1.5 external/bsd/unbound/dist/testcode/dohclient.c up to 1.1.1.3 external/bsd/unbound/dist/testcode/fake_event.c up to 1.1.1.8 external/bsd/unbound/dist/testcode/lock_verify.c up to 1.1.1.4 external/bsd/unbound/dist/testcode/mini_tdir.sh up to 1.1.1.4 external/bsd/unbound/dist/testcode/perf.c up to 1.1.1.7 external/bsd/unbound/dist/testcode/replay.c up to 1.1.1.6 external/bsd/unbound/dist/testcode/streamtcp.1 up to 1.1.1.3 external/bsd/unbound/dist/testcode/streamtcp.c up to 1.1.1.8 external/bsd/unbound/dist/testcode/testpkts.c up to 1.1.1.8 external/bsd/unbound/dist/testcode/testpkts.h up to 1.1.1.5 external/bsd/unbound/dist/testcode/unitauth.c up to 1.1.1.5 external/bsd/unbound/dist/testcode/unitecs.c up to 1.1.1.3 external/bsd/unbound/dist/testcode/unitlruhash.c up to 1.1.1.3 external/bsd/unbound/dist/testcode/unitmain.c up to 1.1.1.8 external/bsd/unbound/dist/testcode/unittcpreuse.c up to 1.1.1.2 external/bsd/unbound/dist/testcode/unitverify.c up to 1.1.1.6 external/bsd/unbound/dist/testdata/auth_xfr_host.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/autotrust_init_fail.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/autotrust_init_failsig.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/autotrust_probefail.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/autotrust_probefailsig.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/autotrust_revtp_use.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/black_ds_entry.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/black_key_entry.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/black_prime_entry.rpl up to 1.1.1.6 external/bsd/unbound/dist/testdata/common.sh up to 1.1.1.4 external/bsd/unbound/dist/testdata/dns64_lookup.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/fetch_glue.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/fetch_glue_cname.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/fwd_0ttlservfail.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_dnsseclame_bug.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_dnsseclame_ds.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_dnsseclame_ta.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_donotq127.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/iter_emptydp.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/iter_emptydp_for_glue.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/iter_lame_aaaa.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_lamescrub.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/iter_nxns_cached.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_nxns_fallback.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_primenoglue.rpl up to 1.1.1.6 external/bsd/unbound/dist/testdata/iter_privaddr.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_ranoaa_lame.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_reclame_two.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_recurse.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/iter_scrub_ns.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_scrub_ns_fwd.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_scrub_ns_side.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/iter_stublastresort.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/nsid_bogus.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/root_key_sentinel.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/rpz_ixfr.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/rpz_nsdname.rpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/rpz_respip.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/subnet_derived.crpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/subnet_format_ip4.crpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/subnet_not_whitelisted.crpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/subnet_prefetch.crpl up to 1.1.1.2 external/bsd/unbound/dist/testdata/subnet_without_validator.crpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_any.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_any_dname.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_cnametocloser_nosig.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_cnametoinsecure.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_cnametonodata_nonsec.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_cnametooptout.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_cnametoposnowc.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_deleg_nons.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_dnamewc.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_ds_cname.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_faildnskey.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_faildnskey_ok.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_nodata_failsig.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_nodata_failwc.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_nokeyprime.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_nsec3_b1_nameerror_nowc.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_nsec3_b2_nodata_nons.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_nsec3_b4_wild_wr.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_nsec3_entnodata_optout_badopt.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_nsec3_nods_badsig.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_nx_failwc.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_nx_nsec3_collision.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_nx_overreach.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/val_positive_nosigs.rpl up to 1.1.1.3 external/bsd/unbound/dist/testdata/val_secds_nosig.rpl up to 1.1.1.4 external/bsd/unbound/dist/testdata/val_ta_algo_missing.rpl up to 1.1.1.5 external/bsd/unbound/dist/testdata/00-lint.tdir/00-lint.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/01-doc.tdir/01-doc.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/03-testbound.tdir/03-testbound.test up to 1.1.1.3 external/bsd/unbound/dist/testdata/04-checkconf.tdir/04-checkconf.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/07-confroot.tdir/07-confroot.test up to 1.1.1.3 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/08-host-lib.tdir/08-host-lib.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.conf up to 1.1.1.2 external/bsd/unbound/dist/testdata/09-unbound-control.tdir/09-unbound-control.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/clang-analysis.tdir/clang-analysis.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/clang-analysis.tdir/clang-analysis.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert.tdir/dnscrypt_cert.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnscrypt_cert_chacha.tdir/dnscrypt_cert_chacha.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap.tdir/dnstap.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/dnstap_reconnect.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/dnstap_tcp.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls.tdir/dnstap_tls.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/dnstap_tls_badcert.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/dnstap_tls_badname.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/dnstap_tls_clientauth.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/dnstap_tls_peername.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream.tdir/doh_downstream.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_buffer_size.tdir/doh_downstream_buffer_size.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_endpoint.tdir/doh_downstream_endpoint.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_notls.tdir/doh_downstream_notls.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/doh_downstream_post.tdir/doh_downstream_post.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/dynlibmod.tdir/dynlibmod.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/ede.tdir/ede.conf up to 1.1.1.2 external/bsd/unbound/dist/testdata/ede.tdir/ede.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/ede.tdir/ede.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/ede.tdir/bogus/make-broken-zone.sh up to 1.1.1.2 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.post up to 1.1.1.3 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/fwd_ancil.tdir/fwd_ancil.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/ipset.tdir/ipset.conf up to 1.1.1.2 external/bsd/unbound/dist/testdata/ipset.tdir/ipset.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/ipset.tdir/ipset.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/ipset.tdir/ipset.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/ipset.tdir/ipset.testns up to 1.1.1.2 external/bsd/unbound/dist/testdata/nss_compile.tdir/nss_compile.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/nss_compile.tdir/nss_compile.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/padding.tdir/padding.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/padding.tdir/padding.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/padding.tdir/padding.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.post up to 1.1.1.3 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.pre up to 1.1.1.3 external/bsd/unbound/dist/testdata/pylib.tdir/pylib.test up to 1.1.1.4 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.py up to 1.1.1.3 external/bsd/unbound/dist/testdata/pymod.tdir/pymod.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.post up to 1.1.1.2 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.py up to 1.1.1.3 external/bsd/unbound/dist/testdata/pymod_thread.tdir/pymod_thread.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/ratelimit.tdir/ratelimit.testns up to 1.1.1.2 external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/root_anchor.tdir/root_anchor.test up to 1.1.1.3 external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.dsc up to 1.1.1.2 external/bsd/unbound/dist/testdata/root_hints.tdir/root_hints.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/speed_local.tdir/speed_local.test up to 1.1.1.2 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.pre up to 1.1.1.2 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.test up to 1.1.1.3 external/bsd/unbound/dist/testdata/stat_values.tdir/stat_values.testns up to 1.1.1.2 external/bsd/unbound/dist/testdata/stream_ssl.tdir/stream_ssl.serv.conf up to 1.1.1.4 external/bsd/unbound/dist/testdata/svcb.tdir/svcb.failure-cases-01 up to 1.1.1.2 external/bsd/unbound/dist/testdata/svcb.tdir/svcb.success-cases.zone up to 1.1.1.2 external/bsd/unbound/dist/testdata/svcb.tdir/svcb.success-cases.zone.cmp up to 1.1.1.2 external/bsd/unbound/dist/testdata/svcb.tdir/svcb.test up to 1.1.1.2 external/bsd/unbound/dist/util/config_file.c up to 1.1.1.8 external/bsd/unbound/dist/util/config_file.h up to 1.1.1.8 external/bsd/unbound/dist/util/configlexer.c up to 1.1.1.8 external/bsd/unbound/dist/util/configlexer.lex up to 1.1.1.8 external/bsd/unbound/dist/util/configparser.c up to 1.1.1.8 external/bsd/unbound/dist/util/configparser.h up to 1.1.1.8 external/bsd/unbound/dist/util/configparser.y up to 1.1.1.8 external/bsd/unbound/dist/util/edns.c up to 1.1.1.4 external/bsd/unbound/dist/util/edns.h up to 1.1.1.4 external/bsd/unbound/dist/util/fptr_wlist.c up to 1.1.1.8 external/bsd/unbound/dist/util/iana_ports.inc up to 1.1.1.8 external/bsd/unbound/dist/util/log.c up to 1.1.1.7 external/bsd/unbound/dist/util/module.c up to 1.1.1.5 external/bsd/unbound/dist/util/module.h up to 1.1.1.7 external/bsd/unbound/dist/util/net_help.c up to 1.1.1.8 external/bsd/unbound/dist/util/net_help.h up to 1.1.1.8 external/bsd/unbound/dist/util/netevent.c up to 1.6 external/bsd/unbound/dist/util/netevent.h up to 1.1.1.7 external/bsd/unbound/dist/util/regional.c up to 1.1.1.5 external/bsd/unbound/dist/util/timehist.c up to 1.1.1.3 external/bsd/unbound/dist/util/tube.c up to 1.1.1.5 external/bsd/unbound/dist/util/tube.h up to 1.1.1.3 external/bsd/unbound/dist/util/data/msgencode.c up to 1.1.1.7 external/bsd/unbound/dist/util/data/msgencode.h up to 1.1.1.3 external/bsd/unbound/dist/util/data/msgparse.c up to 1.1.1.7 external/bsd/unbound/dist/util/data/msgparse.h up to 1.1.1.6 external/bsd/unbound/dist/util/data/msgreply.c up to 1.1.1.8 external/bsd/unbound/dist/util/data/msgreply.h up to 1.1.1.8 external/bsd/unbound/dist/util/storage/dnstree.c up to 1.1.1.4 external/bsd/unbound/dist/util/storage/dnstree.h up to 1.1.1.4 external/bsd/unbound/dist/util/storage/lruhash.c up to 1.1.1.4 external/bsd/unbound/dist/util/storage/lruhash.h up to 1.1.1.3 external/bsd/unbound/dist/util/storage/slabhash.c up to 1.1.1.4 external/bsd/unbound/dist/util/storage/slabhash.h up to 1.1.1.4 external/bsd/unbound/dist/validator/autotrust.c up to 1.1.1.7 external/bsd/unbound/dist/validator/val_anchor.c up to 1.1.1.7 external/bsd/unbound/dist/validator/val_anchor.h up to 1.1.1.5 external/bsd/unbound/dist/validator/val_kcache.c up to 1.1.1.4 external/bsd/unbound/dist/validator/val_kcache.h up to 1.1.1.2 external/bsd/unbound/dist/validator/val_kentry.c up to 1.1.1.3 external/bsd/unbound/dist/validator/val_kentry.h up to 1.1.1.3 external/bsd/unbound/dist/validator/val_neg.c up to 1.1.1.6 external/bsd/unbound/dist/validator/val_nsec.c up to 1.1.1.6 external/bsd/unbound/dist/validator/val_nsec.h up to 1.1.1.4 external/bsd/unbound/dist/validator/val_nsec3.c up to 1.1.1.5 external/bsd/unbound/dist/validator/val_nsec3.h up to 1.1.1.4 external/bsd/unbound/dist/validator/val_sigcrypt.c up to 1.1.1.7 external/bsd/unbound/dist/validator/val_sigcrypt.h up to 1.1.1.4 external/bsd/unbound/dist/validator/val_utils.c up to 1.1.1.5 external/bsd/unbound/dist/validator/val_utils.h up to 1.1.1.5 external/bsd/unbound/dist/validator/validator.c up to 1.1.1.8 external/bsd/unbound/dist/validator/validator.h up to 1.1.1.6 external/bsd/unbound/include/config.h up to 1.12 external/bsd/unbound/lib/libunbound/Makefile up to 1.9 external/bsd/unbound/lib/libunbound/shlib_version up to 1.6 external/bsd/wpa/bin/hostapd/Makefile up to 1.17 external/bsd/wpa/dist/src/eap_peer/eap_config.h up to 1.2 external/bsd/wpa/dist/src/eap_peer/eap_peap.c up to 1.2 external/bsd/wpa/dist/src/eap_peer/eap_tls_common.c up to 1.2 external/bsd/wpa/dist/src/eap_peer/eap_tls_common.h up to 1.2 external/bsd/wpa/dist/wpa_supplicant/wpa_supplicant.conf up to 1.2 external/mpl/dhcp/bind/dist/lib/dns/dst_api.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/Kyuafile up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/acl.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/adb.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/badcache.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/byaddr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/cache.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/callbacks.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/catz.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/client.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/clientinfo.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/compress.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/db.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dbiterator.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dbtable.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/diff.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dispatch.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dlz.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dns64.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dnsrps.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dnssec.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dnstap.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dnstap.proto up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ds.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/tsig_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_internal.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_openssl.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_parse.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_parse.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_pkcs11.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dst_result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/dyndb.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ecdb.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ecs.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/fixedname.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/forward.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/gen-unix.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/gen-win32.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/gen.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/geoip2.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/gssapi_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/gssapictx.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/hmac_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ipkeylist.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/iptable.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/journal.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/kasp.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/key.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/keydata.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/time.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/keymgr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/keytable.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/lib.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/log.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/lookup.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/mapapi up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/master.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/masterdump.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/message.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/name.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ncache.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/nsec.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/nsec3.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/nta.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/openssl_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/openssldh_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/opensslecdsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/openssleddsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/opensslrsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/order.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/peer.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/pkcs11.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/pkcs11ecdsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/pkcs11eddsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/pkcs11rsa_link.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/portlist.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/private.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rbt.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rbtdb.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rbtdb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rcode.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdatalist.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdatalist_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdataset.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdatasetiter.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdataslab.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/request.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/resolver.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rootns.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rpz.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rriterator.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rrl.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/sdb.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/sdlz.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/soa.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ssu.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ssu_external.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/stats.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/timer.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/tcpmsg.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/tkey.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/tsec.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/tsig.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/ttl.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/update.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/validator.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/version.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/view.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/xfrin.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/zone.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/acl.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/adb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/badcache.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/bit.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/byaddr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/cache.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/callbacks.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/catz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/cert.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/client.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/clientinfo.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/compress.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/db.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dbiterator.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dbtable.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/diff.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dispatch.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dlz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dlz_dlopen.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dns64.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dnsrps.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dnssec.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dnstap.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ds.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dsdigest.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/dyndb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ecdb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ecs.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/edns.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/events.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/fixedname.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/forward.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/geoip.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ipkeylist.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/iptable.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/journal.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/kasp.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/keydata.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/keyflags.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/keymgr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/keytable.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/keyvalues.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/lib.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/librpz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/lmdb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/log.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/lookup.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/master.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/masterdump.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/message.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/name.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ncache.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/nsec.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/nsec3.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/nta.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/opcode.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/order.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/peer.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/portlist.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/private.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rbt.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rcode.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdata.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdataclass.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdatalist.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdataset.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdatasetiter.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdataslab.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rdatatype.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/request.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/resolver.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/result.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rootns.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rpz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rriterator.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/rrl.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/sdb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/sdlz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/secalg.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/secproto.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/soa.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ssu.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/stats.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/tcpmsg.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/time.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/timer.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/tkey.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/tsec.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/tsig.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/ttl.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/types.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/update.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/validator.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/version.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/view.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/xfrin.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/zone.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/zonekey.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/zoneverify.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dns/zt.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dst/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dst/dst.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dst/gssapi.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/dst/result.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/zone_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/zonekey.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/zoneverify.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/zt.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/tsig_250.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/any_255/tsig_250.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/rdatastructpre.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/rdatastructsuf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/ch_3/a_1.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/ch_3/a_1.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/afsdb_18.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/afsdb_18.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/amtrelay_260.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/amtrelay_260.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/avc_258.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/avc_258.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/caa_257.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/caa_257.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cdnskey_60.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cdnskey_60.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cds_59.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cds_59.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cert_37.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cert_37.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cname_5.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/cname_5.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/csync_62.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/csync_62.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dlv_32769.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dlv_32769.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dname_39.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ds_43.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dname_39.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dnskey_48.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/dnskey_48.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/doa_259.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/doa_259.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ds_43.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/eui48_108.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/eui48_108.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/eui64_109.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/eui64_109.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/gpos_27.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/gpos_27.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/hinfo_13.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/hinfo_13.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/hip_55.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/hip_55.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ipseckey_45.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ipseckey_45.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/isdn_20.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/isdn_20.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/key_25.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/key_25.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/keydata_65533.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/keydata_65533.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/l32_105.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/l32_105.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/l64_106.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/l64_106.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/loc_29.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/loc_29.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/lp_107.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/lp_107.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mb_7.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mb_7.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/md_3.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/md_3.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mf_4.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mf_4.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mg_8.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mg_8.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/minfo_14.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/minfo_14.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mr_9.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mr_9.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mx_15.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/mx_15.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/naptr_35.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/naptr_35.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nid_104.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nid_104.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ninfo_56.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ninfo_56.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ns_2.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ns_2.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec3_50.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec3_50.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec3param_51.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec3param_51.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec_47.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nsec_47.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/null_10.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/null_10.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nxt_30.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/nxt_30.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/openpgpkey_61.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/openpgpkey_61.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/opt_41.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/opt_41.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/proforma.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/proforma.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ptr_12.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ptr_12.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rkey_57.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rkey_57.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rp_17.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rp_17.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rrsig_46.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rrsig_46.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rt_21.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/rt_21.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sig_24.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sig_24.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sink_40.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sink_40.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/smimea_53.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/smimea_53.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/soa_6.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/soa_6.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/spf_99.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/spf_99.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sshfp_44.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/sshfp_44.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ta_32768.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ta_32768.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/talink_58.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/talink_58.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/tkey_249.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/tkey_249.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/tlsa_52.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/tlsa_52.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/txt_16.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/txt_16.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/uri_256.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/uri_256.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/x25_19.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/x25_19.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/zonemd_63.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/zonemd_63.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/hs_4/a_1.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/hs_4/a_1.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/a6_38.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/a6_38.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/a_1.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/aaaa_28.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/aaaa_28.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/apl_42.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/apl_42.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/atma_34.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/atma_34.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/dhcid_49.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/dhcid_49.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/eid_31.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/eid_31.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/https_65.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/https_65.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/kx_36.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/kx_36.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nimloc_32.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nimloc_32.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nsap-ptr_23.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nsap-ptr_23.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nsap_22.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/nsap_22.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/px_26.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/px_26.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/srv_33.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/srv_33.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/svcb_64.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/svcb_64.h up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/wks_11.c up to 1.1 external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/wks_11.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/context.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/dnsconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/netdb.h.in up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/platform.h.in up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/resconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/types.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/irs/version.h up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/Kyuafile up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/context.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/dnsconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/gai_strerror.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/getaddrinfo.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/getnameinfo.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/resconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/irs/version.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/aes.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/app.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/assertions.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/astack.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/atomic.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/backtrace.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/barrier.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/base32.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/base64.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/bind9.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/buffer.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/bufferlist.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/cmocka.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/commandline.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/counter.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/crc64.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/deprecated.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/endian.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/errno.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/error.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/event.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/eventclass.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/file.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/formatcheck.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/fsaccess.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/fuzz.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/hash.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/heap.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/hex.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/hmac.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/ht.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/httpd.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/interfaceiter.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/iterated_hash.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/lang.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/lex.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/lfsr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/lib.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/likely.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/list.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/log.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/magic.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/managers.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/md.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/mem.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/meminfo.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/mutexblock.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/netaddr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/netmgr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/netscope.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/nonce.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/os.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/parseint.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/platform.h.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/pool.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/portset.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/print.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/quota.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/radix.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/random.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/ratelimiter.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/refcount.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/regex.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/region.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/resource.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/result.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/resultclass.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/rwlock.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/safe.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/serial.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/siphash.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/sockaddr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/socket.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/stats.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/stdio.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/strerr.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/string.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/symtab.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/task.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/taskpool.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/timer.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/tm.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/types.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/url.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/utf8.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/util.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/isc/version.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/constants.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/internal.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/pk11.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/result.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pk11/site.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/include/pkcs11/pkcs11.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/Kyuafile up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/aes.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/app.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/assertions.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/astack.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/backtrace-emptytbl.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/backtrace.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/base32.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/base64.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/bind9.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/buffer.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/bufferlist.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/commandline.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/counter.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/crc64.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/entropy.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/entropy_private.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/error.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/event.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/fsaccess.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/hash.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/heap.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/hex.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/hmac.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/ht.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/httpd.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/iterated_hash.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/lex.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/lfsr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/lib.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/lib_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/log.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/managers.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/md.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/mem.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/mem_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/mutexblock.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netaddr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netscope.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/nonce.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/openssl_shim.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/openssl_shim.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/parseint.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pk11.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pk11_result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pool.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/portset.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/quota.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/radix.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/random.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/ratelimiter.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/regex.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/region.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/rwlock.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/safe.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/serial.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/siphash.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/sockaddr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/stats.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/string.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/symtab.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/task.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/task_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/taskpool.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/timer.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/timer_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/tls.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/tls_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/tm.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/trampoline.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/trampoline_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/url.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/utf8.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/version.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/xoshiro128starstar.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/netmgr-int.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/netmgr.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/tcp.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/tcpdns.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/udp.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/uv-compat.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/uv-compat.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/netmgr/uverr2result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/condition.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/mutex.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/once.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/thread.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/condition.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/mutex.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/pthreads/thread.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/align.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/dir.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/net.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/netdb.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/offset.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/stat.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/stdatomic.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/stdtime.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/syslog.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/time.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/dir.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/errno.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/errno2result.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/errno2result.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/file.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/fsaccess.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/ifiter_getifaddrs.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/interfaceiter.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/meminfo.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/net.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/os.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/pk11_api.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/resource.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/socket.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/socket_p.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/stdio.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/stdtime.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/syslog.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isc/unix/time.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/aclconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/cfg.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/dnsconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/grammar.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/kaspconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/log.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/namedconf.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/version.h up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/include/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/Kyuafile up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/Makefile.in up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/aclconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/dnsconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/kaspconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/log.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/namedconf.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/parser.c up to 1.1 external/mpl/dhcp/bind/dist/lib/isccfg/version.c up to 1.1 external/mpl/dhcp/bind/dist/version up to 1.1 external/mpl/dhcp/bind/Makefile up to 1.1 external/mpl/dhcp/bind/Makefile.inc up to 1.1 external/mpl/dhcp/bind/include/dns/enumclass.h up to 1.1 external/mpl/dhcp/bind/include/dns/code.h up to 1.1 external/mpl/dhcp/bind/include/dns/enumtype.h up to 1.1 external/mpl/dhcp/bind/include/dns/rdatastruct.h up to 1.1 external/mpl/dhcp/bind/include/irs/netdb.h up to 1.1 external/mpl/dhcp/bind/include/irs/platform.h up to 1.1 external/mpl/dhcp/bind/include/config.h up to 1.1 external/mpl/dhcp/bind/include/isc/atomic.h up to 1.1 external/mpl/dhcp/bind/include/isc/platform.h up to 1.1 external/mpl/dhcp/bind/include/isc/stdatomic.h up to 1.1 external/mpl/dhcp/bind/lib/libdns/Makefile up to 1.1 external/mpl/dhcp/bind/lib/Makefile up to 1.1 external/mpl/dhcp/bind/lib/Makefile.inc up to 1.1 external/mpl/dhcp/bind/lib/libirs/Makefile up to 1.1 external/mpl/dhcp/bind/lib/libisc/Makefile up to 1.1 external/mpl/dhcp/bind/lib/libisc/isc.map up to 1.1 external/mpl/dhcp/bind/lib/libisccfg/Makefile up to 1.1 external/mpl/dhcp/Makefile up to 1.2 external/mpl/dhcp/Makefile.inc up to 1.13 external/mpl/dhcp/bin/relay/Makefile up to 1.3 external/mpl/dhcp/bin/server/Makefile up to 1.10 external/mpl/dhcp/lib/common/Makefile up to 1.3 share/mk/bsd.prog.mk (apply patch) doc/3RDPARTY (manually edited)
nsd(8): update to 4.8.0 (fixes various CVEs) unbound(8): update to 1.19.1 (fixes various CVEs) wpa_supplicant(8): fix CVE-2023-52160 dhcpd(8): decouple from bind version.
|
1.341.2.2 | 14-Oct-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #412):
share/mk/bsd.prog.mk: revision 1.346 crypto/external/bsd/heimdal/sbin/kstash/Makefile: revision 1.6 share/mk/bsd.prog.mk: revision 1.347 crypto/external/bsd/heimdal/sbin/hprop/Makefile: revision 1.6 crypto/external/bsd/heimdal/sbin/kdc/Makefile: revision 1.6 crypto/external/bsd/heimdal/sbin/iprop-log/Makefile: revision 1.6 crypto/external/bsd/heimdal/lib/libkrb5/Makefile: revision 1.16 crypto/external/bsd/heimdal/libexec/digest-service/Makefile: revision 1.6 crypto/external/bsd/heimdal/Makefile.inc: revision 1.10 crypto/external/bsd/heimdal/Makefile.inc: revision 1.11 crypto/external/bsd/heimdal/Makefile.inc: revision 1.9 crypto/external/bsd/heimdal/libexec/kadmind/Makefile: revision 1.8 crypto/external/bsd/heimdal/lib/libhdb/Makefile: revision 1.6 crypto/external/bsd/heimdal/include/config.h: revision 1.12 crypto/external/bsd/heimdal/libexec/hpropd/Makefile: revision 1.6 crypto/external/bsd/heimdal/libexec/ipropd-slave/Makefile: revision 1.6 crypto/external/bsd/heimdal/libexec/ipropd-master/Makefile: revision 1.6 crypto/external/bsd/heimdal/libexec/kpasswdd/Makefile: revision 1.6 crypto/external/bsd/heimdal/sbin/kadmin/Makefile: revision 1.7
heimdal: Disable sqlite3 credential cache (SCC). SCC is not usable in Heimdal 7.8.0, and this brings a dependency on libsqlite3 into libkrb5 and therefore libgssapi, which is problematic downstream applications that have sqlite3 from pkgsrc or statically built in. SCC will undergo substantial revision in the next Heimdal version https://github.com/heimdal/heimdal/pull/1143. We can revisit later how to deal with this -- perhaps by symbol-renaming a copy of sqlite3 in Heimdal as it looks like upstream intends to do. PR lib/57406
bsd.prog.mk: krb5 stuff no longer needs to link against sqlite3. (Why is this here? Seems like it should be a .mk fragment under crypto/external/bsd/heimdal -- that way I would have found it for the previous commit.) PR lib/57406
heimdal: No need for -lm, was only added for -lsqlite3. PR lib/57406
heimdal: Make sure whatever uses libhdb also gets libsqlite3 & libm. Loose ends for static builds in the fix for PR lib/57406.
|
1.341.2.1 | 11-Aug-2023 |
martin | Pull up following revision(s) (requested by riastradh in ticket #317):
external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+59973.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+013+60101.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns2/optout-with-ent.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec-only.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns3/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/catalog.example.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/catz/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/dnssec.4 up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard-no.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.conf up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkconf/check-wildcard.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkds/tests_checkds.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/ns4/managed-keys.bind.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+18240.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+010+28633.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/dnstap/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named1.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/logfileconfig/named2.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sub.tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/tld.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sign.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/sub.foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/foo.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns4/v4only.net.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/redirect.com.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns6/tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/sub.tld1.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns7/tld2.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.args up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/named.ipv6-only up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/resolver/ns9/root.hint up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rpz/ns6/bl.tld2s.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rrl/broken.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+51650.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.key up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+008+52810.private up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/stale.test.db up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/statschannel/tests_json.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests_xml.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/tcp/tests_tcp.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named1.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named2.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/wildcard/tests_wildcard.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/prereq.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/ttl/tests_cache_ttl.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp-fips.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/shutdown/tests_shutdown.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/named.conf.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/setup.sh up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/nsec3/ns2/template.db.in up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/timeouts/tests_tcp_timeouts.py up to 1.1.1.1 external/mpl/bind/dist/bin/tests/system/get_algorithms.py up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.34.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.35.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.36.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.37.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-known-issues.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.38.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.39.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.40.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.41.rst up to 1.1.1.1 external/mpl/bind/dist/doc/notes/notes-9.16.42.rst up to 1.1.1.1 external/mpl/bind/dist/lib/dns/tests/Krsa.+008+29238.key up to 1.1.1.1 external/mpl/bind/dist/sonar-project.properties up to 1.1.1.1 external/mpl/bind/dist/tsan-suppressions.txt delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30676.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.key delete external/mpl/bind/dist/bin/tests/system/autosign/ns2/Xbar.+005+30804.private delete external/mpl/bind/dist/bin/tests/system/autosign/ns3/nsec.example.db.in delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir1.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir2.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir3.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir4.conf delete external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-keydir5.conf delete external/mpl/bind/dist/bin/tests/system/checkds/tests-checkds.py delete external/mpl/bind/dist/bin/tests/system/checkzone/zones/bad-tsig.db delete external/mpl/bind/dist/bin/tests/system/common/controls.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/inlinesec.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/added.db delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.args delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/delzone/ns2/normal.db delete external/mpl/bind/dist/bin/tests/system/delzone/clean.sh delete external/mpl/bind/dist/bin/tests/system/delzone/setup.sh delete external/mpl/bind/dist/bin/tests/system/delzone/tests.sh delete external/mpl/bind/dist/bin/tests/system/dialup/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/dialup/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+07065.private delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.key delete external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/Kexample.com.+005+23362.private delete external/mpl/bind/dist/bin/tests/system/keymgr/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/18-nonstd-prepub/policy.conf delete external/mpl/bind/dist/bin/tests/system/keymgr/19-old-keys/policy.conf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/controls.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.dirconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601 delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.iso8601-utc delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.pipeconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plain delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.plainconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.symconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.tsconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.unlimited delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/named.versconf delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/rndc.conf.in delete external/mpl/bind/dist/bin/tests/system/logfileconfig/ns1/root.db delete external/mpl/bind/dist/bin/tests/system/rrl/broken.conf delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key delete external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.private delete external/mpl/bind/dist/bin/tests/system/shutdown/tests-shutdown.py delete external/mpl/bind/dist/bin/tests/system/stress/ns1/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns2/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns3/named.conf delete external/mpl/bind/dist/bin/tests/system/stress/ns4/named.conf delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-json.py delete external/mpl/bind/dist/bin/tests/system/statschannel/tests-xml.py delete external/mpl/bind/dist/bin/tests/system/tcp/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/timeouts/tests-tcp.py delete external/mpl/bind/dist/bin/tests/system/ttl/tests.sh delete external/mpl/bind/dist/bin/tests/system/upforwd/ns3/named.conf.in delete external/mpl/bind/dist/bin/tests/system/wildcard/tests-wildcard.py delete external/mpl/bind/dist/doc/man/named-compilezone.1in delete external/mpl/bind/dist/lib/dns/tests/Krsa.+005+29235.key delete external/mpl/bind/bin/dnssec/dnssec-verify/Makefile up to 1.3 external/mpl/bind/dist/CHANGES up to 1.1.1.15 external/mpl/bind/dist/CONTRIBUTING up to 1.1.1.5 external/mpl/bind/dist/CONTRIBUTING.md up to 1.1.1.6 external/mpl/bind/dist/COPYRIGHT up to 1.1.1.6 external/mpl/bind/dist/config.h.in up to 1.13 external/mpl/bind/dist/configure up to 1.16 external/mpl/bind/dist/configure.ac up to 1.1.1.14 external/mpl/bind/dist/dangerfile.py up to 1.1.1.6 external/mpl/bind/dist/srcid up to 1.1.1.15 external/mpl/bind/dist/version up to 1.1.1.15 external/mpl/bind/dist/bin/check/check-tool.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkconf.c up to 1.9 external/mpl/bind/dist/bin/check/named-checkzone.c up to 1.9 external/mpl/bind/dist/bin/confgen/ddns-confgen.c up to 1.7 external/mpl/bind/dist/bin/delv/delv.c up to 1.12 external/mpl/bind/dist/bin/dig/dig.c up to 1.9 external/mpl/bind/dist/bin/dig/dig.rst up to 1.1.1.5 external/mpl/bind/dist/bin/dig/dighost.c up to 1.15 external/mpl/bind/dist/bin/dig/host.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-cds.c up to 1.9 external/mpl/bind/dist/bin/dnssec/dnssec-keyfromlabel.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-keygen.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssec-revoke.c up to 1.8 external/mpl/bind/dist/bin/dnssec/dnssec-settime.c up to 1.7 external/mpl/bind/dist/bin/dnssec/dnssec-signzone.c up to 1.10 external/mpl/bind/dist/bin/dnssec/dnssectool.c up to 1.8 external/mpl/bind/dist/bin/named/bind9.xsl up to 1.1.1.8 external/mpl/bind/dist/bin/named/bind9.xsl.h up to 1.9 external/mpl/bind/dist/bin/named/builtin.c up to 1.6 external/mpl/bind/dist/bin/named/config.c up to 1.14 external/mpl/bind/dist/bin/named/controlconf.c up to 1.11 external/mpl/bind/dist/bin/named/logconf.c up to 1.8 external/mpl/bind/dist/bin/named/main.c up to 1.15 external/mpl/bind/dist/bin/named/named.conf.rst up to 1.1.1.6 external/mpl/bind/dist/bin/named/named.rst up to 1.1.1.4 external/mpl/bind/dist/bin/named/server.c up to 1.20 external/mpl/bind/dist/bin/named/statschannel.c up to 1.13 external/mpl/bind/dist/bin/named/tsigconf.c up to 1.7 external/mpl/bind/dist/bin/named/zoneconf.c up to 1.14 external/mpl/bind/dist/bin/named/unix/os.c up to 1.10 external/mpl/bind/dist/bin/nsupdate/nsupdate.c up to 1.13 external/mpl/bind/dist/bin/nsupdate/nsupdate.rst up to 1.1.1.4 external/mpl/bind/dist/bin/pkcs11/pkcs11-keygen.c up to 1.7 external/mpl/bind/dist/bin/plugins/filter-aaaa.c up to 1.8 external/mpl/bind/dist/bin/python/isc/coverage.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/dnskey.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keymgr.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/python/isc/keyzone.py.in up to 1.1.1.5 external/mpl/bind/dist/bin/rndc/rndc.c up to 1.10 external/mpl/bind/dist/bin/rndc/rndc.rst up to 1.1.1.5 external/mpl/bind/dist/bin/tests/cfg_test.c up to 1.7 external/mpl/bind/dist/bin/tests/wire_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/byaddr_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/db_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/name_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/nsecify.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/ratelimiter_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/rbt_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/shutdown_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/sock_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/task_test.c up to 1.7 external/mpl/bind/dist/bin/tests/optional/timer_test.c up to 1.8 external/mpl/bind/dist/bin/tests/optional/zone_test.c up to 1.9 external/mpl/bind/dist/bin/tests/system/ckdnsrps.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/conf.sh.common up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/conf.sh.in up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/conf.sh.win32 up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/feature-test.c up to 1.11 external/mpl/bind/dist/bin/tests/system/kasp.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/pytest_custom_markers.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolve.c up to 1.4 external/mpl/bind/dist/bin/tests/system/run.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/start.pl up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/stop.pl up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/system-test-driver.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/testcrypto.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/acl/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/addzone/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/auth/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/clean.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/autosign/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/autosign/ns1/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/autosign/ns2/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns2/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/autosign/ns3/keygen.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/autosign/ns3/named.conf.in up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/builtin/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cacheclean/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/case/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/catz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/catz/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/catz/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/catz/ns2/named1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/catz/ns2/named2.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cds/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/cds/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/chain/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/chain/ans4/ans.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/chain/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/checkconf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkconf/deprecated.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/good.conf up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkconf/kasp-bad-keylen.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checkconf/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/checkds/ns9/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/checknames/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/checkzone/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/checkzone/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/checkzone/zones/good-svcb.db up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/cookie/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/cookie/ans9/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/coverage/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dialup/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dialup/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/digdelv/yamlget.py up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dlzexternal/driver.c up to 1.12 external/mpl/bind/dist/bin/tests/system/dlzexternal/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dns64/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dnssec/clean.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/dnssec/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/dnssec/ans10/ans.py up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-ksk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/bogus-zsk.key up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test1.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test2.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test3.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test4.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test5.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test6.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnssec/signer/general/test8.zone up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dnstap/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/dscp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dscp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dsdigest/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/dupsigs/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/reset_keys.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/dupsigs/ns1/signing.test.db.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/dyndb/driver/db.c up to 1.7 external/mpl/bind/dist/bin/tests/system/emptyzones/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/emptyzones/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/formerr/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/forward/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/forward/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/forward/ans11/ans.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/idna/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/inline/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/setup.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/inline/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/inline/tests_signed_zone_files.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/inline/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/inline/ns3/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/inline/ns7/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/inline/ns8/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ixfr/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/journal/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/kasp/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/kasp.conf up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/kasp/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/kasp/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns3/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns3/policies/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/kasp/ns6/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/csk1.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/kasp/ns6/policies/kasp.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keepalive/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/keymgr/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/keymgr/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/kasp.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns4/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/legacy/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/legacy/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/logfileconfig/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/logfileconfig/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/logfileconfig/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/masterformat/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/metadata/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mirror/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mirror/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/mkeys/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/mkeys/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/mkeys/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/named3.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns1/sign.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/mkeys/ns3/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/mkeys/ns5/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/mkeys/ns6/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/names/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/notify/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsec3/clean.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/setup.sh up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/nsec3/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/named2.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsec3/ns3/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nslookup/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/nsupdate/tests.sh up to 1.1.1.12 external/mpl/bind/dist/bin/tests/system/nsupdate/krb/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nsupdate/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/nzd2nzf/prereq.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/nzd2nzf/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/padding/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/pending/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/qmin/ans3/ans.py up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/redirect/ns1/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/redirect/ns5/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/setup.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/resolver/tests.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/resolver/ans2/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ans3/ans.pl up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns1/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld1.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns4/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/resolver/ns6/keygen.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/resolver/ns6/root.db up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named1.conf.in up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/resolver/ns7/named2.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rndc/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rndc/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/rndc/ns7/named.conf.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rootkeysentinel/ns2/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rpz/clean.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/rpz/dnsrps.c up to 1.7 external/mpl/bind/dist/bin/tests/system/rpz/qperf.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rpz/setup.sh up to 1.1.1.9 external/mpl/bind/dist/bin/tests/system/rpz/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/rpz/ns2/base-tld2s.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns2/tld2.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rpz/ns3/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpz/ns6/named.conf.in up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rpzrecurse/tests.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/rrchecker/clean.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/rrl/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rrsetorder/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/rsabigexponent/README.md up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/bigkey.c up to 1.8 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns1/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/dsset-example.in up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/example.db.bad up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/rsabigexponent/ns2/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/runtime/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/serve-stale/clean.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/serve-stale/tests.sh up to 1.1.1.13 external/mpl/bind/dist/bin/tests/system/serve-stale/ans2/ans.pl up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/named3.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns1/root.db up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named2.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/serve-stale/ns3/named6.conf.in up to 1.1.1.3 external/mpl/bind/dist/bin/tests/system/shutdown/clean.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/shutdown/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/smartsign/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/sortlist/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/spf/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/staticstub/ns3/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/staticstub/ns4/sign.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/statschannel/generic.py up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/statschannel/generic_dnspython.py up to 1.1.1.2 external/mpl/bind/dist/bin/tests/system/statschannel/tests.sh up to 1.1.1.11 external/mpl/bind/dist/bin/tests/system/stress/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/stress/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/stress/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/stub/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns1/sign.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/synthfromdnssec/ns4/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsig/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/tsig/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/tsig/ns1/named.conf.in up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/tsiggss/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/ttl/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/ttl/setup.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/unknown/setup.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/tests.sh up to 1.1.1.6 external/mpl/bind/dist/bin/tests/system/unknown/ns3/sign.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/upforwd/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/upforwd/tests.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/verify/tests.sh up to 1.1.1.4 external/mpl/bind/dist/bin/tests/system/verify/zones/genzones.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/views/setup.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/wildcard/tests.sh up to 1.1.1.7 external/mpl/bind/dist/bin/tests/system/wildcard/ns1/sign.sh up to 1.1.1.8 external/mpl/bind/dist/bin/tests/system/xfer/tests.sh up to 1.1.1.10 external/mpl/bind/dist/bin/tests/system/zero/clean.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zero/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tests/system/zonechecks/setup.sh up to 1.1.1.5 external/mpl/bind/dist/bin/tools/mdig.c up to 1.11 external/mpl/bind/dist/contrib/dlz/bin/dlzbdb/dlzbdb.c up to 1.7 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdb_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_bdbhpt_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_filesystem_driver.c up to 1.8 external/mpl/bind/dist/contrib/dlz/drivers/dlz_odbc_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/drivers/dlz_postgres_driver.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/bdbhpt/dlz_bdbhpt_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/filesystem/dlz_filesystem_dynamic.c up to 1.8 external/mpl/bind/dist/contrib/dlz/modules/include/dlz_list.h up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/ldap/dlz_ldap_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/mysqldyn/dlz_mysqldyn_mod.c up to 1.7 external/mpl/bind/dist/contrib/dlz/modules/perl/Makefile up to 1.1.1.3 external/mpl/bind/dist/contrib/dlz/modules/perl/dlz_perl_driver.c up to 1.5 external/mpl/bind/dist/contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c up to 1.6 external/mpl/bind/dist/contrib/dlz/modules/wildcard/dlz_wildcard_dynamic.c up to 1.7 external/mpl/bind/dist/doc/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/arm/build.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/arm/dnssec.inc.rst up to 1.1.1.2 external/mpl/bind/dist/doc/arm/notes.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/platforms.rst up to 1.1.1.3 external/mpl/bind/dist/doc/arm/reference.rst up to 1.1.1.7 external/mpl/bind/dist/doc/arm/requirements.txt up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/introduction.rst up to 1.1.1.3 external/mpl/bind/dist/doc/dnssec-guide/recipes.rst up to 1.1.1.4 external/mpl/bind/dist/doc/dnssec-guide/signing.rst up to 1.1.1.5 external/mpl/bind/dist/doc/dnssec-guide/validation.rst up to 1.1.1.3 external/mpl/bind/dist/doc/man/Makefile.in up to 1.1.1.4 external/mpl/bind/dist/doc/man/arpaname.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/conf.py up to 1.1.1.5 external/mpl/bind/dist/doc/man/ddns-confgen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/delv.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dig.1in up to 1.1.1.6 external/mpl/bind/dist/doc/man/dnssec-cds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-checkds.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-coverage.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-dsfromkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-importkey.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keyfromlabel.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-keygen.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-keymgr.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-revoke.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-settime.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnssec-signzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/dnssec-verify.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/dnstap-read.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/filter-aaaa.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/host.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/mdig.1in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkconf.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-checkzone.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/named-compilezone.8in up to 1.1.1.3 external/mpl/bind/dist/doc/man/named-journalprint.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/named-nzd2nzf.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named-rrchecker.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/named.conf.5in up to 1.1.1.6 external/mpl/bind/dist/doc/man/nsec3hash.8in up to 1.1.1.5 external/mpl/bind/dist/doc/man/nslookup.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/nsupdate.1in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-destroy.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-keygen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-list.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/pkcs11-tokens.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc-confgen.8in up to 1.1.1.4 external/mpl/bind/dist/doc/man/rndc.8in up to 1.1.1.6 external/mpl/bind/dist/doc/man/rndc.conf.5in up to 1.1.1.5 external/mpl/bind/dist/doc/man/tsig-keygen.8in up to 1.1.1.3 external/mpl/bind/dist/doc/misc/master.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/master.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/options up to 1.1.1.12 external/mpl/bind/dist/doc/misc/options.active up to 1.1.1.7 external/mpl/bind/dist/doc/misc/options.grammar.rst up to 1.1.1.5 external/mpl/bind/dist/doc/misc/slave.zoneopt up to 1.1.1.6 external/mpl/bind/dist/doc/misc/slave.zoneopt.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.0.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.1.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.10.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.11.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.12.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.13.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.15.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.16.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.17.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.18.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.19.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.2.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.20.rst up to 1.1.1.3 external/mpl/bind/dist/doc/notes/notes-9.16.21.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.22.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.23.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.24.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.25.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.26.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.27.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.28.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.29.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.3.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.30.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.31.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.32.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.33.rst up to 1.1.1.2 external/mpl/bind/dist/doc/notes/notes-9.16.4.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.5.rst up to 1.1.1.5 external/mpl/bind/dist/doc/notes/notes-9.16.6.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.7.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.8.rst up to 1.1.1.4 external/mpl/bind/dist/doc/notes/notes-9.16.9.rst up to 1.1.1.4 external/mpl/bind/dist/fuzz/fuzz.h up to 1.6 external/mpl/bind/dist/lib/bind9/check.c up to 1.15 external/mpl/bind/dist/lib/bind9/getaddresses.c up to 1.7 external/mpl/bind/dist/lib/dns/adb.c up to 1.10 external/mpl/bind/dist/lib/dns/badcache.c up to 1.7 external/mpl/bind/dist/lib/dns/byaddr.c up to 1.8 external/mpl/bind/dist/lib/dns/cache.c up to 1.10 external/mpl/bind/dist/lib/dns/catz.c up to 1.10 external/mpl/bind/dist/lib/dns/client.c up to 1.12 external/mpl/bind/dist/lib/dns/compress.c up to 1.8 external/mpl/bind/dist/lib/dns/db.c up to 1.9 external/mpl/bind/dist/lib/dns/diff.c up to 1.8 external/mpl/bind/dist/lib/dns/dispatch.c up to 1.9 external/mpl/bind/dist/lib/dns/dnsrps.c up to 1.10 external/mpl/bind/dist/lib/dns/dnssec.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_api.c up to 1.13 external/mpl/bind/dist/lib/dns/dst_parse.c up to 1.10 external/mpl/bind/dist/lib/dns/ecdb.c up to 1.9 external/mpl/bind/dist/lib/dns/ecs.c up to 1.6 external/mpl/bind/dist/lib/dns/forward.c up to 1.8 external/mpl/bind/dist/lib/dns/gen.c up to 1.11 external/mpl/bind/dist/lib/dns/hmac_link.c up to 1.8 external/mpl/bind/dist/lib/dns/journal.c up to 1.11 external/mpl/bind/dist/lib/dns/key.c up to 1.8 external/mpl/bind/dist/lib/dns/keymgr.c up to 1.10 external/mpl/bind/dist/lib/dns/keytable.c up to 1.9 external/mpl/bind/dist/lib/dns/master.c up to 1.11 external/mpl/bind/dist/lib/dns/masterdump.c up to 1.13 external/mpl/bind/dist/lib/dns/message.c up to 1.15 external/mpl/bind/dist/lib/dns/name.c up to 1.12 external/mpl/bind/dist/lib/dns/ncache.c up to 1.8 external/mpl/bind/dist/lib/dns/nsec.c up to 1.9 external/mpl/bind/dist/lib/dns/nsec3.c up to 1.12 external/mpl/bind/dist/lib/dns/nta.c up to 1.9 external/mpl/bind/dist/lib/dns/openssl_link.c up to 1.9 external/mpl/bind/dist/lib/dns/openssldh_link.c up to 1.9 external/mpl/bind/dist/lib/dns/opensslecdsa_link.c up to 1.7 external/mpl/bind/dist/lib/dns/openssleddsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/opensslrsa_link.c up to 1.10 external/mpl/bind/dist/lib/dns/order.c up to 1.8 external/mpl/bind/dist/lib/dns/peer.c up to 1.10 external/mpl/bind/dist/lib/dns/pkcs11rsa_link.c up to 1.8 external/mpl/bind/dist/lib/dns/private.c up to 1.8 external/mpl/bind/dist/lib/dns/rbt.c up to 1.13 external/mpl/bind/dist/lib/dns/rbtdb.c up to 1.17 external/mpl/bind/dist/lib/dns/rcode.c up to 1.12 external/mpl/bind/dist/lib/dns/rdata.c up to 1.13 external/mpl/bind/dist/lib/dns/rdatalist.c up to 1.7 external/mpl/bind/dist/lib/dns/rdataslab.c up to 1.7 external/mpl/bind/dist/lib/dns/request.c up to 1.8 external/mpl/bind/dist/lib/dns/resolver.c up to 1.17 external/mpl/bind/dist/lib/dns/rootns.c up to 1.7 external/mpl/bind/dist/lib/dns/rpz.c up to 1.13 external/mpl/bind/dist/lib/dns/rriterator.c up to 1.7 external/mpl/bind/dist/lib/dns/rrl.c up to 1.8 external/mpl/bind/dist/lib/dns/sdb.c up to 1.11 external/mpl/bind/dist/lib/dns/sdlz.c up to 1.11 external/mpl/bind/dist/lib/dns/ssu.c up to 1.7 external/mpl/bind/dist/lib/dns/stats.c up to 1.8 external/mpl/bind/dist/lib/dns/tkey.c up to 1.13 external/mpl/bind/dist/lib/dns/tsig.c up to 1.12 external/mpl/bind/dist/lib/dns/update.c up to 1.12 external/mpl/bind/dist/lib/dns/validator.c up to 1.13 external/mpl/bind/dist/lib/dns/view.c up to 1.14 external/mpl/bind/dist/lib/dns/xfrin.c up to 1.13 external/mpl/bind/dist/lib/dns/zone.c up to 1.18 external/mpl/bind/dist/lib/dns/zonekey.c up to 1.7 external/mpl/bind/dist/lib/dns/zoneverify.c up to 1.10 external/mpl/bind/dist/lib/dns/zt.c up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/db.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/rdataset.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/rdatasetiter.h up to 1.6 external/mpl/bind/dist/lib/dns/include/dns/view.h up to 1.9 external/mpl/bind/dist/lib/dns/include/dns/zone.h up to 1.10 external/mpl/bind/dist/lib/dns/include/dns/zt.h up to 1.8 external/mpl/bind/dist/lib/dns/rdata/any_255/tsig_250.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/amtrelay_260.c up to 1.6 external/mpl/bind/dist/lib/dns/rdata/generic/caa_257.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/isdn_20.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/key_25.c up to 1.11 external/mpl/bind/dist/lib/dns/rdata/generic/loc_29.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/generic/tkey_249.c up to 1.8 external/mpl/bind/dist/lib/dns/rdata/generic/txt_16.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/a_1.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/aaaa_28.c up to 1.9 external/mpl/bind/dist/lib/dns/rdata/in_1/svcb_64.c up to 1.3 external/mpl/bind/dist/lib/dns/tests/dbversion_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/dnstest.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rdata_test.c up to 1.12 external/mpl/bind/dist/lib/dns/tests/rsa_test.c up to 1.10 external/mpl/bind/dist/lib/dns/tests/zt_test.c up to 1.10 external/mpl/bind/dist/lib/dns/win32/libdns.def.in up to 1.1.1.12 external/mpl/bind/dist/lib/irs/getaddrinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/getnameinfo.c up to 1.9 external/mpl/bind/dist/lib/irs/resconf.c up to 1.7 external/mpl/bind/dist/lib/irs/win32/resconf.c up to 1.7 external/mpl/bind/dist/lib/isc/app.c up to 1.8 external/mpl/bind/dist/lib/isc/buffer.c up to 1.8 external/mpl/bind/dist/lib/isc/heap.c up to 1.7 external/mpl/bind/dist/lib/isc/ht.c up to 1.8 external/mpl/bind/dist/lib/isc/httpd.c up to 1.8 external/mpl/bind/dist/lib/isc/iterated_hash.c up to 1.7 external/mpl/bind/dist/lib/isc/lex.c up to 1.10 external/mpl/bind/dist/lib/isc/lib.c up to 1.10 external/mpl/bind/dist/lib/isc/log.c up to 1.9 external/mpl/bind/dist/lib/isc/mem.c up to 1.14 external/mpl/bind/dist/lib/isc/netaddr.c up to 1.8 external/mpl/bind/dist/lib/isc/pk11.c up to 1.8 external/mpl/bind/dist/lib/isc/radix.c up to 1.8 external/mpl/bind/dist/lib/isc/ratelimiter.c up to 1.8 external/mpl/bind/dist/lib/isc/rwlock.c up to 1.13 external/mpl/bind/dist/lib/isc/siphash.c up to 1.8 external/mpl/bind/dist/lib/isc/string.c up to 1.7 external/mpl/bind/dist/lib/isc/task.c up to 1.18 external/mpl/bind/dist/lib/isc/timer.c up to 1.12 external/mpl/bind/dist/lib/isc/url.c up to 1.4 external/mpl/bind/dist/lib/isc/utf8.c up to 1.4 external/mpl/bind/dist/lib/isc/include/isc/buffer.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/list.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/magic.h up to 1.6 external/mpl/bind/dist/lib/isc/include/isc/string.h up to 1.7 external/mpl/bind/dist/lib/isc/include/isc/task.h up to 1.8 external/mpl/bind/dist/lib/isc/include/isc/timer.h up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/netmgr.c up to 1.10 external/mpl/bind/dist/lib/isc/netmgr/tcp.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/tcpdns.c up to 1.8 external/mpl/bind/dist/lib/isc/netmgr/udp.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/random_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/regex_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/socket_test.c up to 1.11 external/mpl/bind/dist/lib/isc/tests/task_test.c up to 1.12 external/mpl/bind/dist/lib/isc/tests/timer_test.c up to 1.10 external/mpl/bind/dist/lib/isc/unix/file.c up to 1.7 external/mpl/bind/dist/lib/isc/unix/socket.c up to 1.25 external/mpl/bind/dist/lib/isc/win32/dir.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/file.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/fsaccess.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/interfaceiter.c up to 1.7 external/mpl/bind/dist/lib/isc/win32/libisc.def.in up to 1.1.1.14 external/mpl/bind/dist/lib/isc/win32/net.c up to 1.8 external/mpl/bind/dist/lib/isc/win32/ntgroups.c up to 1.9 external/mpl/bind/dist/lib/isc/win32/socket.c up to 1.13 external/mpl/bind/dist/lib/isc/win32/include/isc/net.h up to 1.8 external/mpl/bind/dist/lib/isccc/alist.c up to 1.7 external/mpl/bind/dist/lib/isccc/cc.c up to 1.7 external/mpl/bind/dist/lib/isccc/symtab.c up to 1.7 external/mpl/bind/dist/lib/isccfg/aclconf.c up to 1.9 external/mpl/bind/dist/lib/isccfg/namedconf.c up to 1.14 external/mpl/bind/dist/lib/isccfg/parser.c up to 1.13 external/mpl/bind/dist/lib/isccfg/include/isccfg/grammar.h up to 1.8 external/mpl/bind/dist/lib/isccfg/tests/duration_test.c up to 1.7 external/mpl/bind/dist/lib/ns/client.c up to 1.18 external/mpl/bind/dist/lib/ns/hooks.c up to 1.9 external/mpl/bind/dist/lib/ns/interfacemgr.c up to 1.15 external/mpl/bind/dist/lib/ns/query.c up to 1.17 external/mpl/bind/dist/lib/ns/server.c up to 1.8 external/mpl/bind/dist/lib/ns/sortlist.c up to 1.7 external/mpl/bind/dist/lib/ns/update.c up to 1.13 external/mpl/bind/dist/lib/ns/xfrout.c up to 1.13 external/mpl/bind/dist/lib/ns/include/ns/client.h up to 1.14 external/mpl/bind/dist/lib/ns/include/ns/server.h up to 1.7 external/mpl/bind/dist/lib/ns/include/ns/stats.h up to 1.7 external/mpl/bind/dist/lib/ns/tests/nstest.c up to 1.8 external/mpl/bind/dist/lib/ns/win32/libns.def up to 1.1.1.8 external/mpl/bind/include/config.h up to 1.15 external/mpl/bind/include/dns/code.h up to 1.8 external/mpl/bind/include/dns/enumclass.h up to 1.6 external/mpl/bind/include/dns/enumtype.h up to 1.8 external/mpl/bind/include/dns/rdatastruct.h up to 1.10 external/mpl/bind/include/isc/stdatomic.h up to 1.10 external/mpl/bind/lib/libdns/Makefile up to 1.9 external/mpl/bind/lib/libisc/Makefile up to 1.20 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_prepend_error_message.3 up to 1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.svg up to 1.1.1.1 crypto/external/bsd/heimdal/dist/windows/NTMakefile.sdk up to 1.1.1.1 crypto/external/bsd/heimdal/include/hcrypto/ui.h up to 1.2 crypto/external/bsd/heimdal/dist/cf/._ltoptions.m4 delete crypto/external/bsd/heimdal/dist/cf/._ltsugar.m4 delete crypto/external/bsd/heimdal/dist/cf/._lt~obsolete.m4 delete crypto/external/bsd/heimdal/dist/cf/broken-getaddrinfo.m4 delete crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_hcrypto_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/EVP_md2.3 delete crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.png delete crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.png delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.c delete crypto/external/bsd/heimdal/dist/lib/hcrypto/md2.h delete crypto/external/bsd/heimdal/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/bin/Makefile.inc up to 1.6 crypto/external/bsd/heimdal/bin/gsstool/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/hxtool/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kcc/Makefile up to 1.6 crypto/external/bsd/heimdal/bin/kdestroy/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kgetcred/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kinit/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kpasswd/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/kvno/Makefile up to 1.4 crypto/external/bsd/heimdal/bin/string2key/Makefile up to 1.5 crypto/external/bsd/heimdal/bin/verify_krb5_conf/Makefile up to 1.5 crypto/external/bsd/heimdal/dist/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/NEWS up to 1.4 crypto/external/bsd/heimdal/dist/aclocal.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/compile up to 1.1.1.2 crypto/external/bsd/heimdal/dist/config.guess up to 1.3 crypto/external/bsd/heimdal/dist/config.sub up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure up to 1.1.1.2 crypto/external/bsd/heimdal/dist/configure.ac up to 1.5 crypto/external/bsd/heimdal/dist/depcomp up to 1.1.1.2 crypto/external/bsd/heimdal/dist/install-sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ltmain.sh up to 1.1.1.2 crypto/external/bsd/heimdal/dist/missing up to 1.1.1.2 crypto/external/bsd/heimdal/dist/test-driver up to 1.1.1.2 crypto/external/bsd/heimdal/dist/ylwrap up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/admin/add.c up to 1.3 crypto/external/bsd/heimdal/dist/admin/change.c up to 1.3 crypto/external/bsd/heimdal/dist/cf/Makefile.am.common up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/broken-realloc.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/check-var.m4 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/cf/db.m4 up to 1.1.1.5 crypto/external/bsd/heimdal/dist/cf/krb-ipv6.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/libtool.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltoptions.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltsugar.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/ltversion.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/lt~obsolete.m4 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/misc.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/proto-compat.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/retsigtype.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/cf/roken-frag.m4 up to 1.3 crypto/external/bsd/heimdal/dist/cf/w32-hh-toc-from-info.pl up to 1.1.1.2 crypto/external/bsd/heimdal/dist/cf/with-all.m4 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/doc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/doc/vars.texi up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/group__heimbase.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/base/man/man3/heimbase.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/group__gssapi.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_mechs_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/gssapi_services_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/internal_v_smechname.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_mechs_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/gssapi_services_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/man/man3/internal_v_smechname.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/example_evp_cipher_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/group__hcrypto__rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_des.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_dh.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_evp.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rand.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/page_rsa.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/hcrypto_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_des.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_dh.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_evp.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rand.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/man/man3/page_rsa.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/struct_h_d_b.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/structhdb__entry__ex.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/HDB.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/man/man3/hdb_entry_ex.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__misc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__query.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/group__hx509__verify.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_ca.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cert.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_cms.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_env.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_keyset.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_lock.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_name.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_peer.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_print.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/page_revoke.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_misc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_query.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/hx509_verify.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_ca.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cert.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_cms.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_env.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_keyset.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_lock.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_name.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_peer.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_print.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/man/man3/page_revoke.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__address.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__auth.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ccache.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__credential.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__crypto.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__deprecated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__digest.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__error.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__keytab.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__pac.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__principal.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__storage.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__support.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__ticket.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/group__krb5__v4compat.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_ccache_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_fileformats.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_init_creds_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_introduction.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_keytab_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/krb5_principal_intro.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/pages.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5__crypto__iov.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__an2ln__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__db__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/structkrb5plugin__kuserok__ftable__desc.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_address.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_auth.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ccache_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_credential.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_crypto_iov.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_deprecated.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_digest.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_error.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_fileformats.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_init_creds_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_introduction.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_keytab_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_pac.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_principal_intro.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_storage.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_support.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_ticket.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5_v4compat.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_an2ln_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_db_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/man/man3/krb5plugin_kuserok_ftable_desc.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/annotated.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/classes.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/examples.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/functions_vars.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/group__ntlm__core.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__buf.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type1.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type2__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.map up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/structntlm__type3__coll__graph.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/test_ntlm_8c-example.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_buf.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_core.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type1.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type2.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/man/man3/ntlm_type3.3 up to 1.3 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/manpages up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/doxygen.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/dynsections.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.md5 up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/graph_legend.png up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/group__wind.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/index.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/jquery.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menu.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/menudata.js up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/modules.html up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/tabs.css up to 1.1.1.2 crypto/external/bsd/heimdal/dist/doc/doxyout/wind/man/man3/wind.3 up to 1.3 crypto/external/bsd/heimdal/dist/etc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/bits.c up to 1.4 crypto/external/bsd/heimdal/dist/include/config.h.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/config.h.w32 up to 1.1.1.3 crypto/external/bsd/heimdal/dist/include/crypto-headers.h up to 1.6 crypto/external/bsd/heimdal/dist/include/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/include/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/include/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kadmin/ank.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/cpw.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/ext.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/kadmind.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/mod.c up to 1.3 crypto/external/bsd/heimdal/dist/kadmin/rpc.c up to 1.4 crypto/external/bsd/heimdal/dist/kadmin/stash.c up to 1.3 crypto/external/bsd/heimdal/dist/kcm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kcm/cache.c up to 1.6 crypto/external/bsd/heimdal/dist/kcm/config.c up to 1.4 crypto/external/bsd/heimdal/dist/kcm/protocol.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kdc/connect.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/default_config.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/digest.c up to 1.5 crypto/external/bsd/heimdal/dist/kdc/hpropd.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-private.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc-replay.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kdc.8 up to 1.6 crypto/external/bsd/heimdal/dist/kdc/kdc.h up to 1.3 crypto/external/bsd/heimdal/dist/kdc/kerberos5.c up to 1.9 crypto/external/bsd/heimdal/dist/kdc/krb5tgs.c up to 1.4 crypto/external/bsd/heimdal/dist/kdc/kstash.c up to 1.3 crypto/external/bsd/heimdal/dist/kdc/pkinit.c up to 1.6 crypto/external/bsd/heimdal/dist/kdc/windc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/kpasswd/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kpasswd/kpasswd.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/kuser/kdestroy.c up to 1.3 crypto/external/bsd/heimdal/dist/kuser/kgetcred.c up to 1.4 crypto/external/bsd/heimdal/dist/kuser/kinit.1 up to 1.6 crypto/external/bsd/heimdal/dist/kuser/kinit.c up to 1.5 crypto/external/bsd/heimdal/dist/kuser/kswitch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/asn1parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-common.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-der.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-gen.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/check-template.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_cmp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_get.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_length.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/der_put.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_copy.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_decode.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/gen_free.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/asn1/krb5.asn1 up to 1.1.1.6 crypto/external/bsd/heimdal/dist/lib/asn1/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/Makefile.am up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/base/bsearch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/dll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/base/heimbase.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/com_err/lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/com_err/parse.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/gssapi/test_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/acquire_cred.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/cfx.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/decapsulate.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/delete_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/get_mic.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/gsskrb5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/init_sec_context.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/unwrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/verify_mic.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/wrap.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_display_status.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_import_name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_mech_switch.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gss_pname_to_uid.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/gssapi.asn1 up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/mech/mech_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/init_sec_context.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/accept_sec_context.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hcrypto/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hcrypto/NTMakefile up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/bn.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/des.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/dh.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/engine.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-cc.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-hcrypto.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-openssl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-pkcs11.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-w32.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp-wincng.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/evp.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/example_evp_cipher.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hcrypto/libhcrypto-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/mdtest.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/pkcs5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_bulk.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/test_cipher.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/ui.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/undef.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/hcrypto/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/hdb/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hdb/hdb-mitdb.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hdb/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/hx509/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/hx509/cert.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/cms.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/crypto.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/file.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/hxtool.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/hx509/ks_file.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/hx509/name.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/hx509/softp11.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/hx509/test_nist_pkcs12.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/ipc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ipc/client.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.am up to 1.1.1.5 crypto/external/bsd/heimdal/dist/lib/kadm5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kadm5/get_s.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/init_c.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_master.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/ipropd_slave.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5-private.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/kadm5_locl.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/libkadm5srv-exports.def up to 1.1.1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/log.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/set_keys.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kadm5/test_pw_quality.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kadm5/version-script.map up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/kafs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/kafs/afskrb5.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/afssysdefs.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/kafs/rxkad_kdf.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/kdfs/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/krb5/acl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/addr_families.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/aes-test.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/config_file.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/context.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-aes-sha1.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-arcfour.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des-common.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-des3.c up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/crypto-evp.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/krb5/crypto.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/deprecated.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/enomem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/get_cred.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/init_creds_pw.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/keytab.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5-plugin.7 up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.conf.5 up to 1.7 crypto/external/bsd/heimdal/dist/lib/krb5/krb5.h up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/krb5_ccapi.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/krbhst.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/locate_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/mcache.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/pac.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/principal.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/rd_req.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-aes-sha2.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/salt-des3.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc.c up to 1.9 crypto/external/bsd/heimdal/dist/lib/krb5/send_to_kdc_plugin.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/store_emem.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_plugin.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/test_store.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c up to 1.6 crypto/external/bsd/heimdal/dist/lib/krb5/transited.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/ntlm/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/ntlm/ntlm.c up to 1.5 crypto/external/bsd/heimdal/dist/lib/otp/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/roken/getaddrinfo.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/getxxyyy.c up to 1.4 crypto/external/bsd/heimdal/dist/lib/roken/ndbm_wrap.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/net_write.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/roken.h.in up to 1.7 crypto/external/bsd/heimdal/dist/lib/roken/snprintf.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoll.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/roken/strtoull.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/sl/sl.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-gram.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/sl/slc-lex.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/vers/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.am up to 1.1.1.4 crypto/external/bsd/heimdal/dist/lib/wind/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/bidi_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/combining_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/errorlist_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/idn-lookup.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/map_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/normalize_table.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/punycode_examples.h up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/test-normalize.c up to 1.3 crypto/external/bsd/heimdal/dist/lib/wind/utf8.c up to 1.3 crypto/external/bsd/heimdal/dist/packages/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/mac/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/packages/windows/installer/NTMakefile up to 1.1.1.4 crypto/external/bsd/heimdal/dist/packages/windows/installer/heimdal-installer.wxs up to 1.1.1.4 crypto/external/bsd/heimdal/dist/po/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/bin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/can/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/db/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/gss/check-context.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/java/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/kdc/check-iprop.in up to 1.1.1.4 crypto/external/bsd/heimdal/dist/tests/kdc/check-kdc.in up to 1.1.1.5 crypto/external/bsd/heimdal/dist/tests/ldap/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tests/plugin/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/tools/Makefile.in up to 1.1.1.2 crypto/external/bsd/heimdal/dist/windows/NTMakefile.version up to 1.1.1.4 crypto/external/bsd/heimdal/dist/windows/NTMakefile.w32 up to 1.1.1.5 crypto/external/bsd/heimdal/include/config.h up to 1.11 crypto/external/bsd/heimdal/include/kdc-private.h up to 1.5 crypto/external/bsd/heimdal/lib/libgssapi/Makefile up to 1.7 crypto/external/bsd/heimdal/lib/libhdb/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libheimntlm/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libhx509/Makefile up to 1.10 crypto/external/bsd/heimdal/lib/libkadm5clnt/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkafs/Makefile up to 1.5 crypto/external/bsd/heimdal/lib/libkdc/Makefile up to 1.6 crypto/external/bsd/heimdal/lib/libkrb5/Makefile up to 1.15 crypto/external/bsd/heimdal/lib/libvers/Makefile up to 1.3 crypto/external/bsd/heimdal/libexec/Makefile.inc up to 1.8 crypto/external/bsd/heimdal/libexec/digest-service/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/hpropd/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-master/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/ipropd-slave/Makefile up to 1.5 crypto/external/bsd/heimdal/libexec/kadmind/Makefile up to 1.7 crypto/external/bsd/heimdal/libexec/kpasswdd/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/Makefile.inc up to 1.7 crypto/external/bsd/heimdal/sbin/hprop/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/iprop-log/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kadmin/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kcm/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdc/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kdigest/Makefile up to 1.6 crypto/external/bsd/heimdal/sbin/kimpersonate/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/kstash/Makefile up to 1.5 crypto/external/bsd/heimdal/sbin/ktutil/Makefile up to 1.6 crypto/external/bsd/openssl/bin/progs.c up to 1.1 crypto/external/bsd/openssl/lib/engines/dasync/dasync.map up to 1.3 crypto/external/bsd/openssl/lib/engines/ossltest/ossltest.map up to 1.3 crypto/external/bsd/openssl/lib/engines/padlock/padlock.map up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/devcrypto/devcrypto.map up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/Makefile up to 1.3 crypto/external/bsd/openssl/lib/engines/loader_attic/loader_attic.map up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes-gcm-armv8_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-gcm-armv8_64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ec.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/ia64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ec.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ecp_nistp521-ppc64.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc64-mont-fixed.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha256-sparcv9.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx512.S up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv32/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/arch/riscv64/ec.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/ess.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/libc-sha1.c up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/mkinc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_EXTERN_FUNCS.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_aux_cb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_d2i_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_item_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_prefix.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_readbuffer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_core.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_datagram.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_socket_wait.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_exp_mont.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_decrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EncryptedData_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_EnvelopedData_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_data_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_digest_create.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_memcmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_sign.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ASYM_CIPHER_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-AES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-ARIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-BLOWFISH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAMELLIA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CAST.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-CHACHA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-DES.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-IDEA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-RC5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SEED.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER-SM4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_original_iv.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-HKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KB.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-KRB5KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PBKDF2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-PKCS12KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SCRYPT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-SSHKDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS13_KDF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-TLS1_PRF.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-ASN1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X942-CONCAT.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF-X963.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KDF.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEM_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-ECDH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYEXCH_free.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_KEYMGMT.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-CMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-GMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-KMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Poly1305.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC-Siphash.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MAC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-BLAKE2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD4.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MD5.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-MDC2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-NULL.7 up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-RIPEMD160.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA1.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHA3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SHAKE.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-SM3.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-WHIRLPOOL.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD-common.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PBE_CipherInit.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DH.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-EC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-FFC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-SM2.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY-X25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY2PKCS8.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_libctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_get0_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_check.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_copy_parameters.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_digestsign_supports_digest.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encapsulate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_fromdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_field_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_group_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_size.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_gettable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_is_a.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_encoded_public_key.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_settable_params.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_todata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-CTR-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HASH-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-HMAC-DRBG.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-SEED-SRC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND-TEST-RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_RAND.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-DSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ECDSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-ED25519.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-HMAC.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE-RSA.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SIGNATURE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aes_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aria_128_gcm.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_camellia_128_ecb.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_des_cbc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_set_default_properties.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/NCONF_new_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_FILE.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_gmtime.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_hexchar2int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_s390xcap.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_strcasecmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ALGORITHM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CALLBACK.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_HDR_get0_transactionID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_ITAV_set0.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_get0_header.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_MSG_http_perform.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_SRV_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_STATUSINFO_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_exec_certreq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_log_open.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CMP_validate_msg.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CORE_MAKE_FUNC.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_get0_tmpl.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set0_validity.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regCtrl_regToken.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_MSG_set1_regInfo_certReq.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_CRMF_pbmp_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DECODER_from_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_DISPATCH.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_CTX_new_for_pkey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ENCODER_to_bio.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ESS_check_signing_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_REQ_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_ITEM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_parse_url.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_HTTP_transfer.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_LIB_CTX.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_BLD.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_allocate_from_text.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_dup.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PARAM_int.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-FIPS.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-default.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-legacy.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER-null.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_PROVIDER.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_SELF_TEST_set_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_attach.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_enabled.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_get_category_num.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_trace_set_channel.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_version.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_X509_INFO_read_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_create_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get0_attrs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_SAFEBAG_get1_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add1_attr_by_NID.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_CSPName_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_friendlyname_asc.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_safe.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_add_localkeyid.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_decrypt_skey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_gen_mac.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_get_friendlyname.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_init.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_item_decrypt_d2i.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_key_gen_utf8_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_pack_p7encdata.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBE_keyivgen.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_get_octet_string.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_type_is_other.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_encrypt.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS8_pkey_add1_attr.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_get0_primary.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_DRBG_type.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_ASN1.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_Calc_B.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_VBASE_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_create_verifier.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SRP_user_pwd_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_srp_password.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_ecdh.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_certificate.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_group_to_name.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_async_callback.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_retry_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_RESP_CTX_new.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/TS_VERIFY_CTX_set_certs.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_set_ctx.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_add_cert.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_purpose.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_distinguishing_id.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_load_http.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/b2i_PVK_bio_ex.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPrivateKey.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_config.5 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/fips_module.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-pkey.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/life_cycle-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/migration_guide.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_dispatch.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-core_names.h.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-env.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-format-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-glossary.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-namedisplay-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-passphrase-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-threads.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/openssl-verification-options.1 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/property.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-asym_cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-base.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-cipher.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-decoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-digest.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-encoder.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kdf.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-kem.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keyexch.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-keymgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-mac.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-object.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-rand.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-signature.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider-storemgmt.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/provider.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/proxy-certificates.7 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/man/s2i_ASN1_IA5STRING.3 up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ffc.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/cmp.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/crmf.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/gen up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/http.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/property.inc up to 1.1 crypto/external/bsd/openssl/lib/libcrypto/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libapps/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libapps/apps_lib.inc up to 1.1 crypto/external/bsd/openssl/lib/libapps/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libapps/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/Makefile.subdir up to 1.1 crypto/external/bsd/openssl/lib/libcommon/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libcommon/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_digests_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_dsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ec_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_ecx_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_rsa_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/der_wrap_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libcommon/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libcommon/ssl_record.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_digests.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_dsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ec.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_ecx.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_rsa.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_sm2.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/prov/der_wrap.h up to 1.1 crypto/external/bsd/openssl/lib/libdefault/Makefile up to 1.6 crypto/external/bsd/openssl/lib/libdefault/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/libdefault/der_sm2_gen.c up to 1.1 crypto/external/bsd/openssl/lib/libdefault/mkinc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_common_der.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_asymciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_encode_decode.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_exchange.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_kem.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_keymgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_macs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_rands_seeding.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_signature.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/providers_implementations_storemgmt.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/srcs.inc up to 1.1 crypto/external/bsd/openssl/lib/libdefault/ssl.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/Makefile up to 1.7 crypto/external/bsd/openssl/lib/liblegacy/PROTO.in up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_des.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/crypto_md5.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/legacy.map up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/mkinc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_common.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_ciphers.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_digests.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/providers_implementations_kdfs.inc up to 1.1 crypto/external/bsd/openssl/lib/liblegacy/srcs.inc up to 1.1 crypto/external/bsd/openssl/dist/AUTHORS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CONTRIBUTING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/FAQ.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/INSTALL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/LICENSE.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/NEWS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/README-ENGINES.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-FIPS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README-PROVIDERS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/SUPPORT.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/VERSION.dat up to 1.1.1.2 crypto/external/bsd/openssl/dist/configdata.pm.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/BASE.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/AIX.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/MSVC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows/cppbuilder.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Cygwin.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Unix.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/VMS.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/Windows.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform/mingw.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/gentemplate.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-cppbuilder.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-nonstop.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-os390.conf up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/50-vms-x86_64.conf up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/README-design.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/Configurations/platform.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/asn1parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/cmp.c up to 1.3 crypto/external/bsd/openssl/dist/apps/crl2pkcs7.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_libctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/app_x509.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/apps.c up to 1.4 crypto/external/bsd/openssl/dist/apps/lib/apps_ui.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/cmp_mock_srv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/lib/columns.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/engine_loader.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/fmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/http_server.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/opt.c up to 1.2 crypto/external/bsd/openssl/dist/apps/lib/s_cb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/s_socket.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/tlssrp_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_decc_argv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/vms_term_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/lib/win32_init.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/fipsinstall.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/insta.ca.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_libctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/app_params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/apps.h up to 1.2 crypto/external/bsd/openssl/dist/apps/include/apps_ui.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/cmp_mock_srv.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/include/ec_common.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/engine_loader.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/fmt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/function.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/http_server.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/opt.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/s_apps.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/include/vms_term_sock.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/list.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/apps/mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/packet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_ctx.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_hdr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_msg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_protect.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_server.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_status.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cmp/cmp_vfy.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ess/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_asn1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ess/ess_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_parse.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_param.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1/i2d_evp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_prefix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bf_readbuff.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_dump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_print.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bio_sock2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/bss_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bio/ossl_core_bio.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont-fixed.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx512.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp_x2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_conv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bn/bn_rsa_fips186_4.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/bn_sparc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ia64.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cms/cms_dh.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_ec.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_rsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dh/dh_group_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistp521-ppc64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl32.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/arch_intrinsics.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_64/f_impl64.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ec_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecp_s390x_nistp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_backend.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ec/ecx_s390x.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/engine/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_all_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_blocks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/err/err_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/mac_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/p_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/signature.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/asymcipher.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ctrl_params_translate.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/dh_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dh_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/dsa_ctrl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/ec_ctrl.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/ec_support.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/evp_utils.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/exchange.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/kdf_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/keymgmt_meth.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/legacy_blake2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_mdc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_meth.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_ripemd.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/evp/legacy_wp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/md5/md5_sha1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/modes/asm/aes-gcm-armv8_64.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/modes/siv128.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/objects/obj_compat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_http.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pem/pem_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/s390x.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-support.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ia64.S up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/prov_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_deprecated.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rand/rand_pool.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_acvp_test_params.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_backend.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp_names.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_schemes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_check.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sp800_56b_gen.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/sha_ppc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sha/sha3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sm3/legacy_sm3.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/store/store_result.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/by_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/ext_dat.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_data.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_map.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/pcy_node.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/pcy_tree.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/x509/standard_exts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_addr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_admis.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akeya.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_akid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_asid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_bitst.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_cpols.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_crld.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_enum.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_extku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_genn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ia5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_int.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ist.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_ncons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pci.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pcons.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pku.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_pmaps.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_prn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_purp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_san.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_skid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_sxnet.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_tlsf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utf8.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3_utl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/v3err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/x509/x509_trust.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/sparse_array.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/asn1_dsa.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/README-sparse_array.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/bsearch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/context.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_algorithm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_fetch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/core_namemap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/cpuid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/der_writer.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/info.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/initthread.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/param_build_set.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_dup.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/params_from_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/passphrase.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_child.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_conf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/provider_predefined.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/punycode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/self_test_core.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/threads_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/trace.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_asn.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/crmf/crmf_pbm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/decoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_lib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_meth.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/encode_decode/encoder_pkey.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_backend.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_dh.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_key_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_generate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/ffc/ffc_params_validate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/http/http_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/http/http_lib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/defn_cache.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/property/property_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_parse.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_query.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/crypto/property/property_string.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/bio/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/certs/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aesgcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/aeskeywrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/cipher/ariacbc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/README.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/BIO_f_md.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_stdin.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/EVP_MD_xof.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/digest/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/ec_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/encode/rsa_encode.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/hkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/kdf/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/keyexch/x25519.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/cmac-aes256.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/gmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/hmac-sha512.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/mac/siphash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramfromdata.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramgen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_DSA_paramvalidate.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_EC_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/EVP_PKEY_RSA_keygen.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/pkey/dsa.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/EVP_Signature_demo.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_direct.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/demos/signature/rsa_pss_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-asn1parse.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ca.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ciphers.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmds.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-cmp.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-cms.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-crl2pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dgst.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dhparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-dsaparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-nseq.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ec.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ecparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-enc.pod.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man1/openssl-engine.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-errstr.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-fipsinstall.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-format-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-gendsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genpkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-genrsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-info.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-kdf.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-list.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-mac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-namedisplay-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ocsp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passphrase-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-passwd.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs12.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs7.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkcs8.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkey.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyparam.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-pkeyutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-prime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rand.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rehash.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-req.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsa.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-rsautl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_client.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_server.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-s_time.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-sess_id.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-smime.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-speed.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-spkac.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-srp.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-storeutl.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-ts.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verification-options.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-verify.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-version.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man1/openssl-x509.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_is_a.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_des_cbc.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/NCONF_new_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_gmtime.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ITEM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_Calc_B.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_VBASE_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_get0_primary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_DRBG_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_certificate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_group_to_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ERR_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_todata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_EXTERN_FUNCS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_aux_cb.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_core.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_d2i_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ASN1_item_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_prefix.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_readbuffer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_datagram.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BIO_socket_wait.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_exp_mont.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_EncryptedData_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_EnvelopedData_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_data_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/CMS_digest_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_sign.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_ASYM_CIPHER_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_MAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_original_iv.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEM_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYEXCH_free.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_KEYMGMT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PBE_CipherInit.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY2PKCS8.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_libctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_get0_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_check.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_copy_parameters.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_digestsign_supports_digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encapsulate.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_RAND.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_fromdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_field_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_group_name.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_size.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_gettable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_encoded_public_key.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set_type.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_settable_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_SIGNATURE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/EVP_aes_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_aria_128_gcm.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia_128_ecb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_set_default_properties.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_FILE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_hexchar2int.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_s390xcap.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_strcasecmp.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ALGORITHM.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CALLBACK.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_HDR_get0_transactionID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_ITAV_set0.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_get0_header.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_MSG_http_perform.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_SRV_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_STATUSINFO_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_exec_certreq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_log_open.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CORE_MAKE_FUNC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CMP_validate_msg.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_get0_tmpl.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set0_validity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regCtrl_regToken.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_MSG_set1_regInfo_certReq.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_CRMF_pbmp_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DECODER_from_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_DISPATCH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_CTX_new_for_pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ENCODER_to_bio.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_ESS_check_signing_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_REQ_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_parse_url.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_HTTP_transfer.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_LIB_CTX.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_BLD.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_allocate_from_text.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_dup.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PARAM_int.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OSSL_PROVIDER.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_SELF_TEST_set_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_attach.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_enabled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_get_category_num.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OSSL_trace_set_channel.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_version.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PEM_X509_INFO_read_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_create_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get0_attrs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_SAFEBAG_get1_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add1_attr_by_NID.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_CSPName_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_friendlyname_asc.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_localkeyid.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_add_safe.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_decrypt_skey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_gen_mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_get_friendlyname.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_item_decrypt_d2i.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_key_gen_utf8_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_pack_p7encdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBE_keyivgen.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_get_octet_string.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_type_is_other.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_encrypt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/PKCS8_pkey_add1_attr.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_create_verifier.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SRP_user_pwd_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_srp_password.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_ecdh.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_async_callback.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_retry_verify.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_RESP_CTX_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/TS_VERIFY_CTX_set_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509V3_set_ctx.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_add_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_distinguishing_id.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/X509_load_http.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/b2i_PVK_bio_ex.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/d2i_RSAPrivateKey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man3/s2i_ASN1_IA5STRING.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man5/fips_config.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/fips_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-cipher.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_ASYM_CIPHER-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-AES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-ARIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-BLOWFISH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAMELLIA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CAST.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-CHACHA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-DES.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-IDEA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-RC5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SEED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_CIPHER-SM4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-HKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KB.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-KRB5KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PBKDF2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-PKCS12KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SCRYPT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-SSHKDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS13_KDF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-TLS1_PRF.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-ASN1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X942-CONCAT.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KDF-X963.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEM-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-ECDH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_KEYEXCH-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-CMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-GMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-KMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Poly1305.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MAC-Siphash.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-BLAKE2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD4.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MD5.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-MDC2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-NULL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-RIPEMD160.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHA3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SHAKE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-SM3.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-WHIRLPOOL.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_MD-common.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DH.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-EC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-FFC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-SM2.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_PKEY-X25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-CTR-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HASH-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-HMAC-DRBG.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-SEED-SRC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND-TEST-RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_RAND.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-DSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ECDSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/cipher.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/digest.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/kdf.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/mac.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/pkey.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/img/rand.png up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-HMAC.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/EVP_SIGNATURE-RSA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-FIPS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-base.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-default.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-legacy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/OSSL_PROVIDER-null.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-digest.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-pkey.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/life_cycle-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/migration_guide.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/openssl-core.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_dispatch.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-core_names.h.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-env.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-glossary.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl-threads.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/openssl_user_macros.pod.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/property.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-asym_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-base.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-decoder.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-encoder.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kdf.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-kem.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keyexch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-keymgmt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-mac.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-object.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-rand.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider-signature.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/provider-storemgmt.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/man7/provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/build.info.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/perlvars.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/images/openssl.svg up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPENSSL_SA.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OPTIONS.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_DEPRECATED.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/OSSL_METHOD_STORE.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/cms_add1_signing_cert.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_generic_fetch.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_newdata.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_keymgmt_util_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_md_get_number.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_export_to_provider.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/evp_pkey_get1_ED25519.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_begin_sequence.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_bn.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_DER_w_precompiled.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_algorithm_do_all.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_X509_STORE_add1_certs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_asn1_octet_string_set1.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_certreq_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_ctx_set1_caPubs.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_hdr_init.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_mock_srv_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_check_update.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_create.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_msg_protect.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_pkisi_get_status.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_cmp_print_log.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_ends_with_dirsep.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_global_properties_no_mirrored.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_init_thread_deregister.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_lib_ctx_get_data.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_method_construct.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_namemap_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_provider_new.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_punycode_decode.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rand_get_entropy.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_random_add_conf_module.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/ossl_rsa_get0_all_params.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man3/x509v3_cache_extensions.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/DERlib.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/EVP_PKEY.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/VERSION.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/build.info.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/internal/man7/deprecation.pod up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/Makefile up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/cipher.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/digest.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/kdf.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/lifecycles.ods up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/mac.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/pkey.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/doc/life-cycles/rand.dot up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_devcrypto.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.ec up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/engines/e_loader_attic_err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/MODULES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/Preprocess.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-pod-syntax.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/author-signature.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/basic.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/broken.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/delimiters.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/error.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/exported.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/hash.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/inline-comment.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/nested-tags.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/ofh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/out.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/prepend.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/preprocess.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/rt29928.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe2.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/safe3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/strict.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/taint.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/template-encoding.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/t/warnings.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Changes up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/INSTALL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/LICENSE up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/MANIFEST up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.json up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/META.yml up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/Makefile.PL up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/README up to 1.1.1.1 crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/SIGNATURE up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/fuzz_rand.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/fuzz/cmp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sha3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/asn1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/endian.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/der.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/deprecated.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/namemap.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ffc.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/ktls.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/packet.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/param_build_set.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/passphrase.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/property.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/propertyerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sizes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/sm3.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/symhacks.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/tlsgroups.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/internal/unicode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1t.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/bio.h.in up to 1.2 crypto/external/bsd/openssl/dist/include/openssl/crypto.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/lhash.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/macros.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ct.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/err.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/safestack.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslv.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/param_build.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509v3.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ui.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/asn1.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/srp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ssl.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmp_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cms.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/configuration.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/conftypes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_dispatch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/core_object.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmf.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ess.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fips_names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/fipskey.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/http.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/ocsp.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/trace.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/params.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/prov_ssl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/provider.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/sslerr_legacy.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/openssl/x509.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/tserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/aes_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1_dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asn1err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/asyncerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bioerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/bnerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/buffererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmll_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cmperr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cmserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/comperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/conferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/crmferr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cryptoerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/cterr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/decodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/des_platform.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dh.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dherr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/dsaerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecerr.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ecx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encoder.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/encodererr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/engineerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ess.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/esserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/evperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/httperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/modes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/objectserr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ocsperr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pem.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pemerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs12err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/pkcs7err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/ppc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/punycode.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rand_pool.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/randerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsa.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/rsaerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/security_bits.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparc_arch.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/sparse_array.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/storeerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/types.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/uierr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/include/crypto/x509v3err.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/record/tls_pad.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/sslerr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/statem/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/tls_depr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ktls.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_err_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/ssl/ssl_rsa_legacy.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-inter.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/bad-othername-namec.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ca-pol-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/cert-key-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key-public.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ct-server-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/dhk2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ec_privkey_with_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-crit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-noncrit-unknown-ext.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-ocsp-nocheck.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies-bad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-cert-policies.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-3072.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/fake-gp.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-4096.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-key-8192.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-pss-wrong1.5-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ee-ss-with-keyCertSign.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.tlssct up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/ext-check.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/goodcn2-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/grfc.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/key-pass-12345.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/leaf-encrypted.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/nccaothername-key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/pkitsta.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/root-ed25519.privkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/server-dsa-pubkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-ca-cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2-root.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/sm2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-RC2.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/certs/v3-certs-TDES.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-dev.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README-external.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/README.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/acvp_test.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/aesgcmtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/algorithmid_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_core_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ext_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ct/log_list.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/endecoder_legacy_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_extra_test2.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/hexstr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/http_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/moduleloadtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sparse_array_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testec-p112r1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsa2048pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapss.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/05-test_pbe.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_algorithmid.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/06-test_rdrand_sanity.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_traceapi.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb163v1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/c2pnb208w1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp160k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp192k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp224k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp256k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/secp521r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect113r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect163r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect193r2-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect233r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect239k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect283r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect409r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571k1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/sect571r1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls1-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls10-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls11-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls3-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls4-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls5-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls8-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/noncanon/wap-wsg-idm-ecid-wtls9-explicit.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa_data/rsamplcm.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ccm_cavs.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_common.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_ocb.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_siv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aes_wrap.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_aria.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_bf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_camellia_cts.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_cast5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_chacha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_des3_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_idea.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc4_stitched.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_rc5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_seed.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph_sm4.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_krb5.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_pbkdf2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ss.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_ssh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls11_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls12_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_tls13_kdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x942_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf_x963.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_cmac_des.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_poly1305.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_siphash.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_blake.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_md.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_mdc2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_ripemd.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sha.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_sm3.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmd_whirlpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_pkcs12.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_brainpool.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_dsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdh.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecdsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecx.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ffdhe.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kas.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_hkdf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_scrypt.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_kdf_tls1_prf.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_mismatch.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_rsa_common.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_sm2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evprand.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/incdir.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/rsa-key-2432.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/testrsa.pvk up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/ciphertext_from_1_1_1.cms up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms_data/pkcs7-md4.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca_data/revoked.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_exts.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/00-prep_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/01-test_fipsmodule_cnf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_context.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_keymgmt.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_localetest.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/02-test_sparse_array.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_fipsinstall.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1_dsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_bn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ffc.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_namemap.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_rsa_sp800_56b.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm3.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_params_api.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/03-test_property.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_core.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_encoder_decoder_legacy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_hexstring.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_nodefltctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_param_build.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provfetch.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_fallback.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_provider_pkey.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_punycode.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_upcalls.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendh.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_gendsa.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_sha.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_app.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_cli_fips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_legacy_okay.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_mac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_pkeyutl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_rand_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_spkac.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/fuzz.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_acvp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_aesgcm.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_fetch_prov.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_kdf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_libctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_dparam.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_prov_config.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_provider_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_readbuffer.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_asn.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_hdr.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_status.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/71-test_ssl_ctx.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/79-test_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/81-test_cmp_cli.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_fipsload.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_asn1parse.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bignum.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_bndiv.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_client.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cmp.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_cms.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_conf.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_crl.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_ct.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_server.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz_x509.t up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_off.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_conf_data/dollarid_on.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_params_conversion_data/native_types.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dhparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaparams.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/dsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsaprivatekey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/rsapublickey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_read_depr_data/x942params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/NOTES.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/beermug.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-at-the-end.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-254-chars-in-the-middle.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-bom.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline-multiple-of-254.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1023line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1024line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-1025line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-255line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-256line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-257line.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-blankline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-comment.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptedheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-corruptiv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-earlypad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-extrapad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-infixwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-junk.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-leadingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-longline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-misalignedpad.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-oneline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-onelineheader.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortandlongline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-shortline.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-threecolumn.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsa-trailingwhitespace.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/dsaparam.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/key.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_reading_data/wellknown up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p2048_q256_bad_q.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/invalid/p768_q160_too_small.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q160_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p1024_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q224_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p2048_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q160_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q224_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1862_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsaparam_data/valid/p3072_q256_t1864_gind1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsaoaep_data/plain_text up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss_data/negativesaltlen.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p1024_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p2048_t1864_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/invalid/dh_p3072_t1862_pkcs3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_5114_3.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dh_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_5114_2.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_ffdhe2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q160_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p1024_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q224_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p2048_q256_t1864.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q160_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q224_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_check_data/valid/dhx_p3072_q256_t1862.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-2-2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/pkcs3-5-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/20-test_dhparam_data/x942-0-1024.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ascii_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.ascii up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/san.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_chain.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/utf8_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7_data/malformed.pkcs7 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.msb up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/25-test_rusext_data/grfc.utf8 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_defltfips/fipsmodule.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DH.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/DSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/EC.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/ED448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/RSA.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X25519.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.priv.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/X448.pub.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args1.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/args2.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/in2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out1.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/61-test_bio_prefix_data/out2.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.csr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/client.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_client_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/pkcs10.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_msg_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IP_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_protect_data/server.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_server_data/CR_protected_PBM_1234.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity1.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/EndEntity2.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IP_waitingStatus_PBM.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_rmprotection.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/IR_unprotected.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Intermediate_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/Root_CA.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/chain.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/client.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta.priv.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/65-test_cmp_vfy_data/server.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DH-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DHX-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/66-test_ossl_store_data/DSA-params.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/12345.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_server.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/big_trusted.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/empty.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/issuing_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pass_12345.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/new_pub.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/random.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/root_expired.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/server.key up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.key up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer.p12 up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_issuing.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_only.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/signer_root.crt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/test.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/trusted.crt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/Mock/wrong_csr.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_commands.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_connection.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_credentials.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_enrollment.csv up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmp_http_data/test_verification.csv up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi_data/encryptedData.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/large_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_leaf.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_policy_tree_data/small_policy_tree.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old_data/dsa2048.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/all-zero.tsq up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/comodo-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-all-zero.tsr up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-signer.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/sectigo-time-stamping-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca-aaa.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa_data/user-trust-ca.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads_data/rsakey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dhpkey.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/dsapub_noparam.der up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/ec_p256_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_0.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/91-test_pkey_check_data/sm2_bad_neg1.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/gost_engine.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/30-extended-master-secret.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/provider.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/apps_shims.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/fake_random.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/load.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/output.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testutil/test_options.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/asn1_dsa_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_prefix_text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bio_readbuffer_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/bn_rand_range.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ca-and-certs.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_asn_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_client_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_ctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_hdr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_msg_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_protect_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cmp_server_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/cmp_vfy_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/confdump.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/context_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/data2.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-fips.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default-and-legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/default.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/defltfips_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_fetch_prov_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_kdf_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_libctx_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_ctx_new_from_name.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_dparams_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/evp_pkey_provided_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fake_rsaprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ffc_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/filterprov.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-alt.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips-and-base.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/fips_version_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/insta_ca.cert.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/keymgmt_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/legacy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/localetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/namemap_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/nodefltctxtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/null.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/ossl_store_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/p_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/param_build_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_conversion_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/params_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pbetest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pem_read_depr_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs12_format_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/pkcs7_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/prov_config_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provfetchtest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_fallback_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_internal_test.cnf.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_pkey_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/provider_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/proxy.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/punycode_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_status_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rand_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/rsa_sp800_56b_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sha_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/simpledynamic.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/sm3_internal_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont.bin up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smcont_zero.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/cmp_testlib.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/handshake_srp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/pkcs12.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/predefined_dhparams.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssl_test_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/helpers/ssltestlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_old_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/testrsapssmandatory.pem up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/threadstest_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/tls-provider.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/trace_api_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/upcallstest.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/user_property_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/v3_ca_exts.cnf up to 1.1.1.1 crypto/external/bsd/openssl/dist/test/smime-eml/SignedInvalidMappingFromanyPolicyTest7.eml up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other-internal.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/providers.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/withlibctx.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/Query.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/OID.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Ordinals.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ParseC.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Template.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/config.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/fallback.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/stackhash.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/other.syms up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/c-compress-test.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/check-format-test-negatives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format-test-positives.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-format.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/engines.num up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/err-to-raise up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fips-checksums.sh up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/fix-deprecation up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/lang-compress.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/markdownlint.rb up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/merge-err-lines up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingcrypto111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingmacro111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl-internal.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/missingssl111.txt up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mk-fipsmodule-cnf.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mknum.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/mkpod2html.pl up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/wrap.pl.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/util/write-man-symlinks up to 1.1.1.1 crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/CHANGES.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/HACKING.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-ANDROID.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-DJGPP.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-NONSTOP.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-PERL.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-UNIX.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VALGRIND.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/NOTES-VMS.md up to 1.1.1.2 crypto/external/bsd/openssl/dist/NOTES-WINDOWS.md up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DIGESTS.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/DSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/EC.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/ECX.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/NIST.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/RSA.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/SM2.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_digests_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ec_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_ecx_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_rsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/der_wrap_gen.c.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/oids_to_c.pm up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/der/wrap.asn1 up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/bio_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/capabilities.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/digest_to_nid.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_ctx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_err.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_seeding.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/provider_util.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/securitycheck_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/bio.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_digests.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_dsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ec.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_ecx.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_rsa.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_sm2.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/der_wrap.h.in up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/proverr.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_ctx.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/provider_util.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/providercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/common/include/prov/securitycheck.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/baseprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/decoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/defltprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/encoders.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips-sources.checksums up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.checksum up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/fips.module.sources up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/legacyprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/nullprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/prov_running.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/stores.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fips_entry.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/fipsprov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_data.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/fips/self_test_kats.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/rsa_enc.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/sm2_enc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ccm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_aesni.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_s390x.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_ocb_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_siv_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_wrp.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aes_xts_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_aria_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_blowfish_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_cts.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_camellia_hw_t4.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cast5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_cts.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_des_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_desx_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_idea_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_null.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc2_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_rc5_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_seed_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_sm4_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_common.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_default_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/cipher_tdes_wrap_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_block.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_ccm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_gcm_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_hw.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/ciphers/ciphercommon_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_impl.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2b_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/blake2s_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/digestcommon.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md4_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/md5_sha1_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/mdc2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/null_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/ripemd_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha2_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sha3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/sm3_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/digests/wp_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_der2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_epki2pki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_msblob2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pem2der.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_pvk2key.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/decode_spki2typespki.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2any.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2blob.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2ms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/encode_key2text.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_common.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/endecoder_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/dh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecdh_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/ecx_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/exchange/kdf_exch.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/blake2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_aead.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_ccm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/ciphercommon_gcm.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/digestcommon.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/implementations.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/kdfexchange.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/macsignature.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/md5_sha1.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/names.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/include/prov/seeding.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/hkdf.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/kbkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/krb5kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf1.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pbkdf2_fips.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/pkcs12kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/scrypt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sshkdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/sskdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/tls1_prf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kdfs/x942kdf.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/kem/rsa_kem.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dh_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/dsa_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ec_kmgmt_imexport.inc up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/ecx_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/kdf_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/mac_legacy_kmgmt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/rsa_kmgmt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2_mac_impl.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2b_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/blake2s_mac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/cmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/gmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/hmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/kmac_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/poly1305_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/macs/siphash_prov.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_cpu_x86.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_tsc.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_unix.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vms.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_vxworks.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/rand_win.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/crngt.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_ctr.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hash.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_hmac.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/drbg_local.h up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/seed_src.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/rands/test_rng.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/dsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/ecdsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/eddsa_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/mac_legacy_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/signature/rsa_sig.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/providers/implementations/signature/sm2_sig.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/build.info up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_any2obj.c up to 1.1.1.1 crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/file_store_local.h up to 1.1.1.1 crypto/external/bsd/openssl/include/openssl/opensslv.h up to 1.2 crypto/external/bsd/openssl/include/openssl/configuration.h up to 1.4 crypto/external/bsd/openssl/include/openssl/fipskey.h up to 1.1 crypto/external/bsd/openssl/lib/engines/capi/Makefile delete crypto/external/bsd/openssl/lib/libcrypto/ecdh.inc delete crypto/external/bsd/openssl/lib/libcrypto/ecdsa.inc delete crypto/external/bsd/openssl/lib/libcrypto/krb5.inc delete crypto/external/bsd/openssl/lib/libcrypto/md2.inc delete crypto/external/bsd/openssl/lib/libcrypto/rc5.inc delete crypto/external/bsd/openssl/lib/libcrypto/x509v3.inc delete crypto/external/bsd/openssl/dist/ACKNOWLEDGEMENTS delete crypto/external/bsd/openssl/dist/AUTHORS delete crypto/external/bsd/openssl/dist/CHANGES delete crypto/external/bsd/openssl/dist/CONTRIBUTING delete crypto/external/bsd/openssl/dist/FAQ delete crypto/external/bsd/openssl/dist/INSTALL delete crypto/external/bsd/openssl/dist/LICENSE delete crypto/external/bsd/openssl/dist/NEWS delete crypto/external/bsd/openssl/dist/NOTES.ANDROID delete crypto/external/bsd/openssl/dist/NOTES.DJGPP delete crypto/external/bsd/openssl/dist/NOTES.PERL delete crypto/external/bsd/openssl/dist/NOTES.UNIX delete crypto/external/bsd/openssl/dist/NOTES.VMS delete crypto/external/bsd/openssl/dist/NOTES.WIN delete crypto/external/bsd/openssl/dist/README delete crypto/external/bsd/openssl/dist/README.ENGINE delete crypto/external/bsd/openssl/dist/README.FIPS delete crypto/external/bsd/openssl/dist/Configurations/README delete crypto/external/bsd/openssl/dist/Configurations/README.design delete crypto/external/bsd/openssl/dist/Configurations/common.tmpl delete crypto/external/bsd/openssl/dist/apps/app_rand.c delete crypto/external/bsd/openssl/dist/apps/apps.c delete crypto/external/bsd/openssl/dist/apps/apps.h delete crypto/external/bsd/openssl/dist/apps/asn1pars.c delete crypto/external/bsd/openssl/dist/apps/bf_prefix.c delete crypto/external/bsd/openssl/dist/apps/crl2p7.c delete crypto/external/bsd/openssl/dist/apps/dh1024.pem delete crypto/external/bsd/openssl/dist/apps/dh2048.pem delete crypto/external/bsd/openssl/dist/apps/dh4096.pem delete crypto/external/bsd/openssl/dist/apps/opt.c delete crypto/external/bsd/openssl/dist/apps/s_apps.h delete crypto/external/bsd/openssl/dist/apps/s_cb.c delete crypto/external/bsd/openssl/dist/apps/s_socket.c delete crypto/external/bsd/openssl/dist/apps/vms_decc_argv.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.c delete crypto/external/bsd/openssl/dist/apps/vms_term_sock.h delete crypto/external/bsd/openssl/dist/apps/win32_init.c delete crypto/external/bsd/openssl/dist/crypto/mem_dbg.c delete crypto/external/bsd/openssl/dist/crypto/o_fips.c delete crypto/external/bsd/openssl/dist/crypto/ppc_arch.h delete crypto/external/bsd/openssl/dist/crypto/sparc_arch.h delete crypto/external/bsd/openssl/dist/crypto/asn1/asn1_par.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pr.c delete crypto/external/bsd/openssl/dist/crypto/asn1/i2d_pu.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_addr.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_dump.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_print.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock.c delete crypto/external/bsd/openssl/dist/crypto/bio/b_sock2.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_impl.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2_local.h delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/blake2s.c delete crypto/external/bsd/openssl/dist/crypto/blake2/build.info delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2b.c delete crypto/external/bsd/openssl/dist/crypto/blake2/m_blake2s.c delete crypto/external/bsd/openssl/dist/crypto/bn/rsa_sup_mul.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/cmac/cm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/dh/dh1024.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh192.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh2048.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh4096.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh512.pem delete crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc7919.c delete crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.c delete crypto/external/bsd/openssl/dist/crypto/engine/README delete crypto/external/bsd/openssl/dist/crypto/engine/eng_devcrypto.c delete crypto/external/bsd/openssl/dist/crypto/err/README delete crypto/external/bsd/openssl/dist/crypto/evp/m_md2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md4.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_md5_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_mdc2.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_ripemd.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha1.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_sha3.c delete crypto/external/bsd/openssl/dist/crypto/evp/m_wp.c delete crypto/external/bsd/openssl/dist/crypto/evp/pmeth_fn.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_ameth.c delete crypto/external/bsd/openssl/dist/crypto/hmac/hm_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/kdf/hkdf.c delete crypto/external/bsd/openssl/dist/crypto/kdf/scrypt.c delete crypto/external/bsd/openssl/dist/crypto/kdf/tls1_prf.c delete crypto/external/bsd/openssl/dist/crypto/modes/modes_local.h delete crypto/external/bsd/openssl/dist/crypto/objects/README delete crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ht.c delete crypto/external/bsd/openssl/dist/crypto/perlasm/README delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ameth.c delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_local.h delete crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_ctr.c delete crypto/external/bsd/openssl/dist/crypto/rand/drbg_lib.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_vms.c delete crypto/external/bsd/openssl/dist/crypto/rand/rand_win.c delete crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ssl.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_ameth.c delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_local.h delete crypto/external/bsd/openssl/dist/crypto/siphash/siphash_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm2/sm2_pmeth.c delete crypto/external/bsd/openssl/dist/crypto/sm3/m_sm3.c delete crypto/external/bsd/openssl/dist/crypto/store/loader_file.c delete crypto/external/bsd/openssl/dist/crypto/x509/x509_trs.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/build.info delete crypto/external/bsd/openssl/dist/crypto/x509v3/ext_dat.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_cache.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_data.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_local.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_map.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_node.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/pcy_tree.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/standard_exts.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_addr.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_admis.h delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_akeya.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_alt.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_asid.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_bitst.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_conf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_cpols.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_crld.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_enum.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_extku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_genn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ia5.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_info.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_int.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_lib.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_ncons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pci.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcia.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pcons.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pku.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_pmaps.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_prn.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_skey.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_sxnet.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_tlsf.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3_utl.c delete crypto/external/bsd/openssl/dist/crypto/x509v3/v3err.c delete crypto/external/bsd/openssl/dist/demos/README delete crypto/external/bsd/openssl/dist/demos/bio/README delete crypto/external/bsd/openssl/dist/demos/certs/README delete crypto/external/bsd/openssl/dist/demos/engines/e_chil.txt delete crypto/external/bsd/openssl/dist/demos/evp/Makefile delete crypto/external/bsd/openssl/dist/demos/evp/aesccm.c delete crypto/external/bsd/openssl/dist/demos/evp/aesgcm.c delete crypto/external/bsd/openssl/dist/doc/README delete crypto/external/bsd/openssl/dist/doc/man1/asn1parse.pod delete crypto/external/bsd/openssl/dist/doc/man1/ca.pod delete crypto/external/bsd/openssl/dist/doc/man1/ciphers.pod delete crypto/external/bsd/openssl/dist/doc/man1/cms.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl.pod delete crypto/external/bsd/openssl/dist/doc/man1/crl2pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/dgst.pod delete crypto/external/bsd/openssl/dist/doc/man1/dhparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/dsaparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/ec.pod delete crypto/external/bsd/openssl/dist/doc/man1/ecparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/enc.pod delete crypto/external/bsd/openssl/dist/doc/man1/engine.pod delete crypto/external/bsd/openssl/dist/doc/man1/errstr.pod delete crypto/external/bsd/openssl/dist/doc/man1/gendsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/genpkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/genrsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/list.pod delete crypto/external/bsd/openssl/dist/doc/man1/nseq.pod delete crypto/external/bsd/openssl/dist/doc/man1/ocsp.pod delete crypto/external/bsd/openssl/dist/doc/man1/passwd.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs12.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs7.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkcs8.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkey.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyparam.pod delete crypto/external/bsd/openssl/dist/doc/man1/pkeyutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/prime.pod delete crypto/external/bsd/openssl/dist/doc/man1/rand.pod delete crypto/external/bsd/openssl/dist/doc/man1/rehash.pod delete crypto/external/bsd/openssl/dist/doc/man1/req.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsa.pod delete crypto/external/bsd/openssl/dist/doc/man1/rsautl.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_client.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_server.pod delete crypto/external/bsd/openssl/dist/doc/man1/s_time.pod delete crypto/external/bsd/openssl/dist/doc/man1/sess_id.pod delete crypto/external/bsd/openssl/dist/doc/man1/smime.pod delete crypto/external/bsd/openssl/dist/doc/man1/speed.pod delete crypto/external/bsd/openssl/dist/doc/man1/spkac.pod delete crypto/external/bsd/openssl/dist/doc/man1/srp.pod delete crypto/external/bsd/openssl/dist/doc/man1/storeutl.pod delete crypto/external/bsd/openssl/dist/doc/man1/ts.pod delete crypto/external/bsd/openssl/dist/doc/man1/verify.pod delete crypto/external/bsd/openssl/dist/doc/man1/version.pod delete crypto/external/bsd/openssl/dist/doc/man1/x509.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_cmp.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aes.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_size.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_aria.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_camellia.pod delete crypto/external/bsd/openssl/dist/doc/man3/EVP_des.pod delete crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_VERSION_NUMBER.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_generate.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_get0_master.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_new.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_reseed.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_callbacks.pod delete crypto/external/bsd/openssl/dist/doc/man3/RAND_DRBG_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_ex_data.pod delete crypto/external/bsd/openssl/dist/doc/man3/d2i_DHparams.pod delete crypto/external/bsd/openssl/dist/doc/man7/Ed25519.pod delete crypto/external/bsd/openssl/dist/doc/man7/RAND_DRBG.pod delete crypto/external/bsd/openssl/dist/doc/man7/SM2.pod delete crypto/external/bsd/openssl/dist/doc/man7/scrypt.pod delete crypto/external/bsd/openssl/dist/external/perl/transfer/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template/Preprocess.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/lib/Text/Template.pm delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/00-version.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/01-basic.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/02-hash.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/03-out.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/04-safe.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/05-safe2.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/06-ofh.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/07-safe3.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/08-exported.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/09-error.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/10-delimiters.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/11-prepend.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/12-preprocess.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/13-taint.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/t/14-broken.t delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Artistic delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/COPYING delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/INSTALL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/MANIFEST delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.json delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/META.yml delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/Makefile.PL delete crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.46/README delete crypto/external/bsd/openssl/dist/fuzz/rand.inc delete crypto/external/bsd/openssl/dist/include/crypto/sm3.h delete crypto/external/bsd/openssl/dist/include/internal/o_str.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1.h delete crypto/external/bsd/openssl/dist/include/openssl/asn1t.h delete crypto/external/bsd/openssl/dist/include/openssl/bio.h delete crypto/external/bsd/openssl/dist/include/openssl/cms.h delete crypto/external/bsd/openssl/dist/include/openssl/conf.h delete crypto/external/bsd/openssl/dist/include/openssl/crypto.h delete crypto/external/bsd/openssl/dist/include/openssl/ct.h delete crypto/external/bsd/openssl/dist/include/openssl/err.h delete crypto/external/bsd/openssl/dist/include/openssl/lhash.h delete crypto/external/bsd/openssl/dist/include/openssl/ocsp.h delete crypto/external/bsd/openssl/dist/include/openssl/opensslconf.h.in delete crypto/external/bsd/openssl/dist/include/openssl/opensslv.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs12.h delete crypto/external/bsd/openssl/dist/include/openssl/pkcs7.h delete crypto/external/bsd/openssl/dist/include/openssl/rand_drbg.h delete crypto/external/bsd/openssl/dist/include/openssl/safestack.h delete crypto/external/bsd/openssl/dist/include/openssl/srp.h delete crypto/external/bsd/openssl/dist/include/openssl/ssl.h delete crypto/external/bsd/openssl/dist/include/openssl/ui.h delete crypto/external/bsd/openssl/dist/include/openssl/x509.h delete crypto/external/bsd/openssl/dist/include/openssl/x509_vfy.h delete crypto/external/bsd/openssl/dist/include/openssl/x509v3.h delete crypto/external/bsd/openssl/dist/ssl/record/README delete crypto/external/bsd/openssl/dist/ssl/packet.c delete crypto/external/bsd/openssl/dist/ssl/packet_local.h delete crypto/external/bsd/openssl/dist/ssl/statem/README delete crypto/external/bsd/openssl/dist/test/CAss.cnf delete crypto/external/bsd/openssl/dist/test/CAssdh.cnf delete crypto/external/bsd/openssl/dist/test/CAssdsa.cnf delete crypto/external/bsd/openssl/dist/test/CAssrsa.cnf delete crypto/external/bsd/openssl/dist/test/P1ss.cnf delete crypto/external/bsd/openssl/dist/test/P2ss.cnf delete crypto/external/bsd/openssl/dist/test/README delete crypto/external/bsd/openssl/dist/test/README.external delete crypto/external/bsd/openssl/dist/test/Sssdsa.cnf delete crypto/external/bsd/openssl/dist/test/Sssrsa.cnf delete crypto/external/bsd/openssl/dist/test/Uss.cnf delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.c delete crypto/external/bsd/openssl/dist/test/drbg_cavs_data.h delete crypto/external/bsd/openssl/dist/test/drbg_cavs_test.c delete crypto/external/bsd/openssl/dist/test/drbgtest.h delete crypto/external/bsd/openssl/dist/test/evp_test.h delete crypto/external/bsd/openssl/dist/test/gosttest.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.c delete crypto/external/bsd/openssl/dist/test/handshake_helper.h delete crypto/external/bsd/openssl/dist/test/md2test.c delete crypto/external/bsd/openssl/dist/test/ct/log_list.conf delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.c delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx.h delete crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.conf delete crypto/external/bsd/openssl/dist/test/ssltest_old.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.c delete crypto/external/bsd/openssl/dist/test/ssltestlib.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/include/openssl/base.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/async_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/build.info delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_config.json delete crypto/external/bsd/openssl/dist/test/ossl_shim/ossl_shim.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/packeted_bio.h delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.cc delete crypto/external/bsd/openssl/dist/test/ossl_shim/test_config.h delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_md2.t delete crypto/external/bsd/openssl/dist/test/recipes/05-test_mdc2.t delete crypto/external/bsd/openssl/dist/test/recipes/06-test-rdrand.t delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost.t delete crypto/external/bsd/openssl/dist/test/recipes/95-test_external_boringssl.t delete crypto/external/bsd/openssl/dist/test/recipes/99-test_fuzz.t delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/beermug.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/NOTES delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-at-the-end.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-254-chars-in-the-middle.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/csr.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline-multiple-of-254.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/cert.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1023line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1024line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-1025line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-255line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-256line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-257line.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-blankline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-comment.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptedheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-corruptiv.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-earlypad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-extrapad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-infixwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-junk.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-leadingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-longline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-misalignedpad.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-oneline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-onelineheader.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortandlongline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-shortline.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-threecolumn.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsa-trailingwhitespace.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/dsaparam.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/key.pem delete crypto/external/bsd/openssl/dist/test/recipes/04-test_pem_data/wellknown delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb163v1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/c2pnb208w1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp160k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp192k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp224k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp256k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/secp521r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect113r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect163r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect193r2-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect233r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect239k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect283r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect409r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571k1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/sect571r1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls1-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls10-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls11-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls3-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls4-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls5-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls8-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam_data/valid/wap-wsg-idm-ecid-wtls9-explicit.pem delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpcase.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpccmcavs.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpciph.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpdigest.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpkdf.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpmac.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppbe.txt delete crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey.txt delete crypto/external/bsd/openssl/dist/test/recipes/90-test_gost_data/gost.conf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/user.cnf delete crypto/external/bsd/openssl/dist/test/recipes/90-test_store_data/ca.cnf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/01-simple.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/02-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/03-custom_verify.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/04-client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/05-sni.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/06-sni-ticket.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/07-dtls-protocol-version.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/08-npn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/09-alpn.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/10-resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/11-dtls_resumption.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/12-ct.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/13-fragmentation.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/14-curves.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/15-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/16-dtls-certstatus.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/17-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/18-dtls-renegotiate.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/19-mac-then-encrypt.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/20-cert-select.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/21-key-update.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/22-compression.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/23-srp.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/24-padding.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/25-cipher.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/26-tls13_client_auth.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/27-ticket-appdata.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/28-seclevel.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/29-dtls-sctp-label-bug.conf.in delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf delete crypto/external/bsd/openssl/dist/test/ssl-tests/30-supported-groups.conf.in delete crypto/external/bsd/openssl/dist/test/testutil/output_helpers.c delete crypto/external/bsd/openssl/dist/test/testutil/tap_bio.c delete crypto/external/bsd/openssl/dist/util/openssl-format-source delete crypto/external/bsd/openssl/dist/util/openssl-update-copyright delete crypto/external/bsd/openssl/dist/util/private.num delete crypto/external/bsd/openssl/dist/util/process_docs.pl delete crypto/external/bsd/openssl/dist/util/perl/with_fallback.pm delete crypto/external/bsd/openssl/include/internal/bn_conf.h delete crypto/external/bsd/openssl/include/internal/dso_conf.h delete crypto/external/bsd/openssl/include/openssl/opensslconf.h delete crypto/external/bsd/openssl/bin/Makefile up to 1.12 crypto/external/bsd/openssl/dist/Configure up to 1.33 crypto/external/bsd/openssl/dist/appveyor.yml up to 1.1.1.7 crypto/external/bsd/openssl/dist/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/config up to 1.1.1.15 crypto/external/bsd/openssl/dist/config.com up to 1.1.1.3 crypto/external/bsd/openssl/dist/e_os.h up to 1.18 crypto/external/bsd/openssl/dist/Configurations/00-base-templates.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/10-main.conf up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/15-android.conf up to 1.1.1.6 crypto/external/bsd/openssl/dist/Configurations/15-ios.conf up to 1.1.1.4 crypto/external/bsd/openssl/dist/Configurations/50-djgpp.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-haiku.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-masm.conf up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/50-win-onecore.conf up to 1.1.1.5 crypto/external/bsd/openssl/dist/Configurations/descrip.mms.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/Configurations/shared-info.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/unix-Makefile.tmpl up to 1.1.1.14 crypto/external/bsd/openssl/dist/Configurations/unix-checker.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/Configurations/windows-checker.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/Configurations/windows-makefile.tmpl up to 1.1.1.10 crypto/external/bsd/openssl/dist/VMS/VMSify-conf.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_ivp.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/openssl_shutdown.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_startup.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/VMS/openssl_utils.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/VMS/translatesyms.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/apps/CA.pl.in up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/ca.c up to 1.23 crypto/external/bsd/openssl/dist/apps/ciphers.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/cms.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/apps/crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/dgst.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/apps/dhparam.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/dsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/dsaparam.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/ec.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/ecparam.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/enc.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/apps/engine.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/errstr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/gendsa.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/genpkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/genrsa.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/nseq.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ocsp.c up to 1.24 crypto/external/bsd/openssl/dist/apps/openssl-vms.cnf up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/openssl.c up to 1.8 crypto/external/bsd/openssl/dist/apps/openssl.cnf up to 1.11 crypto/external/bsd/openssl/dist/apps/passwd.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/apps/pkcs12.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/apps/pkcs7.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/pkcs8.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/pkeyparam.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/pkeyutl.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/prime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/progs.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/apps/rand.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/rehash.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/req.c up to 1.5 crypto/external/bsd/openssl/dist/apps/rsa.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/apps/rsautl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/s_client.c up to 1.27 crypto/external/bsd/openssl/dist/apps/s_server.c up to 1.28 crypto/external/bsd/openssl/dist/apps/s_time.c up to 1.13 crypto/external/bsd/openssl/dist/apps/sess_id.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/smime.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/apps/speed.c up to 1.22 crypto/external/bsd/openssl/dist/apps/spkac.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/srp.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/apps/storeutl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/testdsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/testrsa.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/apps/timeouts.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/ts.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/apps/tsget.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/apps/verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/apps/version.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/apps/vms_decc_init.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/apps/x509.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/LPdir_nyi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_unix.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/LPdir_vms.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_win.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/LPdir_win32.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/LPdir_wince.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/alphacpuid.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/arm64cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/arm_arch.h up to 1.9 crypto/external/bsd/openssl/dist/crypto/armcap.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/armv4cpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/c64xpluscpuid.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cpt_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cryptlib.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/ctype.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/cversion.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dllmain.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ebcdic.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ex_data.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/getenv.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ia64cpuid.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/init.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/mem.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/mem_clr.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/mem_sec.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/mips_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/o_dir.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_fopen.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/o_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/o_str.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/o_time.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/pariscid.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ppccap.c up to 1.21 crypto/external/bsd/openssl/dist/crypto/ppccpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/s390x_arch.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/s390xcap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/s390xcpuid.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sparccpuid.S up to 1.10 crypto/external/bsd/openssl/dist/crypto/sparcv9cap.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/threads_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/threads_pthread.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/threads_win.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/uid.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/vms_rms.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x86_64cpuid.pl up to 1.10 crypto/external/bsd/openssl/dist/crypto/x86cpuid.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_core.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/aes_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_ige.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/aes_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/aes_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/aes_wrap.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/aes_x86core.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ia64.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-s390x.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/aes/asm/aes-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesfx-sparcv9.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha1-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-sha256-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesni-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesp8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/aest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/aesv8-armx.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aes/asm/bsaes-armv7.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/aes/asm/vpaes-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/aria/aria.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/a_bitstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_d2i_fp.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_digest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_dup.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_gentm.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_i2d_fp.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/a_int.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/a_mbstr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_object.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/a_octet.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_print.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/a_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_strex.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_time.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_type.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/asn1/a_utctm.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/a_utf8.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/a_verify.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/ameth_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_err.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_gen.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_item_list.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/asn1_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mime.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/asn1/asn_moid.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/asn_mstbl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/asn_pack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/asn1/bio_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/bio_ndef.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/asn1/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/charmap.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pr.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/d2i_pu.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/evp_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/asn1/f_int.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/f_string.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/n_pkey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/asn1/nsseq.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbe.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/p5_pbev2.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/p5_scrypt.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/p8_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/standard_methods.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/t_bitst.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/t_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/t_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_dec.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_enc.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_fre.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_new.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_prn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_scn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_typ.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/tasn_utl.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/tbl_standard.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/asn1/x_algor.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/asn1/x_bignum.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/asn1/x_info.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_int64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_long.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_pkey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/asn1/x_sig.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_spki.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/asn1/x_val.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/async/async.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/async_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/async_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/async_wait.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_null.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_posix.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/async/arch/async_win.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_cfb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/bf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bf/bf_ofb64.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bf/bf_pi.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bf/bf_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/bf/asm/bf-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bio/bf_buff.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bf_lbuf.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bf_nbio.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bf_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_cb.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bio_err.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bio_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bio/bio_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bio/bio_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bio/bss_acpt.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bio/bss_bio.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bio/bss_conn.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c up to 1.1.1.20 crypto/external/bsd/openssl/dist/crypto/bio/bss_fd.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/bss_file.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_log.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bio/bss_mem.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/bio/bss_null.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bio/bss_sock.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bio/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/README.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_add.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_asm.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_blind.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_const.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_ctx.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_depr.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_dh.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_div.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/bn/bn_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp.c up to 1.22 crypto/external/bsd/openssl/dist/crypto/bn/bn_exp2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_gcd.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/bn/bn_gf2m.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/bn_intern.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_kron.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/bn/bn_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_mod.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/bn/bn_mpi.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_mul.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_nist.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_prime.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_print.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/bn/bn_rand.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/bn/bn_recp.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_shift.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqr.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/bn_sqrt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_srp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/bn_word.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/bn_x931p.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/build.info up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/rsaz_exp.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/alpha-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-gf2m.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv4-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/armv8-mont.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/bn-c64xplus.asm up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/bn/asm/c64xplus-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/co-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/ia64.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/parisc-mont.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/ppc64-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-avx2.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/rsaz-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x-mont.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/bn/asm/s390x.S up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparct4-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8.S up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv8plus.S up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-gf2m.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/sparcv9a-mont.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/bn/asm/via-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/vis3-mont.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-gf2m.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86-mont.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gcc.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-gf2m.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/bn/asm/x86_64-mont5.pl up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/buffer/buf_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/buffer/buffer.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/buffer/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/camellia/camellia.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ctr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_misc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/camellia/cmll_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmll-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/camellia/asm/cmllt4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/cast/c_cfb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ecb.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_ofb64.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/c_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cast/cast_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cast/cast_s.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cast/asm/cast-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/chacha/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/chacha_enc.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-c64xplus.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/chacha/asm/chacha-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cmac/cmac.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/cms/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_asn1.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/cms/cms_att.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_cd.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_dd.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_enc.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/cms/cms_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/cms/cms_ess.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/cms/cms_io.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/cms/cms_kari.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/cms/cms_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/cms/cms_pwri.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/comp/c_zlib.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/comp/comp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/comp/comp_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/comp/comp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_api.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/conf/conf_def.h up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/conf/conf_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/conf/conf_lib.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/conf/conf_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/conf/conf_mall.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/conf/conf_mod.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_sap.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/conf/conf_ssl.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/conf/keysets.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ct/ct_b64.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ct/ct_log.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_oct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_policy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_prn.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ct/ct_sct_ctx.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_vfy.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ct/ct_x509v3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/des/cbc_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cbc_enc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/cfb64ede.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/cfb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/cfb_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_enc.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/des_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/des/ecb3_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ecb_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/fcrypt_b.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ncbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64ede.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb64enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/ofb_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/pcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/qud_cksm.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/rand_key.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/des/set_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/des/spr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/str2key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/xcbc_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/crypt586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/des/asm/des-586.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/des/asm/des_enc.m4 up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/des/asm/desboth.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/des/asm/dest4-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/dh/dh_ameth.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dh/dh_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_check.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_gen.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dh/dh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_key.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dh/dh_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/dh/dh_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dh/dh_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dh/dh_pmeth.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dh/dh_prn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dh/dh_rfc5114.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ameth.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_asn1.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_gen.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_key.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_lib.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_meth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_ossl.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_sign.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/dsa/dsa_vrf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/dso/dso_dl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c up to 1.17 crypto/external/bsd/openssl/dist/crypto/dso/dso_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/dso/dso_lib.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/dso/dso_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/dso/dso_openssl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/dso/dso_win32.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve25519.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec2_oct.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ec/ec2_smpl.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/ec/ec_check.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ec_curve.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ec_cvt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_err.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_key.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ec_kmeth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ec_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/ec/ec_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ec_mult.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ec_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ec/ec_print.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_kdf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/ecdh_ossl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_ossl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_sign.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecdsa_vrf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/eck_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_mont.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nist.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp224.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp256.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistp521.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistputil.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/ec/ecp_nistz256_table.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/ecp_oct.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/ec/ecx_meth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv4.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-ppc64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-sparcv9.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/asm/ecp_nistz256-x86_64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-ppc64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/asm/x25519-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448_tables.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/curve448utils.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/ed448.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/eddsa.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/f_generic.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/field.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/point_448.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ec/curve448/scalar.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/word.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/arch_intrinsics.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ec/curve448/arch_32/f_impl.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c up to 1.15 crypto/external/bsd/openssl/dist/crypto/engine/eng_cnf.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_ctrl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_dyn.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_fat.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/eng_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/eng_lib.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_list.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/engine/eng_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/engine/eng_openssl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_pkey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/engine/eng_rdrand.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/eng_table.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/engine/tb_asnmth.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/engine/tb_cipher.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dh.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_digest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_dsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_eckey.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/engine/tb_pkmeth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rand.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/engine/tb_rsa.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/err/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/err/err.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/err/err_all.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/err/err_prn.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.ec up to 1.7 crypto/external/bsd/openssl/dist/crypto/err/openssl.txt up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/bio_enc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/bio_md.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/bio_ok.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/c_allc.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/evp/c_alld.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/cmeth_lib.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/digest.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c up to 1.26 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha1.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/e_aes_cbc_hmac_sha256.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_aria.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_bf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_camellia.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_cast.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_chacha20_poly1305.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/e_des.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_des3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/e_idea.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_null.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_old.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/e_rc2.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_rc4_hmac_md5.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/e_rc5.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/e_sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/e_xcbc_d.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/encode.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/evp/evp_cnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/evp_enc.c up to 1.16 crypto/external/bsd/openssl/dist/crypto/evp/evp_err.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/evp/evp_key.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/evp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/evp_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/evp/evp_pbe.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/evp/evp_pkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_null.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/evp/m_sigver.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/names.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p5_crpt2.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/evp/p_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/evp/p_lib.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/evp/p_open.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_seal.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/evp/p_sign.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/p_verify.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pbe_scrypt.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_gn.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/evp/pmeth_lib.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/hmac/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/hmac/hmac.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/hmac/hmac_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/idea/i_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/idea/i_ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/idea/i_skey.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/idea/idea_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/kdf/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/kdf/kdf_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/lhash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/lhash/lh_stats.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/lhash/lhash.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/lhash/lhash_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md2/md2_dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/md2/md2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md4/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/md4/md4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md4/md4_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/md5/md5_dgst.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/md5/md5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/md5/md5_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/md5/asm/md5-x86_64.pl up to 1.6 crypto/external/bsd/openssl/dist/crypto/mdc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/mdc2/mdc2dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/cbc128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/ccm128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/cfb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/ctr128.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/cts128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/gcm128.c up to 1.13 crypto/external/bsd/openssl/dist/crypto/modes/ocb128.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/ofb128.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/wrap128.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/modes/xts128.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/aesni-gcm-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashp8-ppc.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/modes/asm/ghashv8-armx.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/o_names.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.h up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/objects/obj_dat.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/objects/obj_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/objects/obj_lib.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/objects/obj_mac.num up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.h up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/objects/obj_xref.txt up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/objects/objects.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/objects/objects.txt up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/objects/objxref.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_asn.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_cl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_ext.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_prn.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_srv.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ocsp/ocsp_vfy.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/ocsp/v3_ocsp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/pem/pem_all.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_err.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_info.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_lib.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/pem/pem_oth.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pem/pem_pk8.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pem/pem_pkey.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pem/pem_sign.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pem/pem_x509.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pem_xaux.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pem/pvkfmt.c up to 1.1.1.16 crypto/external/bsd/openssl/dist/crypto/perlasm/arm-xlate.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/perlasm/cbc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/perlasm/ppc-xlate.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/perlasm/sparcv9_modes.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/perlasm/x86_64-xlate.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/perlasm/x86asm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86gas.pl up to 1.7 crypto/external/bsd/openssl/dist/crypto/perlasm/x86masm.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/perlasm/x86nasm.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_add.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_asn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_attr.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crpt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_decr.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_init.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_key.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_mutl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_npas.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8d.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_p8e.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_sbag.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_utl.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/pkcs12/pk12err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/bio_pk7.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_attr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_lib.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_mime.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_smime.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_base2_44.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/poly1305_ieee754.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv4.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-c64xplus.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-mips.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppc.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-ppcfp.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-s390x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-sparcv9.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/poly1305/asm/poly1305-x86_64.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rand/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rand/rand_egd.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rand/rand_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rand/rand_lib.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/rand/rand_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rand/randfile.c up to 1.14 crypto/external/bsd/openssl/dist/crypto/rc2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_cbc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_ecb.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_local.h up to 1.3 crypto/external/bsd/openssl/dist/crypto/rc2/rc2_skey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc2/rc2ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc4/build.info up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_enc.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc4/rc4_skey.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-586.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-c64xplus.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-md5-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-s390x.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rc4/asm/rc4-x86_64.pl up to 1.8 crypto/external/bsd/openssl/dist/crypto/rc5/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_ecb.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_enc.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rc5/rc5_skey.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rc5/rc5cfb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/rc5ofb64.c up to 1.6 crypto/external/bsd/openssl/dist/crypto/rc5/asm/rc5-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_dgst.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ripemd/rmd_one.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ripemd/rmdconst.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/ripemd/asm/rmd-586.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c up to 1.1.1.17 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_asn1.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_chk.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_crpt.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_depr.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_err.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_gen.c up to 1.7 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_lib.c up to 1.8 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_meth.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_mp.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_none.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_oaep.c up to 1.12 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ossl.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pk1.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pmeth.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_prn.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pss.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_saos.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_sign.c up to 1.10 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_x931g.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/seed/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/seed/seed_cbc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_cfb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_ecb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/seed/seed_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/seed/seed_ofb.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/keccak1600.c up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/sha1_one.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/sha1dgst.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/sha256.c up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha512.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/sha/sha_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv4.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-armv8.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx2.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-avx512vl.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-c64x.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-mmx.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-ppc64.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-s390x.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600-x86_64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/keccak1600p8-ppc.pl up to 1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-586.pl up to 1.1.1.12 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-alpha.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv4-large.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-armv8.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ia64.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-parisc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-sparcv9a.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-thumb.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha1-x86_64.pl up to 1.11 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-586.pl up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha256-mb-x86_64.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-586.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv4.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-armv8.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-c64xplus.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ia64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-mips.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-parisc.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-ppc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-s390x.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-sparcv9.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512-x86_64.pl up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/sha/asm/sha512p8-ppc.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/siphash/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/siphash/siphash.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/sm2/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_crypt.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm2/sm2_sign.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/sm3/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm3/sm3.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/sm3/sm3_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/sm4/sm4.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/srp/srp_lib.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/stack/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/stack/stack.c up to 1.5 crypto/external/bsd/openssl/dist/crypto/store/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_init.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_lib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/store/store_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/store/store_register.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/store/store_strings.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_asn1.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/ts/ts_conf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_lib.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ts/ts_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_req_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_print.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_sign.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_utils.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/ts/ts_verify_ctx.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/txt_db/txt_db.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/ui/ui_err.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/ui/ui_lib.c up to 1.9 crypto/external/bsd/openssl/dist/crypto/ui/ui_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/ui/ui_null.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/ui/ui_openssl.c up to 1.19 crypto/external/bsd/openssl/dist/crypto/ui/ui_util.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_block.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_dgst.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/wp_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-mmx.pl up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/whrlpool/asm/wp-x86_64.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/by_dir.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/crypto/x509/by_file.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/t_crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/t_req.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/t_x509.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_att.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/crypto/x509/x509_cmp.c up to 1.1.1.18 crypto/external/bsd/openssl/dist/crypto/x509/x509_d2.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_def.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x509_err.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/crypto/x509/x509_ext.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x509_lu.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/crypto/x509/x509_meth.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/crypto/x509/x509_obj.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_r2x.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509_req.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_set.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_txt.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/crypto/x509/x509_v3.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509_vfy.c up to 1.28 crypto/external/bsd/openssl/dist/crypto/x509/x509_vpm.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/crypto/x509/x509cset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x509rset.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509spki.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x509type.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_all.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/crypto/x509/x_attrib.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_crl.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_exten.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_name.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/crypto/x509/x_pubkey.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/crypto/x509/x_req.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/crypto/x509/x_x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/crypto/x509/x_x509a.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/Makefile up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/accept.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/client-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/cmod.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/connect.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/saccept.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/demos/bio/sconnect.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/bio/server-arg.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/bio/server-cmod.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/demos/bio/server-conf.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/certs/ca.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/certs/apps/apps.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/demos/cms/cms_comp.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_ddec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_dec.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_denc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_enc.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/cms/cms_sign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_uncomp.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/cms/cms_ver.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/demos/pkcs12/pkread.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/demos/pkcs12/pkwrite.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smdec.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smenc.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smsign2.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/demos/smime/smver.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/fingerprints.txt up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/HOWTO/certificates.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/HOWTO/keys.txt up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man1/CA.pl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man1/openssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man1/tsget.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ADMISSIONS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_INTEGER_get_int64.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ASN1_ITEM_lookup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_OBJECT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_TABLE_add.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_length.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASN1_STRING_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TIME_set.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_TYPE_get.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASN1_generate_nconf.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_WAIT_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ASYNC_start_job.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BF_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDR.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_ADDRINFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_connect.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BIO_ctrl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_base64.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_buffer.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_cipher.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_md.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_f_ssl.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_find_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_data.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_new_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_parse_hostserv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_printf.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_push.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_read.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_fd.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_mem.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_null.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_s_socket.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BIO_set_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BIO_should_retry.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_BLINDING_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_CTX_start.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_add_word.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_bn2bin.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_cmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_copy.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_generate_prime.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_inverse.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_montgomery.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_mod_mul_reciprocal.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_num_bytes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_rand.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/BN_security_bits.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/BN_set_bit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/BN_swap.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BN_zero.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/BUF_MEM_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_add0_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_recipient_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_add1_signer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_compress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_decrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_final.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_RecipientInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_SignerInfos.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_get0_type.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CMS_get1_ReceiptRequest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_sign_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_uncompress.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/CMS_verify_receipt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CONF_modules_load_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_THREAD_run_once.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_get_ex_new_index.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CRYPTO_memcmp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_get0_log_by_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_STORE_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CTLOG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/CT_POLICY_EVAL_CTX_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DEFINE_STACK_OF.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DES_random_key.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_get0_pqg.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_get_1024_160.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_new_by_nid.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DH_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DH_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_SIG_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_do_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_dup_DH.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_generate_parameters.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_get0_pqg.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DSA_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/DTLS_get_data_mtu.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLS_set_timer_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/DTLSv1_listen.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECDSA_SIG_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ECPKParameters_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GFp_simple_method.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_copy.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_GROUP_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_get_enc_flags.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EC_KEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_add.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EC_POINT_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/ENGINE_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/ERR_GET_LIB.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_clear_error.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_error_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_get_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_crypto_strings.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_load_strings.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_print_errors.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_put_error.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/ERR_remove_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/ERR_set_mark.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_BytesToKey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_CTX_get_cipher_data.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_CIPHER_meth_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestSignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_DigestVerifyInit.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncodeInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_EncryptInit.pod up to 1.1.1.9 crypto/external/bsd/openssl/dist/doc/man3/EVP_MD_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_OpenInit.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_ASN1_METHOD.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_ctrl.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set1_pbe_pass.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_hkdf_md.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_scrypt_N.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_CTX_set_tls1_prf_md.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_asn1_get_count.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_decrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_derive.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_get_default_digest_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_keygen.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_get_count.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_meth_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_print_private.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_set1_RSA.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_sign.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_PKEY_verify_recover.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SealInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_SignInit.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/EVP_VerifyInit.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_bf_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_blake2b512.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_cast5_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_chacha20.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_desx_cbc.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_idea_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_md2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_md5.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_mdc2.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc2_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc4.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_rc5_32_12_16_cbc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/EVP_ripemd160.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_seed_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha1.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sha3_224.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm3.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/EVP_sm4_cbc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/EVP_whirlpool.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/HMAC.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/MD5.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/MDC2_Init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OBJ_nid2obj.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OCSP_REQUEST_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_cert_to_id.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_request_add1_nonce.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OCSP_resp_find_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_response_status.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OCSP_sendreq_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_Applink.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_COMPFUNC.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_LH_stats.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_config.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_fork_prepare.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_ia32cap.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_crypto.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_init_ssl.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_instrument_bus.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_load_builtin_modules.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_malloc.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/OPENSSL_secure_malloc.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_INFO.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_LOADER.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_SEARCH.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_expect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OSSL_STORE_open.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/OpenSSL_add_all_algorithms.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_bytes_read_bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_CMS.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_PrivateKey.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PEM_read_bio_ex.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_CMS_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PEM_write_bio_PKCS7_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_create.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_newpass.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS12_parse.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/PKCS5_PBKDF2_HMAC.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_decrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_encrypt.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_sign_add_signer.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/PKCS7_verify.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_add.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RAND_bytes.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RAND_cleanup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_egd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RAND_load_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RAND_set_rand_method.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RC4_set_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RIPEMD160_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_blinding_on.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_check_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_generate_key.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_get0_key.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_meth_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_padding_add_PKCS1_type_1.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/RSA_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_private_encrypt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_public_encrypt.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/RSA_set_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/RSA_sign_ASN1_OCTET_STRING.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/RSA_size.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SCT_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SCT_validate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SHA256_Init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_read_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_CMS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SMIME_write_PKCS7.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CIPHER_get_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_COMP_add_compression_method.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set1_prefix.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_flags.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_CTX_set_ssl_ctx.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CONF_cmd_argv.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add1_chain_cert.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_extra_chain_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_add_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_ctrl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_dane_enable.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_flush_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get0_param.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_get_verify_mode.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_has_client_custom_ext.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_load_verify_locations.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_number.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_cache_size.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sess_set_get_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_sessions.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set0_CA_list.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_curves.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_sigalgs.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set1_verify_cert_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_alpn_select_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_store.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cert_verify_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_cipher_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_cert_cb.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_client_hello_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ct_validation_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ctlog_list_file.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_default_passwd_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_generate_session_id.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_info_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_keylog_callback.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_max_cert_list.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_min_proto_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_mode.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_msg_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_num_tickets.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_options.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_psk_client_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_quiet_shutdown.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_read_ahead.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_record_padding_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_security_level.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_cache_mode.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_id_context.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_session_ticket_cb.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_split_send_fragment.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_ssl_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_stateless_cookie_generate_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_timeout.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_servername_callback.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_status_cb.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_ticket_key_cb.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tlsext_use_srtp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_tmp_dh_callback.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_set_verify.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_psk_identity_hint.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_CTX_use_serverinfo.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_free.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_hostname.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_id_context.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get0_peer.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_compress_id.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_protocol_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_get_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_has_ticket.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_is_resumable.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_print.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_SESSION_set1_id.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_accept.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_alert_type_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_alloc_buffers.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_check_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_clear.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_connect.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_do_handshake.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_export_keying_material.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_extension_supported.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_free.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get0_peer_scts.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_SSL_CTX.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_all_async_fds.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_ciphers.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_client_random.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_current_cipher.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_default_timeout.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_error.pod up to 1.1.1.8 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_extms_support.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_fd.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_cert_chain.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_certificate.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_signature_nid.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_peer_tmp_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_psk_identity.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_rbio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_session.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_shared_sigalgs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_get_version.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_in_init.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_key_update.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_library_init.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_load_client_CA_file.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_new.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_pending.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_read.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_read_early_data.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_rstate_string.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_session_reused.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_set1_host.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_bio.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_connect_state.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_fd.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_session.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_shutdown.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_set_verify_result.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/SSL_shutdown.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/SSL_state_string.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/SSL_want.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/SSL_write.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/UI_STRING.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/UI_UTIL_read_pw.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/UI_create_method.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/UI_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509V3_get_d2i.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_ALGOR_dup.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_CRL_get0_by_serial.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_EXTENSION_set_object.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_hash_dir.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_LOOKUP_meth_new.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_ENTRY_get_object.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_add_entry_by_txt.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get0_der.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_get_index_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_NAME_print_ex.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_PUBKEY_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_SIG_get0.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_get_error.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_new.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_CTX_set_verify_cb.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_add_cert.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_get0_param.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_new.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_STORE_set_verify_cb_func.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_VERIFY_PARAM_set_flags.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man3/X509_check_ca.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_host.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_issued.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_check_private_key.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_check_purpose.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_cmp_time.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_digest.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_dup.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_notBefore.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_signature.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get0_uids.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_extension_flags.pod up to 1.1.1.5 crypto/external/bsd/openssl/dist/doc/man3/X509_get_pubkey.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_get_serialNumber.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_get_subject_name.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/X509_get_version.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_new.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509_sign.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/X509_verify_cert.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/X509v3_get_ext_by_NID.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/d2i_PKCS8PrivateKey_bio.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_PrivateKey.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man3/d2i_SSL_SESSION.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/d2i_X509.pod up to 1.1.1.7 crypto/external/bsd/openssl/dist/doc/man3/i2d_CMS_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_PKCS7_bio_stream.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man3/i2d_re_X509_tbs.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man3/o2i_SCT_LIST.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man5/config.pod up to 1.1.1.6 crypto/external/bsd/openssl/dist/doc/man5/x509v3_config.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/RAND.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/RSA-PSS.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/X25519.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/bio.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/crypto.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ct.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/des_modes.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/evp.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/ossl_store-file.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ossl_store.pod up to 1.1.1.4 crypto/external/bsd/openssl/dist/doc/man7/passphrase-encoding.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/doc/man7/proxy-certificates.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/ssl.pod up to 1.1.1.2 crypto/external/bsd/openssl/dist/doc/man7/x509.pod up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/build.info up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_afalg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/engines/e_afalg.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_afalg.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_afalg_err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_capi.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/engines/e_capi.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_capi_err.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_capi_err.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/engines/e_dasync.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/engines/e_dasync.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_dasync_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_dasync_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_ossltest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/engines/e_ossltest_err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/e_padlock.c up to 1.9 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/engines/asm/e_padlock-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/external/perl/Downloaded.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/README.md up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/asn1parse.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bignum.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/bndiv.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/client.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/cms.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/conf.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/crl.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/ct.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/driver.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/fuzzer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/helper.py up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/mkfuzzoids.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/fuzz/oids.txt up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/server.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/fuzz/test-corpus.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/fuzz/x509.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/aria.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/asn1.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/async.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/crypto/bn_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_dh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/bn_srp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/chacha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/cryptlib.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ctype.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/dso_conf.h.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/ec.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/engine.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/evp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/lhash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/md32_common.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/objects.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/poly1305.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sha.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/siphash.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/crypto/sm2err.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/sm4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/store.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/crypto/x509.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/bio.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/comp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/conf.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/constant_time.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/internal/cryptlib.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/internal/dane.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/dso.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/dsoerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/nelem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/numbers.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/o_dir.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/refcount.h up to 1.7 crypto/external/bsd/openssl/dist/include/internal/sockets.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/internal/sslconf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/internal/thread_once.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/internal/tsan_assist.h up to 1.7 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_EPILOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/__DECC_INCLUDE_PROLOGUE.H up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/aes.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1_mac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/asn1err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/async.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/asyncerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/bioerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/blowfish.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/bn.h up to 1.5 crypto/external/bsd/openssl/dist/include/openssl/bnerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/buffer.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/buffererr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/camellia.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cast.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmac.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/cmserr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/comp.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/comperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/conf_api.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/conferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/cryptoerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/cterr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/des.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/dh.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dherr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/dsa.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/dsaerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/dtls1.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/e_os2.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ebcdic.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ec.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/ecdh.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecdsa.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ecerr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/engine.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/engineerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/evp.h up to 1.1.1.9 crypto/external/bsd/openssl/dist/include/openssl/evperr.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/hmac.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/idea.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/kdf.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/kdferr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/md2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/md5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/mdc2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/modes.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/obj_mac.h up to 1.1.1.8 crypto/external/bsd/openssl/dist/include/openssl/objects.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/objectserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ocsperr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/ossl_typ.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pem2.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pemerr.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/pkcs12err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/pkcs7err.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/rand.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/randerr.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/rc2.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/rc4.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rc5.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ripemd.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/rsa.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/rsaerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/seed.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/sha.h up to 1.3 crypto/external/bsd/openssl/dist/include/openssl/srtp.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl2.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/ssl3.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/include/openssl/sslerr.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/include/openssl/stack.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/store.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/storeerr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/symhacks.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tls1.h up to 1.1.1.6 crypto/external/bsd/openssl/dist/include/openssl/ts.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/tserr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/txt_db.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/uierr.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/include/openssl/whrlpool.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/include/openssl/x509err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/include/openssl/x509v3err.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/applink.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/cmp.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-common.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-ia64.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/ms/uplink-x86.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink-x86_64.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/ms/uplink.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ms/uplink.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/os-dep/haiku.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/bio_ssl.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/build.info up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/d1_lib.c up to 1.13 crypto/external/bsd/openssl/dist/ssl/d1_msg.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/d1_srtp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/methods.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/pqueue.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/s3_cbc.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/s3_enc.c up to 1.18 crypto/external/bsd/openssl/dist/ssl/s3_lib.c up to 1.31 crypto/external/bsd/openssl/dist/ssl/s3_msg.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/ssl/ssl_cert.c up to 1.1.1.19 crypto/external/bsd/openssl/dist/ssl/ssl_cert_table.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/ssl_ciph.c up to 1.24 crypto/external/bsd/openssl/dist/ssl/ssl_conf.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_err.c up to 1.20 crypto/external/bsd/openssl/dist/ssl/ssl_init.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/ssl_lib.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/ssl_local.h up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_mcnf.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/ssl/ssl_rsa.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/ssl_sess.c up to 1.12 crypto/external/bsd/openssl/dist/ssl/ssl_stat.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/ssl_txt.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/ssl_utst.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/ssl/t1_enc.c up to 1.23 crypto/external/bsd/openssl/dist/ssl/t1_lib.c up to 1.37 crypto/external/bsd/openssl/dist/ssl/t1_trce.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls13_enc.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/tls_srp.c up to 1.8 crypto/external/bsd/openssl/dist/ssl/record/dtls1_bitmap.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_d1.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/rec_layer_s3.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/record/record.h up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/record/record_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/ssl/record/ssl3_buffer.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/ssl/record/ssl3_record_tls13.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/extensions.c up to 1.1.1.11 crypto/external/bsd/openssl/dist/ssl/statem/extensions_clnt.c up to 1.1.1.9 crypto/external/bsd/openssl/dist/ssl/statem/extensions_cust.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/ssl/statem/extensions_srvr.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.c up to 1.1.1.8 crypto/external/bsd/openssl/dist/ssl/statem/statem.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_clnt.c up to 1.1.1.15 crypto/external/bsd/openssl/dist/ssl/statem/statem_dtls.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/ssl/statem/statem_lib.c up to 1.1.1.12 crypto/external/bsd/openssl/dist/ssl/statem/statem_local.h up to 1.1.1.3 crypto/external/bsd/openssl/dist/ssl/statem/statem_srvr.c up to 1.1.1.13 crypto/external/bsd/openssl/dist/test/CAtsa.cnf up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/README.ssltest.md up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/aborttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/afalgtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_decode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_encode_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/asn1_string_table_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/asn1_time_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/asynciotest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/asynctest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bad_dtls_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bftest.c up to 1.5 crypto/external/bsd/openssl/dist/test/bio_callback_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_enc_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/bio_memleak_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bioprinttest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/bntest.c up to 1.11 crypto/external/bsd/openssl/dist/test/bntests.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/build.info up to 1.1.1.15 crypto/external/bsd/openssl/dist/test/casttest.c up to 1.4 crypto/external/bsd/openssl/dist/test/chacha_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipher_overhead_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cipherbytes_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cipherlist_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ciphername_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/clienthellotest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/cmactest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/cms-examples.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/cmsapitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/conf_include_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/constant_time_test.c up to 1.6 crypto/external/bsd/openssl/dist/test/crltest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ct_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/ctype_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/curve448_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/d2i_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dane-cross.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/danetest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/danetest.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/destest.c up to 1.5 crypto/external/bsd/openssl/dist/test/dhtest.c up to 1.6 crypto/external/bsd/openssl/dist/test/drbgtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/dsa_no_digest_size_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/dsatest.c up to 1.6 crypto/external/bsd/openssl/dist/test/dtls_mtu_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/dtlstest.c up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/dtlsv1listentest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ec_internal_test.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/ecdsatest.c up to 1.8 crypto/external/bsd/openssl/dist/test/ecstresstest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ectest.c up to 1.10 crypto/external/bsd/openssl/dist/test/enginetest.c up to 1.5 crypto/external/bsd/openssl/dist/test/errtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/evp_extra_test.c up to 1.13 crypto/external/bsd/openssl/dist/test/evp_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/exdatatest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/exptest.c up to 1.6 crypto/external/bsd/openssl/dist/test/fatalerrtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_buildtest.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/generate_ssl_tests.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/gmdifftest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/hmactest.c up to 1.6 crypto/external/bsd/openssl/dist/test/ideatest.c up to 1.4 crypto/external/bsd/openssl/dist/test/igetest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/lhash_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2_internal_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/mdc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/memleaktest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/modes_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ocspapitest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/packettest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/pbelutest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pemtest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/pkey_meth_kdf_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkey_meth_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/pkits-test.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/poly1305_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/rc2test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc4test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rc5test.c up to 1.4 crypto/external/bsd/openssl/dist/test/rdrand_sanitytest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recordlentest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_complex.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_mp_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/rsa_test.c up to 1.10 crypto/external/bsd/openssl/dist/test/run_tests.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sanitytest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/secmemtest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/servername_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/shlibloadtest.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/siphash_internal_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/sm2_internal_test.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/sm4_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/srptest.c up to 1.4 crypto/external/bsd/openssl/dist/test/ssl_cert_table_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/ssl_ctx_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/ssl_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl_test_ctx_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslapitest.c up to 1.1.1.14 crypto/external/bsd/openssl/dist/test/sslbuffertest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/sslcorrupttest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/stack_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefault.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/sysdefaulttest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/test.cnf up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/test_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/testrsa.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testsid.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/testutil.h up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/testx509.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/threadstest.c up to 1.2 crypto/external/bsd/openssl/dist/test/time_offset_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/tls13ccstest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/tls13encryptiontest.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/tls13secretstest.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/uitest.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/v3ext.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/v3nametest.c up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/verify_extra_test.c up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/versions.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/wpackettest.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_check_cert_pkey_test.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/x509_dup_cert_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_internal_test.c up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/x509_time_test.c up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/x509aux.c up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-768i.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-explicit.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-ec-named.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5-any.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonbc.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-nonca.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ca-root2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/croot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.msb up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/cyrillic_crl.utf8 up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/dhp2048.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ee-pathlen.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1.sct up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer-key.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs1_issuer.pem up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/certs/embeddedSCTs3.sct up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/mkcert.sh up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/certs/nca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca1-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca2-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/ncca3-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-768.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert-md5.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-cert2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-ed448-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-expired.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/root-name2.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca+serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-anyEKU.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-clientAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/sca-serverAuth.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/certs/setup.sh up to 1.1.1.12 crypto/external/bsd/openssl/dist/test/certs/sroot-cert.pem up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_abort.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_sanity.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/01-test_symbol_presence.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/01-test_test.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_errstr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_internal_ctype.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/02-test_lhash.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_ordinals.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/02-test_stack.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_exdata.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_asn1.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_chacha.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_curve448.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_mdc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_modes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_poly1305.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_siphash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm2.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_sm4.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_ssl_cert_table.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_internal_x509.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/03-test_ui.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_decode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_encode.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_asn1_string_table.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bio_callback.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_bioprint.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/04-test_err.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_bf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_cast.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_des.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_hmac.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_idea.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rand.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc2.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc4.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/05-test_rc5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_exp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dh.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_dsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ec.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecdsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_ecparam.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genec.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_genrsa.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/15-test_mp_rsa.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/15-test_out_option.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/15-test_rsapss.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_dgst.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/20-test_enc_more.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/20-test_passwd.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_crl.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_d2i.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_pkcs7.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/25-test_req.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/25-test_sid.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/25-test_verify.t up to 1.1.1.10 crypto/external/bsd/openssl/dist/test/recipes/25-test_x509.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_afalg.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/30-test_engine.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_extra.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pbelu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_pkey_meth_kdf.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/40-test_rehash.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_check_cert_pkey.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_dup_cert.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/60-test_x509_time.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_asyncio.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_bad_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_clienthello.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_comp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_key_share.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_packet.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_recordlen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_renegotiation.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_servername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcbcpadding.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslcertstatus.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslextension.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslmessages.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslrecords.t up to 1.1.1.5 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsessiontick.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsigalgs.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslsignature.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslskewith0p.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslversions.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_sslvertol.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13alerts.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13cookie.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13downgrade.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13hrr.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13kexmodes.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13messages.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/70-test_tls13psk.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/70-test_tlsextms.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_verify_extra.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/70-test_wpacket.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ca.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherbytes.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cipherlist.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ciphername.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_cms.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_cmsapi.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ct.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dane.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtls_mtu.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_dtlsv1listen.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_ocsp.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_pkcs12.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_new.t up to 1.1.1.7 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_old.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/80-test_ssl_test_ctx.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_sslcorrupt.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_tsa.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/80-test_x509aux.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_asn1_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_async.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_enc.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_bio_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_constant_time.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_fatalerr.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_gmdiff.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_ige.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_memleak.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_overhead.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_secmem.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_shlibload.t up to 1.1.1.6 crypto/external/bsd/openssl/dist/test/recipes/90-test_srp.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslapi.t up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/90-test_sslbuffers.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_store.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_sysdefault.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_threads.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_time_offset.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13ccs.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13encryption.t up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/recipes/90-test_tls13secrets.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_v3name.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/99-test_ecstress.t up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/tconversion.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnexp.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmod.txt up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnmul.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnshift.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/10-test_bn_data/bnsum.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evpencod.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/evppkey_ecc.txt up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/90-test_includes_data/conf-includes/includes1.cnf up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_krb5_data/krb5.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/cryptography.sh up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/ca.cnf up to 1.1.1.3 crypto/external/bsd/openssl/dist/test/smime-certs/mksmime-certs.sh up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/protocol_version.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/test/ssl-tests/ssltests_base.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/basic_output.c up to 1.2 crypto/external/bsd/openssl/dist/test/testutil/cb.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/driver.c up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/format_output.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/main.c up to 1.6 crypto/external/bsd/openssl/dist/test/testutil/output.h up to 1.5 crypto/external/bsd/openssl/dist/test/testutil/stanza.c up to 1.3 crypto/external/bsd/openssl/dist/test/testutil/test_cleanup.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tests.c up to 1.7 crypto/external/bsd/openssl/dist/test/testutil/testutil_init.c up to 1.1.1.2 crypto/external/bsd/openssl/dist/test/testutil/tu_local.h up to 1.1.1.2 crypto/external/bsd/openssl/dist/tools/c_rehash.in up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/add-depends.pl up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/build.info up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/check-malloc-errs up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/ck_errf.pl up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/copy.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/dofile.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/echo.pl up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/find-doc-nits up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/find-unused-errs up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/fix-includes up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/fix-includes.sed up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/indent.pro up to 1.1.1.8 crypto/external/bsd/openssl/dist/util/libcrypto.num up to 1.1.1.12 crypto/external/bsd/openssl/dist/util/libssl.num up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/local_shlib.com.in up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/mkbuildinf.pl up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/mkdef.pl up to 1.12 crypto/external/bsd/openssl/dist/util/mkdir-p.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/mkerr.pl up to 1.1.1.11 crypto/external/bsd/openssl/dist/util/mkrc.pl up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/opensslwrap.sh up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/shlib_wrap.sh.in up to 1.1.1.5 crypto/external/bsd/openssl/dist/util/su-filter.pl up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/unlocal_shlib.com.in up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/checkhandshake.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test.pm up to 1.1.1.7 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/copyright.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Simple.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/Utils.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Util/Pod.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Alert.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Certificate.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateRequest.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/CertificateVerify.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ClientHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/EncryptedExtensions.pm up to 1.1.1.3 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Message.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/NewSessionTicket.pm up to 1.1.1.2 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Proxy.pm up to 1.1.1.6 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/Record.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerHello.pm up to 1.1.1.4 crypto/external/bsd/openssl/dist/util/perl/TLSProxy/ServerKeyExchange.pm up to 1.1.1.4 crypto/external/bsd/openssl/include/progs.h up to 1.3 crypto/external/bsd/openssl/include/crypto/bn_conf.h up to 1.3 crypto/external/bsd/openssl/include/crypto/dso_conf.h up to 1.2 crypto/external/bsd/openssl/lib/Makefile up to 1.9 crypto/external/bsd/openssl/lib/engines/Makefile up to 1.6 crypto/external/bsd/openssl/lib/engines/engines.mk up to 1.6 crypto/external/bsd/openssl/lib/engines/dasync/Makefile up to 1.4 crypto/external/bsd/openssl/lib/engines/ossltest/Makefile up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/Makefile up to 1.33 crypto/external/bsd/openssl/lib/libcrypto/aes.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/aria.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/asn1.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/async.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/bio.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/blake2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/bn.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/buffer.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/camellia.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/cast.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/chacha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/cmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/cms.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/comp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/conf.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/crypto.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/crypto.map up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/ct.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/curve448.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/des.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/dh.inc up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/dsa.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/dso.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/ec.inc up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/engine.inc up to 1.14 crypto/external/bsd/openssl/lib/libcrypto/err.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/evp.inc up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/hmac.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/idea.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/kdf.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/lhash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/libc-sha256.c up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/libc-sha2xx.c up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/libc-sha512.c up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man.inc up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/md4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/md5.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/mdc2.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/modes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/objects.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ocsp.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pem.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs12.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/pkcs7.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/poly1305.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/rand.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/rc2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rc4.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/ripemd.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/rsa.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/seed.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sha.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libcrypto/siphash.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm2.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm3.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/sm4.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/srcs.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/srp.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/stack.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/store.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/ts.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/txt_db.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/ui.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/whrlpool.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/x509.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/Makefile up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/arm64cpuid.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/armv8-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/chacha-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ecp_nistz256-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/ghashv8-armx.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/keccak1600-armv8.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/modes.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/poly1305-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha512-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/vpaes-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aes.inc up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aesv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/arm64cpuid.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-gf2m.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4-mont.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv4cpuid.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/armv8-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/bsaes-armv7.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghash-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ghashv8-armx.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/keccak1600-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv4.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv4-large.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv8.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha256-armv4.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv4.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/arm/vpaes-armv8.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/hppa/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/aesni-x86.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bf-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/bn-586.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cast-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/chacha-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/cmll-x86.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/co-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypt586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/des-586.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/e_padlock-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ecp_nistz256-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/ghash-x86.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/md5-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/poly1305-x86.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc4-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rc5-586.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/rmd-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha1-586.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha256-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/sha512-586.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/uplink-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/vpaes-x86.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/i386/x86cpuid.S up to 1.18 crypto/external/bsd/openssl/lib/libcrypto/arch/m68k/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/aes-mips64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/crypto.inc up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/chacha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/keccak1600-ppc64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/poly1305-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512-ppc.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512p8-ppc.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/vpaes-ppc.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sh3/crypto.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aesfx-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aest4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn-sparcv8.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/cmllt4-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/des_enc-sparc.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/dest4-sparcv9.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ec.inc up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ecp_nistz256-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/poly1305-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha1-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sha512-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/sparcv9a-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/vis3-mont.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/Makefile up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aes-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aesfx-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/aest4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/cmllt4-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/des_enc-sparc.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/dest4-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ec.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ecp_nistz256-sparcv9.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/ghash-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/md5-sparcv9.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/poly1305-sparcv9.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha1-sparcv9.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sha512-sparcv9.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparct4-mont.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-gf2m.S up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/sparcv9a-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/vis3-mont.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/Makefile up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aes-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-gcm-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha1-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-sha256-x86_64.S up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/aesni-x86_64.S up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bn.inc up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/bsaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/chacha-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/cmll-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/crypto.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/e_padlock-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ec.inc up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ecp_nistz256-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ghash-x86_64.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/keccak1600-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/md5-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/poly1305-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-md5-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rc4-x86_64.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-avx2.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/rsaz-x86_64.S up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha.inc up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha1-x86_64.S up to 1.15 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha256-mb-x86_64.S up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/sha512-x86_64.S up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/whrlpool.inc up to 1.2 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/wp-x86_64.S up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x25519-x86_64.S up to 1.3 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-gf2m.S up to 1.8 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont.S up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64-mont5.S up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/x86_64cpuid.S up to 1.13 crypto/external/bsd/openssl/lib/libcrypto/man/ADMISSIONS.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_get_int64.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_ITEM_lookup.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TYPE_get.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_WAIT_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_start_job.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BF_encrypt.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDR.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDRINFO.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_connect.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_parse_hostserv.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_printf.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_security_bits.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/BUF_MEM_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3 up to 1.11 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_THREAD_run_once.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_get_ex_new_index.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_get0_log_by_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/CT_POLICY_EVAL_CTX_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DEFINE_STACK_OF.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DES_random_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_1024_160.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new_by_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get0_pqg.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_get_data_mtu.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_set_timer_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/DTLSv1_listen.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_SIG_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ECPKParameters_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_get_enc_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/ENGINE_add.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_ASN1_METHOD.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set1_pbe_pass.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_hkdf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_scrypt_N.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_asn1_get_count.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_get_count.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 up to 1.17 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_bf_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_blake2b512.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_cast5_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_chacha20.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_desx_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_idea_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md5.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_mdc2.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc2_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc4.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc5_32_12_16_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ripemd160.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_seed_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha1.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha3_224.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm3.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm4_cbc.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_whirlpool.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/HMAC.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MD5.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/MDC2_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/Makefile up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_REQUEST_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_cert_to_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_request_add1_nonce.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_resp_find_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_response_status.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_sendreq_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_COMPFUNC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_stats.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_fork_prepare.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 up to 1.24 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_crypto.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_ssl.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_secure_malloc.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_INFO.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_LOADER.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_SEARCH.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_expect.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_open.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_bytes_read_bio.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_CMS.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_ex.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_newpass.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RC4_set_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RIPEMD160_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA-PSS.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get0_key.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_meth_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_validate.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SHA256_Init.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_config.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_dane_enable.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_has_client_custom_ext.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set0_CA_list.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_hello_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ct_validation_callback.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ctlog_list_file.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_keylog_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_min_proto_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_num_tickets.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3 up to 1.10 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_record_padding_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_security_level.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_ticket_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_split_send_fragment.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_stateless_cookie_generate_cb.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_servername_callback.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3 up to 1.12 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_use_srtp.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_cipher.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_hostname.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_id_context.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_peer.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_compress_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_protocol_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_has_ticket.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_is_resumable.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_print.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_set1_id.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alloc_buffers.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_export_keying_material.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_extension_supported.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get0_peer_scts.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_all_async_fds.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_random.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_extms_support.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_signature_nid.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_tmp_key.3 up to 1.4 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_shared_sigalgs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_in_init.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_key_update.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read_early_data.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set1_host.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/UI_STRING.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_UTIL_read_pw.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/UI_create_method.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/UI_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X25519.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_get_d2i.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_ALGOR_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_CRL_get0_by_serial.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_EXTENSION_set_object.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_hash_dir.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_meth_new.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get0_der.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_PUBKEY_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_SIG_get0.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_add_cert.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_get0_param.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_new.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_ca.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3 up to 1.7 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_issued.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_private_key.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp_time.3 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/X509_digest.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_dup.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_notBefore.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_signature.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_uids.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_extension_flags.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_pubkey.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_serialNumber.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_subject_name.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_version.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/X509_sign.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/X509v3_get_ext_by_NID.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/bio.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/crypto.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ct.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3 up to 1.9 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/evp.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_re_X509_tbs.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/o2i_SCT_LIST.3 up to 1.6 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 up to 1.21 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 up to 1.22 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 up to 1.23 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.5 crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.5 crypto/external/bsd/openssl/lib/libcryptotest/Makefile up to 1.5 crypto/external/bsd/openssl/lib/libdes/shlib_version up to 1.7 crypto/external/bsd/openssl/lib/libssl/Makefile up to 1.18 crypto/external/bsd/openssl/lib/libssl/record.inc up to 1.3 crypto/external/bsd/openssl/lib/libssl/shlib_version up to 1.16 crypto/external/bsd/openssl/lib/libssl/ssl.inc up to 1.11 crypto/external/bsd/openssl/lib/libssl/ssl.map up to 1.4 crypto/external/bsd/openssl/lib/libssl/statem.inc up to 1.3 crypto/Makefile.openssl up to 1.19 crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c 1.29 crypto/external/bsd/libsaslc/lib/Makefile 1.10 crypto/external/bsd/netpgp/lib/netpgp/Makefile 1.5 crypto/external/bsd/openssh/bin/ssh-agent/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-keygen/Makefile 1.9 crypto/external/bsd/openssh/bin/ssh-keyscan/Makefile 1.6 crypto/external/bsd/openssh/bin/ssh-pkcs11-helper/Makefile 1.4 crypto/external/bsd/openssh/bin/sshd/Makefile 1.26 crypto/external/bsd/openssh/lib/Makefile 1.35 crypto/external/bsd/openssh/libexec/ssh-sk-helper/Makefile 1.4 distrib/sets/deps 1.23 distrib/sets/lists/base/ad.aarch64 1.38-1.43 (patch) distrib/sets/lists/base/ad.mips 1.84,1.87,1.88,1.90 (patch) distrib/sets/lists/base/ad.powerpc 1.41,1.42,1.45-1.47 (patch) distrib/sets/lists/base/ad.riscv 1.24,1.25,1.28,1.29,1.30 (patch) distrib/sets/lists/base/md.amd64 1.288,1.291-1.293,1.295 (patch) distrib/sets/lists/base/md.i386 1.158 (patch) distrib/sets/lists/base/md.riskv64 delete distrib/sets/lists/base/md.sparc64 1.258,1.261,1.262 (patch) distrib/sets/lists/base/mi 1.1316-1.1319,1.1322-1.1324 (patch) distrib/sets/lists/base/shl.mi 1.948 (patch) distrib/sets/lists/comp/mi 1.2427,1.2428,1.2431,1.2432 (patch) distrib/sets/lists/debug/mi 1.398,1.404,1.405 (patch) distrib/sets/lists/debug/shl.mi 1.305 (patch) distrib/sets/lists/man/mi 1.1760,1.1761 (patch) distrib/sets/lists/tests/mi 1.1261,1.1262,1.1270 (patch) etc/mtree/NetBSD.compat.mips64 1.2 (patch) etc/mtree/NetBSD.compat.powerpc64 1.2 (patch) etc/mtree/NetBSD.compat.riscv64 1.2 (patch) etc/mtree/NetBSD.dist.aarch64 1.10,1.11 (patch) etc/mtree/NetBSD.dist.base 1.248 (patch) etc/mtree/NetBSD.dist.compat.in 1.3,1.4 (patch) etc/mtree/NetBSD.dist.sparc64 1.15,1.16 (patch) etc/mtree/NetBSD.dist.x86_64 1.17-1.19 (patch) external/bsd/libarchive/lib/libarchive/Makefile 1.15 external/bsd/libfido2/bin/fido2-assert/Makefile 1.3 external/bsd/libfido2/bin/fido2-cred/Makefile 1.3 external/bsd/libfido2/bin/fido2-token/Makefile 1.3 external/bsd/libfido2/dist/src/assert.c 1.2 external/bsd/libfido2/dist/src/cred.c 1.2 external/bsd/libfido2/lib/Makefile 1.9 external/bsd/ntp/bin/ntp-keygen/Makefile 1.8 external/bsd/ntp/bin/ntpd/Makefile 1.29 external/bsd/ntp/bin/sntp/Makefile 1.10 external/bsd/ntp/dist/ntpd/ntp_crypto.c 1.17 external/bsd/ntp/dist/util/ntp-keygen.c 1.15 external/bsd/ntp/lib/libntp/Makefile 1.26 external/bsd/openldap/lib/libldap/Makefile.libldap 1.14 external/bsd/pam-u2f/bin/pamu2fcfg/Makefile 1.5 external/bsd/pam-u2f/lib/security/pam-u2f/Makefile 1.6 external/bsd/tcpdump/bin/Makefile 1.22 external/bsd/unbound/lib/libunbound/Makefile 1.8 external/bsd/wpa/bin/hostapd/Makefile 1.16 external/bsd/wpa/bin/wpa_passphrase/Makefile 1.6 external/bsd/wpa/bin/wpa_supplicant/Makefile 1.11 external/mpl/dhcp/dist/common/dispatch.c 1.4,1.5 games/factor/Makefile 1.15 lib/Makefile 1.295 libexec/httpd/Makefile 1.32 libexec/httpd/libbozohttpd/Makefile 1.4 share/mk/bsd.lib.mk 1.391 share/mk/bsd.own.mk 1.1316 share/mk/bsd.prog.mk 1.342,1.343 tests/crypto/libcrypto/Makefile 1.15 tests/crypto/libcrypto/Makefile.inc 1.11 tests/crypto/libcrypto/conf/Makefile 1.2 tests/crypto/libcrypto/conf/d_conf-1x.out 1.1 tests/crypto/libcrypto/conf/d_conf-3x.out 1.1 tests/crypto/libcrypto/conf/d_conf.out delete tests/crypto/libcrypto/dh/Makefile 1.2 tests/crypto/libcrypto/evp/Makefile 1.3 tests/crypto/libcrypto/t_hashes.sh 1.5 tests/crypto/libcrypto/t_libcrypto.sh 1.9 tests/crypto/libcrypto/t_pubkey.sh 1.7 tests/crypto/libcrypto/threads/Makefile 1.6 usr.bin/moduli/qsafe/Makefile 1.2 usr.sbin/plainrsa-gen/Makefile 1.2 usr.sbin/racoon/Makefile 1.41,1.42 usr.sbin/syslogd/Makefile 1.32 crypto/external/bsd/openssl.old/ (removed)
Import of OpenSSL 3.0. Import of bind 9.16.42. Import of heimdal 7.8.0.
|
1.349.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.13 | 15-Dec-2013 |
christos | centralize the rpcgen flags and set for BSD output
|
1.12 | 10-Sep-2011 |
apb | branches: 1.12.2; 1.12.8; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.11 | 12-May-2004 |
christos | Add rules for RPC_CLNTFILES; suggested by Ian Zagorskih
|
1.10 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.9 | 19-Oct-2003 |
lukem | support MAKEVERBOSE
|
1.8 | 29-Jul-2003 |
lukem | just add various files to ${DPSRCS} instead of trying to get a ${DEPENDSRCS} target to DTRT
|
1.7 | 29-Jul-2003 |
lukem | * move .includes added in rev 1.5 to outside of .if defined(RPC_SVCFILES (oops) * move ${DEPENDSRCS}: ... to the end of the file
|
1.6 | 28-Jul-2003 |
lukem | Use ${DEPENDSRCS} as a target instead of .depend, now that <bsd.dep.mk> builds .depend from .dep files.
|
1.5 | 14-Jul-2003 |
lukem | Be consistent with other bsd.*.mk, and pull in <bsd.init.mk> at the start (which pulls in <bsd.own.mk>), and <bsd.obj.mk> and <bsd.sys.mk> at the end. These provide the appropriate settings for TOOL_* .
|
1.4 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.3 | 19-May-2003 |
lukem | Remove dependency on ${RPCGEN}: * Unnecessarily causes lib/librpcsvc (etc) to be rebuilt every time rpcgen is updated. * No other "generated" file (.l, .y, ...) depends upon its tool like this * As <bsd.own.mk> wasn't being pulled in, the tools/ version wasn't being used, so a lot of times the dependency was wrong.
Fixes [toolchain/11568] by Bernd Ernesti.
|
1.2 | 07-May-2003 |
yamt | make RPC_XDRFILES depend on files in right directory.
|
1.1 | 05-Jan-2003 |
sommerfeld | Common makefile fragment for invoking rpcgen. See bsd.README for documentation on the parameters which control this fragment's behavior.
|
1.12.8.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.12.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1 | 27-Aug-2019 |
kamil | branches: 1.1.2; 1.1.6; Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc. Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.1.6.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.1.6.1 | 27-Aug-2019 |
martin | file bsd.sanitizer.mk was added on branch phil-wifi on 2020-04-13 08:03:26 +0000
|
1.1.2.2 | 01-Sep-2019 |
martin | Pull up following revision(s) (requested by kamil in ticket #126):
external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_minimal-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/Makefile: revision 1.3 external/gpl2/lvm2/lvm2tools.mk: revision 1.5 common/lib/libc/gmon/mcount.c: revision 1.14 Makefile: revision 1.331 share/mk/Makefile: revision 1.51 external/bsd/fetch/lib/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/Makefile: revision 1.3 tests/lib/libc/net/Makefile: revision 1.12 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone_cxx-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/msan-m64/Makefile: revision 1.3 distrib/sets/lists/base/mi: revision 1.1213 share/mk/bsd.lib.mk: revision 1.380 external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/Makefile: revision 1.3 share/mk/bsd.sanitizer.mk: revision 1.1 share/mk/bsd.prog.mk: revision 1.323 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan-m64/Makefile: revision 1.3 external/bsd/compiler_rt/lib/clang/lib/netbsd/tsan_cxx-m64/Makefile: revision 1.3 lib/libc/gen/sysctlgetmibinfo.c: revision 1.14
Enhance the support of LLVM sanitizers
Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio code. This caused new build issued with duplicated symbols in few places and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.
Add bsd.sanitizer.mk to share common code used by programs and libraries.
Switch from realall to beforeinstall target in .syms files. This is more reliable in MKSANITIZER.
|
1.1.2.1 | 27-Aug-2019 |
martin | file bsd.sanitizer.mk was added on branch netbsd-9 on 2019-09-01 10:44:22 +0000
|
1.8 | 23-Aug-2012 |
joerg | Revert last, it breaks the tricks xsrc uses.
|
1.7 | 23-Aug-2012 |
joerg | Remove SHLIBINSTALLDIR and SHLINKINSTALLLIBDIR. Add rpath entries, if SHLIBDIR differs from /usr/lib.
|
1.6 | 29-Aug-2007 |
hira | Use /libexec/ld.elf_so instead of /usr/libexec/ld.elf_so for the programs which are located in /libexec.
|
1.5 | 11-Nov-2006 |
jmmv | branches: 1.5.2; 1.5.4; 1.5.8; Also use libraries from /lib for binaries installed into /libexec. Needed by lfs_cleanerd which is about to be moved to this directory.
|
1.4 | 12-Mar-2005 |
lukem | Also set SHLIBDIR to /lib if ${USE_SHLIBDIR} != "no".
This allows <bsd.lib.mk> to correctly set the RPATH of libraries that use USE_SHLIBDIR=yes to /lib, so that dependent libraries can be found from /lib when /usr/lib isn't mounted yet. This was the intention of the _LIBLDOPTS support in <bsd.lib.mk>.
Fixes problem reported by Dan Carosone with when /sbin/cgdconfig is dynamically linked against libcrypto.so but not libcrypt.so (it was relying upon libcrypto.so to pull in libcrypt.so).
|
1.3 | 02-Jan-2004 |
lukem | Consistently test all variables that support a "yes"/"no" value with ${VAR} == "no" or ${VAR} != "no" (instead of against "yes"). Variables affected: TOOLCHAIN_MISSING HAVE_GCC3 USE_TOOLS_TOOLCHAIN NEED_OWN_INSTALL_TARGET USE_SHLIBDIR
Improve the documentation.
|
1.2 | 28-Jul-2003 |
lukem | Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
|
1.1 | 27-Sep-2002 |
thorpej | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and -dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being built is /bin or /sbin.
The reason we do this is because now all programs *except* those in /bin and /sbin (i.e. the "special cases") match the default the compiler uses, which is what is used for things in e.g. xsrc, pkgsrc, and other random 3rd party programs.
This is done by decoupling where a shlib is installed from how it is located. Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR, contain the former information, and key off MKDYNAMICROOT only. SHLIBDIR and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.
The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README for usage details.
|
1.5.8.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.5.4.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.5.2.1 | 31-Aug-2007 |
liamjfoy | Pull up following revision(s) (requested by hira in ticket #852): share/mk/bsd.shlib.mk: revision 1.6 Use /libexec/ld.elf_so instead of /usr/libexec/ld.elf_so for the programs which are located in /libexec.
|
1.56 | 10-Jul-2022 |
rillig | bsd.subdir.mk: replace obscure indirection with direct condition
Since 2008, when make generates the body of a .for loop, it does not copy the items as raw strings but as expressions of the form ${:U...}. This prevents syntactical changes from code injection in the body of the .for loop.
Since then, using .for loop variables in conditions works. Since the same time, the variable assignment operator '+=' doesn't need to be protected by a leading space anymore. Even if the item from the .for loop is 'libc++', the trailing '+' is not parsed as part of the variable assignment operator, and it never had been parsed this way. The space probably has been cargo cult programming. The only ambiguous case had been in a variable assignment, when the variable name ended with a variable from the .for loop, and the assignment operator was '='. Only in this case could the parser be tricked into parsing the variable assignment as 'libc+ +=' instead of the intended 'libc++ ='.
|
1.55 | 10-Jul-2022 |
rillig | bsd.subdir.mk: remove practically dead code
The condition '${dir:H} != ""' is almost always satisfied, since 2001 at least. The only input for the modifier ':H' that leads to an empty string is "/". It doesn't make sense though to specify the root directory as a subdirectory.
While here, remove quotes around the left-hand side of comparisons in conditions. The quotes have become redundant in 2008, when the .for loop stopped inserting raw text into the .for loop body.
If the special case for "/" had actually been intended, it should have been written as the equivalent '.if ${dir} == "/"' instead of hiding this feature behind an edge case behavior of the modifier ':H'.
Based on the comments, the condition should have been '${dir:M/*}', but it hadn't been written that way.
|
1.54 | 10-Jun-2018 |
christos | use SUBDIR.roff suggested by uwe@
|
1.53 | 10-Jun-2018 |
kamil | Fix the MKGROFF=no MKCXX=yes build
Allow to disable building groff. This is a build tool written in C++.
This option is useful with an external toolchain configured for building the distribution rather than building tools (e.g. C++ lookup paths may differ).
Looks ok by <christos>
Sponsored by <The NetBSD Foundation>
|
1.52 | 26-May-2010 |
uwe | branches: 1.52.44; Fix typo in comment.
|
1.51 | 19-Dec-2009 |
christos | We mustn't search in the path for ${dir}.${MACHINE}; make sure we only find the ones relative to ${.CURDIR}.
|
1.50 | 29-Nov-2009 |
uebayasi | Remove an unneeded test (.if defined(V)) in .for v in ${V} ... .endfor. Tested by running build.sh distribution.
|
1.49 | 25-Oct-2008 |
apb | Add a NOSUBDIR variable for bsd.subdir.mk. If NOSUBDIR is defined then SUBDIR is ignored.
|
1.48 | 13-Apr-2004 |
lukem | Add MAKEDIRPREFIX shell macro to <bsd.own.mk>. Usage: ${MAKEDIRTARGET} dir target [params] Runs "cd $${dir} && ${MAKE} [params] $${target}", displaying a "pretty" message whilst doing so.
Use MAKEDIRPREFIX to implement the __recurse .USE macro in <bsd.subdir.mk>
|
1.47 | 29-Jan-2004 |
lukem | Cosmetically tweak how .PHONY is used by (generally) providing it as a source, instead of using it as a target with all the rules as its sources.
|
1.46 | 02-Nov-2001 |
tv | Improve readability and reduce redundant redundancy in share/mk; add some descriptive comments. The guts of hostprog, lib, and prog are mostly unchanged; this will be done in another pass.
Make several things work properly with UNPRIVILEGED set, and make the install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo (requested by wiz) in a backwards compatible way.
Reviewed by christos.
|
1.45 | 04-Oct-2001 |
tv | Make sure "clean" target is always defined, to compensate for cleandir now being defined in terms of clean.
|
1.44 | 22-Sep-2001 |
tv | The -m option is automatically propagated by make(1). Don't add yet more (possibly wrong) `-m' options; this will only make MAKEFLAGS bigger and bigger with each recursion.
|
1.43 | 21-Sep-2001 |
tv | Allow for recursion speedups by predefining rules for large subtrees which don't need to run a particular target (such as "includes-games" at top level, or "includes-sushi" at share/).
|
1.42 | 14-Aug-2001 |
tv | On recursion, don't recurse "clean" if making "cleandir". (Related to bsd.own.mk change that defined clean as a dependency of cleandir.)
|
1.41 | 09-Jan-2001 |
sommerfeld | Don't send .WAIT into the bitbucket
|
1.40 | 01-Jan-2001 |
sommerfeld | Restore the intermediate subdir-${targ} targets since they're referenced elsewhere; fixes problem of afterinstall running too soon.
|
1.39 | 30-Dec-2000 |
sommerfeld | Change SUBDIR expansions so that a .WAIT in a subdirs list turns into .WAIT (rather than a ${targ}-.WAIT) in the ${targ}'s subdir dependancy list.
This allows .WAIT to be used in SUBDIR as a synchronization barrier for recursive parallel builds.
|
1.38 | 06-Jun-2000 |
mycroft | Fix some breakage with directory that have no subdirectories.
|
1.37 | 06-Jun-2000 |
mycroft | Oops; fix a subtle bit of semantics that was broken in the previous.
|
1.36 | 06-Jun-2000 |
mycroft | Oops. DTRT with directory names with dashes (e.g. for crypto-*).
|
1.35 | 06-Jun-2000 |
mycroft | A few changes to decrease parsing time and memory usage.
|
1.34 | 16-Apr-2000 |
mrg | branches: 1.34.2; fix an error in the previous
|
1.33 | 10-Apr-2000 |
mrg | fix long standing bug in `make build' with $DESTDIR: - during `make build' after /usr/share/mk has been installed, call make with `-m $DESTDIR/usr/share/mk'.
|
1.32 | 11-Mar-2000 |
aidan | Allow absolute directories in SUBDIR. There's probably a better fix that can go in 'make'.
|
1.31 | 11-Feb-1999 |
tv | Remove `dirname: all-dirname' compatibility hack. It's been long supposed to go away, and even commented as such....
|
1.30 | 13-Nov-1997 |
thorpej | Echo the target we're working on while traversing subdirs, so one can better judge how much longer a build will take. Patch submitted by Brian Grayson <bgrayson@ece.utexas.edu> in PR #4419.
|
1.29 | 27-Oct-1997 |
drochner | Fix the before/after-install ordering problem in a different way. The old fix broke with multiple targets on the make command line.
|
1.28 | 11-Oct-1997 |
mycroft | branches: 1.28.2; Don't include bsd.obj.mk in these two files.
|
1.27 | 11-Oct-1997 |
mycroft | Several changes: * Allow bsd.man.mk to be included separately. * Always include bsd.own.mk and bsd.obj.mk. * Include bsd.man.mk and bsd.nls.mk even if NOMAN or NONLS; just turn off building of the affected files instead. * Require bsd.subdir.mk to be included explicitly. (Will make appropriate changes to Makefiles shortly.)
|
1.26 | 11-Oct-1997 |
mycroft | Move the previous to a different place, because `.if !target(...' sucks.
|
1.25 | 10-Oct-1997 |
mycroft | Massively simplify this. Partly from David Holland in PR 3823.
|
1.24 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.23 | 27-May-1997 |
cjs | branches: 1.23.2; Re-add other folks' changes that I accidently reverted when I did my build system changes commit.
|
1.22 | 26-May-1997 |
cjs | These updates to the build allow building against include files and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
|
1.21 | 17-May-1997 |
christos | Add a realinstall target so that we recurse to subdirectories making install, before the our afterinstall target fires.
|
1.20 | 07-May-1997 |
mycroft | Don't use _SUBDIRUSE outside of bsd.subdir.mk.
|
1.19 | 07-May-1997 |
mycroft | Various simplifications.
|
1.18 | 06-May-1997 |
mycroft | Set the .MAKE attribute for all recursive targets.
|
1.17 | 06-May-1997 |
mycroft | Add a pile of missing .PHONYs.
|
1.16 | 16-Apr-1997 |
christos | Annotate missing directories as [skipped: missing] (from Christoph Badura)
|
1.15 | 15-Apr-1997 |
christos | Skip missing subdirectories to enable builds in partial source trees. Directories being skipped are mentioned as '===> dir [skipped]'
|
1.14 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.13 | 24-Mar-1997 |
christos | make rules update: - add UPDATE and BUILD features - add new FILES, INCS, SCRIPTS variables - allow man pages source installation
|
1.12 | 21-Mar-1997 |
cgd | changes to allow "make -j N" to more easily parallelize many subdirs
|
1.11 | 04-Apr-1996 |
jtc | Added new standard target "includes" (used to install header files) to bsd.subdir.mk. Added some documentation to bsd.README.
|
1.10 | 24-Jul-1995 |
cgd | show the directory depth, by printing out the hierarchy name. Suggested by Ty Sarna, implemented by me. Useful, because it tells you how deep you are, and allows you to paste the pathname in to 'cd' to the directory.
|
1.9 | 09-Oct-1994 |
mycroft | Stop if cd fails.
|
1.8 | 26-Jul-1994 |
mycroft | Move the inclusion of bsd.own.mk to a better place.
|
1.7 | 30-Jun-1994 |
cgd | branches: 1.7.2; RCSID frobbing, and minor sanity adjustments.
|
1.6 | 30-Jun-1994 |
cgd | don't be careless with _SUBDIRUSE
|
1.5 | 09-Feb-1994 |
cgd | have _SUBDIRUSE done in 'realinstall', not in 'install' so that 'afterinstall' actually happens *after* the real install! since this entire section is in a "!target(install)", having it done the other way was wrong and unnecessary (i.e. the previous change/comment was bogus).
|
1.4 | 17-Aug-1993 |
mycroft | Make sure we don't recurse into subdirectories if Makefile specified `install' target. (It's usually blank and is specifically to avoid doing this...)
|
1.3 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.2 | 15-Aug-1993 |
mycroft | Abstract out dependency stuff, and add RCS identifiers.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.7.2.2 | 09-Oct-1994 |
mycroft | Update from trunk.
|
1.7.2.1 | 26-Jul-1994 |
cgd | from trunk.
|
1.23.2.1 | 12-Oct-1997 |
cjs | Update to 1.28.
|
1.28.2.2 | 13-Nov-1997 |
thorpej | Sync w/ trunk.
|
1.28.2.1 | 29-Oct-1997 |
mellon | Pull rev 1.29 up from trunk (drochner)
|
1.34.2.1 | 22-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.52.44.1 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.317 | 13-Jan-2025 |
riastradh | Switch from -std=gnu99 to -std=gnu11 by default.
This is needed for newer language syntax like u"foo" for UTF-16 string literals in UEFI.
As proposed on tech-kern:
https://mail-index.netbsd.org/tech-kern/2025/01/05/msg029919.html
Some commentators requested -std=c11 instead of -std=gnu11, but that requires additional work -- some of it is a matter of providing asm and typeof as aliases for __asm__ and __typeof__, but there's other issues that need to be resolved too like PR toolchain/58969: use of alloca is warning, not error, with -std=c11. This is a smaller incremental change.
PR toolchain/58962: clang build broken by C11 features with -std=gnu99
|
1.316 | 13-Feb-2024 |
christos | branches: 1.316.2; Allow overriding the language standard to something newer.
|
1.315 | 06-Nov-2023 |
christos | Add -fmacro-prefix-map set like -fdebug-prefix-map (Jan-Benedict Glaw)
See: https://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html\ #index-fmacro-prefix-map https://gcc.gnu.org/onlinedocs/gcc/Debugging-Options.html\ #index-fdebug-prefix-map
|
1.314 | 03-Jun-2023 |
lukem | bsd.*.mk: move MKSTRIPSYM default to bsd.own.mk
Add default for MKSTRIPSYM=yes to to bsd.own.mk _MKVARS.no. Test ${MKSTRIPSYM} != "no".
|
1.313 | 29-Apr-2023 |
christos | Like everywhere else make sure DESTDIR is not empty before using it. Otherwise if it is empty before we were adding an optargless -d, which ended up using the next argument (a -Isomething) after the recent change to xlint.c related to sysroot. This broke using the native tools make with the cross toolchain (for example typing make in /usr/src/bin/ls) to build and install a single program.
|
1.312 | 22-Jan-2023 |
rillig | lint: repurpose the '-d' option to specify DESTDIR
Previously, passing '-nostdinc -isystem $dir' only searched the given directory but not any compiler-specific directories.
Discovered by fontconfig, which includes <stdatomic.h> from C11, which lives in /usr/include/gcc-10 instead of /usr/include.
Change the preprocessor options to '--sysroot' instead, to align them with how the compiler is invoked using build.sh.
|
1.311 | 06-Jan-2023 |
christos | Now that the default page size is 4K again for x86_64 with the binutils change to default to -z separate-code, remove the previous hack.
|
1.310 | 30-Dec-2022 |
christos | PR/57147: Andreas Gustafsson: Work around binutils 2.38+ relro issue with +2M size in every binary by setting max-page-size. This is the simplest fix; fixing this properly requires a lot more surgery, and upstream seems uncertain how to fix it properly.
|
1.309 | 14-Dec-2021 |
christos | branches: 1.309.2; Pass W with IDU for lint and deps.
|
1.308 | 01-Nov-2021 |
nia | mk: Add support for conditional compilation of parts of the tree with partial RELRO when MKRELRO=full is set.
Currently the X server needs to be compiled with only partial RELRO due to the way certain (but not all - it seems wsfb works with full RELRO) graphics driver modules are loaded.
|
1.307 | 11-Sep-2021 |
andvar | sysinst/partitions.h: fix typos comments, also fix same typos in other files.
|
1.306 | 26-Apr-2021 |
christos | Revert the AFLAGS change since it affects kernels.
|
1.305 | 25-Apr-2021 |
christos | - since we are using regex already, shorten by merging arm and mips entries - add a MACHINE_MIPS64 macro shorthand - pass -m{soft,hard}-float to the assembler when we are passing it to the compiler
|
1.304 | 09-Nov-2020 |
christos | - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge).
|
1.303 | 05-Sep-2020 |
mrg | disable -Wabi for GCC 9.
|
1.302 | 03-Jul-2020 |
maxv | Enable trace-cmp.
|
1.301 | 15-May-2020 |
maxv | Don't add KCOV instrumentation on top of the KUBSAN instrumentation, this is useless and too bloated.
|
1.300 | 04-Apr-2020 |
maxv | KCOV doesn't depend on specificdata and cpu_intr_p() anymore, so drop references.
|
1.299 | 08-Feb-2020 |
maxv | Retire KLEAK.
KLEAK was a nice feature and served its purpose; it allowed us to detect dozens of info leaks on the kernel->userland boundary, and thanks to it we tackled a good part of the infoleak problem 1.5 years ago.
Nowadays however, we have kMSan, which can detect uninitialized memory in the kernel. kMSan supersedes KLEAK: it can detect what KLEAK was able to detect, but in addition, (1) it operates in all of the kernel and not just the kernel->userland boundary, (2) it requires no user interaction, and (3) it is deterministic and not statistical.
That makes kMSan the feature of choice to detect info leaks nowadays; people interested in detecting info leaks should boot a kMSan kernel and just wait for the magic to happen.
KLEAK was a good ride, and a fun project, but now is time for it to go.
Discussed with several people, including Thomas Barabosch.
|
1.298 | 20-Dec-2019 |
christos | move MV to sys.mk because it is used there. Pointed out by joerg@
|
1.297 | 01-Dec-2019 |
kamil | Disable KCOV instrumentation in x86_machdep.c
This allows to use cpu_intr_p() directly inside KCOV.
|
1.296 | 15-Nov-2019 |
maxv | Make kMSan compatible with KCOV. With kMSan we are forced to stay with the fsanitize flag on subr_kcov.c, which means that kMSan will instrument KCOV. We add a bunch of __nomsan attributes to reduce this instrumentation, but it does not remove it completely. That's fine.
|
1.295 | 05-Nov-2019 |
maxv | Add Kernel Concurrency Sanitizer (kCSan) support. This sanitizer allows us to detect race conditions at runtime. It is a variation of TSan that is easy to implement and more suited to kernel internals, albeit theoretically less precise than TSan's happens-before.
We do basically two things:
- On every KCSAN_NACCESSES (=2000) memory accesses, we create a cell describing the access, and delay the calling CPU (10ms).
- On all memory accesses, we verify if the memory we're reading/writing is referenced in a cell already.
The combination of the two means that, if for example cpu0 does a read that is selected and cpu1 does a write at the same address, kCSan will fire, because cpu1's write collides with cpu0's read cell.
The coverage of the instrumentation is the same as that of kASan. Also, the code is organized in a way similar to kASan, so it is easy to add support for more architectures than amd64. kCSan is compatible with KCOV.
Reviewed by Kamil.
|
1.294 | 15-Oct-2019 |
christos | Allow individual lex and yacc sources to override/extend LFLAGS and YFLAGS respectively.
|
1.293 | 05-Oct-2019 |
uwe | Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences from the most up-to-date ABI, which in gcc 8 is used by default. XXX: This needs a better condition.
|
1.292 | 22-May-2019 |
kamil | branches: 1.292.2; Allow to use KCOV + kASan together
Stop instrumenting KCOV files with kASan and the other way around. This fixes booting of the setup of using them together.
In theory the checks could be more fine grained, however there is no good reason (except extra DIAGNISTIC) for running a kernel sanitizer without kernel coverage.
Patch by <R3x>
|
1.291 | 23-Feb-2019 |
kamil | Add KCOV - kernel code coverage tracing device
The KCOV driver implements collection of code coverage inside the kernel. It can be enabled on a per process basis from userland, allowing the kernel program counter to be collected during syscalls triggered by the same process.
The device is oriented towards kernel fuzzers, in particular syzkaller.
Currently the only supported coverage type is -fsanitize-coverage=trace-pc.
The KCOV driver was initially developed in Linux. A driver based on the same concept was then implemented in FreeBSD and OpenBSD.
Documentation is borrowed from OpenBSD and ATF tests from FreeBSD.
This patch has been prepared by Siddharth Muralee, improved by <maxv> and polished by myself before importing into the mainline tree.
All ATF tests pass.
|
1.290 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.289 | 01-Jan-2019 |
christos | document the elf2foo tools. The bsd.sys.mk tools are un-prefixed, since the "right" version is installed for the platform, as opposed to the tools ones which should be able to co-exist.
|
1.288 | 31-Dec-2018 |
christos | - prefix elf conversion tools with their platform to avoid conflicts - add arm-elf2aout
|
1.287 | 02-Dec-2018 |
maxv | Introduce KLEAK, a new feature that can detect kernel information leaks.
It works by tainting memory sources with marker values, letting the data travel through the kernel, and scanning the kernel<->user frontier for these marker values. Combined with compiler instrumentation and rotation of the markers, it is able to yield relevant results with little effort.
We taint the pools and the stack, and scan copyout/copyoutstr. KLEAK is supported on amd64 only for now, but it is not complicated to add more architectures (just a matter of having the address of .text, and a stack unwinder).
A userland tool is provided, that allows to execute a command in rounds and monitor the leaks generated all the while.
KLEAK already detected directly 12 kernel info leaks, and prompted changes that in total fixed 25+ leaks.
Based on an idea developed jointly with Thomas Barabosch (of Fraunhofer FKIE).
|
1.286 | 03-Aug-2018 |
kamil | Allow to overwrite sanitizer flags for userland
Always define -fsanitize=${USE_SANITIZER} and -fsanitize=${USE_LIBCSANITIZER} before other flags defined with SANITIZERFLAGS and LIBCSANITIZERFLAGS.
This allows to overwrite rules that are parsed from left to right. With the current approach it wasn't possible to disable some checks, as they were reenabled again by the "-fsanitize=" argument.
|
1.285 | 25-Jul-2018 |
kamil | Introduce MKLIBCSANITIZER in the share/mk rules
Add flags that are required to build a program and a dynamically loaded library.
Propagade LIBCSANITIZERFLAGS to CFLAGS and CXXFLAGS.
LDFLAGS is not changed on purpose, as a libcsanitizer is inside libc and no external dependencies are needed.
Register NOLIBCSANITIZER, as certain distribution parts will need to be skipped.
|
1.284 | 24-Jun-2018 |
kamil | branches: 1.284.2; Reset SANITIZERFLAGS when specified NOSANITIZER / MKSANITIZER=no
This allows passing additional sanitizer specifig flags from the ./build.sh level, like: -V SANITIZERFLAGS="-fsanitize-memory-track-origins" for MSan.
|
1.283 | 21-Jun-2018 |
kamil | Refactor MKSANITIZER flags in mk rules
Introduce a new variable SANITIZERFLAGS that contains all the sanitizer specific flags. These flags are designed to be passed to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.prog.mk rules to CFLAGS, CXXFLAGS and LDFLAGS.
Pass SANITIZERFLAGS in bsd.lib.mk rules to *_pic.a build flags. The *_pic.a libraries are designed to construct .so libraries. All .so libraries with few exceptions are expected to be prebuilt with a sanitizer. Another purpuse of *_pic.a files can be constructing static PIE programs, however they are not supported as of now and there is no sanitization of static programs either.
Once MKSTATICPIE will be supported, it will be initially incompatible with MKSANITIZER.
This change also makes it easier to build other targets like kernel and kernel modules without userland sanitizers.
No functional change intended for MKSANITIZER=no users.
|
1.282 | 17-Jun-2018 |
christos | The compat build plays games with MAKEOBJDIR and unsets MAKEOBJDIRPREFIX. Keep using our standard NETBSDOBJDIR if it was set.
|
1.281 | 13-Jun-2018 |
christos | Create NETBSDOBJDIR to handle MAKEOBJDIRPREFIX, since that prepends the prefix to the whole path. Mention that we cannot handle MAKEOBJDIR
|
1.280 | 11-Jun-2018 |
christos | Handle more objdir variations for MKREPRO (untested)
|
1.279 | 02-Jun-2018 |
christos | Move the RELRO and the SANITIZER stuff outside of the WARNS conditional!
|
1.278 | 02-Jun-2018 |
christos | Add build glue to build all the code with sanitizers: MKSANITIZE.
|
1.277 | 24-May-2018 |
christos | Be more selective about remapping object directories otherwise we pick objdump and objcopy with the regex.
XXX: pullup-8
|
1.276 | 19-May-2018 |
christos | Need to delete ${DESTDIR} for lint XXX: pullup-8
|
1.275 | 02-Feb-2018 |
mrg | branches: 1.275.2; convert HAVE_GCC handling to modern GCC release numbering: - HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for GCC 5.4 and GCC 5.5.) - remove some more GCC 4.8 code. we don't support GCC 4 here. - adjust set lists to gcc=5 from gcc=53.
add some basic HAVE_GCC=6 handling (totally unused so far.)
|
1.274 | 22-Jan-2018 |
christos | white space for readability.
|
1.273 | 22-Jan-2018 |
christos | Disgusting and evil hack to elide coverity options that break production of coverity output when present [userland portion]
- --sysroot - -fstack-protector - -std=gnu99 - --nostdinc - -fPIE
The critical one here being --sysroot because this means that we need to use the actual system headers while building (or chroot/sandbox appropriately)
|
1.272 | 01-Aug-2017 |
mrg | convert two pairs of MACHINE_ARCH into two single MACHINE_CPU checks.
|
1.271 | 20-Apr-2017 |
ozaki-r | branches: 1.271.4; Introduce MKSTRIPSYM build option
If it's yes, all local symbols of shared libraries are stripped (default). If it's no, only temporary local symbols are stripped; for example, symbols of static functions are kept. Keeping such symbols is useful on using DTrace for userland libraries and getting a backtrace from a rump server loading modules (shared libraries).
Proposed and discussed on tech-kern and tech-toolchain
|
1.270 | 22-Mar-2017 |
chs | provide a common softfloat fenv implemenation and use it for softfloat builds. restore ABI compatibility with previous releases for ieeefp.h on sh3. add namespace.h protection for all the fenv interfaces. use MKSOFTFLOAT on sh3 instead of assuming softfloat. standardize on comparing MKSOFTFLOAT with "no". remove the arm-specific softfloat fenv code (which also had several bugs). fix logic errors in the arm hardfloat feraiseexcept() and feupdateenv().
|
1.269 | 07-Feb-2017 |
christos | Kernel build objdirs have a kernel name after the objdir. Use a regex for that. Note that debug-prefix-map and debug-regex-map insert entries in a linked list in reverse order.
|
1.268 | 17-Jan-2017 |
joerg | Don't randomly break the build and restrict -Wsystem-headers to gcc.
|
1.267 | 13-Jan-2017 |
christos | branches: 1.267.2; enable again system header warnings now amd64 builds.
|
1.266 | 12-Jan-2017 |
christos | disable until we fix the build.
|
1.265 | 12-Jan-2017 |
christos | PR/51831: Don't suppress warnings coming from system header macro expansions.
|
1.264 | 10-Jan-2017 |
maya | -Wa,--fatal-warnings is a GCC flag and unknown to clang. make it GCC specific, so we can (try to) build a kernel with higher WARNS using clang.
|
1.263 | 24-Dec-2016 |
christos | Add to lint flags for MKREPRO
|
1.262 | 23-Dec-2016 |
christos | Don't attempt to shorten resolved path names (via realpath) because it could lead to inconsistencies between different builds.
|
1.261 | 21-Dec-2016 |
christos | wildcard obj dirs
|
1.260 | 07-Jul-2016 |
matt | branches: 1.260.2; Add placeholder for compiing earmv7* with -mthumb. Preserve $d/$a/$t for all ARM binaries regardless of endian.
|
1.259 | 14-Jun-2016 |
christos | Add and document MKRELRO and set x86 to partial by default.
|
1.258 | 12-Apr-2016 |
christos | Add --warn-shared-textrel for the linker.
|
1.257 | 30-Mar-2016 |
martin | Pass -pie to cc, not -Wl,-pie. This way we have a chance to fix specs for obscure corner cases like -pie -fPIE -static (used for /usr/tests/lib/csu/h_initfini2 if building with MKPIE=yes). While there also replace -fPIC with -fPIE for the PIE case, even if it should be mostly equivalent.
|
1.256 | 22-Mar-2016 |
mrg | apply -Wno-error=stack-protector in the same places for GCC 5.3 as 4.8. fixes sh3 and m68k issues, at least. (vax and or1k are also included.)
|
1.255 | 13-Mar-2016 |
christos | Add NO{SSP,FORTIFY}
|
1.254 | 12-Mar-2016 |
mrg | remove conditionals that are always true with GCC >= 4.8.
|
1.253 | 27-Feb-2016 |
joerg | Avoid syntax errors if HAVE_GCC is not defined.
|
1.252 | 20-Feb-2016 |
christos | Unbreak LLVM MKREPRO=yes builds (since the build system sets MKREPRO now)
|
1.251 | 31-Jan-2016 |
christos | Introduce NOPIE and NOCTF so that standalone programs build properly.
|
1.250 | 10-Jan-2016 |
christos | group by directory.
|
1.249 | 10-Jan-2016 |
dholland | Apparently it's important to do -Wp,-iremap,${DESTDIR}: and not -Wp,-iremap,${DESTDIR}/:/
Why this should matter for strings where the trailing slash is present, I dunno. But it does.
Fixes the MKREPRO problem where the unfixed path to lfs_accessors.h appears ina bunch of bins.
|
1.248 | 10-Jan-2016 |
dholland | For MKREPRO, substitute DESTDIR before NETBSDSRCDIR; then it has a chance of working if DESTDIR is under NETBSDSRCDIR (as happens with default objdirs when building someplace random other than /usr/src...)
|
1.247 | 09-Jan-2016 |
christos | - use -fdebug-regex-map to remap one style of object dirs. There are others. - change DESTDIR to nothing so that we don't get // in the front - apply the mappings to both c and c++
|
1.246 | 22-Dec-2015 |
christos | Add a prefix translation map for debugging symbols. Note the use of variable indirection so that DW_at_producer that contains the compilation command remains the same: readelf --debug-dump foo.debug
|
1.245 | 03-Sep-2014 |
matt | Change to support OR1K
|
1.244 | 14-Aug-2014 |
joerg | Use wildcards for stripping/preserving the mapping symbols on ARM and AArch64. LLVM creates unique symbols in each file of the form $a.n etc.
|
1.243 | 14-Aug-2014 |
matt | Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.
|
1.242 | 10-Aug-2014 |
joerg | branches: 1.242.2; Put GCC/GAS specific options under ACTIVE_CC == "gcc".
|
1.241 | 10-Aug-2014 |
matt | Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
1.240 | 13-Jun-2014 |
mrg | remove the build support for GCC 4.1, and any hacks i found for it.
there could still be more -- i only looked for lines matching both "HAVE_GCC" and "4" as words (grep -w.)
|
1.239 | 27-May-2014 |
plunky | use -Wno-traditional only for GCC rather than !CLANG
|
1.238 | 27-May-2014 |
plunky | we use C99 syntax but with some GCC extensions, so signal that depending on the compiler in use
|
1.237 | 28-Jan-2014 |
martin | branches: 1.237.2; As discussed on tech-toolchain: untill gcc is fixed (or our ABI changed, ...) make stack protection warnings non-fatal if using gcc 4.8 on sh3/m68k/vax.
|
1.236 | 16-Jan-2014 |
christos | - Add a new bsd.host.mk that contains all the HOST_ variables extracted from bsd.sys.mk and bsd.own.mk - Add protection requiring that: 1. bsd.sys.mk is not include from other Makefiles directly 2. bsd.own.mk must be included before bsd.sys.mk since it sets variables that bsd.sys.mk uses as conditionals.
This is step 1 of removing all variable settings from bsd.sys.mk and leaving behind only rules. This way, the structure of a standard Makefile is: variable overrides
optionally include bsd.own.mk optionally include bsd.endian.mk
variable settings that use variables defined in bsd.own.mk
include a one or more rule .mk files (such as bsd.prog.mk etc)
|
1.235 | 15-Jan-2014 |
joerg | -shared-libgcc is a GCC option, so only use it for gcc.
|
1.234 | 10-Jan-2014 |
christos | not so fast, let's fix the tree first.
|
1.233 | 10-Jan-2014 |
christos | Add protection against direct inclusion of this file from other Makefiles. This file is only intended to be included from the other rules files like bsd.lib.mk or bsd.prog.mk. If you need things to be defined early, use bsd.own.mk.
|
1.232 | 07-Jan-2014 |
joerg | Non-literal format strings should be an error by default for clang.
|
1.231 | 16-Dec-2013 |
matt | Back out change for bsd.lib.mk which skips objcopy -x for BE ARM. Change OBJCOPYLIBFLAGS to keep $a/$d/$t symbols on BE ARM.
|
1.230 | 06-Nov-2013 |
christos | turn off another gcc warning for m68k
|
1.229 | 28-Oct-2013 |
mrg | add MKDEPCXX, that is used for C++ files depend creation. also add some missing ${COPTS.${.IMPSRC:T}} and ${CPUFLAGS.${.IMPSRC:T}} to the dependancy rules.
this makes it possible to have C++ files .d files created with the C++ compiler, and with the normal options for this file, which means that we can build libstdc++-v3 from gcc 4.8.
|
1.228 | 26-Oct-2013 |
mrg | define a HOST_LINK.cc always.
|
1.227 | 12-Sep-2013 |
joerg | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small vs big PIC mode. Retire -DPIC and -DBIGPIC.
|
1.226 | 18-Jul-2013 |
matt | Test BSD makefile about coldfire. XXX still hate m68k--netbsdelf-coldfire
|
1.225 | 17-Jul-2013 |
martin | Disable -Wconversion for gcc older than 4.5
|
1.224 | 16-Jul-2013 |
christos | branches: 1.224.2; Add -Wconversion for WARNS > 5
|
1.223 | 27-Jan-2013 |
christos | Move HAS_SSP and USE_SSP out of bsd.sys.mk. They did not belong there in the first place. Rename HAS_SSP to HAVE_SSP to match existing practice.
|
1.222 | 26-Jan-2013 |
christos | CTFCONVERT complains and coredumps for c++
|
1.221 | 26-Jan-2013 |
christos | CTFCONVERT me harder.
|
1.220 | 23-Sep-2012 |
joerg | Revert two unintentional changes from the PPC tests
|
1.219 | 23-Sep-2012 |
joerg | Update LLVM/Clang snapshot to r164464. This adopts the GCC options for the SSP parameters and a not-yet-default rewrite of SROA.
|
1.218 | 05-Sep-2012 |
riz | branches: 1.218.2; Remap X11SRCDIR to /usr/xsrc for the MKREPRO=yes case.
|
1.217 | 10-Aug-2012 |
joerg | Make linker warnings fatal by default for Clang, even if not building GCC.
|
1.216 | 25-Jun-2012 |
abs | Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets, give the same treatment to gcc-4.1.
|
1.215 | 20-Mar-2012 |
matt | Add WARNS=5 to enable -Wold-style-definitions
|
1.214 | 17-Mar-2012 |
christos | allow file-specific lint flag additions
|
1.213 | 15-Mar-2012 |
joerg | Don't error out for non-literal format strings with Clang until the rest of the __printflike changes are in the tree.
|
1.212 | 15-Mar-2012 |
joerg | Decouple HAVE_LLVM from HAVE_GCC. For GCC, add -Wno-format-zero-length when -Wformat is used.
|
1.211 | 28-Jan-2012 |
christos | branches: 1.211.2; Provide a way to override the default objcopy flags for library modules.
|
1.210 | 31-Oct-2011 |
chs | branches: 1.210.2; switch everything except vax to gcc 4.5. switch m68k to -Os since -O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1.
|
1.209 | 20-Sep-2011 |
joerg | Decouple clang and gcc handling a bit. Add -Wmissing-noreturn for clang builds. GCC complains about about non-void functions not returning, which is quite a bit more bogus, so don't enable it for that.
|
1.208 | 23-Aug-2011 |
christos | add -Wformat=2
|
1.207 | 08-Jul-2011 |
uwe | Augment previous. Use -Wno-uninitialized for sh3 in general, not just dreamcast. The problem is not sh3 per-se, but the fact that for sh3 we use -Os by default. That causes false positives since gcc doesn't detect that e.g. a variable is set and used under the same condition in different "if" statements.
XXX: This should probably check for optimization level instead, though, for all I know, phase of moon might be a contributing cause too.
XXX2: MACHINE_CPU is set in bsd.own.mk and is not available here, so we have to spell the test in terms of MACHINE_ARCH.
|
1.206 | 08-Jul-2011 |
mrg | # XXX GCC 4.5 for dreamcast is extra noisy for cases it should be better with workaround via: CFLAGS+= -Wno-uninitialized
|
1.205 | 29-Jun-2011 |
mrg | XXX: for now, disable fatal linker warnings for GCC 4.5.
|
1.204 | 20-Jun-2011 |
mrg | remove all the code that supported HAVE_GCC=3. mostly from chuq.
|
1.203 | 30-May-2011 |
joerg | branches: 1.203.2; Reorder CWARNFLAGS and -Werror in CFLAGS to allow CWARNFLAGS and by extension CWARNFLAGS.${SOURCE} to override it selectively.
|
1.202 | 30-May-2011 |
joerg | Add an alternative to NOGCCERROR for clang.
|
1.201 | 26-May-2011 |
joerg | Default to -Wno-sign-compare -Wno-pointer-sign for clang. Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree.
|
1.200 | 25-May-2011 |
joerg | Restrict -Wno-non-template-friend and -Wno-pmf-conversions to GCC.
|
1.199 | 25-May-2011 |
joerg | Add support for compiler specific warning flags with CWARNFLAGS.${COMPILER}
|
1.198 | 23-May-2011 |
joerg | Disable Clang's array boundary checker for now (hits e.g. in GCC and BDB)
|
1.197 | 22-May-2011 |
joerg | Simplify a bit
|
1.196 | 22-May-2011 |
joerg | Split SSP parameters on a per-compiler base
|
1.195 | 22-May-2011 |
joerg | No -Wno-traditional for clang.
|
1.194 | 17-May-2011 |
christos | Enable c99 mode by default.
This has the side effect of complaining for missing prototypes implicit type declarations and missing return statements.
NB: I've only ran a build on amd64, so other platforms MI code might break. If you can't wait for me to fix them, revert this commit.
|
1.193 | 25-Dec-2010 |
joerg | If MKREPRO, transform ${NETBSDSRCDIR} to /usr/src and ${DESTDIR} to / for the purpose of the C preprocessor. This avoids leaking the source path into the final binaries.
|
1.192 | 21-Apr-2010 |
pooka | dial . for operator
|
1.191 | 21-Apr-2010 |
christos | don't try to build PIE binaries when LDSTATIC
|
1.190 | 02-Mar-2010 |
darran | DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
|
1.189 | 15-Dec-2009 |
mrg | brace a --fatal-warnings with a NOGCCERROR check.
|
1.188 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64
|
1.187 | 13-Dec-2009 |
christos | Don't add the .h rule for yacc if we are not really building (-n)
|
1.186 | 30-Nov-2009 |
uebayasi | Support "extsrc", externally added programs and libraries. Users can write their own reach-overs, cross-build, install, and get set files just like base and X11 / X.org. (These sets are not included as TNF releases.)
|
1.185 | 12-Nov-2009 |
tron | Revert SSP changes because at least rmind@, pooka@ and haad@ consider 5% more performance more important than the gain in security.
|
1.184 | 12-Nov-2009 |
tron | Invent a new flag "USE_SSP_DEFAULT" which defines whether we want to use SSP for building the whole source tree. Set this to "yes" for NetBSD/amd64 and NetBSD/i386. It is now possible to get the old behavior (build libs and certain programs with SSP) by setting "USE_SSP_DEFAULT" to "no".
|
1.183 | 12-Nov-2009 |
tron | Fix broken conditional to get manual builds (not using "build.sh") working again.
|
1.182 | 11-Nov-2009 |
tron | Enable Stack Smash Protection (SSP) by default for NetBSD/amd64 and NetBSD/i386 as previously discussed on the "port-amd64" and "port-i386" mailing lists. No objections from the core team.
Thanks a lot to Tobias Nygren for helping me with the benchmarking and to Christos Zoulas for fixing SSP problems in cgd(4).
|
1.181 | 09-Nov-2009 |
skrll | IA64 doesn't have SSP.
|
1.180 | 12-Feb-2009 |
lukem | Enable -Wsign-compare for WARNS=4 (and above). Test compiled on i386 and amd64; there may be some stragglers on other platforms.
Note: -Wall has this by default in gcc4, and we explicitly disable it at WARNS=1 (i.e., -Wall -Wno-sign-compare). A goal is to reduce the WARNS level where this feature is enabled, so we can eventually remove -Wno-sign-compare.
|
1.179 | 26-Oct-2008 |
apb | branches: 1.179.4; 1.179.8; Always define TOOL_* variables in bsd.own.mk, not in bsd.sys.mk.
Previously, they were defined in bsd.own.mk if USETOOLS=yes, but in bsd.sys.mk if USETOOLS!=yes. This caused makefiles that did this:
.include <bsd.own.mk> FOO != ${TOOL_BAR} args...
to work in the USETOOLS=yes case but not in the USETOOLS!=yes case.
|
1.178 | 26-Oct-2008 |
apb | Set HOST_SH?=/bin/sh unconditionally. Previously, it was conditionally set to /usr/bin/bash if HOST_CYGWIN was defined, but now build.sh tries to set HOST_SH appropriately.
Remove the HOST_CYGWIN variable, which was not used for any other purpose.
Document that HOST_SH should be an absolute path.
THis was proposed in tech-toolchain.
|
1.177 | 25-Oct-2008 |
apb | Remove AWK variable, which is no longer used. All previous users now use TOOL_AWK instead.
|
1.176 | 19-Oct-2008 |
apb | Define TOOL_AWK.
|
1.175 | 19-Oct-2008 |
christos | handle assembly files for MKPIE
|
1.174 | 16-Oct-2008 |
christos | Provide a way for a program to override the PIE flags.
|
1.173 | 15-Oct-2008 |
christos | don't compile/link libraries with pie
|
1.172 | 14-Oct-2008 |
apb | Use "?=", not "=", to set default values for the TOOL_* variables added in the previous commit.
|
1.171 | 13-Oct-2008 |
apb | Add missing TOOL_* variables to bsd.sys.mk and document them in bsd.README. Previously, several of these variables were present in bsd.own.mk but not in bsd.sys.mk or bsd.README.
|
1.170 | 13-Oct-2008 |
apb | In bsd.sys.mk and bsd.own.mk, sort lists of TOOL_* variables. In bsd.README, document all TOOL_* variables that are set in bsd.sys.mk.
There are several TOOL_* variables that are set in bsd.own.mk, but not set in bsd.sys.mk and not documented in bsd.README.
|
1.169 | 05-Oct-2008 |
apb | Remove the definition of HOST_SED. HOST_SED was previously used only in tools/atf-compile, which has now been adjusted to use TOOL_SED.
|
1.168 | 26-Sep-2008 |
apb | Build strfile both as a host tool and as an installed program: * in games/fortune/strfile/Makefile, build strfile as a regular program instead of as a host tool; * add tools/strfile directory to build strfile as a host tool; * in tools/Makefile, add strfile to SUBDIR list; * in BSD.*.mk, define TOOL_STRFILE variable; * in games/fortune/datfiles/Makefile, use TOOL_STRFILE when creating databases at build time; * in distrib/sets/lists/games/mi, mention usr/games/strfile.
|
1.167 | 19-Sep-2008 |
christos | support per file lex and yacc prefixes.
|
1.166 | 24-Aug-2008 |
gmcgarry | Honour HAVE_PCC
|
1.165 | 23-Jul-2008 |
christos | Disable PIE for kernel builds. Some architectures pass -mcmodel to gcc and this is incompatible with PIE. And we don't really want pic objects in the kernel
|
1.164 | 21-Jul-2008 |
lukem | If WARNS>0 and !defined(NOGCCERROR), add -Wa,--fatal-warnings to CFLAGS to set assembler warnings to be fatal. (Done via CFLAGS instead of AFLAGS so that all assembling, not just that of .S/.s files, uses the option.)
|
1.163 | 30-Apr-2008 |
garbled | branches: 1.163.2; Convert prep to use the new unified mkbootimage rather than it's own. This mkbootimage can be shared by prep, rs6000, and bebox.
TODO: Convert bebox to use this. Needs someone to test.
|
1.162 | 22-Apr-2008 |
tsutsui | Redo a change in rev 1.160 with more proper way: > Don't make linker warnings fatal on linking static libs since > there is no proper way to avoid "FOO is a patented algorithm" warnings.
Ok'ed by christos@ and dogcow@ on tech-toolchain, and tested build.sh build for sun2, news68k, alpha and newsmips.
|
1.161 | 15-Apr-2008 |
tsutsui | branches: 1.161.2; Backout previous for now. We have to rethink dependency for MKPIC and LDSTATIC. Pointed out by dogcow@.
|
1.160 | 14-Apr-2008 |
tsutsui | Don't make linker warnings fatal on linking static libs since there is no proper way to avoid "FOO is a patented algorithm" warnings. Ok'ed by christos@ on tech-toolchain.
|
1.159 | 03-Mar-2008 |
lukem | branches: 1.159.2; Set linker warnings to be fatal if ${WARNS} > 0.
|
1.158 | 09-Jan-2008 |
simonb | branches: 1.158.2; Remove support for NetBSD/pc532.
|
1.157 | 28-Dec-2007 |
christos | add MKPIE
|
1.156 | 12-Nov-2007 |
jmmv | Add the atf host tools
This adds reachover Makefiles to build the atf tools required during a cross-build.
|
1.155 | 03-Jun-2007 |
uwe | branches: 1.155.4; Stack protector codegen bug on sh3 has been fixed, so drop sh3 from the list of platforms where we disable ssp.
|
1.154 | 03-Jun-2007 |
christos | we can now compile libc with _FORTIFY_SOURCE
|
1.153 | 31-May-2007 |
uwe | Fix inverted comparison ${MACHINE_ARCH} != "hppa" when checking for ssp. (hi^2 tls!)
|
1.152 | 30-May-2007 |
uwe | Use matching open and close parens. Why make doesn't complain about $(foo} ?
|
1.151 | 30-May-2007 |
tls | Fix typo, and eliminate mention of libssp since it's gone. Move -D_FORTIFY_SOURCE to CPPFLAGS from COPTS.
|
1.150 | 30-May-2007 |
tls | Match usage of FORTIFY_SOURCE on other platforms by not requiring special include path: the normal header files now include the "SSP" ones (which one should note are not really named right: SSP and FORTIFY_SOURCE are independent features).
Disable USE_SSP on targets where the compiler doesn't support it at all (mips, alpha) or it's known broken (sh3). But enable FORTIFY_SOURCE, without SSP, on those platforms -- tested on mipsel.
|
1.149 | 30-May-2007 |
tls | mipsel || mipseb, not mipsel || mipsel
|
1.148 | 30-May-2007 |
tls | Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp" (what other systems keep in libssp, we already have in libc) into libc to match what other systems with FORTIFY_SOURCE do. Goodbye, libssp dependency in libraries and executables. Discussed with christos and mrg; Christos will merge the headers to get us the rest of the way to a FORTIFY_SOURCE implementation that works as others' code expects.
|
1.147 | 29-May-2007 |
tls | Sigh, revert previous and fix right: we don't have MACHINE_CPU in bsd.sys.mk.
|
1.146 | 29-May-2007 |
tls | MACHINE_ARCH -> MACHINE_CPU so excluding mips from SSP/FORT works right.
|
1.145 | 29-May-2007 |
tls | Fix two bugs reported by Simon Burge: 1) USE_FORT and USE_SSP should be disabled on platforms where GCC doesn't support -fstack-protector. 2) The libssl Makefile had a hard-coded USE_FORT=yes.
|
1.144 | 29-May-2007 |
tls | Sigh. Fix USE_FORT: do not use /usr/include/ssp from *host* system.
|
1.143 | 28-May-2007 |
tls | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to various string and memory copy and set functions (as well as a few system calls and other miscellany) where known at function entry. RedHat has evidently built all "core system packages" with this option for some time.
This option should be used at the top of Makefiles (or Makefile.inc where this is used for subdirectories) but after any setting of LIB.
This is only useful for userland code, and cannot be used in libc or in any code which includes the libc internals, because it overrides certain libc functions with macros. Some effort has been made to make USE_FORT=yes work correctly for a full-system build by having the bsd.sys.mk logic disable the feature where it should not be used (libc, libssp iteself, the kernel) but no attempt has been made to build the entire system with USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.
Adjust the system build so that all programs and libraries that are setuid, directly handle network data (including serial comm data), perform authentication, or appear likely to have (or have a history of having) data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default, with the exception of libc, which cannot use USE_FORT and thus uses only USE_SSP by default. Tested on i386 with no ill results; USE_FORT=no per-directory or in a system build will disable if desired.
|
1.142 | 22-May-2007 |
tls | Add -D_FORTIFY_SOURCE=2 where it can safely/sanely be used if building with USE_SSP: not in the kernel, and not in libssp itself.
|
1.141 | 14-Jan-2007 |
apb | Define TOOL_JOIN.
|
1.140 | 11-Nov-2006 |
christos | branches: 1.140.2; 1.140.4; disable SSP for standalone code.
|
1.139 | 10-Nov-2006 |
christos | add the non tool version of paxctl
|
1.138 | 09-Nov-2006 |
christos | Add ssp glue.
|
1.137 | 22-Oct-2006 |
christos | Add -Wextra -Wno-unused-parameter to WARNS > 2
|
1.136 | 08-Oct-2006 |
elad | PR/28368: Peter Postma: unrecognized option `-Wnetbsd-format-audit'
Apply patch from rivo nurges in #NetBSD-code, thanks!
|
1.135 | 09-Sep-2006 |
simonb | Use -Wno-uninitialized for ns32k. For some reason, gcc on ns32k doesn't detect initialisation correction in simple "for" loops like: for (i = 0; i < 10; i++) var = i;
|
1.134 | 01-Jul-2006 |
mrg | -std=gnu99 can be applied with GCC>=3, not MACHINE != vax.
|
1.133 | 18-Jun-2006 |
gdamore | Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
|
1.132 | 02-Jun-2006 |
mrg | remove support for building (with) GCC 2.95. also: - always install <stdbool.h> - don't generate a fake one for vax / gettext.
|
1.131 | 22-May-2006 |
uwe | Enable -Wold-style-cast for sh3 now that its stadarg.h doesn't use LHS casts.
|
1.130 | 20-May-2006 |
christos | Remove -Wno-attribute for gcc4
|
1.129 | 11-May-2006 |
mrg | add support for ${OBJCOPTS} and ${OBJCOPTS}.<lib|prog|fn>.
|
1.128 | 07-Apr-2006 |
mrg | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
|
1.127 | 27-Mar-2006 |
he | The -Wno-packed switch is a gcc3+ thing, so place it where it won't be picked up by gcc 2.95.3. Fixes build problem for vax.
|
1.126 | 25-Mar-2006 |
dogcow | Add -Wno-packed, in preparation for gcc4.1.x; unlike most of the other warnings, it (at best) flags possible underoptimization, and not any code defects.
|
1.125 | 02-Dec-2005 |
christos | For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and possibly other built-in functions). Another solution would be to add:
#ifdef __GNUC__ #define alloca(a) __builtin_alloca(a) #else void *alloca(size_t); #endif
in stdlib.h, since we have assembly support for some architectures on non-gcc environments, and we can add the rest.
|
1.124 | 02-Sep-2005 |
jwise | Add proper support for using bsd.hostprog.mk to build c++-based host programs -- doesn't affect current host tools build (groff is built the Makefile.gnuhost way).
Provides {.cc,.cpp,.cxx,.C}.lo rule, associated variables, and HOSTPROG_CXX support (mirroring PROG_CXX in bsd.prog.mk).
Tested with from-scratch `build.sh tools' and full system build.
|
1.123 | 09-Aug-2005 |
he | Disable the C++ warning -Wold-style-cast for sh3 as well, because that CPU's headers' va_start() uses a cast.
Discussed with christos.
|
1.122 | 09-Aug-2005 |
he | Gcc 2.95.3 doesn't support the -Wabi warning flag, so don't try to use it there.
The vax port's va_start() macro uses a cast, so for the moment disable the -Wold-style-cast warning flag for the old GCC as well (as vax is the only remaining port using this compiler).
|
1.121 | 09-Aug-2005 |
christos | Add CXXFLAGS for WARNS=2
|
1.120 | 09-Jul-2005 |
christos | Add .m in the list of suffixes, otherwise including bsd.sys.mk in a Makefile treats the .m.o: suffix rule as a target. This broke typing 'make' in ${NETBSDSRC}/sys/kern.
|
1.119 | 04-Jun-2005 |
lukem | Don't add -Wno-uninitialized to CFLAGS if WARNS > 0 and HAVE_GCC != no, as gcc3 generates much less false positives for -Wuninitalized and I have found genuine bugs with this warning enabled. Tested by building a full release of NetBSD/i386.
|
1.118 | 31-May-2005 |
christos | We need a non-tool version of genassym.
|
1.117 | 23-May-2005 |
riz | Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.116 | 05-Apr-2005 |
tron | Don't use "-std=c99" for NetBSD-vax because gcc 2.95.3 doesn't support it.
|
1.115 | 20-Feb-2005 |
matt | branches: 1.115.2; Add support for WARNS=4 (-std=c99)
|
1.114 | 19-Oct-2004 |
simonb | Add CPUFLAGS to AFLAGS as well as CFLAGS so that CPUFLAGS is used for assembly files.
|
1.113 | 08-Jun-2004 |
abs | Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
|
1.112 | 18-Apr-2004 |
lukem | add a blank line to improve readability
|
1.111 | 27-Jan-2004 |
lukem | branches: 1.111.2; Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.110 | 16-Nov-2003 |
lukem | .c.lo: support per-target COPTS, CPPFLAGS, CPUFLAGS
|
1.109 | 14-Nov-2003 |
matt | Add a AWK for awk.
|
1.108 | 13-Nov-2003 |
matt | Add a HOST_LN.
|
1.107 | 08-Nov-2003 |
lukem | Remove single suffix inference rules from here; nothing in the tree relies upon them (AFAICT).
(This fixes the build issue with src/x11, because the .cpp rule in bsd.x11.mk was being overridden by the .cpp rule here)
|
1.106 | 29-Oct-2003 |
lukem | use ${.PREFIX} instead of ${.TARGET:R}
|
1.105 | 21-Oct-2003 |
lukem | Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and change all the variable assignments from = to ?=
|
1.104 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.103 | 20-Oct-2003 |
lukem | Add MAKEVERBOSE pretty versions for .cc .cpp .cxx .C
Fix typo in .l.o and .y.o rule
|
1.102 | 19-Oct-2003 |
lukem | add _MKMSGCREATE.m
|
1.101 | 19-Oct-2003 |
lukem | add _MKMSGINSTALL.m
|
1.100 | 19-Oct-2003 |
lukem | fix _MKSHECHO for MAKEVERBOSE=1
|
1.99 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.98 | 19-Oct-2003 |
lukem | Add rules for .s .s.o .S .S.o to support per-source COPTS,CPUFLAGS,CPPFLAGS and MAKEVERBOSE
|
1.97 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE for rules which are of the form: @cmp -s ${.ALLSRC} ${.TARGET} || ( echo cmd && cmd )
|
1.96 | 18-Oct-2003 |
lukem | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. Supported values: 0 Minimal output ("quiet") 1 Describe what is occurring 2 Describe what is occurring and echo the actual command ("verbose") This is the default, and is equivalent to the previous behaviour.
|
1.95 | 22-Aug-2003 |
christos | Disable -Wtraditional and explain why.
|
1.94 | 28-Jul-2003 |
lukem | Be consistent how "multiple include protection" is implemented. I.e,
.if !defined(_BSD_foo_MK_) _BSD_foo_MK_=1
# ...
.endif # !defined(_BSD_foo_MK_)
|
1.93 | 22-Jul-2003 |
lukem | Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>:
COPTS.<fn> Additional flags to the compiler when creating the C objects for <fn>.
CPUFLAGS.<fn> Additional flags to the compiler/assembler for <fn>.
CPPFLAGS.<fn> Additional flags to the C pre-processor for <fn>.
(For <fn>.[ly], "<fn>.c" must be used.)
|
1.92 | 20-Jul-2003 |
lukem | add TOOL_STAT for stat(1)
|
1.91 | 18-Jul-2003 |
lukem | Add MKMANZ; if not set to "no", compress the manual pages at installation time. This replaces the previous .if defined (MANZ) behaviour, although the latter will set MKMANZ=yes for compatibility purposes.
Don't bother with -P-bou in TOOL_ROFF_HTML; it doesn't appear to be necessary with groff 1.19.
Fix NOHTML implementation to be consistent with other NOxxx / MKxxx variables, and expose the user-tweakable MKHTML.
|
1.90 | 14-Jul-2003 |
lukem | use full path in default TOOL_MAKEWHATIS
|
1.89 | 10-Jul-2003 |
lukem | Rename a large chunk of the make(1) variables which refer to a program/tool from "FOO" to "TOOL_FOO". The new variables are: TOOL_ASN1_COMPILE TOOL_CAP_MKDB TOOL_CAT TOOL_CKSUM TOOL_COMPILE_ET TOOL_CONFIG TOOL_CRUNCHGEN TOOL_CTAGS TOOL_DB TOOL_EQN TOOL_FGEN TOOL_GENCAT TOOL_GROFF TOOL_HEXDUMP TOOL_INDXBIB TOOL_INSTALLBOOT TOOL_INSTALL_INFO TOOL_M4 TOOL_MAKEFS TOOL_MAKEINFO TOOL_MAKEWHATIS TOOL_MDSETIMAGE TOOL_MENUC TOOL_MKCSMAPPER TOOL_MKESDB TOOL_MKLOCALE TOOL_MKMAGIC TOOL_MKTEMP TOOL_MSGC TOOL_MTREE TOOL_PAX TOOL_PIC TOOL_PREPMKBOOTIMAGE TOOL_PWD_MKDB TOOL_REFER TOOL_ROFF_ASCII TOOL_ROFF_DVI TOOL_ROFF_HTML TOOL_ROFF_PS TOOL_ROFF_RAW TOOL_RPCGEN TOOL_SOELIM TOOL_SUNLABEL TOOL_TBL TOOL_UUDECODE TOOL_VGRIND TOOL_ZIC
For each, provide default in <bsd.sys.mk> of the form: TOOL_FOO?= foo and for the ${USETOOLS}=="yes" case in <bsd.own.mk>, provide override: TOOL_FOO= ${TOOLDIR}/bin/${_TOOL_PREFIX}foo
Document all of these in bsd.README.
This cleans up a chunk of potential (and actual) namespace collision within our build infrastructure, as well as improves consistency in the share/mk documentation and provision of appropriate defaults for each of these variables.
|
1.88 | 26-Jun-2003 |
tshiozak | Citrus iconv support(3) add host tools : mkcsmapper and mkesdb mkcsmapper - coded character set mapping table compiler mkesdb - encoding scheme database compiler
|
1.87 | 30-May-2003 |
thorpej | Add a CPUFLAGS variable which can be set by the user's mk.conf or in the environment:
CPUFLAGS Additional flags to the compiler/assembler to select CPU instruction set options, CPU tuning options, etc.
Since CPUFLAGS is not implicitly set by any part of the make infrastructure, it is safe to set in mk.conf, unlike COPTS or DBG.
|
1.86 | 18-May-2003 |
lukem | Add ${TOOL_DB}; db(1) as a (host) tool.
Note: this is the first tool using a "TOOL_" prefix in the make(1) variable; other similar "non-standard" variable names will be converted in the future.
|
1.85 | 08-May-2003 |
christos | Fix _HOST_CYGWIN lossage.
|
1.84 | 08-May-2003 |
christos | Deal with CYGWIN's sh screwage.
|
1.83 | 21-Dec-2002 |
lukem | add SUNLABEL
|
1.82 | 25-Nov-2002 |
thorpej | Add -Wno-sign-compare to CFLAGS.
|
1.81 | 20-Jul-2002 |
mrg | add -Wa,-Av8plus to CFLAGS if we are building for 32bit sparc
|
1.80 | 11-Jun-2002 |
lukem | add CAT here too
|
1.79 | 30-May-2002 |
msaitoh | remove duplicated -Wpointer-arith when WARNS=2
|
1.78 | 28-May-2002 |
bjh21 | Add fgen as a host tool, used for sys/arch/sparc/bootblk.
|
1.77 | 02-May-2002 |
simonb | branches: 1.77.2; Make the ELF2ECOFF assignment an "?=" assignment so it won't override the setting in bsd.own.mk.
|
1.76 | 23-Apr-2002 |
bjh21 | Sun Workshop C 5.0 objects to generating object files with suffixes other than .o. Work around this by generating host object files with a .lo.o suffix and then renaming to .lo.
|
1.75 | 12-Apr-2002 |
lukem | add ELF2ECOFF
|
1.74 | 03-Apr-2002 |
lukem | add INSTALLBOOT. sort some entries in bsd.sys.mk
|
1.73 | 01-Apr-2002 |
bjh21 | Add a default for CAP_MKDB.
|
1.72 | 31-Mar-2002 |
bjh21 | Add CKSUM.
|
1.71 | 31-Mar-2002 |
bjh21 | Provide a default for PWD_MKDB.
|
1.70 | 27-Jan-2002 |
ross | Drink ALL the Kool-Aid.
(Move -mieee from lib/ to bsd.*.mk; new var MKIEEEFP defaults to yes.)
|
1.69 | 25-Jan-2002 |
lukem | add $PAX to both, and $MAKEFS to bsd.sys.mk
|
1.68 | 29-Nov-2001 |
thorpej | Ah, don't actually need MAKEWHATIS here.
|
1.67 | 29-Nov-2001 |
thorpej | Provide ${MAKEWHATIS}.
|
1.66 | 28-Nov-2001 |
tv | Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you end up with empty string if FOO is defined, and `bar' if it is undefined.
|
1.65 | 26-Nov-2001 |
jmc | Revert check for NOGCCERROR back to a .if \!defined as the :U check will break anyone with NOGCCERROR=1 in their mk.conf
|
1.64 | 17-Nov-2001 |
thorpej | Protect from multiple inclusion.
|
1.63 | 17-Nov-2001 |
thorpej | Make sure MKDEP is defined for the non-USETOOLS case.
|
1.62 | 15-Nov-2001 |
wiz | Re-add check for defined(MKSOFTFLOAT) that got lost in v1.60. Needed for Makefiles which include bsd.sys.mk, but not bsd.own.mk, like distrib/macppc/floppies/ramdisk/Makefile. Okay'd by simonb.
|
1.61 | 14-Nov-2001 |
tv | Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk where it belongs (with the native target compile rules).
|
1.60 | 13-Nov-2001 |
tv | * Use -isystem instead of -idirafter for ${DESTDIR}/usr/include. * Provide defaults for HOST_AR and HOST_RANLIB. * Formatting cleanup.
|
1.59 | 12-Nov-2001 |
tv | Major overhaul of src/tools and host toolchain. Summary of changes:
* Rewrite src/tools Make logic to work like the rest of the tree wrt "dependall" and "install". The old "make build" hack is gone.
* Remove the MKTOOLS logic. This was linked to the "make build" hack, and was only needed because TOOLDIR originally had no writable default.
* Redo the GNU configure/make logic to make it fit reasonably in a BSD make wrapper. Use new ${.ALLTARGETS} variable to scan for targets in $(srcdir), and mark them with .MADE: to prevent rebuilding.
* Only build cross tools in src/tools; remove some messy logic in src/usr.* and src/gnu/usr.* that would do target filename rewriting (improves consistency and readability).
* Add the ability to build cross gdb at tool build time by setting MKCROSSGDB (default no) to "yes" in mk.conf.
* Add src/tools/groff and set up paths to work with this cross groff.
|
1.58 | 11-Nov-2001 |
tv | Provide defaults for MDSETIMAGE and CRUNCHGEN.
|
1.57 | 01-Nov-2001 |
lukem | move -Wwrite-strings to WARNS=3 too ... (yech!)
|
1.56 | 01-Nov-2001 |
lukem | Move -Wcast-qual from WARNS=2 to WARNS=3 (a new level), because it generates too many false positives that require gross amounts of workaround, and the other WARNS=2 stuff is quite useful. Per discussion with simonb & christos.
|
1.55 | 19-Oct-2001 |
tv | Better version of previous. Use an .ifdef in this case, so the rule isn't even defined without YHEADER. (Otherwise can lead to odd behavior.)
|
1.54 | 19-Oct-2001 |
tv | Make sure .y.h rule knows what to do only if YHEADER is set.
|
1.53 | 19-Oct-2001 |
tv | Simplify many .if's by collapsing to make :D and :U conditionals.
|
1.52 | 19-Oct-2001 |
tv | Simplify and collapse a lot of the gooey .l and .y handling cruft here. Rather than special-case a bunch of stuff, make this always parallel-safe, and have make call upon the .l.c/.y.c followed by .c.o/.c.lo transforms, rather than try to go right from .l/.y to .o/.lo.
|
1.51 | 09-Oct-2001 |
enami | Make mtree a host tool and use it when appropriate.
|
1.50 | 08-Sep-2001 |
christos | Add some more WARNS (commented out since they break things)
|
1.49 | 14-Aug-2001 |
tv | Add a HOST_CXX and HOST_CXXFLAGS (currently needed for compiling groff on a cross host).
|
1.48 | 04-Jul-2001 |
scw | Check for MKSOFTFLOAT being defined before testing its value. Needed for crunchgen(1) generated makefiles (e.g. miniroot builds).
|
1.47 | 18-Jun-2001 |
simonb | Add a new make variable "MKSOFTFLOAT". If not set to "no", it adds "-msoft-float" to COPTS and FOPTS, and possibly builds soft-float library support (port specific). Defaults to "no".
|
1.46 | 30-Dec-2000 |
itojun | document host build tools (like rpcgen) in bsd.README. PR 11839
|
1.45 | 29-Dec-2000 |
itojun | document MKLOCALE is not a variable to control build behavior. per PR 11839.
|
1.44 | 23-Dec-2000 |
itojun | declare ${MKLOCALE}. PR11801.
|
1.43 | 11-Oct-2000 |
thorpej | Repair a dual-.if construct that certainly didn't work with any version of make(1) on my systems...
|
1.42 | 10-Oct-2000 |
is | Format string cleanup, by sommerfeld.
|
1.41 | 04-Oct-2000 |
sommerfeld | If FORMAT_AUDIT is set, and WFORMAT is set and > 1, turn on -Wnetbsd-format-audit for extra-stringent format checking. WFORMAT belongs in individual makefiles and/or Makefile.inc files. FORMAT_AUDIT should go in mk.conf if you're doing format-string auditing. (set WFORMAT=1 in individual makefiles if a program is not security critical and is doing bizarre things with format strings which would be even uglier if rewritten) FORMAT_AUDIT may go away in time (i.e., default to on)
|
1.40 | 25-Jul-2000 |
cgd | ${RPCGEN}, not hard-coded rpcgen
|
1.39 | 09-May-2000 |
thorpej | branches: 1.39.4; Make the fact that we disable -Wuninitialized explcicit in the Makefile, rather than relying on a compiler hack to do it for us.
|
1.38 | 01-Feb-2000 |
tsutsui | STRIPPROG -> STRIP
|
1.37 | 16-Sep-1999 |
sommerfeld | Define CONFIG, so it can be overridden for cross-builds.
|
1.36 | 21-Aug-1999 |
sommerfeld | Add OBJCOPY
|
1.35 | 08-Jul-1999 |
christos | Introduce a second level of WARNS for even more paranoia
|
1.34 | 31-Jan-1999 |
mrg | NOGCCERROR disables -Werror.
|
1.33 | 01-Nov-1998 |
lukem | reimplement rev 1.30,1.31 using YPREFIX and LPREFIX instead
|
1.32 | 31-Oct-1998 |
veego | Backout 1.30 and 1.31 which breaks at least libpcap and pppd.
|
1.31 | 30-Oct-1998 |
lukem | simplify YACCPREFIX rule by using `yacc -o ${.TARGET}' instead of `yacc -b ${.TARGET:R} ; mv ${TARGET:R}.tab.c ${.TARGET}'. fixes parallel make of foo.y -> foo.c/foo.h as well
|
1.30 | 30-Oct-1998 |
lukem | implement LEXPREFIX and YACCPREFIX, which allow overriding the `yy' prefix of generated tokens, and `.yy.{c,h}' suffix in filenames. this solves the problem i had in [misc/1989] (albiet a different way).
|
1.29 | 13-Sep-1998 |
tv | Reorganize comments around .m and .c.lo rules
|
1.28 | 27-Aug-1998 |
tv | Create a STRIPPROG definition to specify a (target) strip program. Later, STRIPPROG could be used in preference to "-s" on "install".
|
1.27 | 26-Aug-1998 |
tv | Allow -Werror to be turned off with CWARNFLAGS=-Wno-error ...
|
1.26 | 25-Aug-1998 |
tv | Introduce CWARNFLAGS, idea from kernel Makefiles, which goes after "-Wall ..." in the CFLAGS and can be set in directory Makefile or mk.conf.
|
1.25 | 25-Aug-1998 |
tv | Back out previous. -Wuninitialized is disabled in the latest egcs sources, and -Wno-format-y2k is inserted into the proper Makefiles only (as this is likely to become a permanent option).
|
1.24 | 25-Aug-1998 |
ross | Add -Wno-uninitialized -Wno-format-y2k, with an attached XXX
|
1.23 | 17-Aug-1998 |
tv | "oops": .c.lo rule missed the "-o ${.TARGET}".
|
1.22 | 16-Aug-1998 |
tv | Add .c.lo, .l.lo, and .y.lo rules for automatic use of ${HOST_COMPILE.c}.
|
1.21 | 27-Jul-1998 |
mycroft | If AUDIT is defined, compile with -D__AUDIT__.
|
1.20 | 11-May-1998 |
thorpej | If DESTDIR is set, tell lint to use "-d ${DESTDIR}/usr/include" (the equiv. of "-nostdinc -idirafter ${DESTDIR}/usr/include". Fixes PR #5399.
|
1.19 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.18 | 01-Apr-1998 |
tv | Revert. This broke too much in the build tree, and a better solution needs to be created. (The existing situation breaks a lot too.)
|
1.17 | 01-Apr-1998 |
tv | Fix .y rules to DTRT with possibly generated .h files. See mail on tech-toolchain for a very detailed explanation of this. In short, add a .y.h rule identical to the .y.c rule and make the .y.c rule rename the .h file; also, clean the .h file in CLEANFILES.
|
1.16 | 04-Nov-1997 |
gwr | Move definitions of: NM, LORDER, TSORT from bsd.sys.mk to sys.mk so they are more easly used by things like sys/libkern/Makefile.inc (Besides, all the other tool definitions are in sys.mk)
|
1.15 | 04-Nov-1997 |
gwr | Define LORDER, TSORT
|
1.14 | 30-Oct-1997 |
lukem | remove lint rules for objective c as lint can't cope
|
1.13 | 28-Oct-1997 |
lukem | add default rules for Objective C sources (`.m' suffix): - sys.mk: add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and ${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules - bsd.sys.mk: add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk). it's here, rather than in sys.mk, because `.m' isn't exclusively used for Objective C files. - bsd.lib.mk: add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
|
1.12 | 12-Oct-1997 |
mikel | branches: 1.12.2; add -Wpointer-arith to flags enabled by WARNS
|
1.11 | 08-Oct-1997 |
mycroft | Put the `-nostdinc -idirafter ...' in CPPFLAGS, not CFLAGS.
|
1.10 | 26-Sep-1997 |
christos | PR/4146: Erik Bertelsen: WARNS was not unsettable in Makefiles
|
1.9 | 01-Jul-1997 |
christos | Enable extra warnings if WARNS is set
|
1.8 | 31-May-1997 |
cjs | Back out BUILDDIR and NOINSTALL changes.
|
1.7 | 27-May-1997 |
cjs | branches: 1.7.2; Put include information in CPPFLAGS only (not in CFLAGS or MKDEPFLAGS). Add note that CPPFLAGS is (or should be) passed to all programs that pass input through cpp.
|
1.6 | 27-May-1997 |
cjs | Make sure mkdep gets correct include directories.
|
1.5 | 26-May-1997 |
cjs | Patch for yesterday's batch of `new build system' commits that I forgot to commit.
|
1.4 | 17-Apr-1997 |
thorpej | Add several HOST_* variables. These identical to their non-HOST_ counterparts, and are used to compile programs that are needed to compile other programs (see src/bin/sh for an example use). These facilitate cross-compiling.
Define an NM variable - the program to use for nm(1)
|
1.3 | 15-May-1996 |
scottr | If DESTDIR is defined, look for includes in ${DESTDIR}/usr/include, instead.
|
1.2 | 13-Dec-1995 |
cgd | add "CFLAGS += -Werror" to bsd.sys.mk, and update various bits of documentation to explain bsd.sys.mk's purpose more clearly.
|
1.1 | 22-Oct-1995 |
christos | Added include file <bsd.sys.mk> that contains lex and yacc "parallel aware" rules. These rules are not turned on by default; they are enabled by setting the PARALLEL variable.
|
1.7.2.1 | 12-Oct-1997 |
cjs | Bring up to 1.12.
|
1.12.2.2 | 09-Nov-1998 |
cgd | pull up rev 1.28 from trunk (simonb)
|
1.12.2.1 | 04-Nov-1997 |
thorpej | Pull up from trunk: remove redundant NM definition, and define objective-c rules.
|
1.39.4.1 | 17-Oct-2000 |
tv | Pullup 1.41-1.43 [releng]: Support the new format checker in gcc with FORMAT_AUDIT.
|
1.77.2.3 | 26-Dec-2002 |
tron | Pull up revision 1.83 (requested by lukem in ticket #1043): add SUNLABEL
|
1.77.2.2 | 13-Jun-2002 |
lukem | Pull up revision 1.78 (requested by eeh in ticket #257): Add fgen as a host tool, used for sys/arch/sparc/bootblk.
|
1.77.2.1 | 11-Jun-2002 |
lukem | Pull up revision 1.80 (requested by lukem in ticket #252): add CAT here too
|
1.111.2.1 | 17-Jun-2004 |
tron | branches: 1.111.2.1.2; Pull up revision 1.113 (requested by abs in ticket #497): Add TOOL_SPARKCRC. Need to clean up what happens in the non tools case.
|
1.111.2.1.2.1 | 31-May-2005 |
tron | Pull up revision 1.117 (requested by riz in ticket #1545): Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.115.2.3 | 26-Mar-2009 |
msaitoh | Apply patch (requested by apb in ticket #1997)
Avoid passing "-std=c99" in CFLAGS on host platforms that use a compiler other than GCC. Requested in PR 40540.
|
1.115.2.2 | 04-Sep-2005 |
tron | Pull up following revision(s) (requested by jwise in ticket #737): share/mk/bsd.sys.mk: revision 1.124 share/mk/bsd.hostprog.mk: revision 1.45 Add proper support for using bsd.hostprog.mk to build c++-based host programs -- doesn't affect current host tools build (groff is built the Makefile.gnuhost way). Provides {.cc,.cpp,.cxx,.C}.lo rule, associated variables, and HOSTPROG_CXX support (mirroring PROG_CXX in bsd.prog.mk). Tested with from-scratch `build.sh tools' and full system build.
|
1.115.2.1 | 28-May-2005 |
snj | Pull up revision 1.117 (requested by riz in ticket #343): Provide a default definition of OBJDUMP - bsd.kmod.mk expects it. Approved by heas.
|
1.140.4.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.140.2.3 | 26-Mar-2009 |
msaitoh | Apply patch (requested by apb in ticket #1285)
Avoid passing "-std=c99" in CFLAGS on host platforms that use a compiler other than GCC. Requested in PR 40540.
|
1.140.2.2 | 31-Aug-2007 |
liamjfoy | Pull up following (requested by uwe in ticket #857):
Disable ssp for sh3 on netbsd-4
|
1.140.2.1 | 22-Jul-2007 |
liamjfoy | Pull up to netbsd-4 (requested by christos in ticket #773):
Move libssp to libc.
|
1.155.4.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.155.4.1 | 09-Jan-2008 |
matt | sync with HEAD
|
1.158.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.159.2.3 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.159.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.159.2.1 | 03-Mar-2008 |
mjf | file bsd.sys.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
|
1.161.2.1 | 18-May-2008 |
yamt | sync with head.
|
1.163.2.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.179.8.6 | 18-Dec-2013 |
matt | Bring OBJCOPYLIBFLAGS from HEAD so we can preserve $a/$d/$t on BE ARM
|
1.179.8.5 | 26-Aug-2009 |
matt | Disable the NOPIC= hooks. Add MKATF, MKCXX, and MKGROFF. Setting CXX to no turns of ATF and GROFF.
|
1.179.8.4 | 23-Aug-2009 |
matt | Use CPUFLAGS for -mno-abicall -fno-pic
|
1.179.8.3 | 18-Aug-2009 |
uebayasi | ${MKPIC} is not always defined.
|
1.179.8.2 | 18-Aug-2009 |
matt | fix a comment in vax. :) add a commented out match for mips64 in MKPICLIB=no case
|
1.179.8.1 | 17-Aug-2009 |
matt | No SSP for mips64. Add commented out section for sbmips which enable mips64 and tunes for sb1
|
1.179.4.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.203.2.1 | 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.210.2.3 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.210.2.2 | 30-Oct-2012 |
yamt | sync with head
|
1.210.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.211.2.1 | 30-Jun-2012 |
bouyer | Pull up following revision(s) (requested by abs in ticket #379): share/mk/bsd.sys.mk: revision 1.216 Whatever "-Wl,--fatal-warnings" get-out-of-jail-free card gcc-4.5 gets, give the same treatment to gcc-4.1.
|
1.218.2.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.218.2.2 | 25-Feb-2013 |
tls | resync with head
|
1.218.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.224.2.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.237.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.242.2.1 | 05-Jan-2016 |
snj | Pull up following revision(s) (requested by martin in ticket #1058): sys/arch/arm/conf/Makefile.arm: revision 1.43 sys/arch/aarch64/conf/Makefile.aarch64: revision 1.2 share/mk/bsd.sys.mk: revision 1.243, 1.244 Use wildcards for stripping/preserving the mapping symbols on ARM and AArch64. LLVM creates unique symbols in each file of the form $a.n etc. -- Fix typo in OBJCOPYLIBFLAGS_EXTRA for aarch64eb.
|
1.260.2.3 | 26-Apr-2017 |
pgoyette | Sync with HEAD
|
1.260.2.2 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.260.2.1 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.267.2.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.271.4.3 | 18-Jun-2018 |
martin | Pull up following revision(s) (requested by christos in ticket #886):
share/mk/bsd.sys.mk: revision 1.282
The compat build plays games with MAKEOBJDIR and unsets MAKEOBJDIRPREFIX. Keep using our standard NETBSDOBJDIR if it was set.
|
1.271.4.2 | 14-Jun-2018 |
martin | Pull up the following revisions, requestes by christos in ticket #881:
share/mk/bsd.sys.mk revision 1.280, 1.281
Create NETBSDOBJDIR to handle MAKEOBJDIRPREFIX, since that prepends the prefix to the whole path. Mention that we cannot handle MAKEOBJDIR
-
Handle more objdir variations for MKREPRO (untested)
|
1.271.4.1 | 07-Jun-2018 |
martin | Pull up following revision(s) (requested by christos in ticket #834):
usr.bin/make/var.c: revision 1.219 share/mk/bsd.obj.mk: revision 1.52 usr.sbin/crash/Makefile: revision 1.40 share/mk/sys.mk: revision 1.131 share/mk/bsd.sys.mk: revision 1.276 share/mk/bsd.sys.mk: revision 1.277
Prevent 'make obj' creating an objdir inside an objdir. This happens the second time we call 'make obj' in /usr/src/rescue with MAKEOBJDIR set. XXX: pullup-8 - Need to delete ${DESTDIR} for lint XXX: pullup-8 - Fix reproducible builds XXX: pullup-8 - Also substitute ${X11SRCDIR} for the random seed for reproducible builds so that the random seed is consistent. XXX: pullup-8 - Since ${MAKE} converts $$ -> $ during parsing we need to put it back to preserve the original variable value with :Q. XXX: pullup-8 - Be more selective about remapping object directories otherwise we pick objdump and objcopy with the regex. XXX: pullup-8
|
1.275.2.7 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.275.2.6 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.275.2.5 | 26-Dec-2018 |
pgoyette | Sync with HEAD, resolve a few conflicts
|
1.275.2.4 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.275.2.3 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.275.2.2 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.275.2.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.284.2.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.284.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.292.2.2 | 29-Feb-2024 |
martin | Part of ticket #1804 accidently not commited
|
1.292.2.1 | 24-Dec-2019 |
martin | Pull up following revision(s) (requested by christos in ticket #575):
share/mk/bsd.sys.mk: revision 1.298 share/mk/sys.mk: revision 1.140
move MV to sys.mk because it is used there. Pointed out by joerg@
|
1.309.2.1 | 25-Feb-2024 |
martin | Additionally pull up the following to fix the build for ticket #610:
share/mk/bsd.sys.mk 1.316
Allow overriding the language standard to something newer.
|
1.316.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.2 | 16-Jan-2014 |
christos | branches: 1.2.4; 1.2.8; - Add a new bsd.host.mk that contains all the HOST_ variables extracted from bsd.sys.mk and bsd.own.mk - Add protection requiring that: 1. bsd.sys.mk is not include from other Makefiles directly 2. bsd.own.mk must be included before bsd.sys.mk since it sets variables that bsd.sys.mk uses as conditionals.
This is step 1 of removing all variable settings from bsd.sys.mk and leaving behind only rules. This way, the structure of a standard Makefile is: variable overrides
optionally include bsd.own.mk optionally include bsd.endian.mk
variable settings that use variables defined in bsd.own.mk
include a one or more rule .mk files (such as bsd.prog.mk etc)
|
1.1 | 14-Jan-2014 |
christos | use bsd.syscall.mk
|
1.2.8.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.8.1 | 16-Jan-2014 |
tls | file bsd.syscall.mk was added on branch tls-maxphys on 2014-08-20 00:02:38 +0000
|
1.2.4.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.2.4.1 | 16-Jan-2014 |
yamt | file bsd.syscall.mk was added on branch yamt-pagecache on 2014-05-22 11:37:53 +0000
|
1.26 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.25 | 23-Nov-2017 |
kre | branches: 1.25.2; 1.25.4; PR lib/52007
Provide a mechanism whereby a test sub-directory can be installed, without the test being scheduled to run by default (ie: keeping it out of the Atffile, and Kyuafile if Kyua is enabled.).
The mechanism is perhaps a bit kludgey - anyone with a better idea how to make it happen, feel free to improve this (the one user as of about the time of this commit is (or will be) src/tests/lib/Makefile)
|
1.24 | 23-Feb-2013 |
jmmv | branches: 1.24.22; Autogenerate Kyuafiles next to Atffiles when MKKYUA is set.
This is suboptimal: the current high-level definitions of test programs in the Makefiles do not carry enough information to support all the features of Kyuafiles. For example, it is not possible to register test programs that do *not* use the ATF libraries, which is something that has been frequently requested around here; nor it is possible to attach arbitrary metadata to test programs from the Makefile, which is handy particularly for ATF-less test programs.
For these reasons, consider this a transitional step.
Note that, with this change, you should now be able to use the 'kyua' tool to run the tests in /usr/tests.
|
1.23 | 23-Feb-2013 |
jmmv | Stop assuming that test programs and directories are the same thing during Atffile generation.
This is needed to be able to generate Kyuafiles (coming later), as these clearly differentiate between the definition of test programs and the recursion into other subdirectories (or files).
In particular: rename ATFFILE_EXTRA_TPS to ATFFILE_EXTRA_SUBDIRS and change the logic in bsd.test.mk to keep track of subdirectories aside from _TESTS when creating the Atffile.
|
1.22 | 16-Feb-2013 |
jmmv | Add ATFFILE_EXTRA_TPS.
The new ATFFILE_EXTRA_TPS variable can hold a set of test programs or subdirectories to be added to the generated Atffile, without needing these to be built by the current Makefile.
This is to be used in conjunction with MK* knobs and external/ so that a 3rd-party component can place its tests in the corresponding tests/ directory and have the parent Atffile recognize them.
An alternative would be to use 'tp-glob' in the Atffile and list the names of the directories/tests that may or may not exist. However, this would require providing manually-crafted Atffiles -- and because the majority are auto-generated, there would be some confusion.
|
1.21 | 25-Aug-2012 |
jmmv | branches: 1.21.2; Fix "make test" to actually print the desired message when atf-run fails. It was being skipped due to the set -e in the code snippet and the failure to properly capture atf-run's exit code.
|
1.20 | 24-Aug-2012 |
jmmv | Make DPADD and LDADD specific to the test programs. This allows mixing C and C++ test programs in the same Makefile, and prevents regular programs from being polluted by libraries that they may not need.
Suggested by Garrett Cooper in private mail, although I redid his patch.
|
1.19 | 10-Sep-2011 |
apb | branches: 1.19.2; Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.18 | 14-May-2011 |
jmmv | Remove any stale .fifo files when doing 'test'. These may be leaked if the user aborts the execution of atf-run with Ctrl+C, which will prevent a subsequent 'make test' from working at all.
|
1.17 | 27-Mar-2011 |
plunky | if not including <bsd.prog.mk> then we need to clean up our own mess
|
1.16 | 20-Feb-2011 |
jmmv | Define LIBATF_C and LIBATF_CXX to point to their corresponding .a files and use these to properly set DPADD for test programs.
|
1.15 | 16-Feb-2011 |
jmmv | Miscellaneous improvements from Garrett Cooper: - Add to variables only once, instead of from within a loop. - Use :tl instead of :M to match against strings for readability. - Use CLEANFILES instead of a custom clean target.
Full release built successfully after this change.
|
1.14 | 06-Feb-2011 |
jmmv | Fix the 'test' target to force atf to use its own files from DESTDIR instead of the installed ones. This is achieved by overriding all ATF_* environment variables and making them point inside DESTDIR.
|
1.13 | 23-Aug-2010 |
joerg | branches: 1.13.2; Simplify.
|
1.12 | 02-Aug-2010 |
jmmv | Move the TESTSBASE definition from bsd.test.mk to bsd.own.mk. Per joerg@'s suggestion.
|
1.11 | 13-Jul-2010 |
jmmv | Implement Atffile automatic generation.
This change adds the ATFFILE variable, which can take the following values: - yes: The source directory contains a static Atffile to be installed. - auto: The Atffile is automatically generated. - no: Do not install any Atffile (replaces the previous NOATFFILE variable).
The ugly bit of this is that I have to add a TESTS_SUBDIRS variable that lists the subdirectories that contain test cases (so that they can be listed in the Atffiles, without including auxiliary directories without tests). This is a subset of SUBDIR.
Addresses a minor part of PR bin/43394.
|
1.10 | 18-Jun-2010 |
jmmv | Prevent build breakage if TESTSDIR is not defined (as in tests/modules/k_helper).
|
1.9 | 18-Jun-2010 |
jmmv | Add a experimental "make test" target
make test may yield misleading results but should work in many cases. This target is supposed to simplify the execution of tests but does not preclude developers from running the installed versions.
Addresses PR misc/38326.
|
1.8 | 04-Jun-2010 |
jmmv | Simplify build of shell-based test cases: atf-compile is gone.
|
1.7 | 01-May-2008 |
jmmv | Add support for a TESTS_C variable to make use of the new C-only binding that comes with atf-0.5. Also fix linkage of C++ tests.
|
1.6 | 02-Mar-2008 |
jmmv | branches: 1.6.2; 1.6.4; Fix build of tests when USETOOLS=no. Reported by veego@ in current-users and notified to me by martin@.
|
1.5 | 10-Feb-2008 |
jmmv | branches: 1.5.2; Allow Makefiles to skip the installation of an Atffile by defining NOATFFILE. This is to be able to get the definition of TESTSBASE, which maybe should be part of bsd.own.mk...
|
1.4 | 05-Feb-2008 |
drochner | include bsd.init.mk so that eg USETOOLS is available to client Makefiles, approved by jmmv
|
1.3 | 04-Feb-2008 |
jmmv | Rebuild shell-based tests if the atf-compile host tool has changed. The contents of the generated scripts may change (as will happen with ATF 0.4), so this dependency is important to have. Dunno how to deal with the non-tools case other than adding an entry in UPDATING, but if you are not using tools, you can expect all kinds of breakage.
|
1.2 | 21-Nov-2007 |
jmmv | branches: 1.2.4; No need to set a value for TESTSDIR any more as this is explicitly set wherever it is needed.
|
1.1 | 12-Nov-2007 |
jmmv | Add the bsd.test.mk file
This file simplifies the build of test programs, either written in C++ or in sh. It hides the internals of atf, e.g. by silently linking against -latf or calling atf-compile.
It also takes care of installing an Atffile for each new test directory.
|
1.2.4.3 | 23-Mar-2008 |
matt | sync with HEAD
|
1.2.4.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.2.4.1 | 21-Nov-2007 |
matt | file bsd.test.mk was added on branch matt-armv6 on 2008-01-09 01:39:26 +0000
|
1.5.2.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.6.4.1 | 18-May-2008 |
yamt | sync with head.
|
1.6.2.2 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.6.2.1 | 02-Mar-2008 |
mjf | file bsd.test.mk was added on branch mjf-devfs2 on 2008-06-02 13:21:43 +0000
|
1.13.2.3 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.13.2.2 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.13.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.19.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.19.2.1 | 30-Oct-2012 |
yamt | sync with head
|
1.21.2.1 | 25-Feb-2013 |
tls | resync with head
|
1.24.22.1 | 01-Mar-2018 |
martin | Pull up following revision(s) (requested by kre in ticket #598): tests/lib/Makefile: revision 1.30 share/mk/bsd.test.mk: revision 1.25 PR lib/52007 Provide a mechanism whereby a test sub-directory can be installed, without the test being scheduled to run by default (ie: keeping it out of the Atffile, and Kyuafile if Kyua is enabled.). The mechanism is perhaps a bit kludgey - anyone with a better idea how to make it happen, feel free to improve this (the one user as of about the time of this commit is (or will be) src/tests/lib/Makefile) PR lib/52007 Move libevent from being a test playing sub-directory, to a groupy, just hanging around, hoping someone will notice it, and throw it a bone... (mixed metaphors?)
|
1.25.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.25.2.1 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.162 | 24-Jun-2025 |
mrg | bump for xorg-server 21.1.18.
|
1.161 | 09-Mar-2025 |
mrg | actually, since Xtrans needs them, add the new -DHAVE_GETADDRINFO, -DHAVE_INET_NTOP, and -DHAVE_STRUCT_SOCKADDR_STORAGE to X11FLAGS.CONNECTION.
xdm/xinit gains -DHAVE_ASPRINTF.
libX11 gets xim_trans.c compiled properly.
|
1.160 | 26-Feb-2025 |
mrg | note xorg-srever 21.1.16 in current.
|
1.159 | 30-Oct-2024 |
mrg | update for xorg-server 21.1.14
|
1.158 | 04-Jul-2024 |
mrg | bump xorg-server version.
|
1.157 | 03-Jul-2024 |
mrg | avoid an error in the previous with unexpected inputs.
|
1.156 | 03-Jul-2024 |
mrg | add some more transformations for man pages, needed by new appres.
|
1.155 | 09-May-2024 |
nia | branches: 1.155.2; stop using and linking against libXxf86misc
support for this extension was removed from xorg in 2008, our xorg-server and our xorg-server.old can't use it.
|
1.154 | 29-Apr-2024 |
mrg | xdm(1) was renamed xdm(8) a long while ago. catch up location.
add support for section 8 X manuals. amusingly, we already knew to convert __adminmansuffix__ into "8", but not how to create .8 from X .man.
|
1.153 | 07-Apr-2024 |
tsutsui | Use default X11FLAGS to build Xorg servers on vax.
It looks necessary on HAVE_XORG_SERVER_VER=120.
|
1.152 | 02-Apr-2024 |
christos | PR/58104: Kouichi Hashikawa: Use ${TOOL_AWK}
|
1.151 | 25-Oct-2023 |
mrg | bump xorg server version.
|
1.150 | 30-Mar-2023 |
mrg | bump XORG_SERVER_TEENY.
|
1.149 | 07-Feb-2023 |
mrg | bump xorg-server version.
|
1.148 | 08-Jan-2023 |
mrg | bump xorg-server version here.
|
1.147 | 21-Dec-2022 |
mrg | properly prefix ${X11INCDIR} uses with ${DESTDIR}.
this fixes a build issue seen where the host pixman.h was included, and has been problem ever since tsutsui fixed my original code (from 2008) about 29 months ago. i'm surprised this has not been seen anywhere else in that time.
XXX: pullup-10
|
1.146 | 19-Dec-2022 |
mrg | bump xorg-server version.
|
1.145 | 15-Jul-2022 |
mrg | branches: 1.145.2; update for xorg-server 21.1.4.
|
1.144 | 15-Jul-2022 |
mrg | update for xorg-server 21.1.3.
|
1.143 | 01-May-2022 |
uwe | bsd.x11.mk: Add xlocaledir substitution.
|
1.142 | 06-Dec-2021 |
abs | Add Xwsfb X server to pmax build
With the previous tweak to TURBOchannel framebuffers in sys/dev/tc this should allows pmax to once again run X11.
TODO: Investigate pullup to -9
|
1.141 | 24-Aug-2021 |
mrg | xorg-server is now at 1.20.13.
|
1.140 | 11-Jul-2021 |
mrg | xorg-server is now 1.20.12.
|
1.139 | 03-Jun-2021 |
rin | Switch amiga to Xorg server 1.20; wsfb(4) is only graphic driver both for 1.10 and 1.20 (Xamiga was gone a long ago...), and there is no reason to stay with 1.10.
At least, 1.20 works fine on wsdisplay(4) at amidisplaycc(4).
|
1.138 | 27-Apr-2021 |
mrg | branches: 1.138.4; xorg-server 1.20.11 is now current.
|
1.137 | 05-Dec-2020 |
mrg | bump version for xorg-server 1.20.10.
|
1.136 | 10-Aug-2020 |
mrg | fix various missing transforms for man page, ala PR#55422.
add method to transform both the "__foo__" and "@foo@" version of various transforms, while upstream are converting from the former to the latter it seems. convert all the common transforms to this method.
expand the grep for .pc files to look for missing @foo@ fixes to the man page genration, and ignore a few things (thanks uwe@ - .IN lines, and stuff between tab(@) and .TE.)
xorg-server __default_font_path__ -> @default_font_path@, and xfree86 transform xconfigdir, xkbdir, and modulepath using new both method.
|
1.135 | 20-Jul-2020 |
tsutsui | Fix typos in ${X11INCS.DIX} include paths. PR/55500
|
1.134 | 23-Feb-2020 |
mrg | update for xorg-server 1.20.6.
|
1.133 | 13-Sep-2019 |
maya | Allow overriding the default man substitutions with X11EXTRAMANTRANSFORMS
|
1.132 | 10-Jul-2019 |
mrg | branches: 1.132.2; break the build if a .pc generation leaves something matching "@.*@". this is an error in the build that doesn't trigger issues until you try to integrate with eg, pkgsrc.
|
1.131 | 01-Jun-2019 |
mrg | xorg-server 1.20.5 is now current.
|
1.130 | 11-Mar-2019 |
mrg | fix a bunch of man page transforms.
XXX X11MANCPP=yes has only one use left, maybe it can go away!
|
1.129 | 03-Mar-2019 |
mrg | xorg-server 1.20.4 is now current.
|
1.128 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.127 | 03-Jan-2019 |
mrg | move some defines from xorg-server dix-config.h back into makefiles, so that Xx68k can build.
|
1.126 | 31-Dec-2018 |
mrg | updates for xorg-server 1.20. don't define stuff here for it.
|
1.125 | 04-Mar-2018 |
christos | branches: 1.125.2; 1.125.4; last I checked powerpc64 was 64 bits, so it needs _XSERVER64..
|
1.124 | 14-Dec-2016 |
scole | branches: 1.124.6; Make ia64 considered 64bit for the _XSERVER64 define so a release with x11 will at least build.
|
1.123 | 14-Oct-2016 |
joerg | Consider aarch64 a 64bit architecture for the purpose of crappy long use in X.
|
1.122 | 30-Aug-2016 |
mrg | move some flags from dix-config.h into X11FLAGS.DIX
|
1.121 | 20-Aug-2016 |
mrg | fix up X11FLAGS.LOADABLE for modern xorg.
|
1.120 | 16-Aug-2016 |
mrg | add a HAVE_XORG_SERVER_VER for use in sets. clean up the x11 defines a little for modern xorg, particularly the version.
|
1.119 | 29-May-2016 |
nakayama | branches: 1.119.2; Add missing transform for xpresent.pc.
|
1.118 | 13-Mar-2016 |
christos | Add NO{SSP,FORTIFY}
|
1.117 | 23-Jul-2015 |
mrg | remove the xfree86 reachover makefiles and the vast majority of the support in the rest of the source tree.
X11 sets could use some cleaning up perhaps (just deletion, as we've never really marked the old X11R6 as obsolete for native xorg using platforms so far either.)
|
1.116 | 24-Jun-2015 |
matt | Support building the xorg X11 libraries under MKCOMPAT. Add XORG_MACHINE_ARCH to compat's bsd.*.mk Turn xorg makekeys and makestrs into real host tools which are installed into ${TOOLSDIR}
|
1.115 | 23-Feb-2015 |
jmcneill | Build and install Mesa GBM buffer management library (libgbm).
|
1.114 | 30-Dec-2014 |
mrg | move xorg-server.pc's SDK_REQUIRED_MODULES into the local Makefile.
|
1.113 | 16-Jul-2014 |
nakayama | Add new transform for gl.pc. Now GLX_TLS is "no" since GLX_USE_TLS is not defined.
|
1.112 | 31-Mar-2014 |
mrg | branches: 1.112.2; make pkg-config files be cleaned by "make clean"
|
1.111 | 23-Mar-2014 |
mrg | allow for .pc substitutions to be listed per makefile (could maybe do per-target, as well.) fix the remaining substitutions for xcb-proto, fontconfig and xorg-server.
(XXX: move many per-package-specific parts out of bsd.x11.mk itself, into the relevant Makefile.)
|
1.110 | 23-Mar-2014 |
tron | Fix generation of pkg-config(1) files. Patch from Ryo ONODERA via "current-users" mailing list.
|
1.109 | 20-Mar-2014 |
mrg | substitute several more values for .pc files: + s,@LIBXML2_CFLAGS@,,; \ + s,@ICONV_CFLAGS@,,; \ + s,@PACKAGE@,${PKGDIST},; \ + s,@PKGCONFIG_REQUIRES@,xx,; \ + s,@PKGCONFIG_REQUIRES_PRIVATELY@,xx,; \ + s,@ERRORDBDIR@,${X11LIBDIR},; \ + s,@EXPAT_CFLAGS@,,; \ + s,@FREETYPE_CFLAGS@,-I${X11ROOTDIR}/include/freetype2 -I${X11ROOTDIR}/include,; \ + s,@SDK_REQUIRED_MODULES@,xproto >= 7.0.17 randrproto >= 1.2.99.3 renderproto >= 0.11 xextproto >= 7.1.99 inputproto >= 1.9.99.902 kbproto >= 1.0.3 fontsproto," \
|
1.108 | 05-Jun-2013 |
mrg | make .pc files depend upon configure files if they exist. this will force them to be rebuilt when the version has changed. this fixes one of the most often broken parts of update builds after a version update.
|
1.107 | 03-Jun-2013 |
mrg | update to xorg-server 1.10.6.
|
1.106 | 04-Apr-2012 |
joerg | branches: 1.106.2; Disable new -Wstring-plus-int warning where needed for now. Adjust various places that add GCC-only options to check for the active compiler first.
|
1.105 | 17-Jan-2012 |
njoly | branches: 1.105.2; For xkb_base, do not use ${libdir} (xkeyboard-config.pc does not define it) but its value ${prefix}/lib instead.
|
1.104 | 29-Sep-2011 |
dholland | branches: 1.104.2; Fix the setting of "xcbincludedir" in .pc files (where the xcb XML files live) so that anything that needs to find them can. Fixes build of pkgsrc libxcb, not that that in particular is terribly important.
|
1.103 | 10-Sep-2011 |
apb | Move all "clean" and "cleandir" processing to a new bsd.clean.mk file, as proposed in tech-toolchain.
|
1.102 | 01-Sep-2011 |
plunky | pcc cpp(1) does not understand the '-undef' and '-traditional' long form arguments, use $(CC) -E instead of $(CPP) for these
|
1.101 | 02-Aug-2011 |
mrg | updates for xorg-server 1.10.3
|
1.100 | 24-Jul-2011 |
mrg | update to xorg-server 1.9.5
|
1.99 | 24-Jul-2011 |
mrg | updates for freetype 2.4.5
|
1.98 | 03-Jul-2011 |
dholland | Fix the value of "appdefaultdir" that ends up in native X .pc files. (It should be "app-defaults" but was "app-default", probably because of a typo; it's been wrong ever since this logic was put in two and a half years ago, and as app-defaults files are a legacy mechanism it took this long for anyone to notice.) Should be pulled up to -5.
|
1.97 | 11-Apr-2011 |
joerg | Adjust --sysroot related usage: -Wl,-rpath does not expand =, so just drop it.
Drop -Wl,-rpath-link entries that duplicate the -Wl,-rpath entries, this is done implicitly now that ld is built with sysroot support.
Use ${DESTDIR} explicitly for the remaining -Wl,-rpath-link entries.
|
1.96 | 11-Apr-2011 |
joerg | GCC 4.1 doesn't have the support code for -I =... yet, so don't use it for now.
|
1.95 | 10-Apr-2011 |
joerg | For USETOOLS=yes, use the --sysroot support of the compiler to cut down the number of hard-coded pathes and magic invocations.
|
1.94 | 12-Mar-2011 |
plunky | CLEANFILES is not processed by <bsd.files.mk> so don't assume that anything assigned there will be cleaned up; handle clean up of the PKGCONFIG files explicitly. (eg lib/dri/dri.pc was not cleaned)
|
1.93 | 08-Dec-2010 |
joerg | Don't depend on ${CC} passing down -R to ld, use -Wl,-rpath explicitly.
|
1.92 | 23-Nov-2010 |
mrg | - always include <xorg-config.h> for DIX components - update stuff to xorg-server 1.9.2
|
1.91 | 23-Nov-2010 |
mrg | add transforms for dri.pc.
|
1.90 | 22-Oct-2010 |
yhardy | Fix pkg-config substitution for glu
|
1.89 | 17-Aug-2010 |
christos | PR/43772: enami tsugutomo: __XCONFIGFILEMAN__ is left unexpaneded in xinit(1)/startx(1)
|
1.88 | 15-Aug-2010 |
mrg | add/fix some transforms for some font, GL and xcb .pc files.
XXX: xcb still has pythondir=@pythondir@ in it.
|
1.87 | 18-Jul-2010 |
mrg | add some more transforms to the hacky ugly sed script for pkg-config files, and note a few more that are not yet handled but should be.
|
1.86 | 12-Jul-2010 |
kiyohara | Support xserver for prep. It tested only s3(864).
|
1.85 | 17-Jun-2010 |
mrg | ugh. this needs a real fix, but for now just update it to reality. the diff -u is more obvious than a description:
-X11FLAGS.VERSION= -DOSMAJORVERSION=1 -DOSMINORVERSION=6 # XXX +X11FLAGS.VERSION= -DOSMAJORVERSION=5 -DOSMINORVERSION=99 # XXX
|
1.84 | 03-Jun-2010 |
joerg | Needs additional single quotes to keep the double qoutes. Magic...
|
1.83 | 02-Jun-2010 |
joerg | XORGVERSION should be a single quoted expression as it represents a single argument for .TH
|
1.82 | 23-May-2010 |
veego | Remove a / between a ${DESTDIR}${X11USRLIBDIR} which would result in a double /
|
1.81 | 13-Dec-2009 |
nonaka | The support of X for zaurus is added.
|
1.80 | 11-Nov-2009 |
tron | Enable Stack Smash Protection (SSP) by default for NetBSD/amd64 and NetBSD/i386 as previously discussed on the "port-amd64" and "port-i386" mailing lists. No objections from the core team.
Thanks a lot to Tobias Nygren for helping me with the benchmarking and to Christos Zoulas for fixing SSP problems in cgd(4).
|
1.79 | 09-Nov-2009 |
mrg | update for xorg-server 1.6.5
|
1.78 | 22-Aug-2009 |
mrg | update for xorg-server 1.6.3.
|
1.77 | 24-Jul-2009 |
mrg | we have xorg 1.6.2 now.
|
1.76 | 09-Jul-2009 |
mrg | XORG_CURRENT_VERSION is now 1.6.2.
|
1.75 | 23-Jun-2009 |
mrg | add transforms for new GLU, GLUT and xorg-server pkgconfig files.
|
1.74 | 11-Jun-2009 |
mrg | update XORG_VERSION_CURRENT. update the pkgconfig sed script to handle newer pixman.
XXX: should make the pkgconfig sed script barf it it ends up leaving XXX: behind something that looks like "@.*@", i think.
|
1.73 | 10-Jun-2009 |
mrg | don't define FONTCACHE here any more, for Xorg.
|
1.72 | 24-Jan-2009 |
bouyer | Add support for X11FLAVOUR=xorg to NetBSD/alpha. Tested on PWS500 (ev56, handled as non-BWX by Xorg) and XP1000 (ev6, BWX). Also tested by Rafael Ruiz on a AlphaStation 255 (thanks !). non-PCI adapters are not supported; someone should make these work as a wsfb device.
|
1.71 | 09-Nov-2008 |
mrg | - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.70 | 25-Oct-2008 |
apb | branches: 1.70.2; Use ${TOOL_SED} instead if plain sed in Makefiles.
|
1.69 | 19-Oct-2008 |
apb | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.
|
1.68 | 14-Oct-2008 |
cube | Rework the way manual pages are handled.
- .man.pre files are treated just like .man files. - Makefiles are offered the choice of using sed or cpp for the transformation. MKXORG will default to sed, MKX11 to cpp. - At least for now, versions of packages are not tracked individually.
|
1.67 | 15-Sep-2008 |
cube | Play it safe and change the sed script so that -E isn't needed.
|
1.66 | 15-Sep-2008 |
rtr | replace XTHREAD_CFLAGS with _REENTRANT instead of _POSIX_THREAD_SAFE_FUNCTIONS as is done in pkgsrc.
|
1.65 | 15-Sep-2008 |
cube | Make sure pkgconfig files we install have RPATH directives.
${TOOL_SED} -E is authorized, right? Right?
|
1.64 | 13-Sep-2008 |
cube | Add logic to install pkgconfig files from X.Org sources. Initial idea from Tyler Retzlaff.
No, this is not code I am going to be proud of. Meanwhile, anyone is welcome to work on a mknative-xorg script and make sure that outputs across all archs are consistent, and use it to generate a bunch of other stuff such as the Imake config file and so on. That will do for now though.
|
1.63 | 07-Sep-2008 |
lukem | Define __appmansuffix__=1 in the man page cpp(1) translation.
|
1.62 | 07-Sep-2008 |
rtr | add XLOCALE.DEFINES for locale path defs, easier to manage them here than deep in the reachover.
|
1.61 | 28-Aug-2008 |
lukem | Force a failure if both MKX11 and MKXORG are set to != "no".
|
1.60 | 28-Aug-2008 |
mrg | xorg server is version 1.4.2
|
1.59 | 02-Aug-2008 |
mrg | add X11FLAGS.DIX and X11INCS.DIX for use with Xorg. fix the version to 1.4.2.
|
1.58 | 29-Jul-2008 |
mrg | begin to add support for cross-built Xorg:
- add MKXORG - default to DRI-on for Xorg - add paths for 192 Xorg packages that will exist in xsrc/external/mit/<package>/dist - add some more X11FLAGS.* variables if MKXORG.
this is somewhat based on the xorg work rtr@ did a couple of years ago.
XXX: seriously need to fix the XORG_RELEASE value, it is still set to XXX: 6.8.1 from when rtr was working on this.
|
1.57 | 08-Mar-2008 |
phx | branches: 1.57.2; 1.57.6; Make XFree86 compile for ofppc. Approved by garbled.
|
1.56 | 06-Aug-2007 |
lukem | branches: 1.56.2; 1.56.6; 1.56.8; Support MAKEVERBOSE when installing APPDEFS.
|
1.55 | 07-Jun-2007 |
tron | Don't use alloca(3) inside the X11 libraries if we compile with stack protection. XFree86 can now be buildt fine with "USE_SSP=yes".
|
1.54 | 21-Dec-2006 |
macallan | build XFree86 on shark
|
1.53 | 17-Apr-2006 |
uwe | branches: 1.53.4; netwinder uses loadable server modules.
(Oops, forgot to commit this change along with other netwinder X server commits. Unbreaks builds.)
|
1.52 | 16-Mar-2006 |
jwise | Now that we have real build system support for syspkgs, remove someone's half-implemented idea of building `syspkgs' (really a few giant blobs of the same granularity of the old sets) using install(1).
|
1.51 | 12-Nov-2005 |
spz | Enable build.sh -x building for the usbtablet driver new in xsrc
distrib/sets/lists/xserver/md.* to list the additional files for XFree86 using ports share/mk/bsd.x11.mk and x11/... for the actual building
Contributes to closing PR xsrc/23964 Reviewed by tron@NetBSD.org
|
1.50 | 01-Oct-2005 |
macallan | Build XFree86 on NetBSD/sparc. Tested on Krups and a SPARCbook 3GX Works only with wscons kernels, currently there's official support on Krups with igsfb and more or less official support for SPARCbooks with pnozz and SPARCstations with cgsix.
|
1.49 | 06-Apr-2005 |
martin | Add -fno-merge-constants (as the xsrc build does too) to make the module loader work with the gcc versions we use now. No idea why i386 apparently was not affected by this.
|
1.48 | 26-Mar-2005 |
martin | sparc64 needs LOADABLE flags too
|
1.47 | 21-Mar-2005 |
tron | Compile "src/x11" with "-fno-strict-aliasing" because that's what the native build does.
|
1.46 | 19-Mar-2005 |
hira | Update __vendorversion__ to 4.5.0.
|
1.45 | 21-Jan-2005 |
rtr | branches: 1.45.2; + cleanup removal of -DUSE_NBSD_THREADLIB usage
|
1.44 | 11-Jan-2005 |
tron | Don't define "USE_NBSD_THREADLIB" because "threadlib.h" was removed.
|
1.43 | 10-Jan-2005 |
lukem | Only compile in IPv6 support if ${USE_INET6} != "no"
MKINET6 is for providing IPv6 infrastructure. USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
|
1.42 | 02-Dec-2004 |
fredb | Mirror Rev 1.6 in Imake.rules, addressing PR misc/28444. This implements Thomas Dickey's idea to work around a standards mandated change to the C pre-processor to avoid having to change dozens of ancient X man pages, appending a space to any line in a man page that ends in backslash "\".
|
1.41 | 13-Jul-2004 |
sekiya | branches: 1.41.2; Enable "loadable module" dlopen() scheme. Necessary to crossbuild the XFree86 server on platforms that are not supported by the Metrolink module loader (i.e., MIPS).
Enabled for sgimips in bsd.x11.mk.
|
1.40 | 29-Apr-2004 |
lukem | When creating man pages, provide a defintion for __adminmansuffix__. (This is a new feature in XFree86 4.4.x)
|
1.39 | 15-Apr-2004 |
drochner | always #define __AMD64__ on and64 -- xfree86 depends on it
|
1.38 | 27-Mar-2004 |
fredb | branches: 1.38.2; Update ${X11TOOL_UNXCOMM} to XFree86 4.4.0's "CppSedMagic". From the comments in Imake.rules:
* Allow XCOMM to be preceded by whitespace and provide a means of generating * output lines with trailing backslashes. * Allow XHASH to always be substituted, even in cases where XCOMM isn't.
In particular, this fixes an issue pointed out by wiz on tech-x11, where "@@" remains unsubstituted for "\" in "startx".
|
1.37 | 26-Mar-2004 |
fredb | Enable IPv6 in XFree86 4.4.0 reachover build. Usage is describe in "/usr/X11R6/lib/X11/doc/RELNOTES". Note particularly that "tcp", as in "X -nolisten tcp" or "xhost +tcp/host:0", now means *both* IP transport protocols. Use "inet" or "inet6", instead, to specify only one or the other.
XDMCP support for IPv6 -- such as it is -- is disabled, just as it is in the native, out-of-the-box build. XDM-AUTHORIZATION-1 does not really support IPv6 addresses, in any case. (It is possible to build "xdm" with -DIPv6, but that presumes support for IPv6-mapped IPv4 addresses in the default installation, for one thing, and there are unexplored issues with all that.)
|
1.36 | 16-Mar-2004 |
perry | Handle XHASH properly -- from Nicolas Joly
|
1.35 | 14-Mar-2004 |
matt | Don't use loadable modules for sgimips. XF86 doesn't understand mips relocs at this time.
|
1.34 | 14-Mar-2004 |
matt | Make the sgimips XF86 server use loadable modules.
|
1.33 | 10-Mar-2004 |
lukem | We're now using XFree86 4.4.0; update manual page generation accordingly. Noted by Kouichirou Hiratsuka in PR misc/24725.
|
1.32 | 10-Mar-2004 |
rtr | Update reachover to build XSUN for sun3
|
1.31 | 04-Mar-2004 |
rtr | + += extension flags for dri components if X11DRI != "no"
|
1.30 | 11-Feb-2004 |
rtr | oops, FOOBAR= foo shouldn't be in here
|
1.29 | 06-Feb-2004 |
rtr | PRINTX11VERSION contains command for automated extraction of major,minor,patch,snap passed to some sourc during build.
|
1.28 | 29-Jan-2004 |
lukem | fix thinko in previous
|
1.27 | 29-Jan-2004 |
lukem | add some missing .PHONYs
|
1.26 | 25-Jan-2004 |
rtr | We always build glx ext, so for 64-bit archs we define -D__GLX_ALIGN64
|
1.25 | 20-Jan-2004 |
jmmv | Fix typo: XFree86XDGA -> XFreeXDGA. This adds support for DGA (as intended).
|
1.24 | 18-Jan-2004 |
rtr | + escape new lines + remove extra ||
|
1.23 | 18-Jan-2004 |
matt | Change _XSERVER64 to depend on MACHINE_ARCH, not MACHINE. Disable XF86VIDMODE for vax. Format MACHINE .if's nicer (and alphabetize).
|
1.22 | 18-Jan-2004 |
rtr | Don't build XDGA, VIDMODE and XINPUT extensions for alpha, pmax, acorn32. XXX There should probably be more archs/machines that do not build these.
|
1.21 | 13-Jan-2004 |
rtr | + no vid mode ext or dga for amiga + amd64 & alpha need X11FLAGS.SERVER+= _XSERVER64 + pass loadable defines for amd64 & cats
|
1.20 | 10-Jan-2004 |
rtr | control undefine of DDXTIME through Xserver/Makefile.common vars
|
1.19 | 10-Jan-2004 |
fredb | Don't define DDXTIME on mac68k. This will let us use GetTimeInMillis() of ".../Xserver/os/utils.c", instead of supplying our own home-rolled (yet identical) function.
|
1.18 | 01-Jan-2004 |
rtr | back out hpcmips changes accidently committed in prev. noticed by lukem@
|
1.17 | 01-Jan-2004 |
rtr | grr typo .manN -> .man.N
|
1.16 | 01-Jan-2004 |
rtr | section 4 and 5 man/cat pages do get installed
|
1.15 | 01-Jan-2004 |
lukem | correct __vendorversion__ to match xsrc/xfree
|
1.14 | 26-Dec-2003 |
rtr | remove endian selection hack - from lukem
|
1.13 | 23-Dec-2003 |
rtr | endian table for X_BYTE_ORDER=
|
1.12 | 23-Dec-2003 |
rtr | sparc64 defines
|
1.11 | 20-Dec-2003 |
rtr | Remove duplicate -DPIXPRIV from X11FLAGS.SERVER Don't define -DXINPUT -DXFree86XDGA -DXF86VIDMODE -DDXTIME for sparc Add X11FLAGS.LOADABLE for for module control/module flags.
|
1.10 | 08-Dec-2003 |
rtr | No such thing as NONBINOWN, use NONBINMODE instead.
|
1.9 | 26-Nov-2003 |
jwise | APPDEF files should be installed with mode ${NONBINMODE}, not mode ${BINMODE}.
Picked up via /etc/security:
Checking setuid files and devices: Setuid additions: -r-sr-xr-x 1 root wheel 252016 Nov 26 02:27:32 2003 /home/NetBSD/build/dest/i386/usr/X11R6/bin/xterm -r-sr-xr-x 1 root wheel 4822 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm -r-sr-xr-x 1 root wheel 828 Nov 25 23:36:45 2003 /home/NetBSD/build/dest/i386/usr/X11R6/lib/X11/app-defaults/XTerm-color
|
1.8 | 17-Nov-2003 |
lukem | Provide X11FLAGS.OS_DEFINES. Add some comments
|
1.7 | 21-Oct-2003 |
lukem | Rework how MAKEVERBOSE operates:
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight.
* Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
|
1.6 | 19-Oct-2003 |
lukem | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display ${_MKMSG} " ... {$.TARGET}" and use appropriately.
Provide _MKMSGLINK.m to provide "link" message by itself (without ${.TARGET})
Replace _MKSHCMD with _MKSHECHO
|
1.5 | 18-Oct-2003 |
lukem | implement MAKEVERBOSE
|
1.4 | 13-Sep-2003 |
lukem | in cleanx11man, support "MAN defaults to ${PROG}.1"
|
1.3 | 13-Sep-2003 |
lukem | explicitly set BINDIR LIBDIR MANDIR here
|
1.2 | 13-Sep-2003 |
lukem | sanitise ${DESTDIR}${SOMEOTHERVAR}
|
1.1 | 12-Sep-2003 |
lukem | <bsd.x11.mk>: infrastructure to support reach-over builds of xsrc
|
1.38.2.3 | 12-Aug-2004 |
jmc | branches: 1.38.2.3.2; Pullup rev 1.41 (requested by sekiya in ticket #745)
Enable loadable module support for the sgimips X server
|
1.38.2.2 | 11-May-2004 |
tron | Pull up revision 1.39 (requested by drochner in ticket #302): always #define __AMD64__ on and64 -- xfree86 depends on it
|
1.38.2.1 | 29-Apr-2004 |
jmc | Pullup rev 1.40 (requested by lukem in ticket #225)
When creating man pages, provide a defintion for __adminmansuffix__.
|
1.38.2.3.2.1 | 16-Mar-2005 |
tron | Pull up revision 1.42 (requested by fredb in ticket #1017): Mirror Rev 1.6 in Imake.rules, addressing PR misc/28444. This implements Thomas Dickey's idea to work around a standards mandated change to the C pre-processor to avoid having to change dozens of ancient X man pages, appending a space to any line in a man page that ends in backslash "\".
|
1.41.2.2 | 02-Apr-2006 |
rtr | sync with head
|
1.41.2.1 | 15-Nov-2004 |
rtr | static & xorg src/x11
|
1.45.2.5 | 23-Jan-2007 |
tron | Pull up following revision(s) (requested by ghen in ticket #1655): distrib/sets/lists/xserver/md.amd64: revision 1.18 share/mk/bsd.x11.mk: revision 1.51 distrib/sets/lists/xserver/md.i386: revision 1.35 distrib/sets/lists/xserver/md.cats: revision 1.14 x11/Xserver/Xserver/XFree86/Makefile: revision 1.13 x11/Xserver/hw/xfree86/input/Makefile: revision 1.5 distrib/sets/lists/xserver/md.sparc64: revision 1.14 distrib/sets/lists/xserver/md.macppc: revision 1.26 x11/Xserver/hw/xfree86/xf86/Makefile: revision 1.10 x11/Xserver/hw/xfree86/input/usbtablet/Makefile: revision 1.1 Enable build.sh -x building for the usbtablet driver new in xsrc distrib/sets/lists/xserver/md.* to list the additional files for XFree86 using ports share/mk/bsd.x11.mk and x11/... for the actual building Contributes to closing PR xsrc/23964 Reviewed by tron@NetBSD.org
|
1.45.2.4 | 12-Apr-2005 |
tron | Pull up revision 1.46 (requested by hira in ticket #133): Update __vendorversion__ to 4.5.0.
|
1.45.2.3 | 06-Apr-2005 |
tron | Pull up revision 1.48 (requested by jmc in ticket #114): sparc64 needs LOADABLE flags too
|
1.45.2.2 | 06-Apr-2005 |
tron | Pull up revision 1.49 (requested by jmc in ticket #114): Add -fno-merge-constants (as the xsrc build does too) to make the module loader work with the gcc versions we use now. No idea why i386 apparently was not affected by this.
|
1.45.2.1 | 06-Apr-2005 |
tron | Pull up revision 1.47 (requested by jmc in ticket #114): Compile "src/x11" with "-fno-strict-aliasing" because that's what the native build does.
|
1.53.4.2 | 07-Jun-2007 |
liamjfoy | Pull up following revision(s) (requested by 710): share/mk/bsd.x11.mk: revision 1.55 Don't use alloca(3) inside the X11 libraries if we compile with stack protection. XFree86 can now be buildt fine with "USE_SSP=3Dyes".
|
1.53.4.1 | 12-Jan-2007 |
bouyer | branches: 1.53.4.1.2; Pull up following revision(s) (requested by macallan in ticket #354): share/mk/bsd.x11.mk: revision 1.54 x11/Xserver/Makefile.common: revision 1.33 distrib/sets/lists/xserver/md.shark: revision 1.7 x11/Xserver/hw/xfree86/drivers/Makefile: revision 1.16 x11/Xserver/hw/xfree86/xf86_os/Makefile: revision 1.14 build XFree86 on shark
|
1.53.4.1.2.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.56.8.2 | 06-Aug-2007 |
lukem | Support MAKEVERBOSE when installing APPDEFS.
|
1.56.8.1 | 06-Aug-2007 |
lukem | file bsd.x11.mk was added on branch matt-mips64 on 2007-08-06 04:25:58 +0000
|
1.56.6.1 | 24-Mar-2008 |
keiichi | sync with head.
|
1.56.2.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.57.6.2 | 24-Sep-2008 |
wrstuden | Merge in changes between wrstuden-revivesa-base-2 and wrstuden-revivesa-base-3.
|
1.57.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.57.2.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.57.2.1 | 08-Mar-2008 |
mjf | file bsd.x11.mk was added on branch mjf-devfs2 on 2008-10-05 20:11:24 +0000
|
1.70.2.3 | 08-Aug-2011 |
riz | Pull up following revision(s) (requested by dholland in ticket #1646): share/mk/bsd.x11.mk: revision 1.98 Fix the value of "appdefaultdir" that ends up in native X .pc files. (It should be "app-defaults" but was "app-default", probably because of a typo; it's been wrong ever since this logic was put in two and a half years ago, and as app-defaults files are a legacy mechanism it took this long for anyone to notice.) Should be pulled up to -5.
|
1.70.2.2 | 17-Sep-2009 |
snj | Apply patch (requested by mrg in ticket #958): Sync X.Org reachover build framework and setlists with the new X.Org.
|
1.70.2.1 | 15-Nov-2008 |
snj | branches: 1.70.2.1.4; Pull up following revision(s) (requested by mrg in ticket #64): distrib/sets/Makefile: revision 1.64 external/mit/xorg/server/Makefile: revision 1.5 share/mk/bsd.README: revision 1.237 BUILDING: revision 1.79 share/mk/bsd.x11.mk: revision 1.71 share/mk/bsd.own.mk: revision 1.544 usr.bin/ssh/Makefile.inc: revision 1.18 distrib/sets/sets.subr: revision 1.72 share/man/man5/mk.conf.5: revision 1.42 doc/BUILDING.mdoc: revision 1.68 etc/Makefile: revision 1.360 Makefile: revision 1.263 - retire MKXORG from public use - introduce X11FLAVOUR to choose src/x11 vs src/external/mit/xorg for the X11 to build if MKX11=yes is set. it takes the values of either Xorg or XFree86. - default to Xorg on alpha, i386, macppc, shark, sparc and sparc64 - remove MKXORG_WITH_XSRC_XSERVER, unused and never useful
|
1.70.2.1.4.1 | 21-Apr-2010 |
matt | sync to netbsd-5
|
1.104.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.104.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.105.2.1 | 25-Dec-2014 |
msaitoh | Pullup additional patches requested by mrg in ticket #1178:
share/mk/bsd.x11.mk patch
- Fix unexpanded @@ in .pc files.
|
1.106.2.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.106.2.1 | 23-Jun-2013 |
tls | resync from head
|
1.112.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.119.2.2 | 07-Jan-2017 |
pgoyette | Sync with HEAD. (Note that most of these changes are simply $NetBSD$ tag issues.)
|
1.119.2.1 | 04-Nov-2016 |
pgoyette | Sync with HEAD
|
1.124.6.2 | 17-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1954):
share/mk/bsd.lib.mk: revision 1.398 share/mk/bsd.lib.mk: revision 1.399 share/mk/bsd.x11.mk: revision 1.152 (via patch)
PR/58104: Kouichi Hashikawa: Use ${TOOL_AWK}
Back-out unintented commit.
|
1.124.6.1 | 23-Apr-2019 |
martin | Pull up following revision(s) via patch (requested by mrg in ticket #1243):
external/mit/xorg/bin/xinit/Makefile: revision 1.7 external/mit/xorg/lib/libXaw/Makefile: revision 1.12 external/mit/xorg/lib/xkeyboard-config/Makefile: revision 1.13 external/mit/xorg/server/xorg-server.old/hw/xfree86/doc/Makefile: revision 1.2 share/mk/bsd.x11.mk: revision 1.130 external/mit/xorg/bin/sessreg/Makefile: revision 1.7 external/mit/xorg/bin/proxymngr/Makefile: revision 1.4
fix a bunch of man page transforms.
XXX X11MANCPP=yes has only one use left, maybe it can go away!
|
1.125.4.3 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.125.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.125.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.125.2.2 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.125.2.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.132.2.3 | 17-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1826):
share/mk/bsd.lib.mk: revision 1.398 share/mk/bsd.lib.mk: revision 1.399 share/mk/bsd.x11.mk: revision 1.152 (via patch)
PR/58104: Kouichi Hashikawa: Use ${TOOL_AWK}
Back-out unintented commit.
|
1.132.2.2 | 20-Aug-2020 |
martin | Pull up following revision(s) (requested by kim in ticket #1059):
share/mk/bsd.x11.mk: revision 1.133 share/mk/bsd.x11.mk: revision 1.136 external/mit/xorg/server/xorg-server/hw/xfree86/doc/Makefile: revision 1.8 external/mit/xorg/server/xorg-server/doc/Makefile: revision 1.6
Allow overriding the default man substitutions with X11EXTRAMANTRANSFORMS fix various missing transforms for man page, ala PR#55422. add method to transform both the "__foo__" and "@foo@" version of various transforms, while upstream are converting from the former to the latter it seems. convert all the common transforms to this method.
expand the grep for .pc files to look for missing @foo@
fixes to the man page genration, and ignore a few things (thanks uwe@ - .IN lines, and stuff between tab(@) and .TE.)
xorg-server __default_font_path__ -> @default_font_path@, and xfree86 transform xconfigdir, xkbdir, and modulepath using new both method.
|
1.132.2.1 | 26-Jul-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #1028):
share/mk/bsd.x11.mk: revision 1.135 external/mit/xorg/server/xorg-server/hw/xnest/Makefile: revision 1.22 external/mit/xorg/server/xorg-server.old/hw/xnest/Makefile: revision 1.4
Fix typos in ${X11INCS.DIX} include paths. PR/55500 Remove extra "-I" for ${X11INCS.DIX} macro.
|
1.138.4.4 | 07-Jun-2021 |
cjep | font library combinations
|
1.138.4.3 | 06-Jun-2021 |
cjep | sync with head
|
1.138.4.2 | 03-Jun-2021 |
cjep | avoid Xt duplication
|
1.138.4.1 | 02-Jun-2021 |
cjep | Work towards X sources building statically and on sun2.
Setup specific make variables to contain the full set of library flags (LDADD and DPADD) for programs in the xorg suite. Each list contains all needed dependencies so that the programs will build statically.
Suggested by mrg@
|
1.145.2.9 | 27-Jun-2025 |
martin | Pull up following revision(s) (requested by mrg in ticket #1130):
share/mk/bsd.x11.mk: revision 1.162
bump for xorg-server 21.1.18.
|
1.145.2.8 | 27-Feb-2025 |
martin | Apply patch, requested by mrg in ticket #1067:
share/mk/bsd.x11.mk (apply patch)
Bump Xorg server to 21.1.16
|
1.145.2.7 | 02-Nov-2024 |
martin | Apply patch, requested by mrg in ticket #998
share/mk/bsd.x11.mk (apply patch)
Bump Xorg server version to 21.1.14
|
1.145.2.6 | 17-Apr-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #654):
share/mk/bsd.lib.mk: revision 1.398 share/mk/bsd.lib.mk: revision 1.399 share/mk/bsd.x11.mk: revision 1.152 (via patch)
PR/58104: Kouichi Hashikawa: Use ${TOOL_AWK}
Back-out unintented commit.
|
1.145.2.5 | 26-Oct-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #436):
share/mk/bsd.x11.mk: revision 1.151
bump xorg server version.
|
1.145.2.4 | 30-Jul-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #261):
share/mk/bsd.x11.mk: revision 1.147
properly prefix ${X11INCDIR} uses with ${DESTDIR}.
this fixes a build issue seen where the host pixman.h was included, and has been problem ever since tsutsui fixed my original code (from 2008) about 29 months ago. i'm surprised this has not been seen anywhere else in that time.
|
1.145.2.3 | 01-Apr-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #135):
share/mk/bsd.x11.mk: revision 1.150
bump XORG_SERVER_TEENY.
|
1.145.2.2 | 08-Feb-2023 |
martin | Pull up following revision(s) (requested by mrg in ticket #73):
share/mk/bsd.x11.mk: revision 1.149
bump xorg-server version.
|
1.145.2.1 | 21-Dec-2022 |
martin | Pull up following revision(s) (requested by mrg in ticket #16):
share/mk/bsd.x11.mk: revision 1.146
bump xorg-server version.
|
1.155.2.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.3 | 18-Nov-2019 |
christos | branches: 1.3.4; Compare libraries that the bsd.prog.mk "knows about" vs the ones we actually install... Yes, pretty bad right now.
|
1.2 | 18-Nov-2019 |
christos | Improve the script to check for installed libraries, and fix the wrong names and obsolete libraries it found.
|
1.1 | 10-Aug-2019 |
christos | Add a script to compare the library lists so we can keep them in sync easier.
|
1.3.4.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
1.3.4.1 | 18-Nov-2019 |
martin | file compare-lib-lists was added on branch phil-wifi on 2020-04-13 08:03:26 +0000
|
1.150 | 20-Oct-2025 |
nat | New port: mac68ksf - Macintosh 68k softfloat.
This commit is all the Makefile glue for the new port which is the mac68k port with MKSOFTFLOAT set to "yes".
As posted here: https://mail-index.netbsd.org/port-mac68k/2025/10/14/msg001037.html
|
1.149 | 29-Dec-2023 |
wiz | Update ARFLAGS for new binutils.
In binutils 2.34, 'l' was a no-op. In binutils 2.39, it is used to specify library dependencies.
Remove 'l' from ARFLAGS.
From Takahiro Kambe in PR 57565.
|
1.148 | 14-Dec-2021 |
christos | branches: 1.148.2; Pass W with IDU for lint and deps.
|
1.147 | 28-Nov-2021 |
rillig | sys.mk: fix duplicate character in character class of LINTFLAGS
The character class contained two times U+0020, which makes one of them redundant, so remove the character class. PR toolchain/18248 already contained these two spaces.
Apparently there is no need to support tabs in this place, otherwise someone would have noticed it in the 17 years since this pattern had been added in sys.mk 1.83 from 2004-01-27.
No functional change.
|
1.146 | 23-Mar-2021 |
christos | From Greg A. Woods: - add LDSTATIC to all the LINK rules, replacing CPPFLAGS which should not be used - create new COMPILE_LINK rules that are like LINK rules but have CPPFLAGS where appropriate
|
1.145 | 22-Mar-2021 |
christos | Fix the shuttle rules by defining a new EXEC_TARGET instead of re-using OBJECT_TARGET which adds an extra .o sometimes. Noticed by Greg A. Woods
|
1.144 | 09-Nov-2020 |
christos | - make the CTFCONVERT command lines consistent and concise by putting all the implementation stuff in a variable CTFCONVERT_RUN - introduce an OBJECT_TARGET variable that contains the output object file - when we need to run ctfconvert, go through an intermediate ${.TARGET}.o file, instead of writing directly to ${.TARGET} and then overwriting ${.TARGET} with ctfconvert. This avoids build failures after a build got interrupted (the "partially built from C" scourge).
|
1.143 | 08-Feb-2020 |
maya | Don't special case aarch64 and add -fomit-frame-pointer to builds.
This behaviour is probably due to a past behaviour of clang, where it always emitted frame pointer code. This is no longer true for clang on netbsd, and I don't think it was true for GCC.
Meanwhile, this flag bleeds into pkgsrc where it breaks random packages, requiring workarounds like lang/ruby*-base/hacks.mk.
|
1.142 | 08-Jan-2020 |
christos | Back out previous. This has no chance to work unless the make variable parsing is not changed do that instead of scanning for a single character delim ':', it scans for "?:". This is because !empty(COMPILE.c:M*-pg*) contains a ':'.
|
1.141 | 08-Jan-2020 |
christos | tweak the DBG rule that -fomit-frame-pointer for aarch64 when profiling (because the compiler complains), to use a match with the compile flags and *pg*, instead of using a match to a target suffix (which is NetBSD build-specific). Pointed out by phone@.
|
1.140 | 20-Dec-2019 |
christos | move MV to sys.mk because it is used there. Pointed out by joerg@
|
1.139 | 07-Apr-2019 |
christos | branches: 1.139.2; Add -r so that we get the location of redefinitions
|
1.138 | 21-Jan-2019 |
christos | Most of the mv operations are to move temporary files to their final place. Some use -f, others don't. This can lead to spurious build failures when the user performing the build changes. Centralize, and always use -f.
|
1.137 | 13-Aug-2018 |
christos | remove random seed debugging
|
1.136 | 10-Jul-2018 |
christos | Back to always using just the list of sources for the hash. Hopefully this is reproducible now.
|
1.135 | 10-Jul-2018 |
christos | Build seed fixes: - use MKREPRO_TIMESTAMP as the seed if available. - skip relative paths that cannot be normalized if it is not XXX: pullup-8
|
1.134 | 09-Jul-2018 |
martin | Debug hack: print out full random-seed for C++ compile/link.
|
1.133 | 22-Jun-2018 |
maya | branches: 1.133.2; Add comment describing why we remove -Wsystem-headers, requested by mrg.
|
1.132 | 20-Jun-2018 |
maya | Strip -Wsystem-headers from CXXFLAGS.
GCC's C++ headers are not clean (yet). They are trying, but haven't got there yet.
Necessary for including <atf-c++.hpp> which uses <sstream>.
|
1.131 | 20-May-2018 |
christos | Also substitute ${X11SRCDIR} for the random seed for reproducible builds so that the random seed is consistent. XXX: pullup-8
|
1.130 | 25-Feb-2018 |
chs | branches: 1.130.2; add DTRACE_OPTS and HOST_DTRACE_OPTS to allow disabling various optimizations that interfere with using dtrace. use them when MKDTRACE=yes.
|
1.129 | 30-Mar-2016 |
martin | branches: 1.129.8; Remove hacks for ancient vax gcc
|
1.128 | 06-Jul-2015 |
chs | reapply some fixes to make multi-threaded ctfmerge work that were lost in the overzealous resync with freebsd. remove the hacks which were applied to work around those problems.
|
1.127 | 10-Aug-2014 |
matt | branches: 1.127.2; Changes to existing files to enable building AARCH64 userland. evbarm64-el This is clang only. While gcc4.8 supports aarch64, no netbsd support has been written for aarch64 with gcc4.8.
|
1.126 | 06-Aug-2014 |
apb | Wrap CTFCONVERT invocations in ${defined(CTFCONVERT):? ... :} so it performs the test at the time the rule is invoked. We can't use a ".if defined" test because that would be tested at the time the sys.mk file is parsed, which may be before CTFCONVERT has been set by bsd.own.mk.
Remove the now-unnecessary assignment "CTFCONVERT ?= : ctfconvert", and the similar assignment to CTFMERGE. Now the build logs are not cluttered by many unnecessary invocations of the ": ctfconvert ..."
|
1.125 | 29-Jun-2014 |
tsutsui | Use "-O2 -fno-reorder-blocks" instead of "-Os" for m68k default optimization.
"-Os" was specfied when gcc 4.5.x was imported and the commit log says "-O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1" but "-Os" disables most inline declarations and makes some applications much slower. "-O2 -fno-reorder-blocks" seems enough to reduce sizes and disabling -freorder-blocks wouldn't cause particular performance impact on ancient m68k machines with small cache memories. See my post on port-m68k@ for more details: http://mail-index.NetBSD.org/port-m68k/2014/06/22/msg000488.html
No objection in the thread and "seems fine to me" from mrg@.
|
1.124 | 18-Apr-2014 |
christos | Add -g (gnu) so lint recognizes __attribute__
|
1.123 | 03-Apr-2014 |
riastradh | branches: 1.123.2; By default define CTFCONVERT and CTFMERGE to be no-ops in sys.mk.
Don't test for /usr/bin/ctfconvert or /usr/bin/ctfmerge -- that is completely bonkers and breaks the build if the host's ctfconvert and ctfmerge are too old.
Strip the broken conditionals in the .c.o &c. rules.
bsd.own.mk will override CTFCONVERT and CTFMERGE with TOOL_CTFCONVERT and TOOL_CTFMERGE if MKCTF=yes.
XXX The way CTFCONVERT and CTFMERGE are integrated into the rules is bogus -- it is not safe to interrupt them. We need some intermediate object to do this right.
Please let me know if I broke anything with this -- I am not an elvin or dwarven wizard, nor a dtrace expert. But this has been breaking builds for ages now and nobody else seems to want to do anything about it.
|
1.122 | 09-Mar-2014 |
christos | XXX: use only thread for ctfmerge
|
1.121 | 09-Mar-2014 |
christos | Elide ctfmerge bug.
|
1.120 | 02-Jan-2014 |
christos | disable ctf handling for the shuttle .c -> '' rule since we don't create an object file to work on.
|
1.119 | 31-Dec-2013 |
christos | redo the ctf stuff to handle the USETOOLS=never case correctly and explain how.
|
1.118 | 01-Nov-2013 |
christos | ignore all -std=gnu patterns not just 99
|
1.117 | 18-Jul-2013 |
matt | Test BSD makefile about coldfire. XXX still hate m68k--netbsdelf-coldfire
|
1.116 | 06-Mar-2013 |
yamt | branches: 1.116.4; don't make ctfconvert remove original debug info
|
1.115 | 26-Jan-2013 |
christos | CTFCONVERT complains and coredumps for c++
|
1.114 | 26-Jan-2013 |
christos | CTFCONVERT me harder.
|
1.113 | 18-Jan-2013 |
christos | Now that ctf is fixed for at least amd64, go back to an equivalent to the original functionality, use the tool only if it exists.
|
1.112 | 17-Jan-2013 |
christos | Disable CTF Conversion for now until it is fixed. - ERROR: ctrl_iface_ap.c: die 2767: failed to get unsigned: No entry found [dwarf _attrval_unsigned(219)]
|
1.111 | 17-Jan-2013 |
christos | Remove bogus conditionals that were also copied to other files presumably because they did not work from here, and explain why.
|
1.110 | 06-Oct-2012 |
christos | old-style-definitions and no-format-zero-length are invalid for c++
|
1.109 | 22-Jun-2012 |
abs | branches: 1.109.2; Switch -current vax back to gcc 4.1 to match netbsd-6 - until someone has time to look at the gcc 4.5 codegen issues we should at least have a usable -current for vax.
|
1.108 | 10-Feb-2012 |
matt | branches: 1.108.2; Switch VAX to use GCC 4.5 and GDB 7. Change VAX to use DBG=-O2 like most other ports.
|
1.107 | 31-Oct-2011 |
chs | branches: 1.107.2; switch everything except vax to gcc 4.5. switch m68k to -Os since -O2 produces much bigger code with gcc 4.5 than it did with gcc 4.1.
|
1.106 | 20-May-2011 |
joerg | Fully support per-target AFLAGS.
|
1.105 | 07-Apr-2011 |
joerg | Compute the build seed using :hash.
|
1.104 | 21-Jan-2011 |
joerg | Switch remaining platforms to modern CPP for assembler.
|
1.103 | 17-Jan-2011 |
joerg | branches: 1.103.2; Move SPARC and SPARC64 to modern CPP. Update UPDATING note for this and Alpha.
|
1.102 | 16-Jan-2011 |
joerg | Alpha doesn't need -traditional-cpp for assembler.
|
1.101 | 12-Jan-2011 |
joerg | Allow use of traditional CPP to be set on a per platform base in sys.mk. Honour this for dependency processing in bsd.dep.mk. Switch i386 and amd64 assembly to use ISO C90 preprocessor concat and drop the -traditional-cpp on this platform.
|
1.100 | 02-Mar-2010 |
darran | DTrace: Add CTF generation to the make framework. Only enabled when MKDTRACE=yes.
|
1.99 | 07-Sep-2008 |
kent | Remove -Wno-pointer-sign and -ffreestanding from CXXFLAGS. g++ doesn't support for them.
|
1.98 | 04-Aug-2008 |
joerg | When compiling C++ sources and BUILDSEED is set, pass down -frandom-seed with a reduced version of .ALLSRC and .TARGET as argument. This allows bit-identical builds of C++ files.
|
1.97 | 06-May-2008 |
uwe | branches: 1.97.2; For sh3 set default DBG to "-Os -freorder-blocks" which is almost like -O2 but without -falign-* that is too zealous for low-memory sh3 machines.
|
1.96 | 04-May-2008 |
tsutsui | There is only one more file which requires HACKS for m68000, so handle it in each Makefile rather than sys.mk.
These ICEs might be related with GCC Bugzilla Bug 32424 which is not resolved yet even in the upstream.
|
1.95 | 27-Apr-2008 |
tsutsui | Enable gcc optimization on m68000 (sun2) again with minimum hacks. gcc -O0 generates a bit fat binaries.
|
1.94 | 09-Feb-2008 |
mrg | branches: 1.94.4; 1.94.6; make all sun2 use -O0 and move most of the hacks out into just 3 files.
|
1.93 | 09-Jan-2008 |
simonb | Remove support for NetBSD/pc532.
|
1.92 | 15-Apr-2007 |
matt | branches: 1.92.4; -O1 on vax isn't quite enough, add -fgcse -fstrength-reduce -fgcse-after-reload too. We can build again.
|
1.91 | 14-Apr-2007 |
matt | For now, make vax default to -O not -O2
|
1.90 | 08-Apr-2007 |
scw | Remove support for NetBSD/{,evb}sh5.
|
1.89 | 22-Jan-2007 |
christos | delete "-std=gnu99" from c++ flags. From mrg.
|
1.88 | 26-Aug-2006 |
matt | branches: 1.88.2; Make sure to compile things at -O2 for mips64e[bl]
|
1.87 | 25-Jun-2006 |
lukem | Move LDFLAGS to the CC section instead of the LD section.
|
1.86 | 12-May-2006 |
mrg | like we do for -Wno-traditional, remove -Wstrict-prototypes and -Wmissing-prototypes from C++ since those are always requird for C++.
|
1.85 | 25-Dec-2005 |
perry | add "S" to LINTFLAGS so that "inline" is accepted by lint
|
1.84 | 07-Aug-2004 |
chs | turn on -O2 for hppa.
|
1.83 | 27-Jan-2004 |
lukem | Replace :M-[IDU]* with :C/-([IDU])[ ]*/-\1/Wg:M-[IDU]* so that arguments with whitespace after them work correctly. Resolves [toolchain/18248] from Andrew White at Motorola.
Be consisent in this syntax; previously we'd sometimes we'd just have :M-[ID]* which would ignore -Ufoo ...
(This needs :C///W support in make(1) that Simon Gerraty added for me :)
|
1.82 | 26-Dec-2003 |
christos | no-traditional is not a valid warning for c++ programs.
|
1.81 | 07-Dec-2003 |
simonb | Use -O2 for ns32k now.
|
1.80 | 08-Nov-2003 |
lukem | The order of items in .SUFFIXES is extremely important! Revert part of previous and put `.s .S' before `.c' again.
(Fixes recent libkern lossage.)
|
1.79 | 08-Nov-2003 |
lukem | Trim .SUFFIXES to only contain those used in this file.
Reorder some variables appropriately.
Add chmod a+x in .sh:, as per SUSv3.
|
1.78 | 19-Sep-2003 |
martin | Drop explicit medlow model and default to -O2 for sparc64.
|
1.77 | 27-Jul-2003 |
uwe | Conditions for sh5 when setting DBG to be empty were deleted (moved) in 1.72, but brought back accidentally in 1.73. That was harmless, anyway, as sh5 conditions in their new place get matched earlier.
|
1.76 | 27-Jul-2003 |
lukem | be consistent: use ${.TARGET} for $@ and ${.PREFIX} for $*
|
1.75 | 18-Jul-2003 |
lukem | whitespace cleanup
|
1.74 | 04-May-2003 |
fvdl | Default to -O2 for x86_64.
|
1.73 | 29-Mar-2003 |
fvdl | gcc for x86_64 should be safe enough these days to enable -O by default.
|
1.72 | 21-Jan-2003 |
scw | The sh5 toolchain works fine with -O2 now.
|
1.71 | 26-Nov-2002 |
thorpej | The traditional C preprocessor is fixed in GCC 3.3 now, so no need to skip -traditional-cpp for HAVE_GCC3.
|
1.70 | 11-Jul-2002 |
scw | SH5 Makefile Magic.
|
1.69 | 01-Jul-2002 |
fredette | Like on x86_64, don't use -O at all with the hppa compiler.
|
1.68 | 04-Jun-2002 |
thorpej | Don't use -traditional-cpp if HAVE_GCC3.
|
1.67 | 04-Jun-2002 |
thorpej | Add case for armeb.
|
1.66 | 08-Apr-2002 |
wiz | branches: 1.66.2; No more arm32.
|
1.65 | 27-Mar-2002 |
eeh | Reserve %g4 for backwards compatibility with the old ABI.
|
1.64 | 24-Mar-2002 |
bjh21 | MACHINE_ARCH == "arm26" hasn't been valid for some time, so don't check for it.
|
1.63 | 19-Dec-2001 |
tv | Remove -Wa,-Av9a hack from <sys.mk> and relegate it to the places that need it (kernel and libc).
The current version of the gas assembler in the tree (2.11.2) already defaults to generating object files for "-Av9 -64", supporting V9 instructions in ELF64 object format. "-Av9a" is only needed for specific parts of the NetBSD base sources, and not for all third-party code.
|
1.62 | 17-Sep-2001 |
mycroft | Use -O2 on PowerPC.
|
1.61 | 23-Jul-2001 |
matt | Make arm use -O2
|
1.60 | 29-Jun-2001 |
eeh | Tell the assembler to accept UltraSPARC extensions on sparc64.
|
1.59 | 19-Jun-2001 |
fvdl | Add some extra flags for the x86-64 port. Disable -O in sys.mk (which is where all ports set it); there seem to be some lurking optimization bugs for the x86-64.
|
1.58 | 22-Aug-2000 |
bjh21 | Switch arm26 to -O2. Most of my kernels are compiled with this anyway, and gcc's code generation should be the same as for arm32, so I think this is safe.
|
1.57 | 02-May-2000 |
sjg | Allow optimizer/debug flags to be changed on command line without breaking everything. Eg. use DBG="-O0 -g" when debugging something.
|
1.56 | 15-Nov-1999 |
matt | VAX should use -O2. (why don't all ports?)
|
1.55 | 13-Nov-1999 |
jdolecek | merge build rules for files ending .cc and .C add support for C++ source files ending .cpp and .cxx
|
1.54 | 10-Mar-1999 |
mycroft | branches: 1.54.8; alpha seems to work with -O2...
|
1.53 | 24-Feb-1999 |
drochner | add missing parts of the "mips"->"mipse?" transition
|
1.52 | 12-Feb-1999 |
lukem | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL MKPROFILE MKSHARE, which default to `yes' unless an equivalent NOxxx variable is defined. * Add MKCATPAGES, which if "no" prevents catpages from being built or installed
Users should use "MKxxx=no" instead of "NOxxx=" in /etc/mk.conf, because this allows easy override on the make(1) command line (e.g 'make MKSHARE=yes' to override MKSHARE=no in /etc/mk.conf).
|
1.51 | 06-Feb-1999 |
simonb | Back out previous backout of -O2 in mips. Bug in strtod.c fixed via Niklas Hallqvist.
|
1.50 | 05-Feb-1999 |
simonb | _Don't_ use -O2 on mips, libc/stdlib/strtod.c breaks
|
1.49 | 21-Jan-1999 |
mycroft | Use -O2 on arm32.
|
1.48 | 18-Jan-1999 |
christos | Add -F to LINTFLAGS so that the full pathname is printed.
|
1.47 | 12-Jan-1999 |
simonb | Use -O2 on mips.
|
1.46 | 12-Dec-1998 |
thorpej | Use -O2 on m68k.
|
1.45 | 26-Nov-1998 |
mycroft | Use -O2 on SPARC.
|
1.44 | 22-Nov-1998 |
mycroft | Use -O2 on i386.
|
1.43 | 22-Aug-1998 |
tv | Fix the .c.a brokenness with libbfd the "right" way - nuke everything but *o from .ALLSRC.
|
1.42 | 22-May-1998 |
tv | Apply same .c.a workaround from alpha to arm32
|
1.41 | 09-Apr-1998 |
tv | The C++ compiler is "c++", not "g++"; that is more compatible with non-GCC based C++ compilers.
|
1.40 | 09-Apr-1998 |
tv | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, and use smarter creation of the header file.
|
1.39 | 01-Apr-1998 |
tv | Revert. This broke too much in the build tree, and a better solution needs to be created. (The existing situation breaks a lot too.)
|
1.38 | 01-Apr-1998 |
tv | Fix .y rules to DTRT with possibly generated .h files. See mail on tech-toolchain for a very detailed explanation of this. In short, add a .y.h rule identical to the .y.c rule and make the .y.c rule rename the .h file; also, clean the .h file in CLEANFILES.
|
1.37 | 05-Nov-1997 |
thorpej | Fix .c.ln rule: use CPPFLAGS, not CFLAGS.
|
1.36 | 04-Nov-1997 |
gwr | Move definitions of: NM, LORDER, TSORT from bsd.sys.mk to sys.mk so they are more easly used by things like sys/libkern/Makefile.inc (Besides, all the other tool definitions are in sys.mk)
|
1.35 | 03-Nov-1997 |
cgd | add '-z' to LINTFLAGS, so that forward structure definions (for pointer args, etc.), don't cause warnings if the structure isn't ever completely defined.
|
1.34 | 28-Oct-1997 |
lukem | add default rules for Objective C sources (`.m' suffix): - sys.mk: add ${OBJC} and ${OBJCFLAGS} (equivalent to ${CC} and ${CFLAGS} respectively), and ${COMPILE.m} and ${LINK.m} rules - bsd.sys.mk: add .m, .m.o, and .m.ln rules (as per the C rules in sys.mk). it's here, rather than in sys.mk, because `.m' isn't exclusively used for Objective C files. - bsd.lib.mk: add .m.o, .m.po, .m.so, and .m.ln rules (as per C)
|
1.33 | 31-May-1997 |
cjs | branches: 1.33.2; Back out BUILDDIR and NOINSTALL changes.
|
1.32 | 27-May-1997 |
cjs | Put include information in CPPFLAGS only (not in CFLAGS or MKDEPFLAGS). Add note that CPPFLAGS is (or should be) passed to all programs that pass input through cpp.
|
1.31 | 17-May-1997 |
mycroft | Remove unneeded .SUFFIXES lines, and move .s and .S closer to .o to give the right preferences.
|
1.30 | 29-Mar-1997 |
mikel | merge lite-2 changes (mostly SCCSids)
|
1.29 | 18-Oct-1996 |
thorpej | Define an INSTALL make variable, and default it to "install". Suggested by Simon J. Gerraty <sjg@zen.void.oz.au>, PR #1458.
|
1.28 | 30-Sep-1996 |
thorpej | Add "-traditional-cpp" to the COMPILE.S command, so that assembler syntax (specifically, use of # to indicate an immediate value) isn't misinterpreted as a CPP directive.
|
1.27 | 10-Apr-1996 |
mycroft | Remove broken hack that attempted to do the same as the previous.
|
1.26 | 10-Apr-1996 |
mycroft | Fix COMPILE.s so the output file is named correctly.
|
1.25 | 29-Feb-1996 |
jtc | Removed special handling of CPPFLAGS if DESTDIR is set. Third party makefiles may use DESTDIR for something completely different.
|
1.24 | 28-Feb-1996 |
jtc | Default .s.o and .S.o left output in wrong file
|
1.23 | 18-Dec-1995 |
cgd | don't include the .c.a rule on the alpha. see p.r. 1488 for an example of how make breaks when it's present. In particular, it causes build of the compiler toolchain to fail if present, which keeps a complete system from building, on the alpha.
|
1.22 | 24-Sep-1995 |
christos | - In preparation for parallel makes fix the library rules so that they don't use a.out as intermediate output. - Note in the README file that we cannot fix the xstr stuff. We still need to fix lex and yacc. - Allow overriding of the variables in sys.mk
|
1.21 | 24-Jun-1995 |
cgd | update lint rules, but keep linting disabled
|
1.20 | 26-Jul-1994 |
mycroft | Move the inclusion of bsd.own.mk to a better place.
|
1.19 | 06-Jul-1994 |
mycroft | branches: 1.19.2; Use CPPFLAGS (previously defined but unused) to yank in include files from ${DESTDIR}/usr/include.
|
1.18 | 30-Jun-1994 |
deraadt | .m4 files are sources too
|
1.17 | 30-Jun-1994 |
cgd | RCSID frobbing, and minor sanity adjustments.
|
1.16 | 27-Mar-1994 |
cgd | add back inclusion of bsd.own.mk
|
1.15 | 24-Mar-1994 |
jtc | Added various COMPILE.? & LINK.? macros and changed suffix rules to use them (Like Sun & GNU make).
|
1.14 | 24-Mar-1994 |
jtc | Now that single suffix rules work, uncomment them.
|
1.13 | 31-Jan-1994 |
jtc | Moved manpage formatting rules from sys.mk to bsd.man.mk. Some programs (like ispell) use *.[0-8] for non-manpage things, and having the manpage rules in sys.mk really messes things up.
|
1.12 | 25-Jan-1994 |
cgd | oops; kill two extra spaces.
|
1.11 | 25-Jan-1994 |
cgd | do the right thing if nroff doesn't work
|
1.10 | 30-Dec-1993 |
jtc | Comment out single suffix rules (until I can get a debugger that works).
|
1.9 | 29-Dec-1993 |
jtc | Added single suffix implicit rules. Rules for *.c & *.f files are required by POSIX.2 --- I added the others (*.p, *.l, *.y, etc.) to be consistant with all the other default rules.
|
1.8 | 08-Sep-1993 |
brezak | Add .S.o rule
|
1.7 | 15-Aug-1993 |
mycroft | Makefile: Use `install -d' to create directory. bsd.dep.mk: Add defaults for `beforedepend' and `afterdepend'. sys.mk: 8 tabs --> space
|
1.6 | 15-Aug-1993 |
mycroft | Move man rules to sys.mk. Use bsd.subdir.mk for building subdirectories. Don't forget to remove x.cc and x.C when using SHAREDSTRINGS. Make ${PROG} always depend on ${LIBCRT0}. Don't duplicate code between cleandir and clean. Move tags target to bsd.dep.mk. Move STRIP to bsd.own.mk. Remove redundant definitions of {BIN,MAN}{DIR,GRP,OWN,MODE}. Move {LIB,DOC}{DIR,GRP,OWN,MODE} defaults to bsd.own.mk.
|
1.5 | 17-Jul-1993 |
mycroft | Combine some suffix rules.
|
1.4 | 17-Jul-1993 |
mycroft | Add suffix rules for C++ files.
|
1.3 | 17-Jun-1993 |
mycroft | Add global CXX and CXXFLAGS for compiling C++ programs. (These names are used by some GNU stuff; if you have a better suggestion, please tell me.)
|
1.2 | 09-Apr-1993 |
cgd | various changes to default make rules. from patch 101. note that only the "sensible" changes in patch 101 are implemented.
|
1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 | 29-Mar-1997 |
mikel | import 4.4BSD-Lite2 versions
|
1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.19.2.1 | 26-Jul-1994 |
cgd | from trunk.
|
1.33.2.2 | 05-Nov-1997 |
thorpej | Update from trunk: Fix .c.ln rule: use CPPFLAGS, not CFLAGS.
|
1.33.2.1 | 04-Nov-1997 |
thorpej | Pull up from trunk: add objective-c stuff, fix lint flags.
|
1.54.8.1 | 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.66.2.1 | 05-Jun-2002 |
lukem | Pull up revision 1.67 (requested by thorpej in ticket #158): Add case for armeb.
|
1.88.2.2 | 19-Jul-2007 |
liamjfoy | Pull up following revision(s) (requested by soren in ticket #774): build.sh: revision 1.169 gnu/usr.bin/gcc4/backend/Makefile: revision 1.9 sys/arch/evbsh5/README: revision 1.1 distrib/notes/common/contents: revision 1.124 usr.sbin/ndbootd/ndbootd.c: revision 1.12 gnu/lib/libopcodes/arch/sh3eb/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3eb/defs.mk: revision 1.8 libexec/ld.elf_so/Makefile: revision 1.78 gnu/dist/binutils/bfd/config.bfd: revision 1.14 doc/HACKS: revision 1.93 distrib/cdrom/current.conf: revision 1.8 gnu/lib/libgcc4/Makefile.inc: revision 1.6 share/mk/sys.mk: revision 1.90 distrib/sets/lists/base/mi: revision 1.700 libexec/ld.elf_so/rtld.c: revision 1.112 distrib/sets/lists/base/mi: revision 1.702 sys/arch/sh5/README: revision 1.1 gnu/lib/libbfd/arch/sh3el/bfd.h: revision 1.7 usr.sbin/traceroute/traceroute.c: revision 1.69 distrib/notes/common/main: revision 1.330 distrib/notes/common/list-setsizes.sh: revision 1.2 sys/arch/Makefile: revision 1.35 gnu/lib/libopcodes/arch/sh3el/defs.mk: revision 1.4 gnu/lib/libbfd/arch/sh3el/defs.mk: revision 1.8 share/mk/bsd.own.mk: revision 1.495 gnu/lib/libbfd/arch/sh3eb/bfd.h: revision 1.7 x11/lib/OSmesa/Makefile: revision 1.20 sys/dev/dkwedge/dkwedge_bsdlabel.c: revision 1.13 gnu/dist/binutils/opcodes/configure.in: revision 1.2 gnu/dist/binutils/opcodes/configure: revision 1.2 gnu/usr.bin/send-pr/categories: revision 1.53 etc/mtree/NetBSD.dist: revision 1.339 sys/arch/README: revision 1.42 lib/libc/gdtoa/Makefile.inc: revision 1.6 usr.bin/crunch/crunchide/Makefile: revision 1.16 sys/lkm/net/bsdcomp/Makefile: revision 1.5 regress/sys/uvm/Makefile: revision 1.6 etc/MAKEDEV.awk: revision 1.18 x11/Xserver/GL/GLcore/Makefile.GLcore: revision 1.10 sys/contrib/dev/ath/netbsd/Makefile.ath.inc: revision 1.14 gnu/lib/libbfd/Makefile: revision 1.42 doc/RESPONSIBLE: revision 1.78 Remove evbsh5.
|
1.88.2.1 | 07-May-2007 |
snj | branches: 1.88.2.1.2; Pull up following revision(s) (requested by mhitch in ticket #606): share/mk/sys.mk: revision 1.91-1.92 via patch For now, make vax default to -O not -O2
-O1 on vax isn't quite enough, add -fgcse -fstrength-reduce -fgcse-after-reload too. We can build again.
This addresses PR#34783.
|
1.88.2.1.2.1 | 03-Sep-2007 |
wrstuden | Sync w/ NetBSD-4-RC_1
|
1.92.4.1 | 23-Mar-2008 |
matt | sync with HEAD
|
1.94.6.1 | 18-May-2008 |
yamt | sync with head.
|
1.94.4.2 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
1.94.4.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.97.2.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.103.2.1 | 08-Feb-2011 |
bouyer | Sync with HEAD
|
1.107.2.4 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.107.2.3 | 23-Jan-2013 |
yamt | sync with head
|
1.107.2.2 | 30-Oct-2012 |
yamt | sync with head
|
1.107.2.1 | 17-Apr-2012 |
yamt | sync with head
|
1.108.2.1 | 17-May-2012 |
riz | Apply patches (requested by martin in ticket #153):
share/mk/bsd.own.mk patch share/mk/sys.mk patch external/gpl3/gdb/Makefile.inc patch external/gpl3/binutils/lib/libbfd/Makefile patch
Switch the vax port back to GCC 4.1. [martin, ticket #153]
|
1.109.2.4 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.109.2.3 | 23-Jun-2013 |
tls | resync from head
|
1.109.2.2 | 25-Feb-2013 |
tls | resync with head
|
1.109.2.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.116.4.1 | 23-Jul-2013 |
riastradh | sync with HEAD
|
1.123.2.1 | 10-Aug-2014 |
tls | Rebase.
|
1.127.2.1 | 16-Jul-2015 |
snj | Pull up following revision(s) (requested by chs in ticket #866): external/cddl/osnet/dist/tools/ctf/cvt/ctfmerge.c: revision 1.12 via patch share/mk/sys.mk: revision 1.128 reapply some fixes to make multi-threaded ctfmerge work that were lost in the overzealous resync with freebsd. remove the hacks which were applied to work around those problems.
|
1.129.8.1 | 07-Jun-2018 |
martin | Pull up following revision(s) (requested by christos in ticket #834):
usr.bin/make/var.c: revision 1.219 share/mk/bsd.obj.mk: revision 1.52 usr.sbin/crash/Makefile: revision 1.40 share/mk/sys.mk: revision 1.131 share/mk/bsd.sys.mk: revision 1.276 share/mk/bsd.sys.mk: revision 1.277
Prevent 'make obj' creating an objdir inside an objdir. This happens the second time we call 'make obj' in /usr/src/rescue with MAKEOBJDIR set. XXX: pullup-8 - Need to delete ${DESTDIR} for lint XXX: pullup-8 - Fix reproducible builds XXX: pullup-8 - Also substitute ${X11SRCDIR} for the random seed for reproducible builds so that the random seed is consistent. XXX: pullup-8 - Since ${MAKE} converts $$ -> $ during parsing we need to put it back to preserve the original variable value with :Q. XXX: pullup-8 - Be more selective about remapping object directories otherwise we pick objdump and objcopy with the regex. XXX: pullup-8
|
1.130.2.5 | 26-Jan-2019 |
pgoyette | Sync with HEAD
|
1.130.2.4 | 06-Sep-2018 |
pgoyette | Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
|
1.130.2.3 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.130.2.2 | 25-Jun-2018 |
pgoyette | Sync with HEAD
|
1.130.2.1 | 21-May-2018 |
pgoyette | Sync with HEAD
|
1.133.2.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.133.2.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.139.2.2 | 10-Feb-2020 |
martin | Pull up following revision(s) (requested by maya in ticket #689):
share/mk/sys.mk: revision 1.143
Don't special case aarch64 and add -fomit-frame-pointer to builds.
This behaviour is probably due to a past behaviour of clang, where it always emitted frame pointer code.
This is no longer true for clang on netbsd, and I don't think it was true for GCC.
Meanwhile, this flag bleeds into pkgsrc where it breaks random packages, requiring workarounds like lang/ruby*-base/hacks.mk.
|
1.139.2.1 | 24-Dec-2019 |
martin | Pull up following revision(s) (requested by christos in ticket #575):
share/mk/bsd.sys.mk: revision 1.298 share/mk/sys.mk: revision 1.140
move MV to sys.mk because it is used there. Pointed out by joerg@
|
1.148.2.1 | 31-Dec-2023 |
martin | Pull up following revision(s) (requested by wiz in ticket #526):
share/mk/sys.mk: revision 1.149
Update ARFLAGS for new binutils.
In binutils 2.34, 'l' was a no-op. In binutils 2.39, it is used to specify library dependencies.
Remove 'l' from ARFLAGS.
From Takahiro Kambe in PR 57565.
|