tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[PATCH] POSIX extended API set 2



Hi

Thanks to David Holland work on namei, I was able to start implementing
POSIX extended API set 2. 

This patch implementes openat(2), mkdirat(2), mknodat(2), mkfifoat(2)
fchmodat(2) and fchownat(2), and adds test cases for the new system
calls:
http://ftp.espci.fr/shadow/manu/openat.patch

Before going furher, I would like to get feedback on this work.

Next steps are: to finish linkat(2) and to implement renameat(2),
faccessat(2), fexecve(2), utimensat(2), readlinkat(2), symlinkat(2),
unlinkat(2), futimens(2), complement man pages, and remove
_INCOMPLETE_XOPEN_C063.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index