Home
last modified time | relevance | path

Searched refs:diff (Results 126 – 150 of 3834) sorted by relevance

12345678910>>...154

/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dlocal-ping.patch27 diff --git a/avahi-core/browse-dns-server.c b/avahi-core/browse-dns-server.c
44 diff --git a/avahi-core/browse-domain.c b/avahi-core/browse-domain.c
61 diff --git a/avahi-core/browse-service-type.c b/avahi-core/browse-service-type.c
75 diff --git a/avahi-core/browse-service.c b/avahi-core/browse-service.c
89 diff --git a/avahi-core/browse.c b/avahi-core/browse.c
103 diff --git a/avahi-core/resolve-address.c b/avahi-core/resolve-address.c
120 diff --git a/avahi-core/resolve-host-name.c b/avahi-core/resolve-host-name.c
137 diff --git a/avahi-core/resolve-service.c b/avahi-core/resolve-service.c
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c64 long long diff; in check_diff() local
66 diff = end.tv_usec - start.tv_usec; in check_diff()
67 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC; in check_diff()
69 if (llabs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) { in check_diff()
70 printf("Diff too high: %lld..", diff); in check_diff()
H A Draw_skew.c72 long long diff = 0, tmp; in get_monotonic_and_raw() local
83 if (diff == 0 || newdiff < diff) { in get_monotonic_and_raw()
84 diff = newdiff; in get_monotonic_and_raw()
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst51 1) "diff -up"
54 使用 "diff -up" 或者 "diff -uprN" 來創建補丁。
56 所有內核的改動,都是以補丁的形式呈現的,補丁由 diff(1) 生成。創建補丁的
57 時候,要確認它是以 "unified diff" 格式創建的,這種格式由 diff(1) 的 '-u'
71 diff -up $SRCTREE/$MYFILE{.orig,} > /tmp/patch
74 己的代碼樹之間做 diff 。例如::
80 diff -uprN -X linux-3.19-vanilla/Documentation/dontdiff \
83 "dontdiff" 是內核在編譯的時候產生的文件的列表,列表中的文件在 diff(1)
86 確定你的補丁里沒有包含任何不屬於這次補丁提交的額外文件。記得在用diff(1)
514 - 實際補丁( ``diff`` 輸出)。
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/json-spirit/
H A D0001-Link-to-libatomic.patch18 diff --git a/json_demo/CMakeLists.txt b/json_demo/CMakeLists.txt
29 diff --git a/json_headers_only_demo/CMakeLists.txt b/json_headers_only_demo/CMakeLists.txt
40 diff --git a/json_map_demo/CMakeLists.txt b/json_map_demo/CMakeLists.txt
51 diff --git a/json_test/CMakeLists.txt b/json_test/CMakeLists.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Include-time.h-header-to-pass-clang-compilation.patch15 diff --git a/nmap_error.cc b/nmap_error.cc
37 diff --git a/nping/EchoServer.cc b/nping/EchoServer.cc
49 diff --git a/osscan2.cc b/osscan2.cc
61 diff --git a/service_scan.cc b/service_scan.cc
/openbmc/qemu/hw/gpio/
H A Dmax7310.c81 uint8_t diff; in max7310_tx() local
99 for (diff = (data ^ s->level) & ~s->direction; diff; in max7310_tx()
100 diff &= ~(1 << line)) { in max7310_tx()
101 line = ctz32(diff); in max7310_tx()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc/
H A D0001-Fix-implicit-function-declarations.patch19 diff --git a/TEST/v2test_ec.c b/TEST/v2test_ec.c
31 diff --git a/TEST/v2test_ein.c b/TEST/v2test_ein.c
43 diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c
56 diff --git a/backend/cimxml/grammar.c b/backend/cimxml/grammar.c
69 diff --git a/backend/cimxml/grammar.h b/backend/cimxml/grammar.h
/openbmc/linux/arch/alpha/kernel/
H A Dtime.c394 long diff; in time_init() local
422 diff = cycle_freq - est_cycle_freq; in time_init()
423 if (diff < 0) in time_init()
424 diff = -diff; in time_init()
425 if ((unsigned long)diff > tolerance) { in time_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-Don-t-use-__GNUC_PREREQ.patch23 diff --git a/lib/efi/efi.h b/lib/efi/efi.h
39 diff --git a/lib/engine/pragma.h b/lib/engine/pragma.h
55 diff --git a/lib/log/log.h b/lib/log/log.h
71 diff --git a/lib/mpb/machine_bytes.h b/lib/mpb/machine_bytes.h
87 diff --git a/lib/mpb/mpb.h b/lib/mpb/mpb.h
103 diff --git a/lib/orom/orom.h b/lib/orom/orom.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/
H A D0002-Don-t-execute-processes-as-a-specific-user.patch17 diff --git a/systemd/dlt-adaptor-udp.service.cmake b/systemd/dlt-adaptor-udp.service.cmake
33 diff --git a/systemd/dlt-dbus.service.cmake b/systemd/dlt-dbus.service.cmake
45 diff --git a/systemd/dlt-example-user.service.cmake b/systemd/dlt-example-user.service.cmake
58 diff --git a/systemd/dlt-receive.service.cmake b/systemd/dlt-receive.service.cmake
71 diff --git a/systemd/dlt-system.service.cmake b/systemd/dlt-system.service.cmake
83 diff --git a/systemd/dlt.service.cmake b/systemd/dlt.service.cmake
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c196 unsigned long diff; in bcd_check_time() local
203 diff = start_s - date_s; in bcd_check_time()
204 g_test_message("RTC is %ld second(s) behind wall-clock", diff); in bcd_check_time()
206 diff = date_s - start_s; in bcd_check_time()
207 g_test_message("RTC is %ld second(s) ahead of wall-clock", diff); in bcd_check_time()
210 g_assert_cmpint(diff, <=, wiggle); in bcd_check_time()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch18 diff --git a/bin/mycroft-cli-client b/bin/mycroft-cli-client
28 diff --git a/bin/mycroft-pip b/bin/mycroft-pip
40 diff --git a/bin/mycroft-say-to b/bin/mycroft-say-to
50 diff --git a/bin/mycroft-skill-testrunner b/bin/mycroft-skill-testrunner
65 diff --git a/bin/mycroft-speak b/bin/mycroft-speak
75 diff --git a/dev_setup.sh b/dev_setup.sh
106 diff --git a/scripts/install-pocketsphinx.sh b/scripts/install-pocketsphinx.sh
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/
H A Dnss-fix-incorrect-shebang-of-perl.patch22 diff --git a/nss/cmd/signver/examples/1/form.pl b/nss/cmd/signver/examples/1/form.pl
32 diff --git a/nss/cmd/signver/examples/1/signedForm.pl b/nss/cmd/signver/examples/1/signedForm.pl
42 diff --git a/nss/cmd/smimetools/smime b/nss/cmd/smimetools/smime
52 diff --git a/nss/coreconf/version.pl b/nss/coreconf/version.pl
62 diff --git a/nss/tests/clean_tbx b/nss/tests/clean_tbx
72 diff --git a/nss/tests/iopr/server_scr/client.cgi b/nss/tests/iopr/server_scr/client.cgi
82 diff --git a/nss/tests/path_uniq b/nss/tests/path_uniq
/openbmc/linux/tools/power/cpupower/debug/kernel/
H A Dcpufreq-test_tsc.c56 u32 now, then, diff; in cpufreq_test_tsc() local
90 diff = (now - then) & 0xFFFFFF; in cpufreq_test_tsc()
92 …printk(KERN_DEBUG "t1: %08u t2: %08u diff_pmtmr: %08u diff_tsc: %016llu\n", then, now, diff, diff_… in cpufreq_test_tsc()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0009-yes-within-the-path-sets-wrong-config-variables.patch31 diff --git a/sysdeps/aarch64/configure b/sysdeps/aarch64/configure
50 diff --git a/sysdeps/aarch64/configure.ac b/sysdeps/aarch64/configure.ac
65 diff --git a/sysdeps/arm/configure b/sysdeps/arm/configure
84 diff --git a/sysdeps/arm/configure.ac b/sysdeps/arm/configure.ac
99 diff --git a/sysdeps/mips/configure b/sysdeps/mips/configure
117 diff --git a/sysdeps/mips/configure.ac b/sysdeps/mips/configure.ac
133 diff --git a/sysdeps/nios2/configure b/sysdeps/nios2/configure
152 diff --git a/sysdeps/nios2/configure.ac b/sysdeps/nios2/configure.ac
167 diff --git a/sysdeps/unix/sysv/linux/mips/configure b/sysdeps/unix/sysv/linux/mips/configure
185 diff --git a/sysdeps/unix/sysv/linux/mips/configure.ac b/sysdeps/unix/sysv/linux/mips/configure.ac
[all …]
H A D0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch28 diff --git a/elf/dl-cache.c b/elf/dl-cache.c
43 diff --git a/elf/dl-load.c b/elf/dl-load.c
58 diff --git a/elf/dl-usage.c b/elf/dl-usage.c
89 diff --git a/elf/interp.c b/elf/interp.c
100 diff --git a/elf/ldconfig.c b/elf/ldconfig.c
113 diff --git a/elf/rtld.c b/elf/rtld.c
125 diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c
138 diff --git a/sysdeps/generic/dl-cache.h b/sysdeps/generic/dl-cache.h
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_app.c347 unsigned int flag, __u32 seq, int diff) in vs_seq_update() argument
353 vseq->delta += diff; in vs_seq_update()
364 int diff; in app_tcp_pkt_out() local
393 if (!app->pkt_out(app, cp, skb, &diff, ipvsh)) in app_tcp_pkt_out()
399 if (diff != 0) in app_tcp_pkt_out()
401 IP_VS_CONN_F_OUT_SEQ, seq, diff); in app_tcp_pkt_out()
441 int diff; in app_tcp_pkt_in() local
470 if (!app->pkt_in(app, cp, skb, &diff, ipvsh)) in app_tcp_pkt_in()
476 if (diff != 0) in app_tcp_pkt_in()
478 IP_VS_CONN_F_IN_SEQ, seq, diff); in app_tcp_pkt_in()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes/
H A D0001-build-use-autotools.patch31 diff --git a/.gitignore b/.gitignore
56 diff --git a/Makefile b/Makefile
128 diff --git a/Makefile.am b/Makefile.am
144 diff --git a/configure.ac b/configure.ac
186 diff --git a/include/Makefile.am b/include/Makefile.am
201 diff --git a/man/Makefile.am b/man/Makefile.am
214 diff --git a/obj/.gitkeep b/obj/.gitkeep
217 diff --git a/src/Makefile.am b/src/Makefile.am
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dgnu_patch_test_fix_target.patch7 diff --git a/configure.ac b/configure.ac
12 QUILT_COMPAT_PROG_PATH(DIFF, diff)
16 # Sun diff and others will not work because GNU patch options are used.
H A D0001-tests-Allow-different-output-from-mv.patch14 diff --git a/test/failbackup.test b/test/failbackup.test
22 - >~ mv: cannot move [`']?patches/test.diff'? to [`']?patches/test.diff~'?: Permission denied
/openbmc/linux/tools/perf/bench/
H A Dsched-messaging.c272 struct timeval start, stop, diff; in bench_sched_messaging() local
311 timersub(&stop, &start, &diff); in bench_sched_messaging()
321 (unsigned long) diff.tv_sec, in bench_sched_messaging()
322 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
325 printf("%lu.%03lu\n", (unsigned long) diff.tv_sec, in bench_sched_messaging()
326 (unsigned long) (diff.tv_usec / USEC_PER_MSEC)); in bench_sched_messaging()
/openbmc/linux/drivers/video/fbdev/i810/
H A Di810_gtf.c228 u32 i, size = 0, pixclock, wm_best = 0, min, diff; in i810_get_watermark() local
266 diff = wmark[i].freq - pixclock; in i810_get_watermark()
268 diff = pixclock - wmark[i].freq; in i810_get_watermark()
269 if (diff < min) { in i810_get_watermark()
271 min = diff; in i810_get_watermark()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0001-Include-poll.h-instead-of-sys-poll.h.patch19 diff --git a/perf_examples/branch_smpl.c b/perf_examples/branch_smpl.c
32 diff --git a/perf_examples/syst_smpl.c b/perf_examples/syst_smpl.c
45 diff --git a/perf_examples/task_attach_timeout.c b/perf_examples/task_attach_timeout.c
58 diff --git a/perf_examples/task_smpl.c b/perf_examples/task_smpl.c
71 diff --git a/perf_examples/x86/bts_smpl.c b/perf_examples/x86/bts_smpl.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/files/
H A D0001-Avoid-bashisms-in-init-scripts.patch21 diff --git a/scripts/blk_availability_init_red_hat.in b/scripts/blk_availability_init_red_hat.in
39 diff --git a/scripts/cmirrord_init_red_hat.in b/scripts/cmirrord_init_red_hat.in
58 diff --git a/scripts/lvm2_lvmpolld_init_red_hat.in b/scripts/lvm2_lvmpolld_init_red_hat.in
77 diff --git a/scripts/lvm2_monitoring_init_red_hat.in b/scripts/lvm2_monitoring_init_red_hat.in
96 diff --git a/scripts/lvm2_monitoring_init_rhel4 b/scripts/lvm2_monitoring_init_rhel4

12345678910>>...154