minix/test
2011-08-15 16:07:21 +00:00
..
ds Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
ipc cd subdir && $(MAKE) targets -> $(MAKE) -C subdir targets 2010-06-22 12:03:09 +00:00
safecopy New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
safemap New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
safeperf New RS and new signal handling for system processes. 2010-03-17 01:15:29 +00:00
scancodes Add scancode reading capability to TTY 2010-04-15 07:08:04 +00:00
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 test set build fixes for clang/gcc 2011-08-15 16:07:21 +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 Make test40 behave 2011-04-21 13:18:00 +00:00
t40c.c Make test40 behave 2011-04-21 13:18:00 +00:00
t40d.c Make test40 behave 2011-04-21 13:18:00 +00:00
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 Man-pages on mkdep, cdprobe, loadramdisk and newroot; thanks to Antoine Leca 2010-02-02 15:10:00 +00:00
test6.c Fix tests when run as root; use bin account but current directory 2010-08-06 12:33:32 +00:00
test7.c Add timeout for test 7 to indicate which test (if any) hangs 2010-04-28 08:33:23 +00:00
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 Fix time modification on truncate() 2011-07-15 14:21:05 +00:00
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 opendir(3): on success, don't clobber errno 2011-06-29 19:58:41 +02: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 test set build fixes for clang/gcc 2011-08-15 16:07:21 +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 Make test40 behave 2011-04-21 13:18:00 +00:00
test41.c make all other commands use ProcFS 2010-09-14 21:31:56 +00:00
test42.c
test43.c
test44.c Forgot to rename mmap to minix_mmap 2011-07-22 10:15:47 +00:00
test45.c
test45.h
test46.c
test47.c test set build fixes for clang/gcc 2011-08-15 16:07:21 +00:00
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 libm: add i387/ dir, fix test51 compilation 2011-07-08 16:34:40 +02:00
test52.c - Add test52 to test FPU context switching 2010-05-03 15:12:39 +00:00
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 some prettification for test55. 2010-06-24 00:27:26 +00:00
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 test set build fixes for clang/gcc 2011-08-15 16:07:21 +00:00
test59.c Clean up mthread 2011-07-27 09:30:26 +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 Fix test2.sh 2011-07-26 13:50:57 +02:00