index.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html>
  2. <head>
  3. <title>OS/161 Test binaries</title>
  4. </head>
  5. <body bgcolor=#ffffff>
  6. <h2 align=center>OS/161 Test binaries (/testbin)</h2>
  7. <p align=center>
  8. <A HREF=..>Top</A> |
  9. <A HREF=../bin>Binaries</A> |
  10. <A HREF=../sbin>Sysadmin binaries</A> |
  11. <A HREF=../syscall>System calls</A> |
  12. <A HREF=../libc>C standard library</A> |
  13. <A HREF=../dev>Device drivers</A> |
  14. <A HREF=../misc>Miscellaneous</A>
  15. </p>
  16. <br>
  17. <ul>
  18. <li> <A HREF=add.html>add</A> - add two numbers
  19. <li> <A HREF=argtest.html>argtest</A> - display arguments passed through execv
  20. <li> <A HREF=badcall.html>badcall</A> - make invalid system calls
  21. <li> <A HREF=bigfile.html>bigfile</A> - create a large file in small chunks
  22. <li> <A HREF=conman.html>conman</A> - echo typed characters
  23. <li> <A HREF=crash.html>crash</A> - commit various exceptions
  24. <li> <A HREF=ctest.html>ctest</A> - cyclic stride-oriented VM test
  25. <li> <A HREF=dirseek.html>dirseek</A> - seek on directories test
  26. <li> <A HREF=dirtest.html>dirtest</A> - simple subdirectories test
  27. <li> <A HREF=f_test.html>f_test</A> - basic concurrent filesystem test
  28. <li> <A HREF=farm.html>farm</A> - run some hogs and cats
  29. <li> <A HREF=faulter.html>faulter</A> - commit address fault
  30. <li> <A HREF=filetest.html>filetest</A> - basic filesystem test
  31. <li> <A HREF=forkbomb.html>forkbomb</A> - create hundreds of processes
  32. <li> <A HREF=forktest.html>forktest</A> - test fork system call
  33. <li> <A HREF=guzzle.html>guzzle</A> - waste cpu
  34. <li> <A HREF=hash.html>hash</A> - compute a simple hash function of a file
  35. <li> <A HREF=hog.html>hog</A> - waste cpu
  36. <li> <A HREF=huge.html>huge</A> - very large VM test
  37. <li> <A HREF=kitchen.html>kitchen</A> - run some sinks
  38. <li> <A HREF=malloctest.html>malloctest</A> - some simple tests for
  39. userlevel malloc
  40. <li> <A HREF=matmult.html>matmult</A> - baseline VM stress test
  41. <li> <A HREF=palin.html>palin</A> - simple VM test
  42. <li> <A HREF=randcall.html>randcall</A> - make randomized system calls
  43. <li> <A HREF=rmdirtest.html>rmdirtest</A> - test removing in-use directories
  44. <li> <A HREF=rmtest.html>rmtest</A> - test removing open files
  45. <li> <A HREF=sink.html>sink</A> - accept and throw away console input
  46. <li> <A HREF=sort.html>sort</A> - large quicksort-based VM test
  47. <li> <A HREF=sty.html>sty</A> - run some hogs
  48. <li> <A HREF=tail.html>tail</A> - print part of a file
  49. <li> <A HREF=tictac.html>tictac</A> - tic-tac-toe game
  50. <li> <A HREF=triplehuge.html>triplehuge</A> - very very large VM test
  51. <li> <A HREF=triplemat.html>triplemat</A> - very large VM test
  52. <li> <A HREF=userthreads.html>userthreads</A> - simple user-level threads test
  53. </ul>
  54. </body>
  55. </html>