From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- sys/fio/mkpkg | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 sys/fio/mkpkg (limited to 'sys/fio/mkpkg') diff --git a/sys/fio/mkpkg b/sys/fio/mkpkg new file mode 100644 index 00000000..f135befc --- /dev/null +++ b/sys/fio/mkpkg @@ -0,0 +1,123 @@ +# Make the file i/o (FIO) portion of the system library. + +$checkout libsys.a lib$ +$update libsys.a +$checkin libsys.a lib$ +$exit + +libsys.a: + access.x mmap.inc \ + + aread.x + areadb.x + await.x + awaitb.x + awrite.x + awriteb.x + close.x + delete.x + deletefg.x + diropen.x \ + + falloc.x + fcache.x + fcanpb.x + fchdir.x + fclobber.x + fcopy.x + fdebug.x + fdevbf.x + fdevblk.x + fdevtx.x + fdirname.x + fexbuf.x + ffault.x + ffilbf.x + ffilsz.x + fflsbf.x + fgdevpar.x + fgetfd.x mmap.inc + filbuf.x + filerr.x + filopn.x \ + + finfo.x + finit.x \ + + fioclean.x + flsbuf.x + flush.x + fmapfn.x + fmkbfs.x + fmkcopy.x + fmkdir.x + fmkpbbuf.x + fnextn.x + fnldir.x + fnroot.x + frmdir.x + fntgfn.x + fnullfile.x + fopnbf.x + fopntx.x + fowner.x + fpathname.x + fputtx.x + freadp.x + fredir.x + frename.x + frmbfs.x + frtnfd.x + fseti.x \ + + fsfopen.x + fstati.x + fstatl.x + fstats.x + fstdfile.x + fstrfp.x + fsymlink.x + fsvtfn.x + fswapfd.x + funlink.x + futime.x + fwatio.x + fwritep.x + fwtacc.x + getc.x + getchar.x + getci.x + getline.x + getlline.x + glongline.x + isdir.x + mktemp.x + ndopen.x + note.x + nowhite.x + nullfile.x + open.x + osfnlock.x + poll.x + protect.x + putc.x + putcc.x + putci.x + putline.x + read.x + rename.x + reopen.x + seek.x + stropen.x + ungetc.x + ungetci.x + ungetline.x + unread.x + vfnmap.x \ + + vfntrans.x + write.x + xerputc.x + zfiott.x zfiott.com \ + + ; -- cgit