Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 166) sorted by relevance

1234567

/minix/external/bsd/file/dist/magic/magdir/
H A Dxdelta6 0 string %XDELTA% XDelta binary patch file 0.14
7 0 string %XDZ000% XDelta binary patch file 0.18
8 0 string %XDZ001% XDelta binary patch file 0.20
9 0 string %XDZ002% XDelta binary patch file 1.0
10 0 string %XDZ003% XDelta binary patch file 1.0.4
11 0 string %XDZ004% XDelta binary patch file 1.1
/minix/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/minix/minix/lib/liblwip/dist/doc/
H A Dcontrib.txt11 to fixes or questions might often come late. Hopefully the bug and patch tracking
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
42 be applied separately while leaving the other patch 'open'. The preferred way
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
48 … you correct an existing bug then attach the patch to the bug rather than creating a new entry in …
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
/minix/external/bsd/bind/dist/docutil/
H A Dpatch-db2latex-duplicate-template-bug1 ;; Id: patch-db2latex-duplicate-template-bug,v 1.2 2007/01/12 22:24:20 sra Exp
3 ;; This is a patch to work around a known bug in db2latex. Apparently
9 ;; On FreeBSD you can simply drop this patch into the directory
11 ;; take it from there. I've sent this patch off to the port
15 ;; work, and I'm pretty sure that the code this patch deletes does not
16 ;; work as it stands, so at worst the result after applying this patch
17 ;; should be no worse than the result without this patch.
19 ;; YMMV. If this patch breaks, you get to keep both pieces.
/minix/usr.bin/patch/
H A DMakefile5 PROG= patch
6 SRCS= patch.c pch.c inp.c util.c backupfile.c mkpath.c
/minix/external/public-domain/tz/dist/
H A DCONTRIBUTING11 'diff -u old/europe new/europe >myfix.patch', and attach
12 myfix.patch to the email.
55 * Create patch files 0001-*, 0002-*, ...
57 git format-patch master
59 * After reviewing the patch files, send the patches to tz@iana.org
/minix/minix/lib/liblwip/patches/
H A D0001-MINIX-3-only-mark-various-functions-as-weak.patch6 This patch aims to mark the following functions as weak:
18 If this patch can no longer be applied, or compilation breaks after
19 applying this patch--for example, because the service can no longer
21 both this patch and the LWIP service will have to be altered in order
/minix/share/misc/
H A Dbsd-family-tree456 NetBSD 1.2.1 1997-05-20 [NBD] (patch release)
462 NetBSD 1.3.1 1998-03-09 [NBD] (patch release)
465 NetBSD 1.3.2 1998-05-29 [NBD] (patch release)
494 NetBSD 1.4.3 2000-11-25 [NBD] (patch release)
501 NetBSD 1.5.1 2001-07-11 [NBD] (patch release)
502 NetBSD 1.5.2 2001-09-13 [NBD] (patch release)
510 NetBSD 1.5.3 2002-07-22 [NBD] (patch release)
511 FreeBSD 4.6.2 2002-08-15 [FBD] (patch release)
520 NetBSD 1.6.1 2003-04-21 [NBD] (patch release)
529 FreeBSD 5.2.1 2004-02-22 [FBD] (patch release)
[all …]
/minix/external/bsd/llvm/dist/llvm/docs/
H A DPhabricator.rst55 to upload your patch):
60 To upload a new patch:
64 * Paste the text diff or upload the patch file.
68 lists that you want to be included in the review. If your patch is
69 for LLVM, add llvm-commits as a subscriber; if your patch is for Clang,
73 To submit an updated patch:
92 diffs between different versions of the patch as it was reviewed in the
110 arc patch D<Revision>
H A DStackMaps.rst2 Stack maps and patch points in LLVM
30 A patch point is an instruction address at which space is reserved for
70 maps and patch points: ``llvm.experimental.stackmap`` and
138 patch the code at this point in response to an event triggered from
169 patch 8 bytes of code at the stack map's address at follows:
217 The patch point intrinsic generates a stack map. It also emits a
230 Requesting zero patch point arguments is valid. In this case, all
246 The patch point also emits nops to cover at least ``<numBytes>`` of
253 The runtime may patch the code emitted for the patch point, including
256 patching is not allowed. The runtime must patch all reserved bytes,
[all …]
H A DDeveloperPolicy.rst80 When making a patch for review, the goal is to make it as easy for the reviewer
83 #. Make your patch against the Subversion trunk, not a branch, and not an old
90 time the patch was created and the time it is applied.
106 When sending a patch to a mailing list, it is a good idea to send it as an
108 ensures that your mailer will not mangle the patch when it sends it (e.g. by
147 approval, or request active objections to the patch with a deadline.
155 get this patch landed and ping it every couple of days. If it is
167 on a patch, but only people with Subversion write access can approve it.
309 approval, submit a `patch`_ to `llvm-commits
420 When contributors submit a patch to an LLVM project, other developers with
[all …]
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCompiler.h41 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
43 ((maj) << 20) + ((min) << 10) + (patch))
45 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument
48 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
/minix/crypto/external/bsd/openssl/dist/util/
H A Dpod2man.pl292 ($version,$patch) = `$perl -e 'print $]'` =~ /^(\d\.\d{3})(\d{2})?/ if $perl;
295 ($version,$patch) = $] =~ /^(.{5})(\d{2})?/ unless $version;
297 $DEF_RELEASE .= ", patch $patch" if $patch;
/minix/external/mit/expat/dist/
H A DChanges31 offsets for attribute names and values (patch #3446384).
33 See bug #2990652 and patch #3312568.
49 HP-UX, Tru64, Solaris 9: patch #1437840, bug #1196180.
56 - Added Open Watcom support: patch #1523242.
116 Initial patch contributed by Darryl Miles.
122 - Reduced memory copying during parsing (SF patch #600964).
133 by Patrick McConnell (SF patch #538032).
139 see SF bug report #569461 and SF patch #578161
141 see SF bug report #570263 and SF patch #578161
/minix/minix/lib/liblwip/dist/
H A DCHANGELOG28 * Extensions to RAW API (patch #9208)
255 2015-02-26: patch by TabascoEye
666 2015-02-11: patch by hichard
1288 patch #7135).
1401 (patch #6860)
1755 (patch from bug #28798)
2027 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
3326 parameters (patch #5938).
3377 (patch #3574).
3418 packets. See patch #5834.
[all …]
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DOPENSSL_VERSION_NUMBER.pod20 MMNNFFPPS: major minor fix patch status
35 MMNNFFRBB major minor fix final beta/patch
43 except the patch level got the highest bit set, to keep continuity. The
/minix/sys/external/bsd/compiler_rt/dist/
H A DCREDITS.TXT2 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
/minix/common/dist/zlib/contrib/asm686/
H A DREADME.6863 files changed/added by this patch are:
8 The speedup that this patch provides varies, depending on whether the
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A DREADME78 + patch for BIND9 that adds IDN capability
79 This patch adds IDN capability to BIND9. It adds encoding
81 `nslookup'. With the patch, those commands become capable of
111 +patch/
112 | +bind9/ BIND9 patch
/minix/external/bsd/libpcap/dist/
H A DREADME.hpux26 >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
/minix/sys/lib/libunwind/
H A DCREDITS.TXT2 project. If you have contributed a patch or made some other contribution to
3 LLVM/libc++abi, please submit a patch to this file to add yourself, and it will be
/minix/external/bsd/byacc/dist/package/pkgsrc/
H A Ddistinfo6 SHA1 (patch-aa) = decae78775a5e0f1e1f7aaaa258da53903aa1f7a
/minix/external/gpl2/gmake/
H A Dfetch.sh30 cat ../patches/* | patch -p 1 || true
/minix/external/lgpl3/gmp/
H A Dfetch.sh29 cat ../patches/* |patch -p1
/minix/external/lgpl3/mpfr/
H A Dfetch.sh29 cat ../patches/* |patch -p1

1234567