1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  3. d2db480 Remove useless shmat(...) casts. by Cyril Hrubis · 10 years ago
  4. 371cf0a Remove returns that follows tst_exit() by Cyril Hrubis · 10 years ago
  5. cf0d626 Remove all useless NULL casts. by Cyril Hrubis · 10 years ago
  6. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  7. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  8. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  9. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  10. ebd4e9f Fix compile. by Garrett Cooper · 14 years ago
  11. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  12. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  13. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  14. da124b9 Just another printf cleanup: attached patch fixes some more printf formating issues as well as some coding style errors. Signed-off-by: <chrubis@suse.cz>. by subrata_modak · 15 years ago
  15. 3b8e06c I see Roy's patch was already checked in. In principle I agree with the patch, but a few things are wrong now and IMHO does not fulfill what it should test any longer. shm05.c -> see my (untested!!!) patch below. Some architectures can only map at specific offsets. Current version "sucessfully" fails, because e.g. hppa can't map at cp+4096. So, it's not failing because the memory regions overlap, although that was intended to be tested...shm06.c now does basically the same test as shm04.c ?!? Doesn't make sense... I would revert the patch for shm06, but maybe others think different???? Other patches seem ok, although I haven't looked too deep into them yet... Helge Deller <deller@gmx.de>. by subrata_modak · 16 years ago
  16. 78b1912 This patch modifies testcases to attach their shm segment to addresses chosen by ststem instead of arch-dependent ones. I looked into the history of these testcases, but couldn't find the reason why they specified arch-dependent addresses in the first place. If it has something to do with the page coloring issue, SHMLBA should be in some manners instead of defining arch-dependent addresses. Tested successfully on ia64, ppc64, x86_64, s390x & i386 by Subrata Modak <subrata@linux.vnet.ibm.com>, and by Martin Habets <errandir_news@mph.eclipse.co.uk> on sparc32. Signed-off-by: Roy Lee <roylee17@gmail.com>. by subrata_modak · 16 years ago
  17. 2e2af47 cleanup code by vapier · 17 years ago
  18. dc72339 Helge Deller writes: add support for hppa by vapier · 17 years ago
  19. c866f1d Applied changes submitted by Ramesh Subramanian for the __ARM_ARCH_4T__ architecture. by robbiew · 21 years ago
  20. b084888 Applied IA64 address fixes from Jacky Malcles. by robbiew · 21 years ago
  21. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  22. 38f7911 Initial checkin of shared memory tests from SPIE suite. by robbiew · 22 years ago