Go to file
Christopher Haster 0406442253 Fixed non-standard behaviour of rdwr streams
Originally had two seperate positions for reading/writing,
but this is inconsistent with the the posix standard, which
has a single position for reading and writing.

Also added proper handling of when the file is dirty, just
added an internal flag for this state.

Also moved the entry out of the file struct, and rearranged
some members to clean things up.
2017-04-23 23:39:50 -05:00
emubd Simplified config 2017-04-22 15:42:05 -05:00
tests Fixed non-standard behaviour of rdwr streams 2017-04-23 23:39:50 -05:00
.travis.yml Added travis config 2017-03-25 19:23:30 -05:00
lfs_util.c Structured some of the bulk of the codebase 2017-04-23 21:40:03 -05:00
lfs_util.h Structured some of the bulk of the codebase 2017-04-23 21:40:03 -05:00
lfs.c Fixed non-standard behaviour of rdwr streams 2017-04-23 23:39:50 -05:00
lfs.h Fixed non-standard behaviour of rdwr streams 2017-04-23 23:39:50 -05:00
Makefile Added support for full seek operations 2017-04-23 02:06:48 -05:00