Thomas Veerman 3de8d1cf6e VFS/PFS: remove notion of position in pipes
Because pipes have no file position. VFS maintained (file) offsets into a
buffer internal to PFS and stored them in vnodes for simplicity, mixing
the responsibilities of filp and vnode objects.

With this patch PFS ignores the position field in REQ_READ and REQ_WRITE
requests making VFS' job a lot simpler.
2013-01-11 09:18:35 +00:00
2010-10-25 08:32:14 +00:00
2012-12-07 13:58:07 +01:00
2012-12-06 13:27:26 +00:00
2012-12-11 17:29:54 +01:00
2013-01-08 16:00:37 +00:00
2013-01-08 15:47:37 +00:00
2012-12-10 16:52:33 +01:00
2012-12-07 13:58:07 +01:00
2012-12-07 13:58:06 +01:00
2012-12-07 13:58:07 +01:00
2012-11-15 16:07:30 +01:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%