minix/servers
David van Moolenbroek 5c53b417cd VFS: update filp_pos on chardev I/O (workaround)
Previously, reading from or writing to a character device would not
update the file position on the corresponding filp object.  Performing
this update correctly is not trivial: during and after the I/O
operation, the filp object must not be locked.  Ideally, read/write
requests on a filp that is already involved in a read/write operation,
should be queued.  For now, we optimistically update the file position
at the start of the I/O; this works under the assumptions listed in
the corresponding comment.

Change-Id: I172a61781850423709924390ae3df1f2d1f94707
2014-02-18 11:25:03 +01:00
..
devman Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
ds Cleanup: Remove minix.bootprog.mk 2013-03-06 11:56:56 +01:00
ext2 VFS/FS: replace protocol version with flag field 2014-02-18 11:25:02 +01:00
hgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
inet Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
init init: handle getty string of "" (default) 2013-06-12 07:04:53 +00:00
ipc moving prototypes to lib.h 2014-02-18 11:25:01 +01:00
is Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
iso9660fs VFS/FS: replace protocol version with flag field 2014-02-18 11:25:02 +01:00
lwip fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
mfs Fix various file system warnings 2014-02-18 11:25:02 +01:00
pfs PFS: remember request information for IOCTLs 2014-02-18 11:25:02 +01:00
pm Retire ptrace(T_DUMPCORE), dumpcore(1), gcore(1) 2014-02-18 11:25:03 +01:00
procfs VFS: remove FP_BLOCKED_ON_DOPEN 2014-02-18 11:25:03 +01:00
rs Retire the synchronous character driver protocol 2014-02-18 11:25:02 +01:00
sched kernel: spelling fixes 2013-10-09 20:24:17 -04:00
vbfs Add VBFS: VirtualBox Shared Folder File System 2012-04-11 00:27:48 +02:00
vfs VFS: update filp_pos on chardev I/O (workaround) 2014-02-18 11:25:03 +01:00
vm Removing CSU patches 2014-02-18 11:25:02 +01:00
Makefile lwip (inet's alternative) is compiled by default 2013-03-25 16:51:25 +01:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00