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. c7086f3 Fix style in testcase. by Garrett Cooper · 14 years ago
  13. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  14. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  15. a9e49f1 Fix all of the remaining conflicts and some style issues. by Garrett Cooper · 14 years ago
  16. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  17. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  18. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  19. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  20. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  21. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  22. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  23. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  24. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  25. de04652 Hi, by Subrata Modak · 14 years ago
  26. d0605c4 msgctl10() un-necessarily eats up all the PIDs of the system leading to by Rishikesh K Rajak · 14 years ago
  27. 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
  28. ce6a0e3 fix/cleanup printf strings and errno handling by vapier · 15 years ago
  29. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  30. 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