minix/test
Thomas Veerman c8d0edc06a - Refactor mthread structure fields to prevent name clashes
- Remove sanity checks for initialized mutexes and condition variables. This
  significantly boosts performance. The checks can be turned back on by
  compiling libmthread with MTHREAD_STRICT. According to POSIX operations on
  uninitialized variables are a MAY fail if, therefore allowing this
  optimization.
- Test59 has to be accommodated to the lack of sanity checks on uninitialized
  variables in the library. It specifically tests for them and will run into
  segfaults when the checks are absent in the library.
- Fix a few bugs related to the scheduler
- Do some general code cleanups
2011-03-18 10:29:54 +00:00
..
ds
ipc
safecopy
safemap
safeperf
scancodes
select Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
common.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
Makefile Allow for overriding GCC var in test Makefile 2010-11-19 10:33:26 +00:00
run Add libmthread and test59 to test the implementation 2010-09-21 12:22:38 +00:00
t10a.c
t11a.c
t11b.c
t40a.c
t40b.c
t40c.c
t40d.c
t40e.c
t40f.c
test1.c
test2.c
test3.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test4.c
test5.c
test6.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test7.c
test8.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test9.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test10.c
test11.c
test12.c
test13.c
test14.c
test15.c
test16.c
test17.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test18.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test19.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test20.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test21.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test22.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test23.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test24.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test25.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test26.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test27.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test28.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test29.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test30.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test31.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test32.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test33.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test34.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test35.c - Add support for ST_NOTRUNC to struct statvfs. 2010-08-02 11:16:32 +00:00
test36.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test37.c
test38.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test39.c
test40.c
test41.c make all other commands use ProcFS 2010-09-14 21:31:56 +00:00
test42.c
test43.c
test44.c make all other commands use ProcFS 2010-09-14 21:31:56 +00:00
test45.c
test45.h
test46.c
test47.c
test48.c
test49.c
test50.c Move MIN() and MAX() macros to sys/params.h 2010-08-21 13:10:41 +00:00
test51.c
test52.c
test53.c Repair errors and warnings flagged by llvm. 2010-07-06 11:29:23 +00:00
test54.c Clean up the created temp file after running the test. 2010-09-02 09:33:37 +00:00
test55.c
test56.c Fix compilation error. Does not need ansi.h header. 2011-03-10 14:10:16 +00:00
test57.c Remove spurious space 2010-08-05 13:35:41 +00:00
test57loop.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
test58.c - Return ENOENT when trying to add files to removed (but open) directories. 2010-09-01 09:07:18 +00:00
test59.c - Refactor mthread structure fields to prevent name clashes 2011-03-18 10:29:54 +00:00
testsh1.sh Fix ar error in testsh1.sh (ar was previously renamed to aal) 2010-08-06 09:28:26 +00:00
testsh2.sh