CVS Update: xc (branch: trunk)

2003-10-30 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 05:38:02

Log message:
   533. Support the new Linear allocator in the trident driver and make the
hardware cursor use it. Xv automagically uses it. (Alan Hourihane).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
blade_accel.c image_accel.c trident.h trident_accel.c 
trident_dac.c trident_driver.c trident_video.c xp_accel.c 
  
  Revision  ChangesPath
  3.2911+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.21  +1 -11 xc/programs/Xserver/hw/xfree86/drivers/trident/blade_accel.c
  1.26  +1 -11 xc/programs/Xserver/hw/xfree86/drivers/trident/image_accel.c
  1.60  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/trident/trident.h
  1.28  +1 -12 
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_accel.c
  1.75  +39 -6 xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c
  1.184 +28 -1 
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c
  1.43  +6 -3  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_video.c
  1.6   +1 -12 xc/programs/Xserver/hw/xfree86/drivers/trident/xp_accel.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 06:33:03

Log message:
  Now that we're using the linear allocator. Allow older boards that have
  8MB of video memory to use it all, but still disable hw cursor when
  the offset falls outside of the 4MB boundary.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_dac.c trident_driver.c 
  
  Revision  ChangesPath
  1.76  +13 -1 xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c
  1.185 +2 -20 
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 06:38:48

Log message:
  forgot to free the allocated cursor if we can't support it.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_dac.c 
  
  Revision  ChangesPath
  1.77  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Alan Hourihane
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 06:40:39

Log message:
  work out the cursor offset

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_dac.c 
  
  Revision  ChangesPath
  1.78  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/trident/trident_dac.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 06:53:40

Log message:
  Fix merge glitch in previous commit

Modified files:
  xc/programs/Xserver/cfb/:
cfbply1rct.c 
  
  Revision  ChangesPath
  3.11  +3 -3  xc/programs/Xserver/cfb/cfbply1rct.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 07:24:01

Log message:
  Missing entry for previously committed change:
  
   534. Workaround for mysterious segfault related to mkfontscale's use of
memcmp()  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2912+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 07:26:39

Log message:
   535. Fix for AGP8x support on HP zx1-based systems (Marc La France).
  
   and resync PCI ID database definitions

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86PciInfo.h 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
zx1PCI.c 
  xc/programs/Xserver/hw/xfree86/scanpci/:
xf86PciStdIds.h 
  
  Revision  ChangesPath
  3.2913+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.156 +2 -1  xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  1.4   +3 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c
  1.14  +24 -0 xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 07:29:32

Log message:
  CVS somehow missed this part of:
  
   535. Fix for AGP8x support on HP zx1-based systems (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
extrapci.ids 
  
  Revision  ChangesPath
  1.10  +5 -2  xc/programs/Xserver/hw/xfree86/etc/extrapci.ids

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 08:58:19

Log message:
  Fix clean rule

Modified files:
  xc/programs/Xserver/hw/xfree86/getconfig/:
Imakefile 
  
  Revision  ChangesPath
  1.2   +2 -2  xc/programs/Xserver/hw/xfree86/getconfig/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 09:37:17

Log message:
   536. Fix ChipValidMode() return type (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86str.h 
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
ativalid.c ativalid.h r128_driver.c r128_probe.h 
radeon_driver.c radeon_probe.h 
  xc/programs/Xserver/hw/xfree86/drivers/chips/:
ct_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/cirrus/:
alp_driver.c lg_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/cyrix/:
cyrix_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/dummy/:
dummy_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/glint/:
glint_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i128/:
i128_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i740/:
i740_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i810_driver.c i830_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/neomagic/:
neo_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/nsc/:
nsc_gx1_driver.c nsc_gx2_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/nv/:
nv_driver.c riva_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
sis_driver.c sis_driver.h 
  xc/programs/Xserver/hw/xfree86/drivers/sunbw2/:
bw2_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg14/:
cg14_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg3/:
cg3_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suncg6/:
cg6_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sunffb/:
ffb_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/sunleo/:
leo_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/suntcx/:
tcx_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tdfx/:
tdfx_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tga/:
tga_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/tseng/:
tseng_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/vga/:
generic.c 
  xc/programs/Xserver/hw/xfree86/drivers/vmware/:
vmware.c 
  xc/programs/Xserver/hw/xfree86/fbdevhw/:
fbdevhw.c fbdevhw.h fbdevhwstub.c 
  
  Revision  ChangesPath
  3.2914+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.97  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86str.h
  1.65  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c
  1.17  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.c
  1.9   +3 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/ativalid.h
  1.83  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c
  1.7   +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h
  1.110 +3 -3  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
  1.13  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h
  1.132 +3 -3  xc/programs/Xserver/hw/xfree86/drivers/chips/ct_driver.c
  1.34  +4 -3  xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c
  1.48  +4 -3  xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_driver.c
  1.29  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_driver.c
  1.5   +3 -3  xc/programs/Xserver/hw/xfree86/drivers/dummy/dummy_driver.c
  1.161 +4 -4  xc/programs/Xserver/hw/xfree86/drivers/glint/glint_driver.c
  1.33  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c
  1.48  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/i740/i740_driver.c
  1.94  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c
  1.46  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c
  1.241 +4 -4  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c
  1.72  +4 -4  xc/programs/Xserver/hw/xfree86/drivers/neomagic/neo_driver.c
  1.10  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx1_driver.c
  1.9   +3 -3  xc/programs/Xserver/hw/xfree86/drivers/nsc/nsc_gx2_driver.c
  1.116 +4 -4  xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c
  1.4   +4 -4  xc/programs/Xserver/hw/xfree86/drivers/nv/riva_driver.c
  1.145 +2 -2  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
  1.25  +3 -3  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.h
  1.4   +4 -4  

CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 09:48:19

Log message:
  Minor message bug fix

Modified files:
  xc/programs/Xserver/hw/xfree86/ddc/:
xf86DDC.c 
  
  Revision  ChangesPath
  1.27  +2 -2  xc/programs/Xserver/hw/xfree86/ddc/xf86DDC.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 09:53:09

Log message:
  Minor message bug fix

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
r128_driver.c 
  
  Revision  ChangesPath
  1.84  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 10:37:25

Log message:
  Clean up XAA symbols lists

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/apm/:
apm_cursor.c apm_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i740/:
i740_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/i810/:
i810_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/savage/:
savage_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/trident/:
trident_driver.c 
  xc/programs/Xserver/hw/xfree86/drivers/via/:
via_driver.c 
  
  Revision  ChangesPath
  1.15  +1 -12 xc/programs/Xserver/hw/xfree86/drivers/apm/apm_cursor.c
  1.66  +1 -6  xc/programs/Xserver/hw/xfree86/drivers/apm/apm_driver.c
  1.49  +1 -5  xc/programs/Xserver/hw/xfree86/drivers/i740/i740_driver.c
  1.95  +1 -2  xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c
  1.242 +1 -3  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c
  1.47  +1 -2  
xc/programs/Xserver/hw/xfree86/drivers/savage/savage_driver.c
  1.187 +1 -2  
xc/programs/Xserver/hw/xfree86/drivers/trident/trident_driver.c
  1.15  +1 -4  xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 10:41:53

Log message:
  drmSymbols list cleanup

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga_driver.c 
  
  Revision  ChangesPath
  1.243 +1 -3  xc/programs/Xserver/hw/xfree86/drivers/mga/mga_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 10:53:45

Log message:
- Fix Xv for MergedFB mode on 315/740/650 (fullscreen on CRT2 resulted
  in a blue screen because of a miscalculation of 1 pixel)
- Loosen initial mode check (allow interlace modes for CRT1 even if CRT2 is
  active)
- Fix screen offset if CRT1 is interlaced and CRT2 is active
- Ignore interlace modes for CRT2
- Added two more systems for special timing (Clevo D22/27ES)
- Remove old headers

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
init.c init301.c initdef.h oem300.h oem310.h osdef.h 
sis.h sis300_accel.c sis300_accel.h sis310_accel.c 
sis310_accel.h sis6326_video.c sis_accel.c sis_accel.h 
sis_common.h sis_cursor.c sis_cursor.h sis_dac.c 
sis_dac.h sis_dga.c sis_dri.c sis_dri.h sis_driver.c 
sis_driver.h sis_opt.c sis_regs.h sis_setup.c 
sis_shadow.c sis_shadow.h sis_vb.c sis_vb.h sis_vga.c 
sis_video.c vgatypes.h vstruct.h 
  
  Revision  ChangesPath
  1.29  +38 -35xc/programs/Xserver/hw/xfree86/drivers/sis/init.c
  1.42  +297 -433  xc/programs/Xserver/hw/xfree86/drivers/sis/init301.c
  1.23  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/initdef.h
  1.11  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/oem300.h
  1.18  +40 -64xc/programs/Xserver/hw/xfree86/drivers/sis/oem310.h
  1.5   +1 -0  xc/programs/Xserver/hw/xfree86/drivers/sis/osdef.h
  1.80  +18 -16xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
  1.23  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.c
  1.14  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis300_accel.h
  1.28  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.c
  1.14  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis310_accel.h
  1.12  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis6326_video.c
  1.32  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.c
  1.7   +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_accel.h
  1.2   +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_common.h
  1.21  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.c
  1.11  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_cursor.h
  1.44  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.c
  1.15  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dac.h
  1.11  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dga.c
  1.35  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.c
  1.10  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_dri.h
  1.146 +57 -90xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c
  1.26  +25 -19xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.h
  1.41  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_opt.c
  1.24  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_regs.h
  1.21  +2 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_setup.c
  1.8   +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_shadow.c
  1.6   +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_shadow.h
  1.29  +4 -3  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.c
  1.12  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vb.h
  1.33  +5 -10 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_vga.c
  1.34  +11 -8 xc/programs/Xserver/hw/xfree86/drivers/sis/sis_video.c
  1.14  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/vgatypes.h
  1.21  +1 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/vstruct.h

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Thomas Winischhofer
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 11:05:59

Log message:
DDC symbol clean-up

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/sis/:
sis_driver.c 
  
  Revision  ChangesPath
  1.147 +0 -1  xc/programs/Xserver/hw/xfree86/drivers/sis/sis_driver.c

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-10-30 Thread Torrey T. Lyons
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/10/30 18:19:15

Log message:
  Fix building AppleDRI since change to add libXxf86vm calls to libGL.

Modified files:
  xc/lib/GL/GL/:
Imakefile 
  
  Revision  ChangesPath
  1.21  +2 -2  xc/lib/GL/GL/Imakefile

___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit