CVS Update: xc (branch: xf-4_2-branch)

2002-09-12 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/09/12 14:04:16

Log message:
  Pull from trunk:
  
  Implement LocalClientCred() to return the credentials of local clients
  connected through Unix domain sockets on systems that have the required
  support (for now recent Linux, FreeBSD >= 4.6, OpenBSD >= 3.0 are
  implemented), and use that in ShmAttach() to grant access to the client.
  When client credentials are not available, require world accessibility.

Modified files:
  xc/config/cf/:Tag: xf-4_2-branch
FreeBSD.cf Imake.tmpl OpenBSD.cf 
  xc/doc/hardcopy/Xext/:Tag: xf-4_2-branch
mit-shm.PS.gz 
  xc/doc/specs/Xext/:   Tag: xf-4_2-branch
mit-shm.ms 
  xc/programs/Xserver/Xext/:Tag: xf-4_2-branch
shm.c 
  xc/programs/Xserver/include/: Tag: xf-4_2-branch
os.h 
  xc/programs/Xserver/os/:  Tag: xf-4_2-branch
Imakefile access.c 
  
  Revision  ChangesPath
  3.112.2.2 +5 -1  xc/config/cf/FreeBSD.cf
  3.116.2.2 +4 -1  xc/config/cf/Imake.tmpl
  3.66.2.3  +6 -1  xc/config/cf/OpenBSD.cf
  1.1.1.1.12.1  +28 -49xc/doc/hardcopy/Xext/mit-shm.PS.gz
  1.1.1.1.28.1  +7 -0  xc/doc/specs/Xext/mit-shm.ms
  3.33.2.3  +31 -59xc/programs/Xserver/Xext/shm.c
  3.40.2.1  +3 -1  xc/programs/Xserver/include/os.h
  3.34.4.1  +6 -2  xc/programs/Xserver/os/Imakefile
  3.39.2.1  +50 -1 xc/programs/Xserver/os/access.c

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



CVS Update: xc (branch: xf-4_2-branch)

2002-09-12 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/09/12 14:08:22

Log message:
  ShmAttach() fix

Modified files:
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_2-branch
CHANGELOG 
  
  Revision  ChangesPath
  3.2144.2.23   +9 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG

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



CVS Update: www (branch: trunk)

2002-09-12 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/09/12 14:13:26

Log message:
  MIT-SHM errata

Modified files:
  www/security/:
index.html 
  
  Revision  ChangesPath
  1.12  +11 -1 www/security/index.html

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 09:44:08

Log message:
  - realloc fixes and zeroing of malloc'ed memory (#5345, Mike A. Harris).
  - explicit cast of NULL to void * in va_list (Matthieu Herrb).

Modified files:
  xc/programs/xdm/greeter/:
verify.c 
  
  Revision  ChangesPath
  3.23  +23 -13xc/programs/xdm/greeter/verify.c

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



CVS Update: xc (branch: xf-4_2-branch)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 10:22:42

Log message:
  realloc fixes and zeroing of malloc'ed memory (#5345, Mike A. Harris).

Modified files:
  xc/programs/xdm/greeter/: Tag: xf-4_2-branch
verify.c 
  
  Revision  ChangesPath
  3.21.2.1  +21 -12xc/programs/xdm/greeter/verify.c

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 11:12:30

Log message:
  /dev/urandom support for NetBSD 1.4 and newer (#5401, Matthias Scheler)

Modified files:
  xc/programs/xdm/:
Imakefile genauth.c 
  
  Revision  ChangesPath
  3.48  +11 -5 xc/programs/xdm/Imakefile
  3.15  +2 -2  xc/programs/xdm/genauth.c

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



CVS Update: xc (branch: xf-4_2-branch)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 11:14:57

Log message:
  /dev/urandom support for NetBSD 1.4 and newer (#5401, Matthias Scheler).

Modified files:
  xc/programs/xdm/: Tag: xf-4_2-branch
Imakefile genauth.c 
  
  Revision  ChangesPath
  3.45.4.1  +7 -1  xc/programs/xdm/Imakefile
  3.13.2.1  +2 -2  xc/programs/xdm/genauth.c

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



CVS Update: xc (branch: xf-4_2-branch)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 12:01:50

Log message:
  xdm patches

Modified files:
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_2-branch
CHANGELOG 
  
  Revision  ChangesPath
  3.2144.2.24   +5 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:04:51

Log message:
  No /var/lib on OpenBSD. Use /var/db for xdm authorization files

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  
  Revision  ChangesPath
  3.75  +2 -1  xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:27:48

Log message:
  Add a InstallDirectory macro.

Modified files:
  xc/config/cf/:
README Imake.rules 
  
  Revision  ChangesPath
  1.17  +3 -1  xc/config/cf/README
  3.108 +8 -1  xc/config/cf/Imake.rules

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:33:43

Log message:
  revert changes that should not have been commited in previous comit

Modified files:
  xc/programs/xdm/:
Imakefile 
  
  Revision  ChangesPath
  3.49  +6 -8  xc/programs/xdm/Imakefile

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:37:02

Log message:
  one more change to revert

Modified files:
  xc/programs/xdm/:
Imakefile 
  
  Revision  ChangesPath
  3.50  +4 -2  xc/programs/xdm/Imakefile

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:42:17

Log message:
  - dont't use stdio or exit() in signal handler.
  - On OpenBSD passwords can be more than 8 chars long (Terence M. Rokop).

Modified files:
  xc/programs/xdm/:
error.c 
  xc/programs/xdm/greeter/:
Login.c Login.h greet.c 
  
  Revision  ChangesPath
  1.6   +27 -15xc/programs/xdm/error.c
  3.16  +4 -4  xc/programs/xdm/greeter/Login.c
  3.7   +9 -2  xc/programs/xdm/greeter/Login.h
  3.16  +2 -2  xc/programs/xdm/greeter/greet.c

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



CVS Update: xc (branch: trunk)

2002-10-06 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/06 13:45:20

Log message:
  xdm patches

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2326+5 -2  xc/programs/Xserver/hw/xfree86/CHANGELOG

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



CVS Update: xc (branch: trunk)

2002-10-13 Thread Matthieu Herrb

CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/13 09:10:42

Log message:
  build fixes

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
bsd_kbd.c 
  
  Revision  ChangesPath
  1.2   +8 -4  xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c

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



CVS Update: xc (branch: trunk)

2002-10-19 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/19 11:52:12

Log message:
  Build fix for systems without gcc

Modified files:
  xc/lib/Xft/:
Imakefile 
  
  Revision  ChangesPath
  1.22  +3 -1  xc/lib/Xft/Imakefile

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



CVS Update: xc (branch: trunk)

2002-10-19 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/19 12:15:32

Log message:
  Build fix for non gcc compilers

Modified files:
  xc/programs/xlogo/:
RenderLogo.c 
  
  Revision  ChangesPath
  1.2   +5 -1  xc/programs/xlogo/RenderLogo.c

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



CVS Update: xc (branch: trunk)

2002-10-19 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/19 13:04:21

Log message:
  Cast NULL to void * when used in varargs lists.
  Not all systems define NULL as an explicit pointer.

Modified files:
  xc/programs/twm/:
menus.c 
  xc/programs/xedit/:
ispell.c 
  xc/programs/xfs/os/:
osglue.c 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Init.c 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
interface.c startx.c 
  
  Revision  ChangesPath
  1.16  +2 -2  xc/programs/twm/menus.c
  1.19  +2 -2  xc/programs/xedit/ispell.c
  3.19  +2 -2  xc/programs/xfs/os/osglue.c
  3.192 +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86Init.c
  1.36  +2 -2  xc/programs/Xserver/hw/xfree86/xf86cfg/interface.c
  1.8   +2 -2  xc/programs/Xserver/hw/xfree86/xf86cfg/startx.c

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



CVS Update: xc (branch: trunk)

2002-10-21 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/21 13:38:05

Log message:
  In wscons handler, abort the server if it can't switch the keyboard
  to raw mode when configured with the "Standard" protocol. (Aymeric Vincent).

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
bsd_io.c bsd_kbd.c 
  
  Revision  ChangesPath
  3.23  +20 -13xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_io.c
  1.3   +10 -3 xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 12:07:09

Log message:
  Claim iso-8859-1 charset (Hanspeter Roth).

Modified files:
  ./:
index.html 
  
  Revision  ChangesPath
  1.71  +2 -2  www/index.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 12:31:52

Log message:
  iso-8859-1

Modified files:
  www/cvs/:
index.html 
  
  Revision  ChangesPath
  1.5   +2 -2  www/cvs/index.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 12:35:13

Log message:
  iso-8859-1

Modified files:
  ./:
http.html mirrors.html 
  
  Revision  ChangesPath
  1.3   +2 -2  www/http.html
  1.2   +1 -1  www/mirrors.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 13:27:47

Log message:
  - 4.2.1
  - better header

Modified files:
  ./:
releaseplans.html 
  
  Revision  ChangesPath
  1.16  +11 -9 www/releaseplans.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 13:35:13

Log message:
  fix markup errors

Modified files:
  ./:
index.html 
  
  Revision  ChangesPath
  1.72  +1 -7  www/index.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 13:40:32

Log message:
  markup fixes

Modified files:
  ./:
releaseplans.html 
  
  Revision  ChangesPath
  1.17  +5 -5  www/releaseplans.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 13:43:55

Log message:
  Secify page encoding

Modified files:
  www/security/:
index.html 
  
  Revision  ChangesPath
  1.14  +3 -2  www/security/index.html

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



CVS Update: xc (branch: trunk)

2002-10-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/12 09:09:12

Log message:
  Man page updates

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2339+6 -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)

2002-10-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/12 09:06:49

Log message:
  - numerous man pages fixes, add some missing manpages (#5365, #5373,
  #5376, #5377, #5382-5385, #5390, #5391, #5393, #5295 Branden Robinson
  #5374, Jonathan Amery #5378, Jochen Voss)
  - intall bdftruncate and ucs2any without the .pl extension
  (#5391, Branden Robinson)

Modified files:
  xc/config/cf/:
Imake.tmpl xfree86.cf 
  xc/config/util/:
Imakefile 
  xc/doc/man/Xt/:
XtFindF.man XtResPath.man XtSetKFoc.man 
  xc/doc/man/general/:
X.man 
  xc/fonts/util/:
Imakefile bdftruncate.pl ucs2any.pl 
  xc/programs/Xserver/:
Xserver.man 
  xc/programs/Xserver/hw/xfree86/:
XF86Config.man XFree86.man 
  xc/programs/Xserver/hw/xfree86/XF86Setup/:
XF86Setup.man 
  xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/:
xmseconfig.man 
  xc/programs/Xserver/hw/xfree86/doc/man/:
Imakefile XF86VM.man 
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
xf86cfg.man 
  xc/programs/Xserver/hw/xfree86/xf86config/:
xf86config.man 
  xc/programs/bitmap/:
bitmap.man 
  xc/programs/editres/:
editres.man 
  xc/programs/oclock/:
oclock.man 
  xc/programs/rgb/:
showrgb.man 
  xc/programs/rstart/:
rstartd.man 
  xc/programs/setxkbmap/:
setxkbmap.man 
  xc/programs/twm/:
twm.man 
  xc/programs/xcalc/:
xcalc.man 
  xc/programs/xclipboard/:
xclipboard.man 
  xc/programs/xclock/:
xclock.man 
  xc/programs/xconsole/:
xconsole.man 
  xc/programs/xdm/:
xdm.man 
  xc/programs/xedit/:
xedit.man 
  xc/programs/xfontsel/:
xfontsel.man 
  xc/programs/xload/:
xload.man 
  xc/programs/xlogo/:
xlogo.man 
  xc/programs/xman/:
xman.man 
  xc/programs/xmodmap/:
xmodmap.man 
Added files:
  xc/config/util/:
ccmakedep.man cleanlinks.man gccmakedep.man mergelib.man 
mkhtmlindex.man 
  xc/fonts/util/:
bdftruncate.man ucs2any.man 
  
  Revision  ChangesPath
  3.130 +5 -2  xc/config/cf/Imake.tmpl
  3.410 +15 -5 xc/config/cf/xfree86.cf
  3.47  +7 -2  xc/config/util/Imakefile
  1.4   +9 -9  xc/doc/man/Xt/XtFindF.man
  1.4   +11 -13xc/doc/man/Xt/XtResPath.man
  1.3   +4 -4  xc/doc/man/Xt/XtSetKFoc.man
  1.8   +18 -31xc/doc/man/general/X.man
  1.5   +5 -3  xc/fonts/util/Imakefile
  1.3   +2 -2  xc/fonts/util/bdftruncate.pl
  1.5   +3 -3  xc/fonts/util/ucs2any.pl
  3.20  +112 -98   xc/programs/Xserver/Xserver.man
  1.10  +95 -85xc/programs/Xserver/hw/xfree86/XF86Config.man
  3.55  +16 -2 xc/programs/Xserver/hw/xfree86/XFree86.man
  3.6   +5 -4  xc/programs/Xserver/hw/xfree86/XF86Setup/XF86Setup.man
  3.6   +5 -4  
xc/programs/Xserver/hw/xfree86/XF86Setup/scripts/xmseconfig.man
  3.7   +2 -4  xc/programs/Xserver/hw/xfree86/doc/man/Imakefile
  3.11  +74 -4 xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man
  1.8   +5 -5  xc/programs/Xserver/hw/xfree86/xf86cfg/xf86cfg.man
  1.6   +4 -2  xc/programs/Xserver/hw/xfree86/xf86config/xf86config.man
  1.8   +2 -3  xc/programs/bitmap/bitmap.man
  1.9   +4 -2  xc/programs/editres/editres.man
  1.9   +2 -2  xc/programs/oclock/oclock.man
  1.8   +2 -2  xc/programs/rgb/showrgb.man
  1.7   +6 -6  xc/programs/rstart/rstartd.man
  3.5   +3 -3  xc/programs/setxkbmap/setxkbmap.man
  1.10  +8 -8  xc/programs/twm/twm.man
  1.4   +2 -2  xc/programs/xcalc/xcalc.man
  1.9   +4 -2  xc/programs/xclipboard/xclipboard.man
  1.11  +4 -2  xc/programs/xclock/xclock.man
  1.9   +4 -2  xc/programs/xconsole/xconsole.man
  3.22  +36 -39xc/programs/xdm/xdm.man
  1.18  +2 -2  xc/programs/xedit/xedit.man
  1.4   +3 -3  xc/programs/xfontsel/xfontsel.man
  1.5   +4 -2  xc/programs/xload/xload.man
  1.10  +4 -2  xc/programs/xlogo/xlogo.man
  1.4   +5 -6  xc/programs/xman/xman.man
  1.11  +11 -8 xc/programs/xmodmap/xmodmap.man

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 14:29:58

Log message:
  - specify encoding
  - markup fixes
  - add a google search form (restricted to the XFree86.org domain)

Modified files:
  ./:
support.html 
  
  Revision  ChangesPath
  1.23  +34 -17www/support.html

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



CVS Update: www (branch: trunk)

2002-10-25 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/10/25 14:54:15

Log message:
  - html 4.01 transitional
  - markup fixes

Modified files:
  www/legal/:
art_of_inc.html by_laws.html corp_profile.html index.html 
licence.html org_minutes.html 
  
  Revision  ChangesPath
  1.3   +35 -34www/legal/art_of_inc.html
  1.4   +4 -4  www/legal/by_laws.html
  1.3   +4 -3  www/legal/corp_profile.html
  1.3   +4 -13 www/legal/index.html
  1.6   +3 -2  www/legal/licence.html
  1.3   +4 -3  www/legal/org_minutes.html

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



CVS Update: xc (branch: trunk)

2002-10-26 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/26 03:36:52

Log message:
  spelling error: BuildScreenSaveLibrary -> BuildScreenSaverLibrary
  (Per Fogelstrom).

Modified files:
  xc/include/extensions/:
Imakefile 
  
  Revision  ChangesPath
  3.50  +2 -2  xc/include/extensions/Imakefile

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



CVS Update: xc (branch: trunk)

2002-10-26 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/26 11:18:34

Log message:
  Remove reference to Tcl/Tk

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/:
host.def 
  
  Revision  ChangesPath
  1.5   +1 -7  
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/host.def

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



CVS Update: xc (branch: trunk)

2002-10-27 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/27 01:11:01

Log message:
  Remove white space in empty line

Modified files:
  xc/lib/Xt/:
Imakefile 
  
  Revision  ChangesPath
  3.18  +2 -2  xc/lib/Xt/Imakefile

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 14:46:15

Log message:
  Build fix for pure WSCONS_SUPPORT case

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
bsd_kbd.c 
  
  Revision  ChangesPath
  1.4   +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 14:50:04

Log message:
  mprotect() calls to make text pages executable on OpenBSD
  architectures with non-exec heap.

Modified files:
  xc/programs/Xserver/hw/xfree86/loader/:
elfloader.c 
  
  Revision  ChangesPath
  1.45  +10 -3 xc/programs/Xserver/hw/xfree86/loader/elfloader.c

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 15:19:16

Log message:
  Server support for alpha architecture on OpenBSD >= 3.2

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
compiler.h 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
Imakefile alpha_video.c bsd_axp.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Imakefile Pci.h 
  
  Revision  ChangesPath
  3.95  +9 -6  xc/programs/Xserver/hw/xfree86/common/compiler.h
  3.54  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile
  1.2   +89 -30xc/programs/Xserver/hw/xfree86/os-support/bsd/alpha_video.c
  1.2   +13 -1 xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_axp.c
  1.26  +3 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile
  1.33  +2 -2  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 15:21:18

Log message:
  libXCursor requires libXrender, libX11 and its dependencies on OpenBSD

Modified files:
  xc/config/cf/:
OpenBSDLib.rules 
  
  Revision  ChangesPath
  1.4   +4 -1  xc/config/cf/OpenBSDLib.rules

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 15:24:18

Log message:
  Merge OpenBSD/alpha and OpenBSD/macppc support from OpenBSD source
  tree

Modified files:
  xc/config/cf/:
Imake.cf OpenBSD.cf 
  
  Revision  ChangesPath
  3.79  +5 -2  xc/config/cf/Imake.cf
  3.76  +80 -42xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2002-10-29 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/29 15:28:53

Log message:
  OpenBSD/alpha server support

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.2356+5 -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)

2002-10-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/10/30 13:42:29

Log message:
  Enable the cirrus driver on alpha.

Modified files:
  xc/config/cf/:
xfree86.cf 
  
  Revision  ChangesPath
  3.413 +3 -3  xc/config/cf/xfree86.cf

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 01:00:14

Log message:
  add Xstrdup here. It's refenced by xf86strdup() in libc_wrapper.c

Modified files:
  xc/programs/Xserver/hw/xfree86/dummylib/:
xalloc.c 
  
  Revision  ChangesPath
  1.2   +14 -1 xc/programs/Xserver/hw/xfree86/dummylib/xalloc.c

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 03:04:38

Log message:
  ioport needs MathLibrary

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/:
Imakefile 
  
  Revision  ChangesPath
  3.47  +2 -2  xc/programs/Xserver/hw/xfree86/etc/Imakefile

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 03:12:54

Log message:
  Xstrdup is now (more logically) in dummylib

Modified files:
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
stubs.c 
  
  Revision  ChangesPath
  1.3   +1 -9  xc/programs/Xserver/hw/xfree86/xf86cfg/stubs.c

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 03:20:31

Log message:
  Hmm previous commit broke OpenBSD/i386. Fix that...

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
Imakefile 
  
  Revision  ChangesPath
  3.55  +16 -9 xc/programs/Xserver/hw/xfree86/os-support/bsd/Imakefile

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




CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 09:17:34

Log message:
  Make this work on OpenBSD/macppc with aperture driver.

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
ppc_video.c 
  
  Revision  ChangesPath
  1.2   +12 -7 xc/programs/Xserver/hw/xfree86/os-support/bsd/ppc_video.c

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 09:26:17

Log message:
  All r128 known cards only have 0x4000 bytes of MMIO space. From NetBSD.
  Ok dawes@.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
r128.h 
  
  Revision  ChangesPath
  1.23  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/r128.h

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 09:28:08

Log message:
  Better...

Modified files:
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
ppc_video.c 
  
  Revision  ChangesPath
  1.3   +2 -7  xc/programs/Xserver/hw/xfree86/os-support/bsd/ppc_video.c

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 10:01:53

Log message:
  doc updates.

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/sgml/:
OpenBSD.sgml NetBSD.sgml 
  
  Revision  ChangesPath
  1.25  +59 -68xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
  3.64  +16 -6 xc/programs/Xserver/hw/xfree86/doc/sgml/NetBSD.sgml

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



CVS Update: xc (branch: trunk)

2002-11-09 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/09 10:03:01

Log message:
  update formatted docs

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/:
README.NetBSD README.OpenBSD 
  
  Revision  ChangesPath
  3.81  +6 -5  xc/programs/Xserver/hw/xfree86/doc/README.NetBSD
  1.31  +50 -59xc/programs/Xserver/hw/xfree86/doc/README.OpenBSD

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



CVS Update: www (branch: trunk)

2002-11-14 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/11/14 13:41:55

Log message:
  add a page with the XFree86 GPG public key

Added files:
  www/security/:
publickey.html 

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



CVS Update: www (branch: trunk)

2002-11-14 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   02/11/14 13:43:33

Log message:
  - remove old stuff that was already commented out
  - fix some typos
  - add a reference to the XFree86 security public key

Modified files:
  www/security/:
index.html 
  
  Revision  ChangesPath
  1.15  +9 -124www/security/index.html

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



CVS Update: xc (branch: trunk)

2002-11-20 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/20 13:48:46

Log message:
  Better documentation of cpp defaults. Based on a patch by Nick Holland
  in OpenBSD PR documentation/2842

Modified files:
  xc/config/imake/:
Imakefile imake.man 
  
  Revision  ChangesPath
  3.17  +2 -1  xc/config/imake/Imakefile
  1.9   +3 -3  xc/config/imake/imake.man

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



CVS Update: xc (branch: trunk)

2002-11-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/30 10:35:48

Log message:
  Something of a rework of the daemonization logic.  The only thing
  that actually functions differently now are GNU libc-using systems,
  which have the daemon() function.  We should use that where it is
  available.  The existing preprocessor stuff was a twisy maze of
  confusing conditionals that I did my best to untangle.  While I was
  at it I also indented the silly things so that people have some hope
  of following what's going on.
  #5358, Branden Robinson

Modified files:
  xc/programs/xdm/:
daemon.c 
  
  Revision  ChangesPath
  3.19  +52 -50xc/programs/xdm/daemon.c

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



CVS Update: xc (branch: trunk)

2002-11-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/30 10:59:36

Log message:
  Stop defining a variable which isn't used anywhere. #5358, Branden Robinson.

Modified files:
  xc/programs/xdm/greeter/:
Imakefile 
  
  Revision  ChangesPath
  1.7   +1 -3  xc/programs/xdm/greeter/Imakefile

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



CVS Update: xc (branch: trunk)

2002-11-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/11/30 11:11:33

Log message:
  - Set the default VT to vt7 if we're on a Debian system.
  - Use log file and pid file names that are more consistent with
other Unix usage.
  - Require authorization for local connections on all displays.
  - Removal of a non-helpful comment and whitespace cleanup.
  #5358, Branden Robinson.

Modified files:
  xc/programs/xdm/config/:
Imakefile Xres.cpp xdm-conf.cpp 
  
  Revision  ChangesPath
  1.11  +5 -1  xc/programs/xdm/config/Imakefile
  1.5   +2 -2  xc/programs/xdm/config/Xres.cpp
  1.10  +7 -9  xc/programs/xdm/config/xdm-conf.cpp

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



CVS Update: xc (branch: trunk)

2002-12-01 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/01 08:47:03

Log message:
  add Xfixes required libraries

Modified files:
  xc/config/cf/:
darwinLib.tmpl 
  
  Revision  ChangesPath
  1.6   +2 -1  xc/config/cf/darwinLib.tmpl

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



CVS Update: xc (branch: trunk)

2002-12-07 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/07 07:12:36

Log message:
  SharedXfixesReqs for cygwin (#5520,  Alexander Gottwald).

Modified files:
  xc/config/cf/:
cygwin.tmpl 
  
  Revision  ChangesPath
  3.13  +2 -1  xc/config/cf/cygwin.tmpl

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



CVS Update: xc (branch: trunk)

2002-12-07 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/07 07:22:25

Log message:
  Missing bdftruncate.pl and ucs2any.pl renames (#5524, Mike A. Harris).
  
  XXX As noted in the orignal patch, this breaks building with
  XXX UseInstalledX11 set to YES if the installed version still has the
  XXX names with the .pl suffix, but this is not a big problem.

Modified files:
  xc/config/cf/:
X11.tmpl 
  
  Revision  ChangesPath
  1.188 +3 -3  xc/config/cf/X11.tmpl

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



CVS Update: xc (branch: trunk)

2002-12-07 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/07 12:20:20

Log message:
  Warning fix

Modified files:
  xc/programs/xdm/config/:
Imakefile 
  
  Revision  ChangesPath
  1.12  +2 -2  xc/programs/xdm/config/Imakefile

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



CVS Update: xc (branch: trunk)

2002-12-07 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/07 12:31:06

Log message:
  xdm fixes from Sebastian Krahmer (#5511):
  - non exploitable overflow in ReadWord,
  - use snprintf() everywhere,
  - try to make DNS spoofing impossible.
  Update CHANGELOG for previous changes by Branden Robinson for Debian (#5358)
  too.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/xdm/:
Imakefile access.c auth.c dm.c policy.c resource.c 
sessreg.c xdmcp.c 
  
  Revision  ChangesPath
  3.2431+3 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.52  +14 -3 xc/programs/xdm/Imakefile
  3.9   +2 -2  xc/programs/xdm/access.c
  3.26  +6 -12 xc/programs/xdm/auth.c
  3.21  +3 -2  xc/programs/xdm/dm.c
  3.8   +4 -4  xc/programs/xdm/policy.c
  3.10  +5 -5  xc/programs/xdm/resource.c
  3.19  +3 -2  xc/programs/xdm/sessreg.c
  3.20  +19 -7 xc/programs/xdm/xdmcp.c

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



CVS Update: xc (branch: trunk)

2002-12-07 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/07 12:43:43

Log message:
  xcursorgen needs MathLibrary on systems without implicit inter-libraries
  dependencies

Modified files:
  xc/programs/xcursorgen/:
Imakefile 
  
  Revision  ChangesPath
  1.6   +2 -2  xc/programs/xcursorgen/Imakefile

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



CVS Update: xc (branch: trunk)

2002-12-08 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/08 05:41:51

Log message:
  warning fixes

Modified files:
  xc/config/cf/:
NetBSD.cf 
  
  Revision  ChangesPath
  3.107 +4 -1  xc/config/cf/NetBSD.cf

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



CVS Update: xc (branch: trunk)

2002-12-08 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/08 15:01:00

Log message:
  update *BSD/ELF shared libraries dependencies

Modified files:
  xc/config/cf/:
bsdLib.tmpl 
  
  Revision  ChangesPath
  3.11  +16 -5 xc/config/cf/bsdLib.tmpl

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



CVS Update: xc (branch: trunk)

2002-12-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/16 14:48:30

Log message:
  Increment shared libraries major revisions on OpenBSD if gcc with
  stack protector is used (Matthieu Herrb, Todd Fries).

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  xc/config/imake/:
imake.c 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
Added files:
  xc/config/cf/:
OpenBSDLib.tmpl 
  
  Revision  ChangesPath
  3.77  +17 -7 xc/config/cf/OpenBSD.cf
  3.63  +32 -1 xc/config/imake/imake.c
  3.2451+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)

2002-12-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/16 15:01:44

Log message:
  When gcc stack protector is available, don't enable it on
  XFree86 modules (yet).

Modified files:
  xc/config/cf/:
xf86.tmpl 
  
  Revision  ChangesPath
  3.33  +12 -2 xc/config/cf/xf86.tmpl

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



CVS Update: xc (branch: trunk)

2002-12-23 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/23 03:05:24

Log message:
  static build fix

Modified files:
  xc/programs/xcursorgen/:
Imakefile 
  
  Revision  ChangesPath
  1.7   +3 -2  xc/programs/xcursorgen/Imakefile

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



CVS Update: xc (branch: trunk)

2002-12-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/30 06:34:03

Log message:
  Typo (Sam Smith).

Modified files:
  xc/programs/Xserver/hw/xfree86/xf86cfg/:
xf86cfg.man 
  
  Revision  ChangesPath
  1.9   +2 -2  xc/programs/Xserver/hw/xfree86/xf86cfg/xf86cfg.man

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



CVS Update: xc (branch: trunk)

2002-12-30 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   02/12/30 08:35:11

Log message:
  Update libpng defines. This is what I use to build XFree86 on OpenBSD.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/:
host.def 
  
  Revision  ChangesPath
  1.7   +11 -5 
xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-ix86/host.def

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



CVS Update: xc (branch: trunk)

2003-01-05 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/05 00:20:40

Log message:
  These files are out of date and there won't be OpenBSD/sparc binaries
  on ftp.xfree86.org.

Removed files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/OpenBSD-sparc/:
Mono-list Sun24-list bin-excl bin-list dir fsrv-list 
host.def lib-excl lib-list man-excl man-list nest-list 
prog-excl prog-list prt-list sun-list xserv-list 

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 06:15:33

Log message:
  Use libpng from the NetBSD packages system.

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
host.def 
  
  Revision  ChangesPath
  1.6   +5 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/host.def

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 08:42:30

Log message:
  - enable AGP Gart support for OpenBSD > 3.1
  - install OpenbSDLib.tmpl
  - explicitely disable theads supports for OpenBSD ELF architectures.

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  
  Revision  ChangesPath
  3.78  +14 -2 xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2003-01-12 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/12 09:03:24

Log message:
  Starting with OpenBSD 3.2, OpenBSD/sparc doesn't build the Xsun*
  servers anymore.

Modified files:
  xc/config/cf/:
OpenBSD.cf 
  
  Revision  ChangesPath
  3.79  +22 -10xc/config/cf/OpenBSD.cf

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



CVS Update: xc (branch: trunk)

2003-01-24 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/01/24 13:30:09

Log message:
   775. Protect magic cookie from short-lived exposure on command line in
startx (Christian Biere).

Modified files:
  xc/programs/xinit/:
startx.cpp 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  
  Revision  ChangesPath
  3.16  +4 -2  xc/programs/xinit/startx.cpp
  3.2495+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-02-15 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/15 07:36:23

Log message:
  Typo.

Modified files:
  xc/programs/Xserver/hw/xfree86/xf86config/:
xf86config.c 
  
  Revision  ChangesPath
  3.67  +2 -2  xc/programs/Xserver/hw/xfree86/xf86config/xf86config.c

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



CVS Update: xc (branch: trunk)

2003-02-15 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/15 15:41:58

Log message:
  NetBSD doesn't install XFree86 stuff in /etc/X11

Removed files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
etc-dir etc-list lib-excl var-dir var-list 

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



CVS Update: xc (branch: trunk)

2003-02-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/16 09:14:55

Log message:
  Add back Xetc.tgz for fontconfig files

Added files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-ix86/:
etc-dir etc-list 

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



CVS Update: xc (branch: trunk)

2003-02-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/16 09:15:26

Log message:
  No etc/X11 data files on NetBSD

Modified files:
  xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/:
etc-list 
  
  Revision  ChangesPath
  1.3   +0 -1  
xc/programs/Xserver/hw/xfree86/etc/bindist/NetBSD-aout-ix86/etc-list

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



CVS Update: xc (branch: trunk)

2003-02-16 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/16 09:44:37

Log message:
  mention local.conf

Modified files:
  xc/lib/fontconfig/src/:
fontconfig.man 
  
  Revision  ChangesPath
  1.8   +7 -1  xc/lib/fontconfig/src/fontconfig.man

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



CVS Update: xc (branch: trunk)

2003-02-17 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/17 13:46:44

Log message:
  use OpenBSDLib.tmpl. remove duplicate SharedXcursorReqs.
  This commit was missing when OpenBSDLib.tmp was added.

Modified files:
  xc/config/cf/:
OpenBSDLib.rules 
  
  Revision  ChangesPath
  1.5   +2 -4  xc/config/cf/OpenBSDLib.rules

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



CVS Update: xc (branch: trunk)

2003-02-17 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/17 15:43:25

Log message:
  Fix for bug reported by Mike Harris: beforelight always failed when
  restarted, and could kill a random X client.
  Now more validations are done on the XID used in the root window
  property, to avoid killing an innocent. Ideas for that patch came from
  Keith Packard.

Modified files:
  xc/programs/beforelight/:
b4light.c 
  
  Revision  ChangesPath
  3.6   +17 -4 xc/programs/beforelight/b4light.c

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



CVS Update: xc (branch: trunk)

2003-02-18 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/02/18 12:45:14

Log message:
  beforelight fix

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

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



CVS Update: www (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   03/03/02 01:19:15

Log message:
  Fix the lists references noticed by Egbert Eich.

Modified files:
  www/cvs/:
index.html 
  
  Revision  ChangesPath
  1.8   +8 -8  www/cvs/index.html

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


CVS Update: www (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   03/03/02 03:21:39

Log message:
  updates for 4.3.0.

Modified files:
  www/security/:
index.html 
  
  Revision  ChangesPath
  1.17  +19 -2 www/security/index.html

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


CVS Update: www (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   03/03/02 03:31:17

Log message:
  - 4.3.0 is released
  - signup -> core for potential volunteers for the 3.3.x branch
(Or should this be completely removed ?)

Modified files:
  ./:
releaseplans.html 
  
  Revision  ChangesPath
  1.21  +8 -7  www/releaseplans.html

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


CVS Update: www (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:www
Changes by: [EMAIL PROTECTED]   03/03/02 03:43:52

Log message:
  fix internal links

Modified files:
  ./:
index.html 
  
  Revision  ChangesPath
  1.98  +2 -4  www/index.html

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


CVS Update: xc (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/02 12:24:23

Log message:
  Fix build warning on systems without DRI support (#5659, Matthias Scheler).

Modified files:
  xc/lib/GL/mesa/src/X86/:
Imakefile 
  
  Revision  ChangesPath
  1.25  +2 -2  xc/lib/GL/mesa/src/X86/Imakefile

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


CVS Update: xc (branch: trunk)

2003-03-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/02 12:26:39

Log message:
  turns off shadow password support for NetBSD which simply doesn't have
  them (#5661, Matthias Scheler).

Modified files:
  xc/config/cf/:
NetBSD.cf 
  
  Revision  ChangesPath
  3.109 +3 -1  xc/config/cf/NetBSD.cf

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


CVS Update: xc (branch: trunk)

2003-03-06 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/06 14:24:50

Log message:
  Previous fix was incorrect (#5664, Matthias Scheler).

Modified files:
  xc/lib/GL/mesa/src/X86/:
Imakefile 
  
  Revision  ChangesPath
  1.26  +1 -1  xc/lib/GL/mesa/src/X86/Imakefile

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


CVS Update: xc (branch: trunk)

2003-03-08 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/08 11:14:58

Log message:
   972. Various NetBSD fixes for non-i386 (#5662, #5666 Aymeric Vincent,
Matthew Green, Chris Gilbert, Thomas Klausner).
   971. Enable native thread support on NetBSD 1.6M and later (#5597, #5660,
Matthias Scheler).

Modified files:
  xc/config/cf/:
NetBSD.cf 
  xc/include/:
Xthreads.h 
  xc/lib/X11/xlibi18n/:
Xi18nLib.conf 
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/etc/:
Imakefile 
  xc/programs/Xserver/hw/xfree86/os-support/bsd/:
ppc_video.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
netbsdPci.c 
  
  Revision  ChangesPath
  3.110 +21 -12xc/config/cf/NetBSD.cf
  3.11  +33 -1 xc/include/Xthreads.h
  1.9   +2 -2  xc/lib/X11/xlibi18n/Xi18nLib.conf
  3.2591+5 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  3.50  +5 -3  xc/programs/Xserver/hw/xfree86/etc/Imakefile
  1.4   +7 -3  xc/programs/Xserver/hw/xfree86/os-support/bsd/ppc_video.c
  1.3   +6 -5  xc/programs/Xserver/hw/xfree86/os-support/bus/netbsdPci.c

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


CVS Update: xc (branch: xf-4_3-branch)

2003-03-11 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/11 15:18:49

Log message:
  Fix for possible buffer overflow in _XlcLocaleDirName().
  privilegied binaries ignore the XLOCALEDIR environment variable
  and are not vulnerable.

Modified files:
  xc/lib/X11/:  Tag: xf-4_3-branch
XlcDL.c XlcPubI.h lcFile.c 
  
  Revision  ChangesPath
  1.9.2.1   +6 -6  xc/lib/X11/XlcDL.c
  3.9.6.1   +2 -1  xc/lib/X11/XlcPubI.h
  3.30.2.1  +13 -5 xc/lib/X11/lcFile.c

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


CVS Update: xc (branch: xf-4_3-branch)

2003-03-11 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/11 15:23:52

Log message:
  XlcLocaleDirname fix

Modified files:
  xc/programs/Xserver/hw/xfree86/:  Tag: xf-4_3-branch
CHANGELOG 
  
  Revision  ChangesPath
  3.2588.2.2+2 -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-03-11 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/11 15:26:58

Log message:
  Fix for possible buffer overflow in _XlcLocaleDirName().
  privilegied binaries ignore the XLOCALEDIR environment variable
  and are not vulnerable.

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/lib/X11/:
XlcDL.c XlcPubI.h lcFile.c 
  
  Revision  ChangesPath
  3.2592+2 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.10  +6 -6  xc/lib/X11/XlcDL.c
  3.10  +2 -1  xc/lib/X11/XlcPubI.h
  3.31  +13 -5 xc/lib/X11/lcFile.c

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


CVS Update: xc (branch: trunk)

2003-03-31 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/03/31 13:58:56

Log message:
  Additionnal checks on data received in XOpenDisplay().
  Bugzilla #40, Andreas Ehliar.

Modified files:
  xc/lib/X11/:
OpenDis.c 
  
  Revision  ChangesPath
  3.13  +77 -10xc/lib/X11/OpenDis.c

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


CVS Update: xc (branch: trunk)

2003-04-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/02 23:11:04

Log message:
  Improve documentation of option "Overlay". Bugzilla #22.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga.man 
  
  Revision  ChangesPath
  1.7   +14 -4 xc/programs/Xserver/hw/xfree86/drivers/mga/mga.man

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


CVS Update: xc (branch: trunk)

2003-04-02 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/02 23:42:14

Log message:
  Hmm. Reuse the text from the glint driver.
  ihmo the code handling this option needs improvements.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/mga/:
mga.man 
  
  Revision  ChangesPath
  1.8   +3 -12 xc/programs/Xserver/hw/xfree86/drivers/mga/mga.man

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


CVS Update: xc (branch: trunk)

2003-04-03 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/03 13:26:34

Log message:
  Fix whiteglass left_ptr_watch cursor hot spot. (Bugzilla #59).

Modified files:
  xc/programs/xcursorgen/whiteglass/:
left_ptr_watch.cfg 
  
  Revision  ChangesPath
  1.2   +5 -5  xc/programs/xcursorgen/whiteglass/left_ptr_watch.cfg

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


CVS Update: xc (branch: trunk)

2003-04-03 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/03 13:48:25

Log message:
  Document that mode switching functions are asynchronous and that
  XSetErrorHandler() and XSync() need to be used to get a synchronous
  like behaviour. (Bugzilla #22).

Modified files:
  xc/programs/Xserver/hw/xfree86/doc/man/:
XF86VM.man 
  
  Revision  ChangesPath
  3.13  +12 -2 xc/programs/Xserver/hw/xfree86/doc/man/XF86VM.man

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


CVS Update: xc (branch: trunk)

2003-04-03 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/03 14:00:24

Log message:
  - switch OpenBSD to AsCmd = cc -c -x assembler
  - sync OpenBSDLib.tmpl with OpenBSD repository

Modified files:
  xc/config/cf/:
OpenBSD.cf OpenBSDLib.tmpl 
  
  Revision  ChangesPath
  3.80  +4 -1  xc/config/cf/OpenBSD.cf
  1.2   +7 -9  xc/config/cf/OpenBSDLib.tmpl

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


Re: CVS Update: xc (branch: trunk)

2003-04-03 Thread Matthieu Herrb
Matthieu Herrb wrote (in a message from Thursday 3)
 > CVSROOT: /home/x-cvs
 > Module name: xc
 > Changes by:  [EMAIL PROTECTED]   03/04/03 13:48:25
 > 
 > Log message:
 >   Document that mode switching functions are asynchronous and that
 >   XSetErrorHandler() and XSync() need to be used to get a synchronous
 >   like behaviour. (Bugzilla #22).

This should read: Bugzilla #48. 
___
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit


CVS Update: xc (branch: trunk)

2003-04-04 Thread Matthieu Herrb
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   03/04/04 14:17:08

Log message:
  The remaining a.out BSD OS (OpenBSD) needs correct list of
  required libs for libXcursor.

Modified files:
  xc/config/cf/:
bsdLib.tmpl 
  
  Revision  ChangesPath
  3.14  +4 -1  xc/config/cf/bsdLib.tmpl

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


  1   2   3   4   >