Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (4h)  netbsd-8 (6d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 19:23:27 UTC Now

2021-04-03 14:39:02 UTC MAIN commitmail json YAML

make: backport to C90

In the past few months I had accidentally used C99 features in the make
code.  According to tools/README, tools that are used in the build
system should restrict themselves to C90.

This allows make to build with GCC's options "-pedantic
-Wno-system-headers -Dinline= -Wno-error=cast-qual".

I didn't notice anyone actively complaining though, I just wanted to see
how much work this backporting would be.  The identifier __func__ is
still used, as in other tools.

No functional change.

(rillig)

2021-04-03 14:31:44 UTC MAIN commitmail json YAML

make: rename function parameters to match boolean constants

No functional change.

(rillig)

2021-04-03 14:10:56 UTC MAIN commitmail json YAML

Add a -L option to follow all symbolic links.  Useful if you have symlinks
in a makefs directory tree but want to refer to the actual file.

(simonb)

2021-04-03 13:37:18 UTC MAIN commitmail json YAML

Deal with the case when a device gets recreated (eg when mtree is called by
MAKEDEV) and the stat buffer contains information about the original device
before checking/setting the owner/group/mode of the new device file.

(simonb)

2021-04-03 12:57:21 UTC MAIN commitmail json YAML

Centralise the setitimer() timer type validation in dosetitimer() as is
done with dogetitimer().

(simonb)

2021-04-03 12:06:53 UTC MAIN commitmail json YAML

Print the "preposterous TOD clock time" message only if the RTC is
before very late 2020 (1/1/2021 minus a few leap days) instead of
late 1994.  Someone(TM) should remember to adjust this in somewhat
less than 26 years.

(simonb)

2021-04-03 12:01:00 UTC MAIN commitmail json YAML

make: use standard %H in strftime instead of %k

The conversion specifier %k is neither in C99 nor in C90.

These timestamps are only used in the debug output.

(rillig)

2021-04-03 11:19:11 UTC MAIN commitmail json YAML

CTASSERT that NSIG <= 128.  There are many hard-coded assumptions that
there are <= 4 x 32bit signal mask bits.

(simonb)

2021-04-03 11:08:40 UTC MAIN commitmail json YAML

2021-04-03 07:38:11 UTC MAIN commitmail json YAML

For MIPS N32, register_t needs to be uint64_t as "long" isn't
big enough.

(simonb)

2021-04-03 06:54:29 UTC thorpej-cfargs commitmail json YAML

2021-04-03 04:33:08 UTC MAIN commitmail json YAML

Revert parsedate(3) XXX as per discussion with kre@.

(simonb)

2021-04-03 04:10:30 UTC MAIN commitmail json YAML

Rework about the rest note in speaker(4).
- Obsolete the sc_rest callback.  The rest note operation can be done by
  the common spkr layer.  This also fixes PR kern/56060.
  This work-in-progress patch was left in my local tree for years. :(
- Improve calculations of tone and rest length.

(isaki)

2021-04-03 03:21:53 UTC MAIN commitmail json YAML

Improve SPKRDEBUG code.
- Replace wrong aprint_debug_dev() with device_printf().
  By this, it no longer need to print dev_t.
- Improve some messages.

(isaki)

2021-04-03 01:57:19 UTC thorpej-cfargs commitmail json YAML

2021-04-03 01:52:16 UTC thorpej-cfargs commitmail json YAML

ismt_config_interrupts(): remove a now-unused variable.

(thorpej)

2021-04-02 22:41:54 UTC MAIN commitmail json YAML

lint: reword message about constant argument to '!'

In the other messages, operators are typically written in their literal
form as well.  Using single quotes disambiguates them from normal
punctuation.

(rillig)

2021-04-02 22:38:42 UTC MAIN commitmail json YAML

2021-04-02 22:17:46 UTC thorpej-cfargs commitmail json YAML

2021-04-02 22:05:44 UTC MAIN commitmail json YAML

lint: reduce memory usage

No functional change.

(rillig)

2021-04-02 17:25:04 UTC MAIN commitmail json YAML

2021-04-02 17:10:52 UTC MAIN commitmail json YAML

lint: fix typo from previous commit in merge_qualifiers

(rillig)

2021-04-02 17:01:39 UTC MAIN commitmail json YAML

lint: clean up merge_qualifiers

No functional change.

(rillig)

2021-04-02 16:59:59 UTC MAIN commitmail json YAML

clarify comment in previous
( this is a hack, should go away when the root cause is fixed etc. )
no functional change

(macallan)

2021-04-02 16:38:08 UTC MAIN commitmail json YAML

lint: rename local variable in build_colon

The name 'rtp' was confusing since it did not correspond to 'rn'.  The
'r' meant 'result', not 'right-hand side'.

No functional change.

(rillig)

2021-04-02 16:17:19 UTC MAIN commitmail json YAML

lint: replace a new modtab with op_name

This reduces the types of variables that are passed around.

No functional change.

(rillig)

2021-04-02 15:06:35 UTC MAIN commitmail json YAML

lint: rename getopname to op_name

There are several functions called 'get' that allocate memory.  Remove
this possible confusion.

No functional change.

(rillig)

2021-04-02 14:50:47 UTC MAIN commitmail json YAML

lint: reorder struct members to be in comprehension order

No functional change.

(rillig)

2021-04-02 14:41:07 UTC MAIN commitmail json YAML

Fix style to appease changes2html.

(rin)

2021-04-02 14:32:27 UTC MAIN commitmail json YAML

lint: rename members of brace_level

The terms 'member' and 'subscript' are distinctive enough.

No functional change.

(rillig)

2021-04-02 14:19:33 UTC MAIN commitmail json YAML

lint: remove unused brace_level.bl_array_of_unknown_size

Since init.c 1.177 from 2021-03-29, the type of the object to be
initialized is no longer modified in the middle of the initialization,
as required by C99 6.7.8p22.  Therefore it is no longer necessary to
keep this redundant information around.

No functional change.

(rillig)

2021-04-02 13:16:38 UTC MAIN commitmail json YAML

tests/lint: add test for enum type mismatch

(rillig)

2021-04-02 12:16:50 UTC MAIN commitmail json YAML

2021-04-02 12:11:42 UTC MAIN commitmail json YAML

2021-04-02 11:53:25 UTC MAIN commitmail json YAML

2021-04-02 10:39:22 UTC MAIN commitmail json YAML

Make extern declaration of intrcnt a u_int instead of a long.  Matches
some declartions in some ports.  Fixes build on news68k (and probably
newsmips).

(simonb)

2021-04-02 10:30:35 UTC MAIN commitmail json YAML

lint: rename members of struct memory_block

No functional change.

(rillig)

2021-04-02 10:13:03 UTC MAIN commitmail json YAML

2021-04-02 10:06:27 UTC MAIN commitmail json YAML

named/filter-aaaa.so is unrelated to DYNAMICROOT

(martin)

2021-04-02 09:52:36 UTC MAIN commitmail json YAML

lint: rename getnode to expr_zalloc_tnode

The new name highlights that the returned memory is only valid in the
scope of the current expression.  This was misleading before since the
other related functions all have a 't' (probably for 'temporary') in
their names.

Also encode in the function name that the returned memory is zeroed out
as that could not be inferred from the old name.

No functional change.

(rillig)

2021-04-02 09:45:55 UTC MAIN commitmail json YAML

lint: extract filename ID counter into separate function

No functional change.

(rillig)

2021-04-02 09:39:25 UTC MAIN commitmail json YAML

2021-04-02 09:27:44 UTC MAIN commitmail json YAML

Call usbnet_attach before usbnet_{lock_core,busy}

kern/56090: panic in udav_attach

(skrll)

2021-04-02 09:27:32 UTC MAIN commitmail json YAML

2021-04-02 08:38:44 UTC MAIN commitmail json YAML

lint: make debug logging compatible with C90

The previous code used the GCC-style varargs macros, which did not even
conform to C99.

No functional change.

(rillig)

2021-04-02 07:17:56 UTC MAIN commitmail json YAML

rndctl: make -l's "Flags" field reflect current reality

don't print "legacy options" RND_FLAG_ESTIMATE_TIME and
"RND_FLAG_ESTIMATE_VALUE"

only print "estimate" if we have actually counted any bits from
something, since it's no longer really possible to "enable estimation".

ideally, there should also be a "samples" field so it's clear
collected bits are not being counted.

(nia)

2021-04-02 07:09:11 UTC MAIN commitmail json YAML

2021-04-02 07:08:36 UTC MAIN commitmail json YAML

- Hook DHT kernel
- Add bin and ub to KERNEL_SUFFIXES
- Group and sort kernels

(rin)

2021-04-02 07:04:05 UTC MAIN commitmail json YAML

rndctl.8: reflect current reality

(nia)

2021-04-02 07:00:33 UTC MAIN commitmail json YAML

evbppc: Add support for DHT Walnut 405GP evaluation board.
(Digital Home Technologies PCB 01070201 Rev. 1.1)

Official web page seems gone, but analyses by Linux people are at:

- https://elinux.org/DHT-Walnut
- http://web.archive.org/web/20070225171826/http://supernova.stanford.edu/dingdong/

The board features:

- 266MHz PowerPC 405GP processor
- one PC133 SDRAM slot
- two 32-bit 5V PCI slot
- on-chip ethernet controller with DP83843 PHY
- on-chip serial port / GPIO controller
- on-board PDC20265 IDE controller

Hardware limitations:

- no MAC address assigned
- no RTC present

Known problem:

- atabus(4) channels cannot be attached to pdcide(4) for cold boot

dmesg:

- https://dmesgd.nycbug.org/index.cgi?do=view&id=5997

Have fun!

(rin)

2021-04-02 06:55:14 UTC MAIN commitmail json YAML

2021-04-02 06:31:53 UTC MAIN commitmail json YAML

Add an XXX reminder to convert at(1) to use parsedate(3) in <util.h>.

(simonb)

2021-04-02 06:28:55 UTC MAIN commitmail json YAML

Drop setgid kmem, simplify nlist setup.

(simonb)

2021-04-02 03:20:54 UTC MAIN commitmail json YAML

Add bit-field definitions for DCR_SDRAM0_B[0-3]CR registers.

(rin)

2021-04-02 03:07:54 UTC MAIN commitmail json YAML

Set f_namemax during mount time like all the other filesystems so that
it does gets the right data in copy_statvfs_info(). Otherwise f_namemax
can end up being 0. To reproduce: unmount the remote filesystem, remount
it, and kill -HUP mountd to refresh exports.

(christos)

2021-04-02 01:08:03 UTC MAIN commitmail json YAML

2021-04-02 01:07:16 UTC MAIN commitmail json YAML

PDC20265 is Ultra/100, not 66.

(rin)

2021-04-01 22:02:20 UTC MAIN commitmail json YAML

avoid mapping 0xfffff000 - my beige G3 DSIs on it
with this my the machine boots again
tested on a variety of G4 and G5 models with no problems

(macallan)

2021-04-01 19:00:33 UTC MAIN commitmail json YAML

Put a copy of our existing data first in the non-error case (noticed by RVP).

(christos)

2021-04-01 15:06:50 UTC MAIN commitmail json YAML

lint: remove wrong assumption from comment

The size in bits of a struct or union is not measured at all at this
point since portable_size_in_bits only takes the broad type
classification (tspec_t), not the precise type information (type_t).

No functional change.

(rillig)

2021-04-01 14:59:21 UTC MAIN commitmail json YAML

lint: replace empty macro arguments with non-empty arguments

Empty arguments are a new feature of C99.  Since lint is one of the
build tools, it is supposed to only use C90 features.  C99 6.10.3 "Macro
replacement" explicitly allows empty macro arguments while C90 3.8.3
"Macro replacement" last sentence defines an empty macro argument as
undefined behavior.

This change makes the '1's stick out less from the table.  I tried to
use '.' instead of '-' as well, but that made it too hard to see the
commas.

No functional change.

(rillig)

2021-04-01 14:20:30 UTC MAIN commitmail json YAML

lint: do not error out of a struct is initialized without braces

This allows to process lib/libc/gen/sysctl.c 1.38 from 2021-03-30, as
well as its precedessor 1.37, which had a workaround just for lint.

While unusual, C99 allows these.

(rillig)

2021-04-01 10:35:24 UTC MAIN commitmail json YAML

Move the named filter-aaaa plugin to the shared list

(martin)

2021-04-01 06:26:26 UTC MAIN commitmail json YAML

Add a sysctl hashstat collector for ubchash.

(simonb)

2021-04-01 06:26:14 UTC MAIN commitmail json YAML

Add a sysctl hashstat collector for vcache.

(simonb)

2021-04-01 06:26:00 UTC MAIN commitmail json YAML

Add a sysctl hashstat collector for bufhash.

(simonb)

2021-04-01 06:25:46 UTC MAIN commitmail json YAML

Add a sysctl hashstat collector for uihash.

(simonb)

2021-04-01 06:23:15 UTC MAIN commitmail json YAML

Use kernel sysctl hashstat collection instead of kmem grovelling
directly.  Also GC a few old hash nlist entries that no longer exist.

(simonb)

2021-04-01 06:22:10 UTC MAIN commitmail json YAML

Add support for kernel hash statistics generation for vmstat -h/-H.  As
well as not needing any kmem grovelling, also much faster as it doesn't
need a kmem read for hash bucket and for each item in the hash bucket
chains.

(simonb)

2021-04-01 05:33:51 UTC MAIN commitmail json YAML

Now that ports that use legacy intrcnt interrupt accounting have event
counters to show that data, for the live kernel case just show INTR
events for "vmstat -i".

(simonb)

2021-04-01 04:43:01 UTC MAIN commitmail json YAML

2021-04-01 04:41:38 UTC MAIN commitmail json YAML

Expose olde style intrcnt interrupt accounting via event counters.
This code will be garbage collected once our last legacy intrcnt
user is update to native evcnts.

(simonb)

2021-04-01 04:35:48 UTC MAIN commitmail json YAML

2021-04-01 00:03:01 UTC MAIN commitmail json YAML

2021-03-31 13:52:02 UTC netbsd-9 commitmail json YAML

2021-03-31 13:51:05 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by christos in ticket #1240):

sys/arch/sparc/sparc/trap.c: revision 1.199

PR port-sparc/55573: remove kernel message about disabled coprocessor
instructions - it is triggered by userland trying to detect availability
of sparcv9 VIS instructions.

(martin)

2021-03-31 13:45:54 UTC netbsd-9 commitmail json YAML

Apply patch, requested by tsutsui in ticket #1239:

sys/arch/sparc/dev/audioamd.c (apply patch)

Fix for PR 56078 (different solution applied to -current): fix wrong
lock usage.

(martin)

2021-03-31 13:41:01 UTC netbsd-9 commitmail json YAML

Pull up following revision(s) (requested by skrll in ticket #1238):

sys/arch/arm/cortex/gic.c: revision 1.47

Only target the boot cpu for real with SPI interrupts.  I tried to do
this back in 2014, but somehow I missed a spot.

This is a quick-and-dirty fix for the USB stack which expects transfer
completions to be in-order.  If interrupts happen across the CPUs then
this isn't guaranteed (yet).

kern/55243 panic at usb_transfer_complete() on raspberry pi 4

(martin)

2021-03-31 09:48:15 UTC MAIN commitmail json YAML

2021-03-31 07:53:53 UTC MAIN commitmail json YAML

2021-03-31 07:52:15 UTC MAIN commitmail json YAML

Modify error message to sync with ixgbe.c

(msaitoh)

2021-03-31 06:35:35 UTC MAIN commitmail json YAML

Reenable kernel modules for MIPS now that they work.

(simonb)

2021-03-31 06:27:58 UTC MAIN commitmail json YAML

Use compat/exec.mk - zfs isn't compat32 friendly (yet?).

(simonb)

2021-03-31 06:26:27 UTC MAIN commitmail json YAML

Simplify the CTF float encoding type logic: all floating point types of
4 bytes or less are "float", 8 bytes or less are "double" and 16 bytes
or less are "long double".  Make ctfconvert much happier with N32 ABI
where we have 4 byte pointers and 16 byte long doubles.  Will also help
ctfconvert if ever used on m68k or 32-bit RISC-V.

@christos: LGTM

(simonb)

2021-03-31 04:58:01 UTC MAIN commitmail json YAML

2021-03-31 04:57:25 UTC MAIN commitmail json YAML

handle copying of plugins to the chroot

(christos)

2021-03-31 04:38:30 UTC MAIN commitmail json YAML

new named plugin (simon@)

(christos)

2021-03-31 04:37:51 UTC MAIN commitmail json YAML

2021-03-31 01:44:59 UTC thorpej-cfargs commitmail json YAML

There are two interface attriubtues on this device, so we need to be
explcit about it in BOTH config_found() calls.

(thorpej)

2021-03-30 23:31:53 UTC MAIN commitmail json YAML

mention regex changes

(christos)

2021-03-30 20:23:45 UTC MAIN commitmail json YAML

sun4v: update TODO after pcb spill improvements and status when running on a S7 host

(palle)

2021-03-30 20:23:30 UTC MAIN commitmail json YAML

lint: clean up duplicate code in handling of initialization

No functional change.

(rillig)

2021-03-30 20:03:15 UTC MAIN commitmail json YAML

sun4v: handle spill trap properly when trap level is 1 and otherwin is non-zero - ensure that all windows are spilled to the pcb like the sun4u winfixsave code path

(palle)

2021-03-30 19:45:04 UTC MAIN commitmail json YAML

2021-03-30 16:09:30 UTC MAIN commitmail json YAML

tests/lint: remove unnecessary empty lines from test

In a separate commit to not cause an unnecessarily large diff in the
previous commit.

(rillig)

2021-03-30 16:07:07 UTC MAIN commitmail json YAML

lint: add error about out-of-bounds array subscripts

This check is not strictly necessary since any C99 compiler must
diagnose them as well, it is rather meant for demonstrating how to do
the check in lint, and for symmetry with the 'unknown member' error
message.  These provide insight into how the data structures in init.c
are meant to be accessed.

(rillig)

2021-03-30 15:31:51 UTC MAIN commitmail json YAML

libc/gen: fix hack for previously unsupported lint initializers

Supported since init.c 1.182 from 2021-03-30.

(rillig)

2021-03-30 15:29:43 UTC MAIN commitmail json YAML

Make this format a little bit nicely.

(rin)

2021-03-30 15:18:19 UTC MAIN commitmail json YAML

2021-03-30 15:10:46 UTC MAIN commitmail json YAML

lint: reword message for very unlikely .member in array initialization

(rillig)

2021-03-30 15:07:53 UTC MAIN commitmail json YAML

2021-03-30 15:05:05 UTC MAIN commitmail json YAML

2021-03-30 14:58:17 UTC MAIN commitmail json YAML

make: remove workaround for bug in lint

The bug has been fixed in lint.

No functional change.

(rillig)

2021-03-30 14:33:10 UTC MAIN commitmail json YAML

Use ``for (;;)'' for infinite loop, as required by style.
No binary changes.

(rin)

2021-03-30 14:29:54 UTC MAIN commitmail json YAML

- Write-back msgbuf and update bootstr for reboot from halt.
- Remove dead code.

(rin)

2021-03-30 14:25:28 UTC MAIN commitmail json YAML

lint: rewrite handling of initializations, fixing several bugs

The previous implementation had a wrong model of how initialization
happens in C99, its assertions failed in all kind of edge cases and it
was not possible to fix the remaining bugs one at a time without running
into even more obscure assertion failures.

The debug logging was detailed but did not help to clarify the
situation.  After about 20 failed attempts at fixing the small details I
decided to start all over and rewrite the initialization code from
scratch.  I left the low-level parts of handling designators, the code
that is independent of brace_level and the high-level parts of how the
parser calls into this module.  Everything else is completely new.

The concept of a brace level stays since that is how C99 describes
initialization.  The previous code could not handle multi-level
designations (see d_init_pop_member.c).  There are no more assertion
failures in the initialization code.

Some TODO comments have been left in the tests to keep the line numbers
the same in this commit.  These will be cleaned up in a follow-up
commit.

The new implementation does not handle initialization with "missing"
braces.  This is an edge case that both GCC and Clang warn about, so it
is not widely used.  If necessary, it may be added later.

The new implementation does not use any global variables in the vast
majority of the functions, to make all dependencies and possible
modifications obvious.

(rillig)

2021-03-30 13:41:46 UTC MAIN commitmail json YAML

Fix nearly 20 year old type - cache sizes are 2048 bytes, not 2848 bytes.

(simonb)

2021-03-30 05:18:37 UTC MAIN commitmail json YAML

- G/C unused.
- Sort headers.

No binary changes.

(rin)

2021-03-30 05:14:00 UTC MAIN commitmail json YAML

- Explicitly include <powerpc/spr.h>.
- Drop unused headers.
- Group headers.

No binary changes.

(rin)

2021-03-30 05:08:16 UTC MAIN commitmail json YAML

- Include tlb.h directly, instead of uvm_extern.h.
- Drop unused headers.
- Sort and group headers.

No binary changes.

(rin)

2021-03-30 04:53:13 UTC MAIN commitmail json YAML

- Include tlb.h directly, instead of uvm_extern.h.
- Explicitly include param.h.
- Drop unused headers.
- Sort and group headers.

No binary changes.

(rin)

2021-03-30 04:41:31 UTC MAIN commitmail json YAML

- Explicitly include <sys/param.h>.
- Drop unused headers.
- Sort headers.

No binary changes.

(rin)

2021-03-30 04:28:50 UTC MAIN commitmail json YAML

- Include tlb.h directly instead of uvm_extern.h.
- Remove unused/duplicated header include.
- Sort and group headers.

No binary changes.

(rin)

2021-03-30 04:11:30 UTC MAIN commitmail json YAML

- Explicitly include <sys/param.h>.
- G/C headers.
- Sort headers.

No binary changes.

(rin)

2021-03-30 04:08:02 UTC MAIN commitmail json YAML

2021-03-30 04:02:17 UTC MAIN commitmail json YAML

Sort & group headers. No binary changes.

(rin)

2021-03-30 03:57:03 UTC MAIN commitmail json YAML

G/C unused. Use tlb.h directly instead of uvm_extern.h.
No binary changes.

(rin)

2021-03-30 03:45:34 UTC MAIN commitmail json YAML

2021-03-30 03:20:13 UTC MAIN commitmail json YAML

Sort headers. Fix style. No binary changes.

(rin)

2021-03-30 03:15:54 UTC MAIN commitmail json YAML

2021-03-30 03:04:51 UTC MAIN commitmail json YAML

G/C unused. No binary changes (except for __LINE__ for KASSERT).

(rin)

2021-03-30 02:41:15 UTC MAIN commitmail json YAML

2021-03-30 02:27:00 UTC MAIN commitmail json YAML

According to "PPC405GP Embedded Processor User窶冱 Manual",
405GP has 16KB instruction cache, not 8KB.

(rin)

2021-03-30 02:25:24 UTC MAIN commitmail json YAML

Support OPB running @ 33MHz for 405GP based boards.
No need to modify EMAC_MR1 register this case
(STACR_OPBC fields are reserved for 405GP).

(rin)

2021-03-30 02:04:44 UTC MAIN commitmail json YAML

2021-03-30 01:57:20 UTC MAIN commitmail json YAML

Use mnemonic "bdneq". Add missing register prefix.

No binary changes.

(rin)

2021-03-30 01:50:13 UTC MAIN commitmail json YAML

- Document IBM/AMCC Walnut is supported by this file.
- Misc style fixes.

(rin)

2021-03-30 01:47:45 UTC MAIN commitmail json YAML

2021-03-30 01:33:51 UTC MAIN commitmail json YAML

2021-03-30 01:16:45 UTC MAIN commitmail json YAML

2021-03-29 22:59:03 UTC MAIN commitmail json YAML

2021-03-29 22:54:19 UTC MAIN commitmail json YAML

Remove obsoleted file; we had switched to powerpc/ibm4xx/pci/pchb.c long ago.

(rin)

2021-03-29 22:42:10 UTC MAIN commitmail json YAML

tests/lint: demonstrate assertion failures for union initialization

(rillig)

2021-03-29 22:36:31 UTC MAIN commitmail json YAML

tests/lint: test unknown member name in struct

I had not expected to trigger another assertion, I just wanted to make
sure my latest ongoing refactoring will not break this case.  Apparently
there is no need to worry about that.

(rillig)

2021-03-29 22:24:35 UTC MAIN commitmail json YAML

tests/lint: test initialization of union in traditional C

(rillig)

2021-03-29 22:07:00 UTC MAIN commitmail json YAML

tests/lint: ensure initialization does not modify shared type

In my not yet published rewrite of lint's init.c, I forgot to copy the
array type. Guard against this bug, which would have been hard to find.

Given that in C, the declaration 'int a[], b[]' creates two different
type objects anyway, it's not easy to come up with a test case that
actually triggers this possible bug.  I'm not sure whether this test
indeed catches this bug.  If not, I'll add another test.

(rillig)

2021-03-29 21:34:17 UTC MAIN commitmail json YAML

lint: rename variable 'level' to 'bl'

For consistency with its type prefix and the other variables.  This
variable is used so often that it makes sense to abbreviate it.

No functional change.

(rillig)

2021-03-29 21:09:21 UTC MAIN commitmail json YAML

lint: add helper functions

No functional change.

(rillig)

2021-03-29 20:52:01 UTC MAIN commitmail json YAML

lint: rename struct members in init.c

No functional change.

(rillig)

2021-03-29 20:39:18 UTC MAIN commitmail json YAML

lint: remove outdated comments, clean up style

No functional change.

(rillig)

2021-03-29 17:13:07 UTC MAIN commitmail json YAML

tests/lint: add examples for initialization from C99

These all pass lint without any warnings.  Both Clang and GCC warn about
these in -Wall mode, so they are unlikely to be seen in practice.

(rillig)

2021-03-29 15:31:46 UTC MAIN commitmail json YAML

PR/56083: RVP: tar -c hangs when reading from FUSE-ext2 filesystems since
it returns 0 for statvfs members and libarchive handles only -1. Centralize
the transfer setting code.

(christos)

2021-03-29 14:37:01 UTC MAIN commitmail json YAML

Use ibm4xx_cpu_startup() and board_info_init().

(rin)

2021-03-29 14:27:36 UTC MAIN commitmail json YAML

Use IBM405GP_UART0_BASE instead of hard-coded magic number 0xef000000.

No functional changes since:

IBM405GP_UART0_BASE & ~(TLB_PG_SIZE - 1) == 0xef000000

See ppc4xx_tlb_reserve() in ibm4xx/pmap.c.

(rin)

2021-03-29 14:21:08 UTC MAIN commitmail json YAML

2021-03-29 13:59:16 UTC MAIN commitmail json YAML

Use com_opb_cnattach().

(rin)

2021-03-29 13:49:15 UTC MAIN commitmail json YAML

Use genppc_cpu_configure().

(rin)

2021-03-29 13:40:21 UTC MAIN commitmail json YAML

Set com(4) frequency in ibm4xx_device_register() in order to dedup codes.

(rin)

2021-03-29 13:38:31 UTC MAIN commitmail json YAML

2021-03-29 13:17:53 UTC MAIN commitmail json YAML

2021-03-29 13:14:14 UTC MAIN commitmail json YAML

2021-03-29 13:12:38 UTC MAIN commitmail json YAML

2021-03-29 05:22:50 UTC MAIN commitmail json YAML

On MIPS if we compile C files as N64, compile assembly with the same ABI.

(simonb)

2021-03-29 05:18:02 UTC MAIN commitmail json YAML

2021-03-29 05:17:09 UTC MAIN commitmail json YAML

2021-03-29 03:27:38 UTC MAIN commitmail json YAML

Add cyclic_machdep.c for MIPS

The code is identical to i386's one.

(simonb)

2021-03-29 03:22:18 UTC MAIN commitmail json YAML

(Very) minimal kernel support for dtrace on MIPS; enough to system call
tracing to work for example.

(simonb)

2021-03-29 03:09:42 UTC MAIN commitmail json YAML

2021-03-29 03:07:33 UTC MAIN commitmail json YAML

Move the cpu_reset_address() declaration inside #ifdef _KERNEL, add a
comment.

(simonb)

2021-03-29 03:03:48 UTC MAIN commitmail json YAML

2021-03-29 02:13:38 UTC MAIN commitmail json YAML

2021-03-29 02:07:43 UTC MAIN commitmail json YAML

Provide vm_offset_t and vm_size_t typedefs - used by dtrace.

(simonb)

2021-03-29 01:57:09 UTC MAIN commitmail json YAML

Don't build or install /usr/lib/dtrace/drti.o - currently not used, may
be one day...

(simonb)

2021-03-29 01:48:29 UTC MAIN commitmail json YAML

2021-03-29 01:47:46 UTC MAIN commitmail json YAML

Include #include <mips/frame.h> to get lwp_trapframe() definition.
Needed for dtrace.

(simonb)

2021-03-29 01:46:26 UTC MAIN commitmail json YAML

Add an lwp_trapframe() interface to return an LWP's user trapframe.
Needed by dtrace.

(simonb)

2021-03-29 01:43:18 UTC MAIN commitmail json YAML

Don't define mtx_owner here.  mtx_owner is always available, and not
all architecutres use the same structure for a kernel mutex.

OK thorpej@

(simonb)

2021-03-29 01:33:12 UTC MAIN commitmail json YAML

Don't override TARGET_ASM_OUTPUT_SOURCE_FILENAME on MIPS for NetBSD -
use the default which includes a '.file "filename"' as the first name so
that the FILE symbols type is set to the real source file name.  Needed
to make ctfconvert work.

OK mrg@.
XXX needs to be fed back to GNU.

(simonb)

2021-03-28 20:41:04 UTC thorpej-cfargs commitmail json YAML

No need to pass interface attribute or locators to config_found().

(thorpej)

2021-03-28 20:40:30 UTC thorpej-cfargs commitmail json YAML

No need to pass interface attribute or locators to config_search().

(thorpej)

2021-03-28 20:39:10 UTC thorpej-cfargs commitmail json YAML

- Unwrap a line.
- No need to be explcit about interface attribute.

(thorpej)

2021-03-28 20:38:47 UTC thorpej-cfargs commitmail json YAML

2021-03-28 20:38:04 UTC thorpej-cfargs commitmail json YAML

Correct the names of the arguments passed to the rescan function.

(thorpej)

2021-03-28 20:36:40 UTC thorpej-cfargs commitmail json YAML

Correct the names of the arguments passed to the rescan function.

(thorpej)

2021-03-28 20:36:16 UTC thorpej-cfargs commitmail json YAML

Correct the names of the arguments passed to the rescan function.

(thorpej)

2021-03-28 20:35:58 UTC MAIN commitmail json YAML

lint: add assertions for aggregate initialization

No functional change.

(rillig)

2021-03-28 20:35:57 UTC thorpej-cfargs commitmail json YAML

pcppi_scan(): No need to pass interface attribute or locators to
config_search().

(thorpej)

2021-03-28 20:34:44 UTC thorpej-cfargs commitmail json YAML

- Use designated initializers for the wildcard[] array in isaattach().
- No need to be explicit about interface attribute.

(thorpej)

2021-03-28 20:33:47 UTC thorpej-cfargs commitmail json YAML

- In nvme_rescan(), pass the locators used for matching to config_found()
  and use config_stdsubmatch().
- No need to be explicit about interface attribute, because we carry
  only one.

(thorpej)

2021-03-28 20:31:05 UTC thorpej-cfargs commitmail json YAML

No need to pass interface or locators to config_found() in mfi_rescan().

(thorpej)

2021-03-28 20:30:14 UTC thorpej-cfargs commitmail json YAML

Correct the names of the arguments passed to cac_rescan(), and update
a local variable to avoid a name collision.  Also, no need to be explcit
about our interface attribute, since we carry only one.

(thorpej)

2021-03-28 20:25:44 UTC thorpej-cfargs commitmail json YAML

This driver only has a single interface attribute, so no need to be expicit
about it.  That interface attribute has no locators, so don't pass them
to config_search().

(thorpej)

2021-03-28 20:02:29 UTC thorpej-cfargs commitmail json YAML

"iic" only has a single interface attribute, so no need to be explicit.

(thorpej)

2021-03-28 19:57:51 UTC thorpej-cfargs commitmail json YAML

Correct names of arguments passed to rescan function.

(thorpej)

2021-03-28 19:55:37 UTC thorpej-cfargs commitmail json YAML

audio only has one interface attribute, so no need to be explcit about it.
audio also doesn't have locators, so don't pass any to config_search().

(thorpej)

2021-03-28 19:53:58 UTC MAIN commitmail json YAML

lint: add test for assertion failure in initialization

The 'cnt = level->bl_type->t_tspec == STRUCT ? 2 : 1;' in
initialization_push_struct_or_union is obviously wrong since not every
struct has exactly 1 remaining member after the first member that has an
initializer with designation.

This bug started its life in init.c 1.12 from 2002-10-21, a little over
18 years ago.

(rillig)

2021-03-28 19:53:09 UTC thorpej-cfargs commitmail json YAML

Correct names of arguments passed to rescan function.

(thorpej)

2021-03-28 19:50:05 UTC thorpej-cfargs commitmail json YAML

"" is not a valid interface attribute, so don't pass it to spkr_rescan()
(luckily it wasn't used anyway).

(thorpej)

2021-03-28 19:42:59 UTC thorpej-cfargs commitmail json YAML

- The third argument passed to the rescan function is a locs array, not
  a pointer to flags.
- imc and imcsmb each carry only a single interface attribute, so no
  need to be explicit.

(thorpej)

2021-03-28 19:30:08 UTC MAIN commitmail json YAML

lint: split complicated function for looking up struct members

No functional change.

(rillig)

2021-03-28 18:48:32 UTC MAIN commitmail json YAML

2021-03-28 18:33:27 UTC MAIN commitmail json YAML

lint: inline variable in initialization_init_array_using_string

No functional change.

(rillig)

2021-03-28 18:28:22 UTC MAIN commitmail json YAML

lint: clean up initialization_init_array_using_string

No functional change.

(rillig)

2021-03-28 18:23:56 UTC netbsd-9 commitmail json YAML

Amment ticket #1237 for additional pullups

(martin)

2021-03-28 18:21:52 UTC netbsd-9 commitmail json YAML

src/crypto/external/bsd/openssl/include/openssl/opensslconf.h@1.7.2.1 / diff / nxr@1.7.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aesv8-armx.S@1.2.4.1 / diff / nxr@1.2.4.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/chacha-armv8.S@1.1.6.2 / diff / nxr@1.1.6.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc@1.4.2.1 / diff / nxr@1.4.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/poly1305-armv8.S@1.1.6.2 / diff / nxr@1.1.6.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha1-armv8.S@1.2.4.1 / diff / nxr@1.2.4.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha512-armv8.S@1.2.2.2 / diff / nxr@1.2.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/crypto.inc@1.2.2.1 / diff / nxr@1.2.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aesv8-armx.S@1.4.2.1 / diff / nxr@1.4.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv8.S@1.2.2.2 / diff / nxr@1.2.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc@1.10.2.1 / diff / nxr@1.10.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv4.S@1.3.2.2 / diff / nxr@1.3.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc@1.4.4.1 / diff / nxr@1.4.4.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv8.S@1.2.2.2 / diff / nxr@1.2.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv8.S@1.2.2.1 / diff / nxr@1.2.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv8.S@1.3.2.2 / diff / nxr@1.3.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypto.inc@1.2.2.1 / diff / nxr@1.2.2.1
src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S@1.2.2.2 / diff / nxr@1.2.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S@1.3.2.2 / diff / nxr@1.3.2.2
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/crypto.inc@1.3.2.1 / diff / nxr@1.3.2.1
      :
(more 546 files)
Addiotionaly pull up the following, requested by christos in ticket #1237:

crypto/external/bsd/openssl/include/openssl/opensslconf.h up to 1.9
crypto/external/bsd/openssl/lib/libcrypto/crypto.inc up to 1.10
crypto/external/bsd/openssl/lib/libcrypto/evp.inc up to 1.10
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/aesv8-armx.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/chacha-armv8.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/crypto.inc up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/poly1305-armv8.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha1-armv8.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/aarch64/sha512-armv8.S up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/alpha/crypto.inc up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/aesv8-armx.S up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/chacha-armv8.S up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/crypto.inc up to 1.11
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ecp_nistz256-armv4.S up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/modes.inc up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/poly1305-armv8.S up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha1-armv8.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/arm/sha512-armv8.S up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/i386/crypto.inc up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips.S up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/mips/mips64.S up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/crypto.inc up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/keccak1600p8-ppc.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha.inc up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/crypto.inc up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/keccak1600-ppc64.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/keccak1600p8-ppc.S up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha.inc up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/aes.inc up to 1.6
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/bn.inc up to 1.2
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/crypto.inc up to 1.13
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/modes.inc up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc up to 1.8
crypto/external/bsd/openssl/lib/libcrypto/arch/vax/crypto.inc up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/crypto.inc up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ADMISSIONS.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_get_int64.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_ITEM_lookup.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TYPE_get.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_WAIT_CTX_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_start_job.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BF_encrypt.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDR.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDRINFO.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_connect.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_data.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_ex_new_index.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_parse_hostserv.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_printf.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_security_bits.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/BUF_MEM_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3 up to 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_THREAD_run_once.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_get_ex_new_index.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_get0_log_by_id.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/CT_POLICY_EVAL_CTX_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DEFINE_STACK_OF.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DES_random_key.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get0_pqg.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_1024_160.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DH_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new_by_nid.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get0_pqg.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_get_data_mtu.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_set_timer_cb.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/DTLSv1_listen.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_SIG_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ECPKParameters_print.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_get_enc_flags.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/ENGINE_add.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3 up to 1.7
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_ASN1_METHOD.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set1_pbe_pass.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_hkdf_md.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_scrypt_N.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_asn1_get_count.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_get_count.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_new.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 up to 1.15
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aes.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aria.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_bf_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_blake2b512.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_camellia.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_cast5_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_chacha20.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_des.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_desx_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_idea_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md2.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md4.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md5.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_mdc2.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc2_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc4.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc5_32_12_16_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ripemd160.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_seed_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha1.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha224.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha3_224.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm3.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm4_cbc.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_whirlpool.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/Ed25519.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/HMAC.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/MD5.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/MDC2_Init.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_REQUEST_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_cert_to_id.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_request_add1_nonce.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_resp_find_status.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_response_status.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_sendreq_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_COMPFUNC.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_stats.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_fork_prepare.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 up to 1.22
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_crypto.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_ssl.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_malloc.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_secure_malloc.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_INFO.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_LOADER.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_SEARCH.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_expect.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_open.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_bytes_read_bio.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_CMS.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_PrivateKey.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_ex.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_newpass.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_generate.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_get0_master.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_new.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_reseed.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_set_callbacks.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_set_ex_data.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RC4_set_key.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/RIPEMD160_Init.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/RSA-PSS.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get0_key.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_meth_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SCT_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SCT_print.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SCT_validate.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SHA256_Init.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SM2.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_config.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_dane_enable.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_has_client_custom_ext.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set0_CA_list.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_sigalgs.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_hello_cb.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ct_validation_callback.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ctlog_list_file.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ex_data.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_keylog_callback.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_min_proto_version.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_num_tickets.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3 up to 1.8
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_record_padding_callback.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_security_level.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_ticket_cb.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_split_send_fragment.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_stateless_cookie_generate_cb.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_servername_callback.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3 up to 1.7
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3 up to 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_use_srtp.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_cipher.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_hostname.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_id_context.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_peer.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_compress_id.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_data.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_protocol_version.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_has_ticket.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_is_resumable.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_print.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_set1_id.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alloc_buffers.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_export_keying_material.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_extension_supported.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get0_peer_scts.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_all_async_fds.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_random.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_extms_support.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_signature_nid.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_tmp_key.3 up to 1.2
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_shared_sigalgs.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_in_init.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_key_update.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 up to 1.21
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read_early_data.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set1_host.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/UI_STRING.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/UI_UTIL_read_pw.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/UI_create_method.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/UI_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X25519.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_get_d2i.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_ALGOR_dup.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_CRL_get0_by_serial.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_EXTENSION_set_object.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_hash_dir.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_meth_new.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get0_der.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/X509_PUBKEY_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_SIG_get0.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_add_cert.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_get0_param.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_new.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_ca.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3 up to 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_issued.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_private_key.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp_time.3 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/X509_digest.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_dup.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_notBefore.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_signature.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_uids.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_extension_flags.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_pubkey.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_serialNumber.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_subject_name.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_version.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/X509_sign.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/X509v3_get_ext_by_NID.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/bio.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/crypto.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ct.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3 up to 1.7
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/evp.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_re_X509_tbs.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/o2i_SCT_LIST.3 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 up to 1.19
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_config.5 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.1 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_list.1 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_prime.1 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rehash.1 up to 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_srp.1 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_storeutl.1 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 up to 1.21
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 up to 1.20
crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/scrypt.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/x509.7 up to 1.3
crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5 up to 1.3

Import OpenSSL 1.1.1k

(martin)

2021-03-28 18:21:29 UTC MAIN commitmail json YAML

lint: clean up initialization_expr

No functional change.

(rillig)

2021-03-28 18:18:22 UTC MAIN commitmail json YAML

lint: extract duplicate code to is_string_array

No functional change.

(rillig)

2021-03-28 18:01:57 UTC MAIN commitmail json YAML

lint: add is_struct_or_union

No functional change.

(rillig)

2021-03-28 17:52:09 UTC MAIN commitmail json YAML

2021-03-28 17:30:01 UTC MAIN commitmail json YAML

yield so we can lose packets

(christos)