User contributions
Jump to navigation
Jump to search
- 08:46, 2 September 2013 diff hist +21 Upstream kernel commits
- 08:45, 2 September 2013 diff hist +9 Upstream kernel commits
- 16:14, 26 July 2013 diff hist +110 Manpages →avagin@
- 10:47, 12 July 2013 diff hist +130 Installation →Kernel configuration
- 10:08, 6 June 2013 diff hist +1 News/events
- 10:05, 6 June 2013 diff hist +330 News/events
- 18:03, 5 June 2013 diff hist +79 News/events/past →CRIU talk at Fedora Virtualization Day
- 18:02, 5 June 2013 diff hist +103 News/events/past →CRIU talk at Fedora Virtualization Day
- 18:01, 5 June 2013 diff hist +322 News/events/past
- 18:00, 5 June 2013 diff hist +19 N File:Russian fedora.png Russian Fedora Logo current
- 11:01, 5 June 2013 diff hist +60 Todo
- 10:55, 5 June 2013 diff hist +423 Todo
- 10:48, 5 June 2013 diff hist +6 Todo
- 08:38, 23 May 2013 diff hist +137 Installation →Kernel configuration
- 13:14, 23 April 2013 diff hist +131 Upstream kernel commits
- 11:31, 12 April 2013 diff hist -43 Simple loop →Dumping one shell job
- 11:30, 12 April 2013 diff hist +426 Simple loop →Dumping a simplest process in a new session without controll terminal
- 11:06, 12 April 2013 diff hist +82 Simple loop →Dumping one shell job
- 11:03, 12 April 2013 diff hist +622 Simple loop
- 08:43, 12 April 2013 diff hist +527 Simple loop
- 08:39, 12 April 2013 diff hist +1,440 N Simple loop Created page with " $ cat > test.sh <<-EOF #!/bin/sh while :; do sleep 1 date done EOF $ chmod +x test.sh $ setsid ./test.sh < /dev/null &> test.log & [2] 2220 [2]+ Done ..."
- 13:06, 1 April 2013 diff hist +358 Todo
- 08:25, 26 March 2013 diff hist +48 Todo
- 10:27, 20 February 2013 diff hist +100 Upstream kernel commits
- 07:49, 25 January 2013 diff hist +84 Comparison to other CR projects
- 17:52, 21 January 2013 diff hist +34 Installation →iproute2
- 12:00, 17 January 2013 diff hist 0 How to submit patches →An example of patch message
- 12:00, 17 January 2013 diff hist +9 How to submit patches →Signing your work
- 11:58, 17 January 2013 diff hist +49 N SubmittingPatches Avagin moved page SubmittingPatches to How to submit patches into the CRIU current
- 11:58, 17 January 2013 diff hist 0 m How to submit patches Avagin moved page SubmittingPatches to How to submit patches into the CRIU
- 11:56, 17 January 2013 diff hist +17 How to submit patches
- 11:54, 17 January 2013 diff hist -210 How to submit patches
- 10:47, 6 January 2013 diff hist +92 N Postulates Created page with "* All shared resources should be restored by a task with minimal PID for avoiding deadlocks."
- 12:23, 5 December 2012 diff hist +528 N Stages of restoring Created page with "A process of restoring has a few global synchronization points: * CR_STATE_FORKING - Create tasks and restore group leaders. * CR_STATE_RESTORE_PGID - Restore group IDs. Group..."
- 10:02, 4 December 2012 diff hist +13 Pending signals →What do we need to dump pending signals?
- 15:01, 3 December 2012 diff hist +1,289 N Pending signals Created page with "===Introduction=== A process can block a set of signals and all signals will wait in two kernel queues. One queue is shared between threads and the other is private for a thre..."
- 15:29, 30 October 2012 diff hist +43 What software is supported
- 15:14, 30 October 2012 diff hist -33 What software is supported
- 15:12, 30 October 2012 diff hist +56 What software is supported
- 15:10, 30 October 2012 diff hist +40 What software is supported
- 09:46, 29 October 2012 diff hist +34 N COW Avagin moved page COW to Copy-on-write memory current
- 09:46, 29 October 2012 diff hist 0 m Copy-on-write memory Avagin moved page COW to Copy-on-write memory
- 09:43, 29 October 2012 diff hist +10 Copy-on-write memory
- 09:39, 29 October 2012 diff hist +203 Copy-on-write memory
- 09:32, 29 October 2012 diff hist +19 Copy-on-write memory
- 09:29, 29 October 2012 diff hist +1,595 N Copy-on-write memory Created page with "=How it works now= ==Restoring== We have different ideas how to restore COW memory. In a moment we even thought to use KSM (Kernel Shared Memory) for that. As result we found ..."
- 09:28, 29 October 2012 diff hist +42 N File:Cow.png A scheme of restoring copy-on-write memory current
- 09:26, 29 October 2012 diff hist +42 N File:Cow.svg A scheme of restoring copy-on-write memory current
- 11:32, 18 September 2012 diff hist +78 Usage scenarios →Container live migration
- 11:01, 18 September 2012 diff hist +2 LXC →Example