1. 5004658 Replace GPL with SPDX-License-Identifier by using spdx_convert.sh by Yang Xu · 4 years, 5 months ago
  2. acc16bc c: Replace GPL verbose text by SPDX license identifier by Petr Vorel · 5 years ago
  3. 18b780d Rename TEST_ERRNO and TEST_RETURN for new test lib by Christian Lanig · 6 years ago
  4. 49543a1 kernel/syscall: divide .gitignore into one for each sub-folder by Yixin Zhang · 6 years ago
  5. a5bf525 tst_test.c: set the test id automatically by Cyril Hrubis · 7 years ago
  6. e1c49ed syscalls: Make use of SAFE_MACROS in cleanup by Cyril Hrubis · 7 years ago
  7. 7d3e166 ipc/msgget0*: Make use of IPC related macros by Xiao Yang · 8 years ago
  8. 97f1183 ipc/msgget0*: cleanup && convert to new API by Xiao Yang · 8 years ago
  9. d1e794d lib: Get rid of unused tst_require_root() callback by Cyril Hrubis · 9 years ago
  10. d6d11d0 Introduce tst_parse_opts() by Cyril Hrubis · 9 years ago
  11. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  12. 605fa33 Get rid of TEST_CLEANUP by Cyril Hrubis · 9 years ago
  13. d4ceb37 Consistently use tst_require_root() for root user check in syscalls. by Nicolas Joly · 10 years ago
  14. 7422562 testcases: Constify missed msg variables. by Cyril Hrubis · 10 years ago
  15. e38b961 Remove STD_FUNCTIONAL_TEST by Cyril Hrubis · 10 years ago
  16. c57fba5 testcases/kernel/syscalls: clean up old style prototypes by Mike Frysinger · 10 years ago
  17. d59a659 s/Tst_count/tst_count/ to avoid CamelCase by Caspar Zhang · 11 years ago
  18. 89af32a Another semiautomated cleanup. by Cyril Hrubis · 12 years ago
  19. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  20. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  21. 460095d Fix test. by Garrett Cooper · 14 years ago
  22. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  23. 7d0a4a5 Cleanup style and get rid of conflicts problems. by Garrett Cooper · 14 years ago
  24. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  25. 5374050 Merge branch 'master' into ltp-broom by Garrett Cooper · 14 years ago
  26. e1f008e Fix compile. by Garrett Cooper · 14 years ago
  27. 43088e1 Merge branch 'master' of ssh://ltp.git.sourceforge.net/gitroot/ltp/ltp by Garrett Cooper · 14 years ago
  28. 60fa801 More meaningful cleanup with making options parsing errors consistent. by Garrett Cooper · 14 years ago
  29. 45e285d Remove useless casts. by Garrett Cooper · 14 years ago
  30. ef77253 1. Please see README.mk-devel for a full description of the changes by yaberauneya · 15 years ago
  31. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  32. bdbaec5 Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  33. 4bb656a Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  34. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  35. b15aafd Hi, by subrata_modak · 16 years ago
  36. 19bace2 These patch removes a IPC leak in case of test failure. When the msgget function succeed instead of returning ENOSPC, the returned IPC was not released, by, Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 16 years ago
  37. af04320 This patch fixes a concurrency issue in msgget02. The second key used for this test was sometime conflicting with the key from another task due to a bad way of creating keys. This patch generate a valid second key through getipckey to avoid conflicts. Signed-off-by: Renaud Lottiaux <Renaud.Lottiaux@kerlabs.com> by subrata_modak · 16 years ago
  38. 1debd6a LTP is failing to compile with GCC 3.3.3 due to Makefile's inconsistency. SLES9.X distros are affected by this problem. This patch fixes how /lib/ipcmsg.h header file is referenced. It works fine with GCC 3.4.X, however, compiling headers doesn't make any sense by subrata_modak · 16 years ago
  39. 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
  40. e7ac9ef fix by Jeff Bailey for my previous breakage of install target by vapier · 18 years ago
  41. 5366cb0 standardize makefiles (punt UCLINUX/COLDFIRE cruft, build everything with -Wall and user-optimizations, remove pointless targets in favor of implicit ones, etc...) by vapier · 18 years ago
  42. 1d89ad5 Applied patch from Mike Frysinger to ensure Makefile properly respect CFLAGS/LDFLAGS by robbiew · 18 years ago
  43. 7805c0e Applied patch from Tatiana Gavrilova: by robbiew · 19 years ago
  44. d34d581 Applied fixes by Paul J.Y. Lahaie to implement support for UCLinux by robbiew · 19 years ago
  45. 5fb1eae warnings cleanup by robbiew · 21 years ago
  46. 5475776 Applied Vasan Sundar's Makefile patches. by robbiew · 21 years ago
  47. 23499f0 Applied cleanup patch from Saji Kumar <saji.kumar@wipro.com>. by robbiew · 22 years ago
  48. bc4c280 *** empty log message *** by robbiew · 22 years ago
  49. 16dc53f Separate make and make install by plars · 23 years ago
  50. c277a36 Enabled test to run under root. by robbiew · 23 years ago
  51. 865695b restructuring work done, and adding about 400 testcases by plars · 23 years ago