1. aabb834 Include usctest.h in test.h by Cyril Hrubis · 9 years ago
  2. 354ebb4 cleanup code indent by Wanlong Gao · 12 years ago
  3. 4548c6c Update FSF address by Wanlong Gao · 12 years ago
  4. 16b9eb8 Fix sysconf01.c cleanup. by Cyril Hrubis · 13 years ago
  5. ac157c4 Test sysconf01.c cleanup. by Cyril Hrubis · 13 years ago
  6. 1569799 Fix some tests. Remove all externs to Tst_count. by Garrett Cooper · 14 years ago
  7. 2c28215 Style and conformance changes. by Garrett Cooper · 14 years ago
  8. 5208ecd Properly granularize errno reporting for sysconf. The manpage only says that EINVAL is supported for return codes. Everything else is free game for error reporting. by yaberauneya · 15 years ago
  9. 56207ce Coding Syle Cleanups. Signed-Off-By: <michal.simek@petalogix.com>. by subrata_modak · 15 years ago
  10. c9ef78b Sysconf01: Fix Wrong Errno v2: This patch fixes an error that use the return of the function instead of errno. In addition, errno has been saved first to avoid to be changed by tst_resm(). Signed-off-by: CAI Qian <caiqian@cclom.cn>. by subrata_modak · 15 years ago
  11. 43337a3 Fix return(0) to return 0. Signed-off-by: Michal Simek <monstr@monstr.eu>. by subrata_modak · 15 years ago
  12. 6d33a30 Updated the test case as per the man page by subrata_modak · 16 years ago
  13. daf0d86 Patrick Kirsch <pkirsch@suse.de> personally thinks, it would be better to print out the "actual" return code from sysconf call instead of the errno, which may lead to confusion, because the actual return code from the failing sysconf is probably not 0 (as errno is defined in previous context). by subrata_modak · 16 years ago
  14. f869945 overhaul test case completely and make sure we reset errno as pointed out by Riaz Rahaman by vapier · 17 years ago
  15. cff4af0 remove extraneous whitespace usage in tst_* functions by vapier · 18 years ago
  16. a70576c Removed "extern int errno" lines and replaced with "#include <errno.h>" by robbiew · 21 years ago
  17. 4a05cb3 Removed an erroneous testcase and corrected a typo issue. by robbiew · 22 years ago
  18. ed1fe5e Added sysconf() test. by robbiew · 22 years ago