Initial Spring 2016 commit.

This commit is contained in:
Geoffrey Challen
2015-12-23 00:50:04 +00:00
commit cafa9f5690
732 changed files with 92195 additions and 0 deletions

17
man/testbin/Makefile Normal file
View File

@@ -0,0 +1,17 @@
# Man pages for /testbin programs
TOP=../..
.include "$(TOP)/mk/os161.config.mk"
MANDIR=/man/testbin
MANFILES=\
add.html argtest.html badcall.html bigfile.html conman.html \
crash.html ctest.html dirseek.html dirtest.html f_test.html \
farm.html faulter.html filetest.html forkbomb.html forktest.html \
guzzle.html hash.html hog.html huge.html index.html kitchen.html \
malloctest.html matmult.html palin.html randcall.html rmdirtest.html \
rmtest.html sink.html sort.html sty.html tail.html tictac.html \
triplehuge.html triplemat.html triplesort.html userthreads.html
.include "$(TOP)/mk/os161.man.mk"