cvs commit: projects/csup GNUmakefile Makefile TODO fattr.c
Maxime Henrion <[email protected]> Mon, 6 Mar 2006 00:36:23 +0000 (UTC)
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <200603060036.k260aNBw098696__13875.2663544894$1141605505$gmane$org@repoman.freebsd.org> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"