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. 4e2bab8 Make use of NULL by Cyril Hrubis · 10 years ago
  5. 371cf0a Remove returns that follows tst_exit() by Cyril Hrubis · 10 years ago
  6. 00ca3f6 mem: shmt: set 16kb incrediment for Aarch64 by Riku Voipio · 11 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  9. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  10. 72521cf Fix more tests; remove more Tst_count externs. by Garrett Cooper · 14 years ago
  11. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  12. 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
  13. 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
  14. c327066 The fixed address passed to mmap() should be aligned to the value of SHMLBA as defined in sys/shm.h. See Documentation/cachetlb.txt in the kernel for the explanation behind this. On most architectures this value is the page size, but not on all. Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk> by subrata_modak · 16 years ago
  15. f18fae9 Adds arm to the architectures where SHMBLA != PAGESIZE, submitted by Khem Raj <kraj@mvista.com> by subrata_modak · 17 years ago
  16. 1c3d609 "carmelo.amoroso@st.com" fixed the anomaly when "SHLBA != getpagesize()", like in SH architecture by subrata_modak · 17 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. 4798ac0 A patch by Jacky Malcles (The IA-64 architecture sets SHMLBA to 1MB and) by mreed10 · 18 years ago
  20. 457567e Adding support for ppc64 and fixing resolving Bug # 26883 by mreed10 · 18 years ago
  21. 170e703 Marc Tardif writes: by vapier · 18 years ago
  22. 877a83b Added IA64 specific code. by robbiew · 20 years ago
  23. 047e56b Applied patch from Steve Hill and Gary Williams for MIPS. by robbiew · 20 years ago
  24. 13ac9af *** empty log message *** by robbiew · 21 years ago
  25. fb247a2 Removed reference to uname and replaced with #ifdef __(arch)__ by robbiew · 21 years ago
  26. 3e3ae1b Applied IA64 specific patch from Jacky. by robbiew · 21 years ago
  27. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  28. 71d720d Applied patch from Susanne Wintenber to allow for 64bit execution. by robbiew · 22 years ago
  29. 38f7911 Initial checkin of shared memory tests from SPIE suite. by robbiew · 22 years ago