| /freebsd-14.2/contrib/ncurses/ |
| H A D | NEWS | 10939 patch includes 11179 + improved patch for Make_Enum_Type (patch by Juergen Pfeifer). 13060 copyright patch (patch by Juergen Pfeifer). 14704 > patch 320 (ESR): 14709 > patch 319 (ESR): 14712 > patch 318 (ESR): 14714 > patch 317 (ESR): 14721 > patch 316 (ESR): 14725 > patch 315 (ESR): 14744 > patch 314 (ESR): [all …]
|
| H A D | README.emx | 43 GNU patch (version 2.5) 52 autoconf-2.13-20030927.patch.gz 53 autoconf-2.13-20030927-emx.patch.gz 56 1997. Much of the EMX patch for autoconf was done originally by J.J.G.Ripoll,
|
| /freebsd-14.2/contrib/wpa/ |
| H A D | CONTRIBUTIONS | 39 The message should contain an inlined patch against the current 42 sending the patch does not corrupt whitespace. If that cannot be fixed 44 patch file than just send a whitespace damaged version in the message 48 everything in a single patch. In other words, please keep cleanup, new 49 features, and bug fixes all in their own patches. Each patch needs a 55 In general, the best way of generating a suitable formatted patch file 57 format-patch. The patch can then be sent, e.g., with git send-email.
|
| /freebsd-14.2/contrib/libpcap/doc/ |
| H A D | README.hpux | 26 >Someone (raj) explained me that a patch was missing, and that this patch 29 >"ready to use" PHNE_**** patch ? 32 1. You do need a late "LAN products cumulative patch" (e.g. PHNE_18173 64 patches, and then the latest driver patch for the interface(s) in use. 68 [That article also mentions the patch that appears below.] 87 > patches, and then the latest driver patch for the interface(s) in 165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | 00README | 50 2002/4/8, you need to apply CAM-patch in this archive 77 You need to apply KVMLIB-patch and rebuild libkvm then rebuild ps, 79 You may want to apply GDB-patch in this archive to get same behavior 132 Sane-backend needs a patch(SANE-patch in this archive).
|
| /freebsd-14.2/crypto/openssh/contrib/redhat/ |
| H A D | openssh.spec | 461 (patch from [email protected]) 495 - drop debug patch, fixed upstream 547 - pull cvs patch to add -t flag to sshd (#28611) 554 - pull cvs patch to fix remote port forwarding with protocol 2 557 - pull cvs patch to add session initialization to no-pty sessions 575 - disable the gssapi patch 579 - refresh to a new version of the gssapi patch 651 - Revert the patch to move pam_open_session. 656 - Chuck the closing patch. 663 - Rework the nopam patch to use be picked up by autoconf. [all …]
|
| /freebsd-14.2/tools/tools/locale/ |
| H A D | Makefile | 23 PATCHDIR= ${BASEDIR}/patch 143 patch:: target 145 cd ${UNIDIR} && cat ${PATCHDIR}/patch-* | patch
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Compiler.h | 61 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 63 ((maj) << 20) + ((min) << 10) + (patch)) 65 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 68 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cpp | 175 int *patch) { in GetLibcVersion() argument 188 *patch = (*p == '.') ? internal_simple_strtoll(p + 1, &p, 10) : 0; in GetLibcVersion() 206 int major, minor, patch; in InitTlsSize() local 208 GetLibcVersion(&major, &minor, &patch) && major == 2 && minor >= 25; in InitTlsSize() 234 int patch; in ThreadDescriptorSizeFallback() local 235 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { in ThreadDescriptorSizeFallback() 252 else if (minor == 11 || (minor == 12 && patch == 1)) in ThreadDescriptorSizeFallback() 276 int patch; in ThreadDescriptorSizeFallback() local 277 if (GetLibcVersion(&major, &minor, &patch) && major == 2) { in ThreadDescriptorSizeFallback()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/ |
| H A D | CREDITS.TXT | 2 project. If you have contributed a patch or made some other contribution to 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | openssl_user_macros.pod.in | 60 I<major> * 10000 + I<minor> * 100 + I<patch> 62 where I<major>, I<minor> and I<patch> are the desired major, 63 minor and patch components of the version number. For example:
|
| /freebsd-14.2/usr.sbin/apmd/ |
| H A D | README | 25 2.2 Applying the kernel patch and building a new kernel 28 The next step is to apply the patch against the sys source tree. 30 the patch command as follows: 32 # gzip -cd [somewhere]/apmd-sys-R320.diff | patch 34 For PAO3 users, the patch file name would be apmd-sys-PAO3.diff
|
| /freebsd-14.2/contrib/unbound/ |
| H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to 15 In the event that, during this period, a new patch or minor version of the
|
| /freebsd-14.2/contrib/unbound/doc/ |
| H A D | CREDITS | 19 Luca Bruno - patch for windows support in libunbound hosts and resolvconf(). 21 Daisuke HIGASHI - patch for rrset-roundrobin and minimal-responses.
|
| /freebsd-14.2/contrib/jemalloc/ |
| H A D | FREEBSD-upgrade | 111 patch -p1 < "${src}/FREEBSD-diffs" 162 patch -p1 < ${changes} || true
|
| /freebsd-14.2/share/examples/BSD_daemon/ |
| H A D | README | 33 patch < eps.patch 45 eps.patch
|
| /freebsd-14.2/contrib/traceroute/ |
| H A D | FREEBSD-upgrade | 27 To make local changes to traceroute, simply patch and commit to the main 33 (The "SANE_PRECISION" patch has been submitted and rejected.)
|
| /freebsd-14.2/contrib/ntp/ |
| H A D | readme.y2kfixes | 97 If you have downloaded a "patch", then you may install it as follows: 101 patch -p < *.patches 103 The patch file contains a header which has a manifest of changed files. 121 6) Once you apply the patch, you need to run a shell script in x2p/find2perl.SH
|
| /freebsd-14.2/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 21 Patch1: unbound-1.2-glob.patch 213 - removed integrated CVE patch 223 - Applied patch for CVE-2011-1922 DoS vulnerability 301 - Added missing glob patch to cvs 312 - Re-enabled glob.patch 315 - unbound-iterator.patch was not committed 353 - Modified scandir patch to silently fail when wildcard matches nothing 357 - Added scandir patch for trusted-keys-file: option, which 384 - unbound-1.1.0-log_open.patch
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | CHANGES | 42 (patch by Norbert Koch). 167 (integrated patch by Richard Robbins). 653 it (patch by Zoltan Kelemen). 1025 (adapted from patch by Domagoj Pensa). 1069 Gomerman, patch by Vladimir Mezentsev). 1170 #415022, patch by Brian Rolfe). 1469 patch by Werner Fink). 1557 (prompted by Steve Grubb patch). 1621 #236841, report/patch by Jorg Sommer). 1901 from patch by Tobias C Rittweiler). [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/scripts/ |
| H A D | Makefile.am | 33 %D%/zfs2zol-patch.sed \ 34 %D%/zol2zfs-patch.sed
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | BLURB | 14 This patch upgrades the tcp wrappers version 7.5 source code to 21 this patch when you built your version 7.x tcp wrapper without
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | testutil.h | 256 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch); 257 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch); 258 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch); 259 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch); 260 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch); 261 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
| /freebsd-14.2/tools/test/stress2/misc/ |
| H A D | all.exclude | 28 gnop7.sh Waiting for patch commit 20190820 29 gnop8.sh Waiting for patch commit 20201214 30 gnop9.sh Waiting for patch commit 20201214
|
| /freebsd-14.2/contrib/byacc/package/pkgsrc/ |
| H A D | distinfo | 6 SHA1 (patch-aa) = decae78775a5e0f1e1f7aaaa258da53903aa1f7a
|