代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/229403/4756600
patch util-linux.patch
--- util-linux-2.11z/mount/fstab.c.orig 2003-12-03 15:28:22.000000000 -0700
+++ util-linux-2.11z/mount/fstab.c 2003-12-03 15:28:41.000000000 -0700
@@ -342,7 +342,7 @@
/* Ensure that the lock is relea
www.eeworm.com/read/229403/4756678
patch dhcp_xecute.patch
diff -urN dhcp-3.0.2.orig/common/conflex.c dhcp-3.0.2/common/conflex.c
--- dhcp-3.0.2.orig/common/conflex.c 2004-11-24 10:39:15.000000000 -0700
+++ dhcp-3.0.2/common/conflex.c 2005-02-24 12:32:12.0000
www.eeworm.com/read/229403/4756752
patch xorg-uclibc.patch
--- xc/programs/xfs/os/config.c.orig 2005-04-26 03:13:52.000000000 -0600
+++ xc/programs/xfs/os/config.c 2005-04-26 03:14:09.000000000 -0600
@@ -665,6 +665,8 @@
val = config_parse_int (val, &ret,
www.eeworm.com/read/229403/4756754
patch xorg-config.patch
--- xc/config/cf/host.def~ Thu May 12 15:28:01 MDT 2005
+++ xc/config/cf/host.def Thu May 12 15:28:01 MDT 2005
@@ -0,0 +1,38 @@
+#define KDriveXServer YES
+#define TinyXServer YES
+#define XfbdevSer
www.eeworm.com/read/224355/4803590
sh patch-kernel.sh
#! /bin/sh
# A little script I whipped up to make it easy to
# patch source trees and have sane error handling
# -Erik
#
# (c) 2002 Erik Andersen
# Set directories from argume
www.eeworm.com/read/218586/4857489
sql patch-querycacheinfo.sql
CREATE TABLE /*$wgDBprefix*/querycache_info (
-- Special page name
-- Corresponds to a qc_type value
qci_type varchar(32) NOT NULL default '',
-- Timestamp of last update
qci_timestamp char(14)
www.eeworm.com/read/218586/4857494
sql patch-cache.sql
-- patch-cache.sql
-- 2003-03-22
--
-- Add 'last touched' fields to cur and user tables.
-- These are useful for maintaining cache consistency.
-- (Updates to OutputPage.php and els
www.eeworm.com/read/218586/4857500
sql patch-linktables.sql
--
-- Track links that do exist
-- l_from and l_to key to cur_id
--
DROP TABLE IF EXISTS /*$wgDBprefix*/links;
CREATE TABLE /*$wgDBprefix*/links (
-- Key to the page_id of the page containing the li
www.eeworm.com/read/218586/4857503
sql patch-templatelinks.sql
--
-- Track template inclusions.
--
CREATE TABLE /*$wgDBprefix*/templatelinks (
-- Key to the page_id of the page containing the link.
tl_from int(8) unsigned NOT NULL default '0',
-- Key to
www.eeworm.com/read/218586/4857507
txt patch-list.txt
List of database patches and upgrades as the PediaWiki software evolves...
* 2002-11-23: Search index format changed for UTF-8 wikis
For wikis using the UTF-8 languages, the search index entries
need