| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-1.4 | 37 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 D | ChangeLog-2.0 | 1042 …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-12.1/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 37 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 D | ChangeLog-2.0 | 1042 …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-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 212 Patch from Bill Parker. 214 fail. Patch from John Beck of Oracle. 281 Patch from Peter. 353 Patch from Mitchell Berger. 398 Patch from Kazuteru Okahashi of IIJ. 622 Patch from Nik Clayton. 987 Patch from Lyndon Nerenberg. 1102 Patch from Alexey Kravchuk. 1477 Patch from Richard Rognlie. 1740 Patch from Andrzej Filip. [all …]
|
| /freebsd-12.1/contrib/flex/ |
| H A D | ONEWS | 865 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-12.1/contrib/sendmail/contrib/ |
| H A D | AuthRealm.p0 | 1 Patch from John Marshall (slightly modified).
|
| H A D | rmail.oldsys.patch | 3 Subject: Patch to rmail to elliminate need for snprintf
|
| H A D | mh.patch | 46 Feed it to patch. Patch will ignore the non-patch stuff. You should have
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Gnu.h | 162 int Major, Minor, Patch; member 174 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
|
| H A D | Gnu.cpp | 1601 if (Patch != RHSPatch) { in isOlderThan() 1606 if (Patch == -1) in isOlderThan() 1610 return Patch < RHSPatch; in isOlderThan() 1668 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) || in Parse() 1669 GoodVersion.Patch < 0) in Parse()
|
| /freebsd-12.1/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 152 - Patch for installing ldns-python files 153 - Patch for rpath in ldns-python
|
| /freebsd-12.1/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4023118 | 34 Patch id:
|
| H A D | solaris.xtra.4095849 | 65 Patch id:
|
| /freebsd-12.1/crypto/heimdal/appl/su/ |
| H A D | ChangeLog | 60 Patch by joda.
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README.hpux | 164 Patch Name: PHNE_20892 165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | README | 29 Patch from Stephane Lapie for ASAHI Net.
|
| H A D | unbound.spec_fedora | 307 - Patch from svn to fix DLV lookups 354 - Patch to allow unbound-checkconf to find empty wildcard matches
|
| /freebsd-12.1/contrib/amd/ |
| H A D | AUTHORS | 178 and auto_attrcache. Patch to cleanup NFS attribute-cache flag computation. 179 Patch to fix an inconsistency in timeouts in the RPC code between socket and 180 TLI implementations. Patch to print version string (amd -v) after all
|
| H A D | ChangeLog | 739 another. Patch inspired by work Debian did. 3265 values had been initialized. Patch from Christos Zoulas 8030 Patch from Nick Williams <[email protected]>. 8034 looking up an entry again. Patch from Nick Williams 8703 corrupt strings when called more than once. Patch from 9282 compliant format. Patch from Paul Balyoz 9292 support. Patch from Jon Peatfield 9830 Patch from Mike Mitchell <[email protected]>. 10143 mounts upon restart. Patch from Donald Buczek 11106 instructions to amd-dev. Patch from Stefan Vogel [all …]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | console | 565 # IPS Patch Files from: From: Thomas Klausner <[email protected]> 569 # Playstations Patch Files from: From: Thomas Klausner <[email protected]> 570 0 string PPF30 Playstation Patch File version 3.0 582 0 string PPF20 Playstation Patch File version 2.0 588 0 string PPF10 Playstation Patch File version 1.0
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | ChangeLog | 21 Patch from Jakub Jelen 1644 Patch from rsbecker at nexbridge.com. 2696 Patch from klauszh at haus-gisela.de. 3802 Patch from eb at emlix.com. 3819 Patch from eb at emlix.com. 6894 Patch from jjelen at redhat.com. 7040 Patch from Jakub Jelen 7059 Patch from Mike Frysinger 7147 Patch from Corinna Vinschen. 7948 Patch from yvoinov at gmail.com. [all …]
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | ChangeLog | 161 * hp300hpux.h: Patch from Glenn Engel for linker problem and
|
| /freebsd-12.1/contrib/byacc/package/debian/ |
| H A D | changelog | 306 * Patch by <[email protected]> to remove some
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 26 ## Contributing A Patch
|