diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /sys/fio/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/fio/README')
-rw-r--r-- | sys/fio/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/fio/README b/sys/fio/README new file mode 100644 index 00000000..f4cf4d79 --- /dev/null +++ b/sys/fio/README @@ -0,0 +1,10 @@ +This directory contains the IRAF File I/O (FIO) routines. This version of +FIO fully implements revision 5 of the FIO interface as described in Fio.hlp. +Internally, however, the buffer management code has been simplified by +restricting the number of buffers to one per file, and omitting global buffers. +These features will be added in an upcoming revision of FIO. No modifications +to the external specifications of the FIO interface should be necessary. +D. Tody, 04-Apr-83. + +Jul84 Added filename mapping, filename locking, extensive modifications to + make use of the new kernel. |