search for: task_

Displaying 9 results from an estimated 9 matches for "task_".

Did you mean: task
2006 Apr 26
8
Newbie: Hide div I''ve just show using link_to_remote?
...alternatively have a "Hide" link within my div. What is the best way to accomplish this? Here''s my existing code: <% for task in @mytasks %> <div class="rowFormat"> <%= link_to_remote( "#{task.title}", :update => "task_#{task.id}", :url =>{:controller => ''front/tasks'', :action => ''show'', :id => task} )%> </div> <div id="task_<%=task.id%>"></div> <% end %> -- Posted via http://www.ruby-forum.com/.
2007 Apr 18
0
[PATCH 17/21] i386 Ldt cleanups 1
...============================================================= --- linux-2.6.14-zach-work.orig/arch/i386/kernel/ptrace.c 2005-11-04 18:30:27.000000000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/ptrace.c 2005-11-05 00:28:04.000000000 -0800 @@ -146,8 +146,6 @@ static unsigned long getreg(struct task_ return retval; } -#define LDT_SEGMENT 4 - static unsigned long convert_eip_to_linear(struct task_struct *child, struct pt_regs *regs) { unsigned long addr, seg; Index: linux-2.6.14-zach-work/include/asm-i386/segment.h =================================================================== ---...
2007 Apr 18
0
[PATCH 17/21] i386 Ldt cleanups 1
...============================================================= --- linux-2.6.14-zach-work.orig/arch/i386/kernel/ptrace.c 2005-11-04 18:30:27.000000000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/ptrace.c 2005-11-05 00:28:04.000000000 -0800 @@ -146,8 +146,6 @@ static unsigned long getreg(struct task_ return retval; } -#define LDT_SEGMENT 4 - static unsigned long convert_eip_to_linear(struct task_struct *child, struct pt_regs *regs) { unsigned long addr, seg; Index: linux-2.6.14-zach-work/include/asm-i386/segment.h =================================================================== ---...
2007 Aug 29
0
sortable_element :onUpdate
First time poster - hope I''ve done sufficient homework to get more than an rtfm: In my view, I have a <ul> list wherein each list element is identified with an id, thusly: <ul id="todoHandle"> <% for task in @tasks %> <li id="task_<%=task.id%>"> <%= task.Description %> </li> <% end %> </ul> Next I have a sortable that is intended to make a callback after things are updated: <%= sortable_element :todoHandle, :handle => ''handle'' , :containment...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task= ) and "cgtime" (guest time of the task children) fields for the tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis= play these new fields. Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> -- = ------------- Laurent.Vivier@bull.net -------------- "Software is hard" - Donald Knuth -------------- next part -------------- Index: kvm/fs/...
2007 Aug 20
3
[PATCH 2/4] Introduce a new fields "gtime" and "cgtime" in task_struct and signal_struct
[PATCH 2/4] like for cpustat, introduce the "gtime" (guest time of the task= ) and "cgtime" (guest time of the task children) fields for the tasks. Modify signal_struct and task_struct. Modify /proc/<pid>/stat to dis= play these new fields. Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net> -- = ------------- Laurent.Vivier@bull.net -------------- "Software is hard" - Donald Knuth -------------- next part -------------- Index: kvm/fs/...
2007 Apr 18
2
[PATCH 19/21] i386 Kprobes semaphore fix
...=========================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/ptrace.c 2005-11-04 19:25:27.000000000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/ptrace.c 2005-11-04 19:26:37.000000000 -0800 @@ -146,46 +146,76 @@ static unsigned long getreg(struct task_ return retval; } -static unsigned long convert_eip_to_linear(struct task_struct *child, struct pt_regs *regs) +/* + * Get the GDT/LDT descriptor base. When you look for races in this code + * remember that LDT and other horrors are only used in user space. Must + * disable pre-emption to rea...
2007 Apr 18
2
[PATCH 19/21] i386 Kprobes semaphore fix
...=========================================================== --- linux-2.6.14-zach-work.orig/arch/i386/kernel/ptrace.c 2005-11-04 19:25:27.000000000 -0800 +++ linux-2.6.14-zach-work/arch/i386/kernel/ptrace.c 2005-11-04 19:26:37.000000000 -0800 @@ -146,46 +146,76 @@ static unsigned long getreg(struct task_ return retval; } -static unsigned long convert_eip_to_linear(struct task_struct *child, struct pt_regs *regs) +/* + * Get the GDT/LDT descriptor base. When you look for races in this code + * remember that LDT and other horrors are only used in user space. Must + * disable pre-emption to rea...
2006 Feb 24
2
r56 - trunk/debian
...--- pristine-linux-2.6.12/arch/ia64/kernel/ptrace.c 2005-06-17 21:48:29.000000000 +0200 -+++ linux-2.6.12-xen/arch/ia64/kernel/ptrace.c 2006-02-17 00:45:18.199526621 +0100 ++++ linux-2.6.12-xen/arch/ia64/kernel/ptrace.c 2006-02-25 00:12:30.022559394 +0100 @@ -945,6 +945,13 @@ access_uarea (struct task_struct *child, *data = (pt->cr_ipsr & IPSR_MASK); return 0; @@ -2356,7 +2356,7 @@ extern int sn_serial_console_early_setup(void); diff -Nurp pristine-linux-2.6.12/arch/ia64/kernel/signal.c linux-2.6.12-xen/arch/ia64/kernel/signal.c --- pristine-linux-2.6.12/arch/ia64/kernel/s...