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. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  4. fdce7d5 Another semiautomated cleanup. by Cyril Hrubis · 11 years ago
  5. 6180d13 ioctl03: add the new feature MULTI_QUEUE by Wanlong Gao · 12 years ago
  6. 5f16816 ioctl03: fix the wrong definition of macro IFF_VNET_HDR by Wanlong Gao · 12 years ago
  7. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  8. a8e7b2f ioctl03: code cleanups by Wanlong Gao · 12 years ago
  9. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  10. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  11. e683a86 Remove all unwanted references to TESTDIR. by Garrett Cooper · 14 years ago
  12. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  13. 04d4f10 Fix other minor style issues with testcase. by Garrett Cooper · 14 years ago
  14. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  15. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  16. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  17. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  18. e3ca5de The newly added test case ioctl03[1] introduces some problems. First, compilation errors. Second, test failures and misuse of TCONF. The following patch fixes them by changing an order of a header file and also checking IFF_VNET_HDR. It also tidy up the code and add some more information to test output.Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  19. 7b3d3d2 Subrata Modak <subrata@linux.vnet.ibm.com> wrote: Hi Rusty, I found that you wrote a test program to verify whether all the valid IFF flags are implemented by TUNGETFEATURES ioctl (recently in 2.6.27: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=07240fd0902c872f044f523893364a1a24c9f278). I ported the same into LTP format and created the first draft version. Yet to test it on the latest kernel, but the first draft works fine. If you do not have any issue(s), can we add this code to LTP with your permission ??. Rusty Russell <rusty@rustcorp.com.au> replied: Thanks, of course!. Signed-Off-By: Subrata Modak <subrata@linux.vnet.ibm.com>. Signed-Off-By: Rusty Russell <rusty@rustcorp.com.au>. by subrata_modak · 16 years ago