1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  3. 526fdf8 Change tst_resm() followed by tst_exit() to tst_brkm() by Cyril Hrubis · 10 years ago
  4. 9e4b117 Comments cleanup. by Cyril Hrubis · 10 years ago
  5. 4dff854 Fix testcases to call tst_exit() on exit by Cyril Hrubis · 10 years ago
  6. 7422562 testcases: Constify missed msg variables. by Cyril Hrubis · 10 years ago
  7. 1f1e15a msgctl: fix a bug of No such file or directory by Peng Haitao · 11 years ago
  8. 119cf4a msgctl{08, 09, 10, 11}: cleanup by Stanislav Kholmanskikh · 11 years ago
  9. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  10. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  11. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  12. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  13. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  14. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  15. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  16. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  17. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  18. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  19. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  20. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  21. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  22. 98be589 Change errno reporting mechanism to TERRNO/TTERRNO in msgctl tests: The TERRNO/TTERRNO flags offer more information than the manual errno output used previously in the tests. This patch changes the tst_resm(XXX, ..., errno) and similar statements to tst_resm(XXX|TERRNO, ...). Signed-off-by: Jiri Palecek <jpalecek@web.de>. by subrata_modak · 15 years ago
  23. ce6a0e3 fix/cleanup printf strings and errno handling by vapier · 15 years ago
  24. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  25. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  26. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  27. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  28. 5b69374 Since msgmni now scales to the memory size, it may reach big values. To avoid forking 2*msgmni processes and create msgmni msg queues, take the min between the procfs value and MSGMNI (as found in linux/msg.h). by subrata_modak · 16 years ago
  29. 440341b Since msgmni now scales to the memory size, it may reach big values. by subrata_modak · 16 years ago
  30. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 18 years ago
  31. 6eaecb2 Applied Coldfire patch from Jody McIntyre: by robbiew · 19 years ago
  32. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  33. 5585e6f Applied patch from Erik Andersen: by robbiew · 21 years ago
  34. 26676e0 Applied Dan Kegel's patch that checks for the existance of the 'ipcs' command by robbiew · 21 years ago
  35. f6e92cd Added additional code to get the current number if used message queues, by robbiew · 22 years ago
  36. c812b53 Corrected the way data is read from /proc/sys/kernel/msgmni by robbiew · 22 years ago
  37. 4f2c0c7 Added code to set the maximum number of message queues based on the system by robbiew · 22 years ago
  38. a886a57 Applied patch from V.R. Sundar: by robbiew · 22 years ago
  39. 577ff1a Initial checkin of additional msgctl tests. by robbiew · 22 years ago