cvs commit: projects/csup GNUmakefile Makefile TODO fattr.c
Maxime Henrion
mux at FreeBSD.org
Sun Mar 5 16:36:23 PST 2006
mux 2006-03-06 00:36:23 UTC
FreeBSD projects repository
Modified files:
csup GNUmakefile Makefile TODO fattr.c
Log:
- Connect idcache.c to the build.
- Initialize the cache in fattr_init() and release its resources in
fattr_fini(), since the fattr API is the only consumer.
- Use the new thread-safe getuserbyid(), getgroupbyid(), getuidbyname(),
getgidbyname() functions when encoding/decoding user names or group
names in fattr_encode() and fattr_decode().
- Remove the associated task from the TODO list.
Revision Changes Path
1.7 +3 -3 projects/csup/GNUmakefile
1.44 +2 -1 projects/csup/Makefile
1.43 +1 -4 projects/csup/TODO
1.40 +21 -31 projects/csup/fattr.c
More information about the cvs-projects
mailing list