cvs commit: src/include dirent.h src/lib/libc/gen Makefile.inc
Symbol.map directory.3 opendir.c src/sys/sys param.h
Xin LI
delphij at FreeBSD.org
Wed Apr 16 18:59:36 UTC 2008
delphij 2008-04-16 18:59:36 UTC
FreeBSD src repository
Modified files:
include dirent.h
lib/libc/gen Makefile.inc Symbol.map directory.3
opendir.c
sys/sys param.h
Log:
Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part
deals with the usual __opendir2() calls, and the rest part with an interface
translator to expose fdopendir(3) functionality. Manual page was obtained from
kib@'s work for *at(2) system calls.
Revision Changes Path
1.16 +1 -0 src/include/dirent.h
1.135 +1 -0 src/lib/libc/gen/Makefile.inc
1.10 +1 -0 src/lib/libc/gen/Symbol.map
1.17 +38 -1 src/lib/libc/gen/directory.3
1.25 +31 -5 src/lib/libc/gen/opendir.c
1.351 +1 -1 src/sys/sys/param.h
More information about the cvs-src
mailing list