[stsf-commit] CVS Update: stsf (branch: trunk)

Alexander Gelfenbain stsf-commit at pdx.freedesktop.org
Sun May 30 16:07:18 PDT 2004


CVSROOT:	/cvs/stsf
Module name:	stsf
Changes by:	adg at pdx.	04/05/30 16:07:18

Log message:
  Proper implementation of passing large chunks of data between STFontServer and STClientLibrary via shared memory; fixed several memory corruption erros and implemented a new sysctl call.

Modified files:
      ./:
        ChangeLog st.mk 
      stsf/STClientLibrary/src/:
        STSysCtl.c libtest.c serverconnection.c sysctlvars.h 
      stsf/STFontServer/src/:
        fontenumerator.c fontserver.c handler.c handler.h 
        saverestore.c stfs-door.c stpfc.c 
      stsf/interface/:
        stprivate.h sttypes.tmpl 
      stsf/stsflib/:
        fscomm.c fscomm.h stsfutil.c 
  
  Revision      Changes    Path
  1.21          +45 -0     stsf/ChangeLog
  1.6           +3 -3      stsf/st.mk
  1.2           +64 -14    stsf/STClientLibrary/src/STSysCtl.c
  1.4           +97 -7     stsf/STClientLibrary/src/libtest.c
  1.9           +78 -37    stsf/STClientLibrary/src/serverconnection.c
  1.2           +9 -1      stsf/STClientLibrary/src/sysctlvars.h
  1.4           +2 -2      stsf/STFontServer/src/fontenumerator.c
  1.5           +8 -13     stsf/STFontServer/src/fontserver.c
  1.7           +70 -9     stsf/STFontServer/src/handler.c
  1.3           +4 -2      stsf/STFontServer/src/handler.h
  1.5           +6 -3      stsf/STFontServer/src/saverestore.c
  1.8           +66 -33    stsf/STFontServer/src/stfs-door.c
  1.3           +2 -10     stsf/STFontServer/src/stpfc.c
  1.2           +4 -19     stsf/interface/stprivate.h
  1.8           +1 -19     stsf/interface/sttypes.tmpl
  1.5           +29 -45    stsf/stsflib/fscomm.c
  1.4           +6 -6      stsf/stsflib/fscomm.h
  1.11          +11 -49    stsf/stsflib/stsfutil.c




More information about the stsf-commit mailing list