David van Moolenbroek f859061eaf PFS: use libfsdriver
In order to avoid creating libfsdriver exceptions, two changes to VFS
are necessary:

- the returned position field for reads/writes is no longer abused to
  return the new pipe size; VFS is perfectly capable of updating the
  size itself;
- during system startup, PFS is now sent a mount request, just like all
  other file systems.

In proper "two steps forward, one step back" fashion, the latter point
has the consequence that PFS can no longer drop its privileges at
startup.  This is probably best resolved with a more general solution
for all boot image system services.  The upside is that PFS no longer
needs to be linked with libc.

Change-Id: I92e2410cdb0d93d0e6107bae10bc08efc2dbb8b3
2014-09-18 12:46:28 +00:00
2014-08-29 12:56:04 -04:00
2014-08-22 19:12:17 +02:00
2014-08-01 14:58:40 +02:00
2014-09-13 23:56:50 +02:00
2014-09-02 15:22:15 +02:00
2014-07-28 17:05:50 +02:00
2014-08-07 14:27:32 +02:00
2014-07-31 16:00:30 +02:00
2014-09-18 12:46:26 +00:00
2014-07-28 17:05:59 +02:00
2014-09-18 12:46:28 +00:00
2014-09-13 22:23:43 +02:00
2014-07-28 17:05:59 +02:00
2014-08-28 18:49:13 +02:00
2014-08-21 08:07:39 -04:00
2014-07-28 17:05:57 +02:00
2010-01-21 10:16:05 +00: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%