| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | gelf.3 | 24 .\" $Id: gelf.3 3743 2019-06-12 19:36:30Z jkoshy $ 31 .Nd class-independent API for ELF manipulation 39 This API allows an application to operate on ELF descriptors without 44 The GElf API defines the following class-independent data structures: 45 .Bl -tag -width GElf_Sxword 49 A class-independent representation of an ELF Compression Header. 51 A class-independent representation of ELF 55 A class-independent representation of an ELF Executable Header. 59 A class-independent representation of a ELF offset. 61 A class-independent representation of an ELF Program Header Table [all …]
|
| H A D | elf.3 | 1 .\" Copyright (c) 2006-2008,2011,2019 Joseph Koshy. All rights reserved. 24 .\" $Id: elf.3 3743 2019-06-12 19:36:30Z jkoshy $ 39 provides functions that allow an application to read and manipulate 44 and word-size independent way, allowing an application to read and 45 create ELF objects for 32 and 64 bit architectures and for little- 46 and big-endian machines. 85 for little-endian architectures and 87 for big-endian architectures. 101 An application would work with ELF data in its 104 by the processor the application is running on. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pci/ |
| H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pci [all...] |
| H A D | snps,dw-pcie-ep.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-ep.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <jingoohan1@gmail.com> 11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com> 16 # Please create a separate DT-schema for your DWC PCIe Endpoint controller 17 # and make sure it's assigned with the vendor-specific compatible string. 21 const: snps,dw-pcie-ep 23 - compatible [all …]
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.3 | 1 .\" Copyright (c) 2003-2008 Joseph Koshy. All rights reserved. 40 The library is implemented using the lower-level facilities offered by 50 .Bl -bullet 53 These PMCs measure events in a whole-system manner, i.e., independent 57 Non-privileged process are allowed to allocate system scope PMCs if the 61 is non-zero. 72 .Bl -bullet 76 The application needs to explicitly read these counters 87 An application is allowed to allocate multiple PMCs subject 90 The library uses human-readable strings to name the event being [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | gnu | 2 #------------------------------------------------------------------------------ 11 # URL: https://www.gnu.org/software/gettext/manual/html_node/MO-Files.html 12 # Reference: ftp://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.8.tar.gz/ 13 # gettext-0.19.8.1/gettext-runtime/intl/gmo.h 16 #0 ulelong 0x950412DE GNU-format message catalog data 18 #>0 use gettext-object 19 #0 name gettext-object 21 !:mime application/x-gettext-translation 25 # only found three revision combinations 0.0 0.1 1.1 as unsigned 32-bit 44 # number of system dependent segments [all …]
|
| H A D | compress | 1 #------------------------------------------------------------------------------ 3 # compress: file(1) magic for pure-compression formats (no archives) 13 !:mime application/x-compress 19 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver) 25 # * Produce shorter output - notably, only report compression methods 27 # Note: find defs -iname '*.trid.xml' -exec grep -q '<Bytes>1F8B08' {} \; -ls 30 # KPR KOffice/Calligra KPresenter application/x-kpresenter 31 # KPT KOffice/Calligra KPresenter template? application/x-kpresenter 33 # SAV FarCry (demo) saved game http://www.farcry-thegame.com 41 # mcd-monu-cad.trid.xml [all …]
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | com_err.h | 16 #include <win-mac.h> 54 extern /*@observer@*//*@dependent@*/ const char * KRB5_CALLCONV error_message 58 (/*@dependent@*/ const struct error_table *) 66 * The display routine should be application specific. A global hook, 68 * applications under non-Unix environments.
|
| /freebsd/contrib/ntp/html/ |
| H A D | leap.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 12 <!-- #BeginDate format:En2m -->10-Mar-2014 05:11<!-- #EndDate --> 15 … all, primary servers can pass on these bits in the NTP packet heard to dependent secondary server… 19 …</a>. If the leap timer is less than one day, the leap bits are set for dependent servers and clie… 20 …application programs using the <tt>antipasti()</tt> system call. If the Autokey public-key cryptog…
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_get_all_async_fds.pod | 8 - manage asynchronous operations 34 B<SSL_ERROR_WANT_ASYNC> has been received - see L<SSL_get_error(3)>). Typically 63 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some 65 application developer is likely to require control over when the latter 67 it is defined as an application developer's responsibility to include 82 Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | SSL_write.pod | 5 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE - 33 efficient zero-copy semantics. SSL_sendfile() is available only when 36 The meaning of B<flags> is platform dependent. 68 understood by the given SSL object. An application should determine if a flag is 79 requests a re-negotiation, it will be performed transparently during 95 or B<SSL_ERROR_WANT_WRITE>. As at any time a re-negotiation is possible, a 114 this processing is performed regularly. If an application is not using thread 115 assisted mode, an application should ensure that an I/O function such as 117 is called regularly. See L<openssl-quic(7)> and L<SSL_handle_events(3)> for more 130 SSL_write_ex() can be called with num=0, but will not send application data to [all …]
|
| H A D | ASYNC_WAIT_CTX_new.pod | 12 - functions to manage waiting for asynchronous jobs to complete 53 this would have a one-to-one correspondence with an SSL connection. 55 Application code must create an B<ASYNC_WAIT_CTX> using the ASYNC_WAIT_CTX_new() 61 is closed), application code cleans up with ASYNC_WAIT_CTX_free(). 71 application code is typically expected to call this function twice: once to get 88 "churn" of regularly changing fds - although no guarantees of this are provided 94 application will have to periodically "poll" the job by attempting to restart it 198 On Windows platforms the F<< <openssl/async.h> >> header is dependent on some 200 application developer is likely to require control over when the latter 202 it is defined as an application developer's responsibility to include [all …]
|
| H A D | EVP_KDF.pod | 14 EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params - EVP KDF routines 57 The EVP KDF routines are a high-level interface to Key Derivation Function 58 algorithms and should be used instead of algorithm-specific functions. 78 See L<OSSL_PROVIDER-default(7)/Key Derivation Function (KDF)> for the lists of 88 NULL is a valid parameter, for which this function is a no-op. 194 Some KDF implementations can take a non-secret unique cryptographic salt. 197 The default value, if any, is implementation dependent. 205 The default value, if any, is implementation dependent. 232 Some KDF implementations, such as L<EVP_KDF-HKDF(7)>, take an 'info' parameter 234 to application- and context-specific information. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | ip6.4 | 46 payload contents when passed to an application. 48 by high-level protocols (such as the 54 which process IPv6 messages at a lower-level and may be useful for 55 developing new protocols and special-purpose applications. 58 When data received by the kernel are passed to the application, this 61 application, the buffer is not examined for an IPv6 header: 64 as part of the buffer passed to the kernel, link-level access 72 .Bd -literal -offset indent 95 All fields are in network-byte order. 98 below) must also be specified in network-byte order. [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_get_all_async_fds.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_GET_ALL_ASYNC_FDS 3ossl 2025-09-30 3.5.4 OpenSSL 67 \&\- manage asynchronous operations 91 \&\fBSSL_ERROR_WANT_ASYNC\fR has been received \- see \fBSSL_get_error\fR\|(3)). Typically 118 On Windows platforms the \fI<openssl/async.h>\fR header is dependent on some 120 application developer is likely to require control over when the latter 122 it is defined as an application developer's responsibility to include 134 Copyright 2016\-2021 The OpenSSL Project Authors. All Rights Reserved.
|
| H A D | SSL_write.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH SSL_WRITE 3ossl 2025-09-30 3.5.4 OpenSSL 64 SSL_write_ex2, SSL_write_ex, SSL_write, SSL_sendfile, SSL_WRITE_FLAG_CONCLUDE \- 92 efficient zero-copy semantics. \fBSSL_sendfile()\fR is available only when 95 The meaning of \fBflags\fR is platform dependent. 122 understood by the given SSL object. An application should determine if a flag is 132 requests a re-negotiation, it will be performed transparently during 148 or \fBSSL_ERROR_WANT_WRITE\fR. As at any time a re-negotiation is possible, a 167 this processing is performed regularly. If an application is not using thread 168 assisted mode, an application should ensure that an I/O function such as [all …]
|
| H A D | ASYNC_WAIT_CTX_new.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH ASYNC_WAIT_CTX_NEW 3ossl 2025-09-30 3.5.4 OpenSSL 71 \&\- functions to manage waiting for asynchronous jobs to complete 111 this would have a one-to-one correspondence with an SSL connection. 113 Application code must create an \fBASYNC_WAIT_CTX\fR using the \fBASYNC_WAIT_CTX_new()\fR 119 is closed), application code cleans up with \fBASYNC_WAIT_CTX_free()\fR. 129 application code is typically expected to call this function twice: once to get 146 "churn" of regularly changing fds \- although no guarantees of this are provided 152 application will have to periodically "poll" the job by attempting to restart it 245 On Windows platforms the \fI<openssl/async.h>\fR header is dependent on some [all …]
|
| H A D | EVP_KDF.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH EVP_KDF 3ossl 2025-09-30 3.5.4 OpenSSL 73 EVP_KDF_CTX_gettable_params, EVP_KDF_CTX_settable_params \- EVP KDF routines 116 The EVP KDF routines are a high-level interface to Key Derivation Function 117 algorithms and should be used instead of algorithm-specific functions. 135 See "Key Derivation Function (KDF)" in \fBOSSL_PROVIDER\-default\fR\|(7) for the lists of 145 NULL is a valid parameter, for which this function is a no-op. 243 Some KDF implementations can take a non-secret unique cryptographic salt. 246 The default value, if any, is implementation dependent. 253 The default value, if any, is implementation dependent. [all …]
|
| H A D | ASYNC_start_job.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH ASYNC_START_JOB 3ossl 2025-09-30 3.5.4 OpenSSL 68 \&\- asynchronous job management functions 107 user application is multi-threaded, then \fBASYNC_init_thread()\fR may be called for 109 user code exits per-thread resources need to be cleaned up. This will normally 164 application with \fBASYNC_PAUSE\fR returned from the \fBASYNC_start_job()\fR call. A 181 an application will have to periodically "poll" the job by attempting to restart 185 callback is set by an application, and it will be automatically called when an 186 engine completes a cryptography operation, so that the application can resume 198 order to re-enable pausing. If these functions are called while there is no [all …]
|
| /freebsd/contrib/ntp/ |
| H A D | NOTES.y2kfixes | 1 Name of the Application: xntp 17 1999-12-31 18 2000-01-01 19 2000-02-29 72 Also, parseutil/dcfd.c is another hardware dependent module that 75 Non-Y2K Problems Observed: 85 If NTP is implemented on 64-bit machines, this should be fixed 101 1122 instance->pp->year = buf[6]*256+buf[7]; 106 which according to the manual can have the range 1998-2018.
|
| /freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | hisilicon,hi6220-mailbox.txt | 13 -------------------- 14 - compatible: Shall be "hisilicon,hi6220-mbox" 15 - reg: Contains the mailbox register address range (base 19 - #mbox-cells: Common mailbox binding property to identify the number 26 TX/RX interrupt to application processor, 28 - interrupts: Contains the interrupt information for the mailbox 29 device. The format is dependent on which interrupt 33 -------------------- 34 - hi6220,mbox-tx-noirq: Property of MCU firmware's feature, so mailbox driver 40 -------- [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-cbuilder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 21 run on the GNU-like development environment MSYS2 31 The native builds using Visual C++ have a `VC-*` prefix. 34 ------------------- 49 Since these are proprietary and ever-changing we cannot test them all. [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_inch.3x | 3 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 4 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * 32 .TH curs_inch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 52 \fB\%mvwinch\fP \- 74 The following bit masks may be AND-ed with characters returned by \fBwinch\fP. 93 characters larger than 8-bits (255). 94 Only the low-order 8 bits of the character are used by \fBwinch\fP. 104 which stored a 7-bit character combined with the \fIstandout\fP attribute. 117 \fBchtype\fP; it is implementation-dependent. 119 An application using more bits, e.g., a Unicode value, [all …]
|
| /freebsd/lib/libsys/ |
| H A D | gettimeofday.2 | 64 clock is hardware dependent, and the time may be updated continuously or 81 .Bd -literal 106 Only the super-user may set the time of day or time zone. 110 This limitation is imposed to prevent a malicious super-user 116 .Rv -std 120 .Bl -tag -width Er 126 A user other than the super-user attempted to set the time. 140 .\" the St macro is available: -p1003.1-201 [all...] |
| /freebsd/share/man/man5/ |
| H A D | elf.5 | 60 regardless whether the host is 32-bit or 64-bit. 62 Should an application need to process ELF files of an unknown 63 architecture then the application needs to include both 87 The following types are being used for 32-bit architectures: 88 .Bd -literal -offset indent 89 Elf32_Addr Unsigned 32-bit program address 90 Elf32_Half Unsigned 16-bit field 91 Elf32_Lword Unsigned 64-bit field 92 Elf32_Off Unsigned 32-bit file offset 93 Elf32_Sword Signed 32-bit field or integer [all …]
|