Magic groups in 2.6
Posted May 13, 2004 9:35 UTC (Thu) by
rjw (guest, #10415)
Parent article:
Magic groups in 2.6
Why can't these features just be done via devices or special filesystems?
Ie the syscalls would take a file descriptor to a device or file, and if that checks out, allow access.
Eventually, the explosion of syscalls could be abated, and all these features accessed and permissioned through the filesystem, by just reading and writing from an fd. eg any big page mapping thing could just end up creating files which can then be mmaped.
Then only glibc needs to provide wrappers to these functions, and we can return to a small unix api, and a rich filesystem...the ideal behind plan9.
(
Log in to post comments)