Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.437 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb…
203 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
[all …]
H A DChangeLog-2.01042 …support every time a new event base is created: instead do it only once. Patch taken from Chromiu…
1047 …exited because of an event_base_loopexit() or an event_base_loopbreak(). Patch from Ka-Hing Cheun…
1050 o Detect errors during bufferevent_connect(). Patch from Christopher Davis.
1051 o Fix compilation for listener.h for C++ - missing extern "C". Patch from Ferenc Szalai.
1062 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
1066 …o Allow http.c to handle cases where getaddrinfo returns an IPv6 address. Patch from Ryan Phillip…
1087 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
1088 o Use signal.h, not sys/signal.h. [Patch from mmadia]
1171 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
1173 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
[all …]
/freebsd-13.1/contrib/libevent/
H A DChangeLog-1.437 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
47 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.]
53 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
55 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K…
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
148 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
170 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb
202 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb…
203 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
[all …]
H A DChangeLog-2.01042 …support every time a new event base is created: instead do it only once. Patch taken from Chromiu…
1047 …exited because of an event_base_loopexit() or an event_base_loopbreak(). Patch from Ka-Hing Cheun…
1050 o Detect errors during bufferevent_connect(). Patch from Christopher Davis.
1051 o Fix compilation for listener.h for C++ - missing extern "C". Patch from Ferenc Szalai.
1062 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian.
1066 …o Allow http.c to handle cases where getaddrinfo returns an IPv6 address. Patch from Ryan Phillip…
1087 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen]
1088 o Use signal.h, not sys/signal.h. [Patch from mmadia]
1171 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan…
1173 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb.
[all …]
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES98 Patch from Sven Neuhaus.
100 Patch from G.W. Haywood.
102 Patch from Martin Svec.
330 Patch from Bill Parker.
399 Patch from Peter.
471 Patch from Mitchell Berger.
740 Patch from Nik Clayton.
1220 Patch from Alexey Kravchuk.
1595 Patch from Richard Rognlie.
1858 Patch from Andrzej Filip.
[all …]
/freebsd-13.1/contrib/flex/
H A DONEWS865 Changes between 2.3 Patch #8 (21Feb93) and 2.3 Patch #7:
889 Changes between 2.3 Patch #7 (28Mar91) and 2.3 Patch #6:
897 Changes between 2.3 Patch #6 (29Aug90) and 2.3 Patch #5:
905 Changes between 2.3 Patch #5 (16Aug90) and 2.3 Patch #4:
911 Changes between 2.3 Patch #4 (14Aug90) and 2.3 Patch #3:
918 Changes between 2.3 Patch #3 (03Aug90) and 2.3 Patch #2:
924 Changes between 2.3 Patch #2 (02Aug90) and original 2.3 release:
1026 Changes between 2.2 Patch #3 (30Mar90) and 2.2 Patch #2:
1031 Changes between 2.2 Patch #2 (27Mar90) and 2.2 Patch #1:
1037 Changes between 2.2 Patch #1 (23Mar90) and 2.2 (alpha) release:
/freebsd-13.1/contrib/sendmail/contrib/
H A DAuthRealm.p01 Patch from John Marshall (slightly modified).
H A Drmail.oldsys.patch3 Subject: Patch to rmail to elliminate need for snprintf
H A Dmh.patch46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
/freebsd-13.1/contrib/ntp/html/hints/
H A Dsolaris.xtra.402311834 Patch id:
H A Dsolaris.xtra.409584965 Patch id:
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h166 int Major, Minor, Patch; member
178 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
H A DGnu.cpp1795 if (Patch != RHSPatch) { in isOlderThan()
1800 if (Patch == -1) in isOlderThan()
1804 return Patch < RHSPatch; in isOlderThan()
1862 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse()
1863 GoodVersion.Patch < 0) in Parse()
/freebsd-13.1/contrib/ldns/packaging/fedora/
H A Dldns.spec152 - Patch for installing ldns-python files
153 - Patch for rpath in ldns-python
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dconsole672 # IPS Patch Files from: From: Thomas Klausner <[email protected]>
677 # BPS Patch Files - from: David Korth <[email protected]>
682 # APS Patch Files - from: David Korth <[email protected]>
695 # UPS Patch Files - from: David Korth <[email protected]>
700 # Playstations Patch Files from: From: Thomas Klausner <[email protected]>
701 0 string PPF30 Playstation Patch File version 3.0
713 0 string PPF20 Playstation Patch File version 2.0
719 0 string PPF10 Playstation Patch File version 1.0
/freebsd-13.1/crypto/heimdal/appl/su/
H A DChangeLog60 Patch by joda.
/freebsd-13.1/contrib/libpcap/doc/
H A DREADME.hpux164 Patch Name: PHNE_20892
165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
/freebsd-13.1/contrib/unbound/contrib/
H A DREADME29 Patch from Stephane Lapie for ASAHI Net.
H A Dunbound.spec_fedora307 - Patch from svn to fix DLV lookups
354 - Patch to allow unbound-checkconf to find empty wildcard matches
/freebsd-13.1/contrib/googletest/
H A DCONTRIBUTING.md26 ## Contributing A Patch
/freebsd-13.1/contrib/byacc/package/debian/
H A Dchangelog378 * Patch by <[email protected]> to remove some
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog2183 set with ub_ctx_set_fwd. Patch from Florian Obser.
2212 - Patch from Florian Obser fixes some compiler warnings:
2240 - Patch for TLS session resumption from Manabu Sonoda,
2325 - Patch for typo in unbound.conf man page.
3012 should exist). Patch from Jinmei Tatuya (Infoblox).
3384 - Patch to show DNSCrypt status in help output, from Carsten
3820 - Patch from Luiz Fernando Softov for Stats Shared Memory.
4535 Patch from Simon Deziel.
5410 because of spelling. Patch from Chris Coates.
5528 - Patch from Neel Goyal to fix callback in libunbound.
[all …]
/freebsd-13.1/crypto/openssh/
H A DChangeLog358 consistency. Patch from scop via github PR#257, ok jmc@
1447 Patch from Volker Diels-Grabsch via GHPR231; ok dtucker
2179 private key's path. Patch from Alex Sherwin via GHPR247
2293 following them. Patch from Michael Forney
3853 Patch from Mike Frysinger; ok dtucker@
7925 Patch by Pedro Martelletto; ok djm and markus
8163 Patch from loic AT venez.fr; ok markus@ djm@
11170 Patch by Eric Chiang, manpage by me; ok markus@
11201 Patch from [email protected], ok djm@
11942 Patch from [email protected], ok djm@
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1180 PatchLocation Patch = in cloneScalarAttribute() local
1184 Unit.noteRangeAttribute(Die, Patch); in cloneScalarAttribute()
1194 Unit.noteLocationAttribute(Patch, Info.PCOffset); in cloneScalarAttribute()
/freebsd-13.1/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md31 * [OpenZFS Patch Ports](#openzfs-patch-ports)

12