login
Header Space

 
 

Mailing list archives

Search results

Found 2214 matching messages (0.037 seconds). Page 1 of 50.

[PATCH 7/7] Remove all void-pointer arithmetic.

... >\n" while (!memcmp(buffer, "parent ", 7)) { memcpy(new + newlen, buffer, 48 ... buffer += 48; + convert_ascii_sha1((char *) buffer + 7); + buffer = (char *) buffer + 48; } convert_date ... c +++ b/patch-delta.c @@ -25,7 +25,7 @@ void *patch_delta ...

git - Florian Forster - Jun 18 2006 - 11:18

[StGIT PATCH 7/9] Replace crt_series uses with a method call.

... command' @@ -79,7 +79,7 @@ class Command: try: patch, branch, patch_id = ... (self): """Deletes one or more patches. """ - applied_patches = crt_series.get_applied() - unapplied_patches = crt_series. ...

git - Yann Dirson - Jun 16 2007 - 18:01

[ PATCH 7/7 ] UML - Add missing __init declarations

... not being properly marked, so this patch fixes that. Signed-off-by: Jeff ... -20 21:37:34.000000000 -0400 @@ -164,7 +164,8 @@ found: * (file: kernel/tt/ ... 37:43.000000000 -0400 @@ -21,6 +21,7 @@ #include "skas_ptrace.h" #include "kern_constants.h" ...

linux-kernel - Jeff Dike - Mar 22 2007 - 12:06

[patch 7/7] Add IRQF_IRQPOLL flag on arm

... at91/at91rm9200_time.c @@ -87,7 +87,7 @@ static irqreturn_t at91rm9200_timer_inte static ... at91/at91sam926x_time.c @@ -66,7 +66,7 @@ static irqreturn_t at91sam926x_timer_int static ... shark/core.c @@ -90,7 +90,7 @@ shark_timer_interrupt(int irq, void ...

linux-kernel - Bernhard Walle - Mar 27 2007 - 16:22

[PATCH 7/14] ARM: OMAP: Sync board specific files with linux-omap

... files with linux-omap tree. Patch consists mostly of driver updates ... &nor_device, &nand_device, @@ -372,6 +412,7 @@ static struct platform_device *devices[] &h3_irda_device, ... 000000000 -0400 @@ -29,6 +29,7 @@ #include #include ...

linux-kernel - Tony Lindgren - Apr 9 2007 - 17:28

[PATCH 7/9] Containers (V9): Make cpusets a client of containers

This patch removes the filesystem support logic from the cpusets system and ... use generic containers * * This file is subject to the terms and conditions of ... (cont), trial)) return -EBUSY; } @@ -738,7 +468,8 @@ static int validate_change( ...

linux-kernel - menage - Apr 27 2007 - 06:46

[PATCH 7/21] Char: cyclades, printk cleanups

... #endif return info->xmit_cnt; #ifdef Z_EXT_CHARS_IN_BUFFER @@ -3023,7 +3022,8 @@ static int cy_chars_in_buffer(struct tty_struct *tty ... d was %x\n", info->line, + retval); } } } @@ -4004,7 +4007,8 @@ cy_ioctl(struct tty_struct *tty, ...

linux-kernel - Jiri Slaby - Apr 29 2007 - 16:57

Re: [patch 7/9] lguest: the net driver

... and module unload in the documentation patch for future enthusiasts. The rest is ... the extract from my current "feedback" patch: ... 2) Jeff Garzik - Use netdev_priv instead ... 25 2007 +1000 @@ -27,6 +27,7 @@ #include #include < ...

linux-kernel - Rusty Russell - May 10 2007 - 06:12

[patch 7/7] tidy up usermode helper waiting a bit

... /drivers/macintosh/therm_pm72.c @@ -1770,7 +1770,8 @@ static int call_critical_overtemp( ... /drivers/macintosh/windfarm_core.c @@ -80,7 +80,8 @@ int wf_critical_overtemp(void) ... /security/keys/request_key.c @@ -108,7 +108,8 @@ static int call_sbin_request_key( ...

linux-kernel - Jeremy Fitzhardinge - May 10 2007 - 19:57

[PATCH 7/7] Replace DPRINTK with pr_debug_pid in autofs4

... ); dput(dentry); spin_lock(&dcache_lock); @@ -169,7 +169,7 @@ void autofs4_kill_sb(struct super_block kfree(sbi) ... pr_debug_pid("shutting down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc sbi = ...

linux-kernel - Jack Stone - Jun 8 2007 - 18:25

[PATCH 7/7] Replace DPRINTK with pr_debug_pid in autofs4

This patch uses the new pr_debug_pid function to replace DPRINKs in ... down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc ... spin_lock(&dentry->d_lock); @@ -330,7 +330,7 @@ static void *autofs4_follow_link(struct ...

linux-kernel - Jack Stone - Jun 9 2007 - 04:20

[RFC PATCH 7/8] remove DECLARE_TASKLET API

This patch replaces the DECLARE_TASKLET for tasklet_init. Signed-off-by: Steven Rostedt ... drivers/char/drm/drm_irq.c @@ -458,7 +458,13 @@ static void drm_locked_tasklet_func(unsi ... IUCV_QUERY = 0, @@ -1525,6 +1525,7 @@ static int iucv_init(void) rc ...

linux-kernel - Steven Rostedt - Jun 27 2007 - 15:36

[PATCH 7/8] drivers edac fix edac_mc sysfs completion code

From: doug thompson This patch refactors the 'releasing' of kobjects for the ... mem_ctls_mutex); return 1; } - EXPORT_SYMBOL_GPL(edac_mc_add_mc); /** @@ -501,7 +515,6 @@ struct mem_ctl_info *edac_mc_del_mc(stru ...

linux-kernel - dougthompson - Jul 9 2007 - 13:10

[PATCH 7/8] drivers edac fix edac_mc sysfs completion code

From: doug thompson This patch refactors the 'releasing' of kobjects for the ... mem_ctls_mutex); return 1; } - EXPORT_SYMBOL_GPL(edac_mc_add_mc); /** @@ -501,7 +515,6 @@ struct mem_ctl_info *edac_mc_del_mc(stru ...

linux-kernel - dougthompson - Jul 13 2007 - 12:54

ATA Patch #7 (Re: ATA Patch #6)

... 's a small modification to ATA Patch #7 that just worked(but ... ata_raiddisk_detach(adp); @@ -295,6 +296,7 @@ ATA_SLEEPLOCK_CH(adp->device->channel, ATA_CONTROL) ... return ATA_OP_FINISHED; @@ -881,6 +883,7 @@ if (ata_command(adp->device, ATA_C_NOP, ...

dragonflybsd-kernel - YONETANI Tomokazu - Nov 29 2004 - 13:05

Re: ATA Patch #7 (Re: ATA Patch #6)

... a small modification to ATA Patch #7 :that just worked(but ... ata_raiddisk_detach(adp); :@@ -295,6 +296,7 @@ : ATA_SLEEPLOCK_CH(adp->device->channel, ATA_CONTROL) ... return ATA_OP_FINISHED; :@@ -881,6 +883,7 @@ : if (ata_command(adp->device, ATA_C_NOP ...

dragonflybsd-kernel - Matthew Dillon - Nov 29 2004 - 14:40

[PATCH 7/14] UML - Style fixes pass 3

... (void) non_fatal("Checking advanced syscall emulation patch for ptrace..."); pid = start_ptraced_child(&stack); - ... + while (call < &__uml_initcall_end) { (*call)(); call++; } @@ -68,7 +62,8 @@ static void install_fatal_handler(int si ...

linux-kernel - Jeff Dike - Aug 14 2007 - 17:40

[PATCH 7/7] blk_end_request: change rq->end_io to cover request completion as a whole

This patch moves the rq->end_io() calling point to the top of blk_end_request ... needlock, blk_sync_rq_dtor, + drv_callback); +} EXPORT_SYMBOL(blk_end_sync_rq); /* @@ -3591,7 +3619,8 @@ EXPORT_SYMBOL(blk_complete_request); /* * queue lock ...

linux-kernel - Kiyoshi Ueda - Aug 31 2007 - 18:43

[PATCH 7/8] Builtin git-show-branch.

... + strcpy(pretty, "(unavailable)"); + if (!strncmp(pretty, "[PATCH] ", 8)) + cp = pretty + 8; + else + cp = ... + printf("[%s] ", + find_unique_abbrev(commit->object.sha1, 7)); + } + puts(cp); +} + +static char *ref_name[MAX_REVS + 1 ...

git - Peter Eriksen - May 23 2006 - 04:31

[PATCH 7/8] bash: Support unique completion when possible.

... ")) + " return ;; esac @@ -512,8 +503,7 @@ _git_format_patch () _git_ls_remote () { - local cur="${COMP_WORDS[COMP_CWORD]}" - ... -o default -o nospace -F _git_format_patch git-format-patch complete -o default -o nospace -F _git_log ...

git - Shawn O. Pearce - Feb 4 2007 - 03:38

speck-geostationary