HomeSort by: relevance | last modified time | path
    Searched refs:patches (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
reg-watch.awk 13 /patches later/ {
18 /patches earlier/ {
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
reg-watch.awk 13 /patches later/ {
18 /patches earlier/ {
  /src/external/gpl3/gcc/dist/contrib/
patch_tester.sh 3 # Tests a set of patches from a directory.
23 WARNING: This script should only be fed with patches from known
25 hooking it up to a raw feed from the gcc-patches list or
51 STANDBY is the number of minutes between checks for new patches in
66 NOGPG can be used to avoid checking the GPG signature of patches.
75 PATCHES_DIR is the directory containing the patches to be tested.
76 Default is SOURCE_DIR/patches.
138 PATCHES=
143 PATCHES=$SOURCE/patches
    [all...]
check_GNU_style.sh 3 # Checks some of the GNU style formatting rules in a set of patches.
28 Checks the patches for some of the GNU style formatting problems.
gcc_update 383 # Check for mq extension. mq patches must be popped so tip has
385 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; then
388 echo "Attempting to update hg tree with mq patches applied!" >&2
389 echo "Pop your patches first and retry." >&2
  /src/external/gpl3/gcc.old/dist/contrib/
patch_tester.sh 3 # Tests a set of patches from a directory.
23 WARNING: This script should only be fed with patches from known
25 hooking it up to a raw feed from the gcc-patches list or
51 STANDBY is the number of minutes between checks for new patches in
66 NOGPG can be used to avoid checking the GPG signature of patches.
75 PATCHES_DIR is the directory containing the patches to be tested.
76 Default is SOURCE_DIR/patches.
138 PATCHES=
143 PATCHES=$SOURCE/patches
    [all...]
check_GNU_style.sh 3 # Checks some of the GNU style formatting rules in a set of patches.
28 Checks the patches for some of the GNU style formatting problems.
gcc_update 366 # Check for mq extension. mq patches must be popped so tip has
368 if [ -d .hg/patches ] && [ `$GCC_HG qapplied | wc -l` -gt 0 ]; then
371 echo "Attempting to update hg tree with mq patches applied!" >&2
372 echo "Pop your patches first and retry." >&2
  /src/sys/arch/sparc/stand/boot/
prompatch.c 52 * PROM patches to apply to machine matching name/promvers.
58 const struct patch_entry *patches; /* The patches themselves */ member in struct:prom_patch
63 * Patches for JavaStation 1 with OBP 2.30.
103 * Patches for JavaStation 1 with OpenFirmware.
181 * Patches for Cycle 5 IP.
199 * Patches for JavaStation NC, aka Krups.
304 for (e = p->patches; e->message != NULL; ++e) {
  /src/external/gpl3/gcc/dist/.github/
CONTRIBUTING.md 6 a mailing list (`gcc-patches@gcc.gnu.org`) for code submissions, code
12 day arrives, please send your patches to the mailing list manually.
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 78 STAILQ_HEAD(patch_list, patch) patches;
130 STAILQ_INIT(&patches);
289 * patches as appropriate. We perform a depth first
427 "} patches[] = {\n", prefix);
429 for (cur_patch = STAILQ_FIRST(&patches);
433 cur_patch == STAILQ_FIRST(&patches) ? "" : ",\n",
500 pinfo = &scope->patches[patch];
522 STAILQ_INSERT_TAIL(&patches, new_patch, links);
605 cur_patch = STAILQ_FIRST(&patches);
809 cur_scope->patches[1].skip_patch
    [all...]
aicasm_symbol.h 178 patch_info_t patches[2]; member in struct:scope
  /src/external/lgpl3/mpfr/dist/examples/
version.c 49 static void patches (void) function
52 printf ("MPFR patches: %s\n", p[0] ? p : "[none]");
203 patches ();
  /src/external/lgpl3/mpfr/dist/tools/
get_patches.sh 10 patches=`cat "$1"`
13 /* mpfr_get_patches -- Patches that have been applied
42 # $patches is written as a list of words separated by a space character.
43 echo ' return "'$patches'";'
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
test_email.py 44 self.patches = {}
54 self.patches[filename] = patch_lines
60 self.patches[filename] = patch_lines
70 f.write('\n'.join(self.patches[filename]))
75 files = [f for f in self.patches.keys() if f.startswith(name)]
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
test_email.py 42 self.patches = {}
52 self.patches[filename] = patch_lines
58 self.patches[filename] = patch_lines
68 f.write('\n'.join(self.patches[filename]))
73 files = [f for f in self.patches.keys() if f.startswith(name)]
  /src/external/bsd/ipf/dist/
HISTORY 2 # NOTE: Quite a few patches and suggestions come from other sources, to whom
9 # Thanks also to all those who have contributed patches and other code,
403 add frank volf's state-top patches
425 SunOS4 patches for ICMP redirects from Jurgen Keil (jk@tools.de)
522 some patches to enhance parsing strength
570 add in patches for hardware checksumming under solaris
607 patches from Scott Presnell to fix rcmd proxy
609 patches from Greg to fix Solaris detachment of interfaces
676 authentication code patches from Guido
726 add patches from George Michaelson for FreeBSD 3.
    [all...]
  /src/sys/dev/microcode/siop/
ncr53cxxx.c 113 } *patches; variable in typeref:struct:patchlist
457 fprintf (outfp, "u_int32_t PATCHES = 0x%08x;\n", npatches);
459 p = patches;
532 /* patches ? */
668 h = &patches;
  /src/external/gpl2/xcvs/dist/src/
update.c 113 static int patches = 0; variable
244 patches = 1;
267 those files whose patches failed. */
307 /* If the server supports the command "update-patches", that
309 which means to send patches instead of complete files.
312 server doesn't try to send patches which will just fail
317 if (supported_request ("update-patches"))
367 non-zero exit status. If any patches failed, we still
750 if (patches)
774 and applying patches. *
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 356 sljit_uw patches; member in struct:sljit_compiler
sljitNativeARM_32.c 312 /* In some rare ocasions we may need future patches. The probability is close to 0 in practice. */
596 size = compiler->size + (compiler->patches << 1);
2153 compiler->patches++;
2275 compiler->patches++;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
loc.c 2379 std::vector<int> dw_labels, patches; local
2913 patches.push_back (i);
2923 patches.push_back (i);
3038 for (int i = 0; i < patches.size (); ++i)
3043 ax_label (expr, patches[i], targ);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
loc.c 2407 std::vector<int> dw_labels, patches; local
2941 patches.push_back (i);
2951 patches.push_back (i);
3066 for (int i = 0; i < patches.size (); ++i)
3071 ax_label (expr, patches[i], targ);
  /src/external/historical/nawk/dist/
FIXES.1e 440 proposed patches.
590 and david o'brien at freebsd.org for patches. this really should
  /src/external/bsd/ntp/dist/sntp/libevent/
config.guess 32 # Please send patches to <config-patches@gnu.org>.
47 Report bugs and patches to <config-patches@gnu.org>."
1400 pertinent to <config-patches@gnu.org> in order to provide the needed

Completed in 52 milliseconds

1 2 3