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. 0b9589f testcases: Constify char *msg variable. by Cyril Hrubis · 10 years ago
  4. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  5. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  6. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  7. c0762b8 network/lib6/asapi_06: pcmsg->cmsg_len is of type size_t by Markos Chandras · 13 years ago
  8. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  9. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  10. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  11. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  12. 8fb1cdb More style cleanup. by Garrett Cooper · 14 years ago
  13. df3eb16 Deal with a lot of annoying style nits. by Garrett Cooper · 14 years ago
  14. 5256819 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  15. 005dc01 Tests in testcase/network/lib6 has been excluded because they occured build break on the earlier distributions. Now autoconf is introduced, we can include it again. Ths series of patches enable the lib6 tests. The initialization style of union, ".<member>=<value>", is one of the latest gcc extention. It's better not to use it. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  16. aa588ae When we compile the test codes with -Wall option, lots of warning appear. It is better to remove them for the future debbuging. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  17. 0102c2c "man 3 cmsg" says "Ancillary data should only be accessed using the CMSG macros and never directly." Indeed, when we handles cmsghdr mamber directly, this test falls into the infinite loop on a x86_64 environment. Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>. by subrata_modak · 16 years ago
  18. 1c06925 A patch by David Stevens that fixes: by mreed10 · 18 years ago
  19. 0559d69 Mitsuru Chinen writes: As an end-of-line semicolon is missing, compiling asapi_06.c is failed. by vapier · 18 years ago
  20. f81795e remove duplicated errno.h includes and just include errno.h, not sys/errno.h by vapier · 18 years ago
  21. 949c5b1 Updates to ASAPI tests from David Stephens for new glibc and RFC 3542 by mridge · 19 years ago