1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. ed991ae extract pidns tests from runpidnstest.sh to runtest/containers by Jan Stancek · 10 years ago
  3. fd5e693 containers: added pidns/pidns03.c by Matus Marhefka · 10 years ago
  4. b47b875 drop test pidns03 ? by Subrata Modak · 14 years ago
  5. 7f140ab Polish up clean logic a bit further. Later versions of gcc (rightfully) whine more about function attributes, et all. by yaberauneya · 15 years ago
  6. b15aafd Hi, by subrata_modak · 16 years ago
  7. a2af6a3 If we unshare pidns without unsharing mounts namespace, and then do a mount -t proc none /proc, then the new proc sits over the original proc for the whole system. Since pidns03 wasn't using CLONE_NEWNS, when it exited /proc showed zero tasks. This can be fixed by doing 'umount -l /proc', but 'umount /proc' is insufficient. More to the point, pidns03 wasn't trying to clean up /proc at all. So make it use CLONE_NEWNS so its private procfs will be automatically cleaned up. Signed-off-by: Serge E. Hallyn <serue@us.ibm.com>. by subrata_modak · 16 years ago
  8. cd92d54 Now that they are in it's best to drop the noltp junk leftover from the LTP port of the container tests. by subrata_modak · 16 years ago
  9. 1e9d84b Some code cleanup in PID & SYSVIPC namespace testcases, by, "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 16 years ago
  10. c7d5c36 Initial set of PID Namespace testcase contributed by "Rishikesh K. Rajak" <risrajak@linux.vnet.ibm.com> by subrata_modak · 17 years ago