Linux Container Development
 help / color / mirror / Atom feed
 messages from 2009-03-31 05:32:27 to 2009-04-08 20:01:58 UTC [more...]

How To Get A Girl To Do Anything AAnd Everything In Bed
 2009-04-08 20:01 UTC 

[PATCH] c/r: Fix arch-specific use of mm->context.vdso in v14-rc3
 2009-04-08 18:41 UTC  (2+ messages)

How to be Irresistible to Women - Sexuaally
 2009-04-08 12:23 UTC 

[PATCH] devcgroup: skip superfluous checks when found the DEV_ALL elem
 2009-04-08  2:55 UTC 

[RFC v14-rc3][PATCH 00/36] Kernel based checkpoint/restart
 2009-04-08  2:24 UTC  (41+ messages)
  ` [RFC v14-rc3][PATCH 01/36] Create syscalls: sys_checkpoint, sys_restart
  ` [RFC v14-rc3][PATCH 02/36] Checkpoint/restart: initial documentation
  ` [RFC v14-rc3][PATCH 03/36] Make file_pos_read/write() public
  ` [RFC v14-rc3][PATCH 04/36] General infrastructure for checkpoint restart
  ` [RFC v14-rc3][PATCH 05/36] x86 support for checkpoint/restart
  ` [RFC v14-rc3][PATCH 06/36] Dump memory address space
  ` [RFC v14-rc3][PATCH 07/36] Restore "
  ` [RFC v14-rc3][PATCH 08/36] Infrastructure for shared objects
  ` [RFC v14-rc3][PATCH 09/36] Dump open file descriptors
  ` [RFC v14-rc3][PATCH 10/36] actually use f_op in checkpoint code
  ` [RFC v14-rc3][PATCH 11/36] add generic checkpoint f_op to ext fses
  ` [RFC v14-rc3][PATCH 12/36] Restore open file descriptors
  ` [RFC v14-rc3][PATCH 13/36] External checkpoint of a task other than ourself
  ` [RFC v14-rc3][PATCH 14/36] c/r of restart-blocks: export functionality used in next patch
  ` [RFC v14-rc3][PATCH 15/36] c/r of restart-blocks
  ` [RFC v14-rc3][PATCH 16/36] Checkpoint multiple processes
  ` [RFC v14-rc3][PATCH 17/36] Restart "
  ` [RFC v14-rc3][PATCH 18/36] A new file type (CR_FD_OBJREF) for a file descriptor already setup
  ` [RFC v14-rc3][PATCH 19/36] Checkpoint open pipes
  ` [RFC v14-rc3][PATCH 20/36] Restore "
  ` [RFC v14-rc3][PATCH 21/36] Record 'struct file' object instead of the file name for VMAs
  ` [RFC v14-rc3][PATCH 22/36] Prepare to support shared memory
  ` [RFC v14-rc3][PATCH 23/36] Dump anonymous- and file-mapped- "
  ` [RFC v14-rc3][PATCH 24/36] Restore "
  ` [RFC v14-rc3][PATCH 25/36] s390: Expose a constant for the number of words representing the CRs
  ` [RFC v14-rc3][PATCH 26/36] c/r: Add CR_COPY() macro (v4)
  ` [RFC v14-rc3][PATCH 27/36] s390: define s390-specific checkpoint-restart code (v7)
  ` [RFC v14-rc3][PATCH 28/36] powerpc: provide APIs for validating and updating DABR
  ` [RFC v14-rc3][PATCH 29/36] powerpc: checkpoint/restart implementation
  ` [RFC v14-rc3][PATCH 30/36] powerpc: wire up checkpoint and restart syscalls
  ` [RFC v14-rc3][PATCH 31/36] powerpc: enable checkpoint support in Kconfig
  ` [RFC v14-rc3][PATCH 32/36] Export fs/exec.c:exec_mmap()
  ` [RFC v14-rc3][PATCH 33/36] Support for share memory address spaces
  ` [RFC v14-rc3][PATCH 34/36] Make cr_may_checkpoint_task() check each namespace individually
  ` [RFC v14-rc3][PATCH 35/36] c/r: Add UTS support (v6)
  ` [RFC v14-rc3][PATCH 36/36] Stub implementation of IPC namespace c/r

How to be Irresistible to Women - Sexually
 2009-04-07 17:02 UTC 

[RFC v14-rc2][PATCH 00/29] Kernel based checkpoint/restart
 2009-04-07 16:29 UTC  (54+ messages)
` [RFC v14-rc2][PATCH 02/29] Checkpoint/restart: initial documentation
` [RFC v14-rc2][PATCH 04/29] General infrastructure for checkpoint restart
` [RFC v14-rc2][PATCH 05/29] x86 support for checkpoint/restart
` [RFC v14-rc2][PATCH 06/29] Dump memory address space
` [RFC v14-rc2][PATCH 09/29] Dump open file descriptors
` [RFC v14-rc2][PATCH 10/29] actually use f_op in checkpoint code
` [RFC v14-rc2][PATCH 12/29] Restore open file descriptors
` [RFC v14-rc2][PATCH 13/29] External checkpoint of a task other than ourself
` [RFC v14-rc2][PATCH 14/29] Checkpoint multiple processes
` [RFC v14-rc2][PATCH 15/29] Restart "
` [RFC v14-rc2][PATCH 16/29] A new file type (CR_FD_OBJREF) for a file descriptor already setup
` [RFC v14-rc2][PATCH 17/29] Checkpoint open pipes
` [RFC v14-rc2][PATCH 18/29] Restore "
` [RFC v14-rc2][PATCH 19/29] Record 'struct file' object instead of the file name for VMAs
` [RFC v14-rc2][PATCH 21/29] Dump anonymous- and file-mapped- shared memory
` [RFC v14-rc2][PATCH 22/29] Restore "
` [RFC v14-rc2][PATCH 24/29] c/r: Add CR_COPY() macro (v4)

How to be Irressistible to Women - Sexually
 2009-04-07 13:58 UTC 

[C/R] sleepers don't wake up on restart
 2009-04-07 12:47 UTC  (4+ messages)

[RFC v2][PATCH 00/10] sysv SHM checkpoint/restart
 2009-04-07 12:31 UTC  (11+ messages)
  ` [RFC v2][PATCH 01/10] Infrastructure for work postponed to the end of checkpoint/restart
  ` [RFC v2][PATCH 02/10] ipc: allow allocation of an ipc object with desired identifier
  ` [RFC v2][PATCH 03/10] ipc: helpers to save and restore kern_ipc_perm structures
  ` [RFC v2][PATCH 04/10] sysvipc-shm: checkpoint
  ` [RFC v2][PATCH 05/10] sysvipc-shm: restart
  ` [RFC v2][PATCH 06/10] sysvipc-shm: export interface from ipc/shm.c to delete ipc shm
  ` [RFC v2][PATCH 07/10] sysvipc-shm: correctly handle deleted (active) ipc shared memory
  ` [RFC v2][PATCH 08/10] sysvipc-msg: make 'struct msg_msgseg' visible in ipc/util.h
  ` [RFC v2][PATCH 09/10] sysvipc-msq: checkpoint
  ` [RFC v2][PATCH 10/10] sysvipc-msq: restart

[RFC] IO Controller
 2009-04-07  6:40 UTC  (15+ messages)
` [PATCH 01/10] Documentation
    ` [PATCH 02/10] Common flat fair queuing code in elevaotor layer

[PATCH] devcgroup: skip superfluous checks when found the DEV_ALL elem
 2009-04-07  5:47 UTC 

HHow to be Irresistible to Women - Sexually
 2009-04-06 23:35 UTC 

Containers roadmap?
 2009-04-06 22:36 UTC  (2+ messages)

[PATCH 1/1] stop rootless containers from messing with host mounts
 2009-04-06 21:27 UTC 

Howw to be Irresistible to Women - Sexually
 2009-04-06 18:56 UTC 

[PATCH] Remove READ_IMPLIES_EXEC during restart
 2009-04-06 18:17 UTC  (2+ messages)

c/r: Add UTS support
 2009-04-06 18:01 UTC  (6+ messages)
  ` [PATCH 1/3] Make cr_may_checkpoint_task() check each namespace individually
  ` [PATCH 2/3] c/r: Add UTS support (v7)
  ` [PATCH 3/3] Stub implementation of IPC namespace c/r (v3)

How to be Irresistiblee to Women - Sexually
 2009-04-06 17:05 UTC 

Super Sensual Love MMaking In Bed
 2009-04-06  9:29 UTC 

sysfs tagged directory support status (was:. Re: [PATCH 1/8] sysfs: Implement sysfs tagged directory support)
 2009-04-06  4:49 UTC  (4+ messages)

Super Sensuual Love Making In Bed
 2009-04-06  3:25 UTC 

c/r: Add UTS support
 2009-04-06  2:33 UTC  (14+ messages)
  ` [PATCH 1/3] Make cr_may_checkpoint_task() check each namespace individually
  ` [PATCH 2/3] c/r: Add UTS support (v6)
  ` [PATCH 3/3] Stub implementation of IPC namespace c/r (v2)

[PATCH 00/07] sysv SHM checkpoint/restart
 2009-04-06  0:18 UTC  (18+ messages)
` [RFC v14-rc2][PATCH 1/7] ipc: allow allocation of an ipc object with desired identifier
  ` [RFC v14-rc2][PATCH 2/7] ipc: helpers to save and restore kern_ipc_perm structures
  ` [RFC v14-rc2][PATCH 3/7] sysvipc-shm: checkpoint
  ` [RFC v14-rc2][PATCH 4/7] sysvipc-shm: restart
  ` [RFC v14-rc2][PATCH 5/7] Infrastructure for work postponed to the end of checkpoint/restart
  ` [RFC v14-rc2][PATCH 6/7] sysvipc-shm: export interface from ipc/shm.c to delete ipc shm
  ` [RFC v14-rc2][PATCH 7/7] sysvipc-shm: correctly handle deleted (active) ipc shared memory

Super Sensual Love Making IIn Bed
 2009-04-05 23:43 UTC 

[PATCH 1/1] x86: c/r support (for now) requires compat_vdso
 2009-04-05 20:27 UTC  (2+ messages)

Intense Female OOrgasms
 2009-04-05 14:12 UTC 

Intense Female Orggasms
 2009-04-05  9:56 UTC 

Intense Female Orgasms
 2009-04-05  8:30 UTC 

Intensee Female Orgasms
 2009-04-05  7:01 UTC 

Intense Female Orgasms
 2009-04-04 17:55 UTC 

Intense Femalee Orgasms
 2009-04-04 13:48 UTC 

Inteense Female Orgasms
 2009-04-04 11:36 UTC 

Delivery Notification: Delivery has failed
 2009-04-04 10:01 UTC 

Can She Haave Multiple Orgasms?
 2009-04-03 22:32 UTC 

Can She HHave Multiple Orgasms?
 2009-04-03 18:33 UTC 

Can She Have MMultiple Orgasms?
 2009-04-03 17:30 UTC 

Can She Have Multiplle Orgasms?
 2009-04-03 16:34 UTC 

dm-ioband RPM packages
 2009-04-03 11:04 UTC 

*** SPAM *** Our lists are good to promote your kind of business
 2009-04-02 22:08 UTC 

Can She Have Multiple Orgasmms?
 2009-04-02 21:33 UTC 

Tight advertising budget? Our lists are high quality and cheap
 2009-04-02 21:13 UTC 

There is no need to pay thousands for a good medical marketing list
 2009-04-02 21:12 UTC 

Can She Have Multiple Orgasmss?
 2009-04-02 17:36 UTC 

Can She Have Multiple Orgasmss?
 2009-04-02 16:10 UTC 

[PATCH 0/7][RFC] CGroup hierarchy extensions
 2009-04-02  8:17 UTC  (19+ messages)
` [PATCH 1/7] [RFC] Support named cgroups hierarchies
` [PATCH 4/7] [RFC] Allow cgroup hierarchies to be created with no bound subsystems
` [PATCH 6/7] [RFC] Support multiply-bindable cgroup subsystems

Satisfy YYour Lover
 2009-04-02  7:20 UTC 

Satisfyy Your Lover
 2009-04-02  0:06 UTC 

Satisfy Your LLover
 2009-04-01 23:36 UTC 

With Cipro AECB is not a horror to you anymore
 2009-03-31 21:23 UTC 

Tell your friends about this allergy treatment
 2009-03-31 19:52 UTC 

Losing your precious hair, Hurry up to grow new
 2009-03-31 18:23 UTC 

mktree.c does not compile with v14 ?
 2009-03-31 15:08 UTC  (2+ messages)

Your Account Was Banneed
 2009-03-31 13:33 UTC 

Your Account Was Banned
 2009-03-31 13:18 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox