Found 2214 matching messages (0.037 seconds). Page 1 of 50.
... >\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
... 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
... 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
... 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
... 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
linux-kernel - Tony Lindgren - Apr 9 2007 - 17:28
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
... #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
... 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
linux-kernel - Rusty Russell - May 10 2007 - 06:12
... /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
... ); 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
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
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
From: doug thompson
linux-kernel - dougthompson - Jul 9 2007 - 13:10
From: doug thompson
linux-kernel - dougthompson - Jul 13 2007 - 12:54
... '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
... 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
... (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
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
... + 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
... ")) + " 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