Home
last modified time | relevance | path

Searched refs:com (Results 1 – 25 of 2412) sorted by relevance

12345678910>>...97

/freebsd/sys/contrib/openzfs/
H A D.mailmap21 # See https://git-scm.com/docs/gitmailmap for more info.
27 Ahelenia Ziemiańska <nabijaczleweli@gmail.com>
31 Andrew Walker <awalker@ixsystems.com>
33 Chengfei Zhu <chengfeix.zhu@intel.com>
35 Chris Lindee <chris.lindee+github@gmail.com>
37 Crag Wang <crag0715@gmail.com>
38 Damian Szuberski <szuberskidamian@gmail.com>
40 Debabrata Banerjee <dbavatar@gmail.com>
41 Diwakar Kristappagari <diwakar-k@hpe.com>
42 Finix Yan <yanchongwen@hotmail.com>
[all …]
H A DAUTHORS12 Aaron Fineman <abyxcos@gmail.com>
14 Adam D. Moss <c@yotes.com>
15 Adam Leventhal <ahl@delphix.com>
16 Adam Stevko <adam.stevko@gmail.com>
20 Ahmed G <ahmedg@delphix.com>
24 Akash Ayare <aayare@delphix.com>
25 Akash B <akash-b@hpe.com>
26 Alan Somers <asomers@gmail.com>
27 Alar Aun <spamtoaun@gmail.com>
28 Albert Lee <trisk@nexenta.com>
[all …]
/freebsd/contrib/unbound/contrib/
H A Dwarmup.sh22 adobe.com
25 akamai.com
28 aol.com
29 apple.com
30 arin.com
34 bing.com
35 blogspot.com
37 comodo.com
39 drive.google.com
41 facebook.com
[all …]
H A Dwarmup.cmd28 adobe.com
31 akamai.com
34 aol.com
35 apple.com
36 arin.com
40 bing.com
41 blogspot.com
42 comodo.com
44 drive.google.com
46 facebook.com
[all …]
/freebsd/contrib/googletest/
H A DCONTRIBUTORS6 Ajay Joshi <jaj@google.com>
7 Balázs Dán <balazs.dan@gmail.com>
8 Benoit Sigoure <tsuna@google.com>
9 Bharat Mediratta <bharat@menalto.com>
10 Bogdan Piloca <boo@google.com>
11 Chandler Carruth <chandlerc@google.com>
12 Chris Prince <cprince@google.com>
13 Chris Taylor <taylorc@google.com>
14 Dan Egnor <egnor@google.com>
15 Dave MacLachlan <dmaclach@gmail.com>
[all …]
/freebsd/contrib/libyaml/
H A DChanges3 https://github.com/yaml/libyaml/pull/105
6 https://github.com/yaml/libyaml/pull/186
9 https://github.com/yaml/libyaml/pull/185
12 https://github.com/yaml/libyaml/pull/187
15 https://github.com/yaml/libyaml/pull/182
18 https://github.com/yaml/libyaml/pull/177
21 https://github.com/yaml/libyaml/pull/181
24 https://github.com/yaml/libyaml/pull/191
29 - https://github.com/yaml/libyaml/pull/143
32 - https://github.com/yaml/libyaml/pull/174
[all …]
/freebsd/contrib/libpcap/
H A DCREDITS10 Adrian Budau <adbudau at bitdefender dot com>
11 Akos Vandra <axos88 at gmail dot com>
13 Albert Chin <china at thewrittenword dot com>
17 Alex Smith <44322503+MadAlexUK at users dot noreply dot github dot com>
18 Alfredo Alvarez Fernandez <alfredoalvarezernandez at gmail dot com>
19 Ali Abdulkadir <autostart dot ini at gmail dot com>
20 Alois Klink <alois at aloisklink dot com>
22 Anders Broman <anders dot broman at ericsson dot com>
23 Andres Perera <andres dot p at zoho dot com>
26 Ani Sinha <ani at aristanetworks dot com>
[all …]
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c199 c4iw_qp_rem_ref(&ep->com.qp->ibqp); in deref_qp()
200 clear_bit(QP_REFERENCED, &ep->com.flags); in deref_qp()
201 set_bit(QP_DEREFED, &ep->com.history); in deref_qp()
206 set_bit(QP_REFERENCED, &ep->com.flags); in ref_qp()
207 set_bit(QP_REFED, &ep->com.history); in ref_qp()
208 c4iw_qp_add_ref(&ep->com.qp->ibqp); in ref_qp()
263 struct sockaddr_storage *laddr = &lep->com.local_addr; in add_ep_to_listenlist()
294 struct sockaddr_storage *laddr = &lep->com.local_addr; in rem_ep_from_listenlist()
355 port = (master_lep->com.local_addr.ss_family == AF_INET) ? in find_real_listen_ep()
356 ((struct sockaddr_in *)&master_lep->com.local_addr)->sin_port : in find_real_listen_ep()
[all …]
/freebsd/sys/dev/gve/
H A Dgve_rx.c39 struct gve_ring_com *com = &rx->com; in gve_rx_free_ring_gqi() local
56 if (com->qpl != NULL) { in gve_rx_free_ring_gqi()
57 gve_free_qpl(priv, com->qpl); in gve_rx_free_ring_gqi()
58 com->qpl = NULL; in gve_rx_free_ring_gqi()
66 struct gve_ring_com *com = &rx->com; in gve_rx_free_ring() local
76 if (com->q_resources != NULL) { in gve_rx_free_ring()
77 gve_dma_free_coherent(&com->q_resources_mem); in gve_rx_free_ring()
78 com->q_resources = NULL; in gve_rx_free_ring()
85 struct gve_ring_com *com = &rx->com; in gve_prefill_rx_slots() local
89 for (i = 0; i < com->priv->rx_desc_cnt; i++) { in gve_prefill_rx_slots()
[all …]
H A Dgve_tx.c40 struct gve_queue_page_list *qpl = tx->com.qpl; in gve_tx_fifo_init()
55 struct gve_ring_com *com = &tx->com; in gve_tx_free_ring_gqi() local
67 if (com->qpl != NULL) { in gve_tx_free_ring_gqi()
68 gve_free_qpl(priv, com->qpl); in gve_tx_free_ring_gqi()
69 com->qpl = NULL; in gve_tx_free_ring_gqi()
77 struct gve_ring_com *com = &tx->com; in gve_tx_free_ring() local
85 if (com->q_resources != NULL) { in gve_tx_free_ring()
86 gve_dma_free_coherent(&com->q_resources_mem); in gve_tx_free_ring()
87 com->q_resources = NULL; in gve_tx_free_ring()
105 struct gve_ring_com *com = &tx->com; in gve_tx_alloc_ring_gqi() local
[all …]
H A Dgve_qpl.c162 struct gve_ring_com *com; in gve_register_qpls() local
174 com = &tx->com; in gve_register_qpls()
175 err = gve_adminq_register_page_list(priv, com->qpl); in gve_register_qpls()
179 com->qpl->id, err); in gve_register_qpls()
188 com = &rx->com; in gve_register_qpls()
189 err = gve_adminq_register_page_list(priv, com->qpl); in gve_register_qpls()
193 com->qpl->id, err); in gve_register_qpls()
207 struct gve_ring_com *com; in gve_unregister_qpls() local
216 com = &tx->com; in gve_unregister_qpls()
217 err = gve_adminq_unregister_page_list(priv, com->qpl->id); in gve_unregister_qpls()
[all …]
/freebsd/contrib/tcpdump/
H A DCREDITS14 Ahmed Abdelsalam <ahabdels at gmail dot com>
15 Ajith Adapa <adapa dot ajith at gmail dot com>
16 Albert Chin <china at thewrittenword dot com>
18 Alexandre Ferrieux <alexandre dot ferrieux at orange dot com>
19 Alexandr Nedvedicky <alexandr dot nedvedicky at oracle dot com>
20 Alexis La Goutte <alexis dot lagoutte at gmail dot com>
21 Alfredo Andres <aandres at s21sec dot com>
22 Ali Abdulkadir <autostart dot ini at gmail dot com>
25 Andrea Ieri <andrea dot ieri at canonical dot com>
29 Andrew Darqui <andrew dot darqui at gmail dot com>
[all …]
/freebsd/contrib/file/
H A DChangeLog1 2024-11-27 14:44 Christos Zoulas <christos@zoulas.com>
6 2024-11-25 13:56 Christos Zoulas <christos@zoulas.com>
10 2024-11-10 13:56 Christos Zoulas <christos@zoulas.com>
17 2024-11-09 19:30 Christos Zoulas <christos@zoulas.com>
21 2024-11-02 14:34 Christos Zoulas <christos@zoulas.com>
25 2023-12-29 12:55 Christos Zoulas <christos@zoulas.com>
29 2023-07-29 12:55 Christos Zoulas <christos@zoulas.com>
33 2023-07-27 15:45 Christos Zoulas <christos@zoulas.com>
37 2023-07-17 11:53 Christos Zoulas <christos@zoulas.com>
41 2023-05-21 13:05 Christos Zoulas <christos@zoulas.com>
[all …]
/freebsd/contrib/libcbor/
H A DCHANGELOG.md2 - [Fix issue X in feature Y](https://github.com/PJK/libcbor/pull/XXX) (by [YYY](https://github.com/YYY))
9 - [Updated documentation to refer to RFC 8949](https://github.com/PJK/libcbor/issues/269)
11 - [Bytestring data will now be printed as well](https://github.com/PJK/libcbor/pull/281) by [akallabeth](https://github.com/akallabeth)
12 - [Formatting consistency and clarity improvements](https://github.com/PJK/libcbor/pull/285)
13 - [Fix `cbor_string_set_handle` not setting the codepoint count](https://github.com/PJK/libcbor/pull/286)
14 - BREAKING: [`cbor_load` will no longer fail on input strings that are well-formed but not valid UTF-8](https://github.com/PJK/libcbor/pull/286)
16 - BREAKING: [All decoders like `cbor_load` and `cbor_stream_decode` will accept all well-formed tag values](https://github.com/PJK/libcbor/pull/308) (bug discovered by [dskern-github](https://github.com/dsker
[all...]
/freebsd/crypto/openssh/.github/
H A Dci-status.md2 [![C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](ht…
3 …f-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/…
4 …lf-hosted](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/upstream.yml/b…
5 [![CIFuzz](https://github.com/openssh/openssh-portable/actions/workflows/cifuzz.yml/badge.svg)](htt…
6 [![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://…
7 [![Coverity Status](https://scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/…
10 …[C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branc…
11 …d](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.s…
14 …[C/C++ CI](https://github.com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg?branc…
15 …d](https://github.com/openssh/openssh-portable-selfhosted/actions/workflows/selfhosted.yml/badge.s…
[all …]
/freebsd/contrib/llvm-project/libcxx/
H A DCREDITS.TXT19 E: muiez@ibm.com
23 E: danalbert@google.com
27 E: dimitry@andric.com
31 E: holgerar@gmail.com
42 E: mclow.lists@gmail.com
43 E: marshall@idio.com
47 E: jbcoe@me.com
55 E: cjdb@google.com
56 E: cjdb.ns@gmail.com
60 E: glenjofe@gmail.com
[all …]
/freebsd/
H A D.mailmap1 <ehem+freebsd@m5p.com> <ehem_freebsd_m5p.com>
2 <ehem+freebsd@m5p.com> <ehem_freebsd@m5p.com>
10 <weike.chen@dell.com> <weike.chen_dell.com>
11 Michal Meloun <mmel@FreeBSD.org> <strejda@users.noreply.github.com>
12 Dmitriy Alexandrov <d06alexandrov@gmail.com> <d06alexandrov@users.noreply.github.com>
13 Alfonso Gregory <gfunni234@gmail.com> <83477269+AtariDreams@users.noreply.github.com>
14 Alfonso Gregory <gfunni234@gmail.com> <83477269+gAlfonso-bit@users.noreply.github.com>
15 Jose Luis Duran <jlduran@FreeBSD.org> <jlduran@users.noreply.github.com>
16 Jose Luis Duran <jlduran@FreeBSD.org> <jlduran@gmail.com>
25 <tpearson@FreeBSD.org> <tpearson@raptorengineering.com>
[all …]
/freebsd/usr.bin/mail/
H A Dlex.c274 const struct cmd *com; in execute() local
313 com = lex(word); in execute()
314 if (com == NULL) { in execute()
324 if ((com->c_argtype & F) == 0) in execute()
335 if (!rcvmode && (com->c_argtype & M) == 0) { in execute()
337 com->c_name); in execute()
340 if (sourcing && com->c_argtype & I) { in execute()
342 com->c_name); in execute()
345 if (readonly && com->c_argtype & W) { in execute()
347 com->c_name); in execute()
[all …]
/freebsd/contrib/ntp/
H A Dresults.y2kfixes4 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com
9 [root@timetest ntptrace]# ./ntptrace timelord.att.com
10 timelord.att.com: stratum 2, offset -0.000879, synch distance 0.07207
11 timemaster.att.com: stratum 1, offset -0.004876, synch distance 0.03485, refid 'GPS'
15 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com
20 [root@timetest ntptrace]# ./ntptrace timelord.att.com
21 timelord.att.com: stratum 2, offset 0.001383, synch distance 0.05644
22 timemaster.att.com: stratum 1, offset -0.006355, synch distance 0.04178, refid 'GPS'
26 [root@timetest ntpdate]# ./ntpdate -b timelord.att.com
31 [root@timetest ntptrace]# ./ntptrace timelord.att.com
[all …]
H A DCOPYRIGHT71 4. [4]Viraj Bais <vbais@mailman1.intel.com> and [5]Clayton Kirkwood
72 <kirkwood@striderfm.intel.com> port to WindowsNT 3.5
73 5. [6]Michael Barone <michael,barone@lmco.com> GPSVME fixes
74 6. [7]Karl Berry <karl@owl.HQ.ileaf.com> syslog to file option
75 7. [8]Greg Brackley <greg.brackley@bigfoot.com> Major rework of WINNT
77 8. [9]Marc Brett <Marc.Brett@westgeo.com> Magnavox GPS clock driver
84 12. [13]Reg Clemens <reg@dwf.com> Oncore driver (Current maintainer)
90 16. [17]Sven Dietrich <sven_dietrich@trimble.com> Palisade reference
97 21. [22]Dave Hart <davehart@gmail.com> General maintenance, IPv6
99 22. [23]Claas Hilbrecht <neoclock4x@linum.com> NeoClock4
[all...]
/freebsd/crypto/openssh/
H A DCREDITS6 Ahsan Rashid <arms@sco.com> - UnixWare long passwords
9 Andre Lucas <andre@ae-35.com> - new login code, many fixes
12 Andrew Morgan <morgan@transmeta.com> - PAM bugfixes
14 Andy Sloane <andy@guildsoftware.com> - bugfixes
15 Aran Cox <acox@cv.telegroup.com> - SCO bugfixes
21 Chip Salzenberg <chip@valinux.com> - Assorted patches
23 Chris Saia <csaia@wtower.com> - SuSE packaging
24 Chris, the Young One <cky@pobox.com> - Password auth fixes
25 Christos Zoulas <christos@zoulas.com> - Autoconf fixes
27 Corinna Vinschen <vinschen@redhat.com> - Cygwin support
[all …]
/freebsd/contrib/ntp/sntp/
H A DCOPYRIGHT71 4. [4]Viraj Bais <vbais@mailman1.intel.com> and [5]Clayton Kirkwood
72 <kirkwood@striderfm.intel.com> port to WindowsNT 3.5
73 5. [6]Michael Barone <michael,barone@lmco.com> GPSVME fixes
74 6. [7]Karl Berry <karl@owl.HQ.ileaf.com> syslog to file option
75 7. [8]Greg Brackley <greg.brackley@bigfoot.com> Major rework of WINNT
77 8. [9]Marc Brett <Marc.Brett@westgeo.com> Magnavox GPS clock driver
84 12. [13]Reg Clemens <reg@dwf.com> Oncore driver (Current maintainer)
90 16. [17]Sven Dietrich <sven_dietrich@trimble.com> Palisade reference
97 21. [22]Dave Hart <davehart@gmail.com> General maintenance, IPv6
99 22. [23]Claas Hilbrecht <neoclock4x@linum.com> NeoClock4
[all...]
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec121 * Thu Sep 22 2011 Paul Wouters <paul@xelerance.com> - 1.6.11-1
126 * Wed Jun 08 2011 Paul Wouters <paul@xelerance.com> - 1.6.10-1
130 * Sun Mar 27 2011 Paul Wouters <paul@xelerance.com> - 1.6.9-1
133 * Mon Jan 24 2011 Paul Wouters <paul@xelerance.com> - 1.6.8-1
136 * Thu Aug 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.6-1
139 * Mon Apr 26 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-4
143 * Thu Feb 11 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-3
146 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-2
149 * Fri Jan 22 2010 Paul Wouters <paul@xelerance.com> - 1.6.4-1
155 * Sun Aug 16 2009 Paul Wouters <paul@xelerance.com> - 1.6.1-2
[all …]
/freebsd/crypto/openssh/regress/unittests/hostkeys/testdata/
H A Dknown_hosts2 sisyphus.example.com ssh-dss AAAAB3NzaC1kc3MAAACBAOqffHxEW4c+Z9q/r3l4sYK8F7qrBsU8XF9upGsW62T9InROFF…
3 sisyphus.example.com ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF6yQE…
4 sisyphus.example.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK9ks7jkua5YWIwByRnnnc6UPJQWI75O0e/UJdPYU1…
5 sisyphus.example.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDg4hB4vAZHJ0PVRiJajOv/GlytFWNpv5/9xgB9+5…
8 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-dss AAAAB3NzaC1kc3MAAACBAI38Hy/61/O5Bp6yUG8J5XQCeN…
9 prometheus.example.com,192.0.2.1,2001:db8::1 ecdsa-sha2-nistp521 AAAAE2VjZHNhLXNoYTItbmlzdHA1MjEAAA…
10 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBp6PVW0z2o9C4Ukv…
11 prometheus.example.com,192.0.2.1,2001:db8::1 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDmbUhNabB5AmBDX6…
14 *.example.com,192.0.2.*,2001:* ssh-dss AAAAB3NzaC1kc3MAAACBAI6lz2Ip9bzE7TGuDD4SjO9S4Ac90gq0h6ai1O06…
15 *.example.com,192.0.2.*,2001:* ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYA…
[all …]
/freebsd/usr.bin/jot/tests/
H A Dregress.wp5.out1 ftp://www.example.com/pub/uploaded%20files/disk001.iso
2 ftp://www.example.com/pub/uploaded%20files/disk002.iso
3 ftp://www.example.com/pub/uploaded%20files/disk003.iso
4 ftp://www.example.com/pub/uploaded%20files/disk004.iso
5 ftp://www.example.com/pub/uploaded%20files/disk005.iso
6 ftp://www.example.com/pub/uploaded%20files/disk006.iso
7 ftp://www.example.com/pub/uploaded%20files/disk007.iso
8 ftp://www.example.com/pub/uploaded%20files/disk008.iso
9 ftp://www.example.com/pub/uploaded%20files/disk009.iso
10 ftp://www.example.com/pub/uploaded%20files/disk010.iso

12345678910>>...97