minix/test
David van Moolenbroek a615a7d4d2 Kernel: retain FPU state upon save
On the x86, saving FPU state has the side effect of resetting this
state. In some cases (fork, getcontext), this would cause the state
to be lost. This patch restores the FPU state right after saving it,
except when different state is loaded immediately after.
2012-03-05 22:32:14 +01:00
..
blocktest Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
ds Driver refactory for live update and crash recovery. 2010-04-08 13:41:35 +00:00
fbdtest Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01: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 Make all tests use common.c 2011-12-21 12:59:22 +00:00
Makefile Kernel: pass FPU restore exception to user process 2012-03-05 22:32:14 +01:00
run Kernel: pass FPU restore exception to user process 2012-03-05 22:32:14 +01:00
t10a.c Initial revision 2005-04-21 14:53:53 +00:00
t11a.c Al's no-double-empty-lines crusade 2005-08-22 15:08:27 +00:00
t11b.c Initial revision 2005-04-21 14:53:53 +00:00
t40a.c Added select test 2009-07-14 09:43:33 +00:00
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 Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
t40f.c Added select test 2009-07-14 09:43:33 +00:00
t60a.c Implement issetugid syscall 2011-11-28 10:03:43 +00:00
t60b.c Implement issetugid syscall 2011-11-28 10:03:43 +00:00
test1.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test2.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test3.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test4.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test5.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test6.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test7.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test8.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test9.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
test10.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test11.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test12.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test13.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test14.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test15.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test16.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test17.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test18.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test19.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test20.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test21.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test22.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test23.c fix compile of test23 2011-10-06 18:54:08 +00:00
test24.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test25.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test26.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test27.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test28.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test29.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test30.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test31.c Clean up tests and do runtime test for max name length 2011-08-26 13:16:16 +00:00
test32.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test33.c Clean up tests and do runtime test for max name length 2011-08-26 13:16:16 +00:00
test34.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test35.c Clean up tests and do runtime test for max name length 2011-08-26 13:16:16 +00:00
test36.c Clean up tests and do runtime test for max name length 2011-08-26 13:16:16 +00:00
test37.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test38.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test39.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test40.c Make test40 behave 2011-04-21 13:18:00 +00:00
test41.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test42.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test43.c Fix test43 for GCC/Clang 2011-12-07 15:17:38 +00:00
test44.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test45.c test set: remove GCC specificity 2012-02-17 17:22:37 +00:00
test45.h Implementation of strto(u)ll, documentation and tests for strto(u)l(l) 2009-12-09 19:01:38 +00:00
test46.c Replace rm and rmdir with NetBSD version 2012-01-16 10:46:14 +00:00
test47.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test48.c Make all tests use common.c 2011-12-21 12:59:22 +00:00
test49.c test set: remove GCC specificity 2012-02-17 17:22:37 +00:00
test50.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test51.c Kernel: retain FPU state upon save 2012-03-05 22:32:14 +01:00
test52.c test set: remove GCC specificity 2012-02-17 17:22:37 +00:00
test53.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test54.c Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test55.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
test56.c Remove unused variables 2012-02-02 10:47:06 +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 Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
test59.c libmthread: don't free() user allocated stack space 2012-02-13 13:50:13 +00:00
test60.c Implement issetugid syscall 2011-11-28 10:03:43 +00:00
test61.c Fix dangling symlink resolving for AVFS and add test61 2011-12-09 10:34:23 +00:00
test62.c Kernel: pass FPU restore exception to user process 2012-03-05 22:32:14 +01:00
testinterp.sh vfs,avfs: verify an interpreter was found on #! line 2011-12-21 23:44:13 +01:00
testsh1.sh fix shell tests - no cc or aal 2012-02-16 12:10:39 +00:00
testsh2.sh fix shell tests - no cc or aal 2012-02-16 12:10:39 +00:00