Enrico Scholz escribió:
Ismael Luceno <[EMAIL PROTECTED]> writes:+ mount("proc", "/proc", "proc", 0, NULL);Please not more of implicit mount() operations. Filesystem mounting is one part of initng which is completely screwed up and really does not need more complexity. E.g. line above will conflict with an /etc/fstab entry of | none /proc proc defaults It would be better to set the FD_CLOEXEC flag for all opened files.
I was thinking about that, but it's more complicated, because i need to grep all around for open/fopen :P. I will try to implement that when i get some more time...
signature.asc
Description: OpenPGP digital signature
-- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
