代码搜索:patch
找到约 9,523 项符合「patch」的源代码
代码结果 9,523
www.eeworm.com/read/182103/5272435
notes
#
# $Id: NOTES,v 1.1 2000/09/01 10:57:21 joel Exp $
#
Notes on merging GoAhead Webs 2.1. Eventually RTEMS should be supported
in their distributions and this directory removed.
Applied patch from
www.eeworm.com/read/180227/5287679
alloc_syscall readme.alloc_syscall
The concept shown here is what psc does to get a system call without needing
to patch the kernel source for psc - so this is simply all stolen from
psc/psc.c .
This shows how to allocate a system c
www.eeworm.com/read/180227/5287789
c new_thread.c
/*
* Written by Der Herr Hofrat, der.herr@hofr.at
* (C) 2002 FSMLabs
* License: GPL Version 2
*/
/*
* Note: you *MUST* patch schedulers/rtl_sched.c first befor this example works
* if run with
www.eeworm.com/read/179911/5295774
cyclomy readme.cyclomy
NOTE: Earlier versions of the driver mapped ttyC0 to minor
number 32, but this is changed in this distribution. Port ttyC0
now maps to minor number 0.) The following patch should be
applied to /dev
www.eeworm.com/read/162614/5515351
c nested_struct2.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Sample taken from Alan Modras patch to src/pr
www.eeworm.com/read/162614/5515407
c nested_struct3.c
/* Area: ffi_call, closure_call
Purpose: Check structure passing with different structure size.
Contains structs as parameter of the struct itself.
Sample taken from Alan Modras patch to src/pr
www.eeworm.com/read/162614/5526130
f90 assumed_charlen_function_1.f90
! { dg-do compile }
! { dg-options "-std=legacy" }
! Tests the patch for PRs 25084, 20852, 25085 and 25086, all of
! which involve assumed character length functions.
! Compiled from original PR t
www.eeworm.com/read/162614/5526214
f90 merge_char_const.f90
! { dg-do run }
! { dg-options "-O0" }
! This tests the patch for PR24311 in which the PRINT statement would
! ICE on trying to print a MERGE statement with character constants
! for the first two arg
www.eeworm.com/read/350097/3130667
cyclomy readme.cyclomy
NOTE: Earlier versions of the driver mapped ttyC0 to minor
number 32, but this is changed in this distribution. Port ttyC0
now maps to minor number 0.) The following patch should be
applied to /dev
www.eeworm.com/read/339446/3307709
sed version.sed
#! /usr/bin/sed -nf
s/^#define *FREETYPE_MAJOR *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define *FREETYPE_MINOR *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define *FREETYPE_PATCH *\([^ ]