--- wikisrc/projects/project/posix__95__spawn__40__3__41___chdir_support.mdwn 2019/01/24 18:54:38 1.1 +++ wikisrc/projects/project/posix__95__spawn__40__3__41___chdir_support.mdwn 2021/11/27 14:59:05 1.3 @@ -10,17 +10,19 @@ mentors=""" [Martin Husemann](mailto:martin@NetBSD.org) """ +done_by="""Piyush Sachdeva""" + category="kernel" difficulty="easy" description=""" -The Austin Group is currently discussing to extend the standard for posix_spawn(3) +The Austin Group has accepted a proposal to extend the standard for posix_spawn(3) to support chdir(2) functionality in the new created process. This is useful and relatively easy to implement. This project is about adding the full functionality as described in the Austin Groups -ticket tracker, which means both kernel extensions as well as associated changes to -the C library. +[ticket tracker](https://www.austingroupbugs.net/view.php?id=1208), +which means both kernel extensions as well as associated changes to the C library. """ ]]