Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2006 00:36:23 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: projects/csup GNUmakefile Makefile TODO fattr.c
Message-ID:  <200603060036.k260aNBw098696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603060036.k260aNBw098696>