1. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  2. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  3. ec6edca Add missing newline at end of file by Chris Dearman · 12 years ago
  4. 1e6f5a6 Resolving all compile errors via a script by Garrett Cooper · 14 years ago
  5. 45a8ba0 trim trailing whitespace by vapier · 15 years ago
  6. a060492 use strrchr() rather than deprecated rindex() by vapier · 15 years ago
  7. 8d4fee7 This patch fixes compilation warnings introduced recently. Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 16 years ago
  8. 17d385a [Patch 1/2] Used named PIPE in test cases for NOMMU arch instead of anonymous: In NOMMU arch, anonymous PIPE can't be accessed in child process if it is started by vfork/execve. This patch use named PIPE instead. The API sync_pipe_create() and sync_pipe_close() are changed to accept PIPE name. Signed-off-by: Sonic Zhang <sonic.adi@gmail.com>. by subrata_modak · 16 years ago
  9. 4f76603 sync_pipe_close() returns an uninitialized value when it is passed an already closed pipe. Signed-off-by: Roy Lee <roylee17@gmail.com>. by subrata_modak · 16 years ago
  10. 44fc4c1 This patch fix an issue in the sync_pipe implementation. The problem is the following : after the creation of a pipe we do not close any file descriptor until the end of a test. Let's imagine the following execution : by subrata_modak · 16 years ago
  11. 9a0748e Put-libtestsuite-to-a-more-common-place.patch by subrata_modak · 16 years ago