代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/150781/12263085
c winnet.c
/*
* Windows networking abstraction.
*
* Due to this clean abstraction it was possible
* to easily implement IPv6 support :)
*
* IPv6 patch 1 (27 October 2000) Jeroen Massar
www.eeworm.com/read/232374/14196406
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi
www.eeworm.com/read/128610/14289226
txt readme.txt
This patch to Chris Maunder's CGridCtrl class includes the following
changes. Search for EFW in the code to locate them. Most changes
contain notes or are pretty self-explanatory.
MemDC.h
----
www.eeworm.com/read/127689/14340252
c ospfh_lsa.c
/* LSA */
#include "ospfh.h"
#include "ospfh_patch.h"
/*liuaibo*/
struct timeval
tv_adjust (struct timeval a)
{
while (a.tv_usec >= 1000000)
{
a.tv_usec -= 1000000;
a
www.eeworm.com/read/127689/14340305
c ospfh_lsa.c
/* LSA */
#include "ospfh.h"
#include "ospfh_patch.h"
/*liuaibo*/
struct timeval
tv_adjust (struct timeval a)
{
while (a.tv_usec >= 1000000)
{
a.tv_usec -= 1000000;
a
www.eeworm.com/read/227070/14442158
txt changelog.txt
usbasp.2005-11-14
----------------------
- fixed blocksize restriction (programming the Mega128 now works)
by Thomas Pfeifer (TP)
- update patch for avrdude-5.0
usbasp.2005-07-03
-----------------
www.eeworm.com/read/119473/14829524
asm timer.asm
; This program demonstrates how to patch into the int 1Ch timer interrupt
; vector and create an interrupt chain.
.xlist
.286
include stdlib.a
includelib stdlib.lib
.list
dseg s
www.eeworm.com/read/119473/14829759
asm grabscrn.asm
; GRABSCRN.ASM
;
; A short TSR to capture the current display screen and display it later.
;
; Note that this code does not patch into int 2Fh (multiplex interrupt)
; nor can you remove this code
www.eeworm.com/read/119269/14835684
c winnet.c
/*
* Windows networking abstraction.
*
* Due to this clean abstraction it was possible
* to easily implement IPv6 support :)
*
* IPv6 patch 1 (27 October 2000) Jeroen Massar
www.eeworm.com/read/219939/14859099
txt readme.txt
This directory holds patches that are useful for Linux integration.
Right now there is only one patched file, yaffs_mtdif2.c. This has been
patched with a tweaked version of "Sergey's patch" and typi