OpenBSD X11 changes summary for 2015-11-01 to 2015-11-08 inclusive
==================================================================

3RDPARTY                                MODULES
app                                     driver
xserver                                 

== 3RDPARTY ========================================================== 01/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/3RDPARTY

3RDPARTY


  > update (matthieu@)

== MODULES =========================================================== 02/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/MODULES

MODULES


  > update (matthieu@)


  > update (matthieu@)

== app =============================================================== 03/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/app

app

  ~ xterm/main.c                          

  > add pledge to xterm
  > the pledge call is done just before the main loop, so initialisation
  > is almost done.
  > - stdio: for all communication on opened fds
  > (read/write/select/recvmsg/...)
  > - rpath: for X11 error ("X Error of failed request: ...") which read
  > at least /usr/X11R6/share/X11/XErrorDB
  > - wpath : on exit, for opening WR_ONLY "/var/run/utmp"
  > - cpath : for Tek emulation window (xterm -t)
  > - id : on exit, for calling setegid()
  > - proc: on exit, for calling kill()
  > - tty: on exit, for calling tcflush()
  > "it is time" deraadt@ (semarie@)

  ~ fvwm/modules/FvwmRearrange/FvwmRearrange.c

  > Fix use afer free in free_window_list().
  > bug report by Gerrit Meyerheim, patch by Serguey Parkhomovsky on bugs@
  > Thanks to both. (matthieu@)

== driver ============================================================ 04/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/driver

driver

  ~ xf86-video-intel/src/sna/gen8_render.c

  > sna/gen8: Clamp URB allocations for GT3
  > From Chris Wilson in
  > 7a9bdadd71730adc5266bc6758982abec5917b93
  > Fixes rendering problems on Broadwell GT3 (Iris 6100/Iris Pro 6200)
  > Tested by Thomas Weinbrenner on bugs@ (jsg@)

== xserver =========================================================== 05/05 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/xserver

xserver

  ~ ChangeLog                             ~ Makefile.in
  ~ configure                             ~ configure.ac
  ~ Xext/xace.c                           ~ Xext/xace.h
  ~ Xext/xselinux_hooks.c                 ~ Xi/exevents.c
  ~ dix/Xserver.d                         ~ dix/dispatch.c
  ~ dix/dixfonts.c                        ~ dix/events.c
  ~ dix/getevents.c                       ~ dix/main.c
  ~ dix/privates.c                        ~ dix/protocol.txt
  ~ dix/resource.c                        ~ exa/exa_render.c
  ~ fb/fb.h                               ~ fb/fbpict.c
  ~ glamor/glamor.c                       ~ glamor/glamor_font.c
  ~ glamor/glamor_image.c                 ~ glamor/glamor_prepare.c
  ~ glx/createcontext.c                   ~ glx/extension_string.c
  ~ glx/extension_string.h                ~ glx/glxcmds.c
  ~ glx/glxcontext.h                      ~ glx/glxdri2.c
  ~ glx/glxdriswrast.c                    ~ hw/dmx/dmx.c
  ~ hw/dmx/dmxcb.c                        ~ hw/dmx/dmxfont.h
  ~ hw/dmx/dmxgc.c                        ~ hw/dmx/dmxgc.h
  ~ hw/dmx/dmxinit.c                      ~ hw/dmx/dmxpict.c
  ~ hw/dmx/dmxprop.c                      ~ hw/dmx/dmxscrinit.c
  ~ hw/dmx/dmxwindow.c                    ~ hw/dmx/config/dmxparse.h
  ~ hw/dmx/config/dmxprint.c              ~ hw/dmx/glxProxy/compsize.h
  ~ hw/dmx/glxProxy/g_disptab.h           ~ hw/dmx/glxProxy/glxcmds.c
  ~ hw/dmx/glxProxy/glxcmds.h             ~ hw/dmx/glxProxy/glxcmdsswap.c
  ~ hw/dmx/glxProxy/glxext.h              ~ hw/dmx/glxProxy/glxscreens.c
  ~ hw/dmx/glxProxy/glxscreens.h          ~ hw/dmx/glxProxy/glxserver.h
  ~ hw/dmx/glxProxy/glxsingle.c           ~ hw/dmx/glxProxy/glxsingle.h
  ~ hw/dmx/glxProxy/glxswap.c             ~ hw/dmx/glxProxy/glxvendor.c
  ~ hw/dmx/input/dmxinputinit.c           ~ hw/kdrive/ephyr/hostx.c
  ~ hw/xfree86/dri2/dri2ext.c             
  ~ hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h
  ~ hw/xfree86/modes/xf86EdidModes.c      ~ hw/xfree86/modes/xf86RandR12.c
  ~ hw/xfree86/os-support/xf86_OSlib.h    
  ~ hw/xfree86/os-support/linux/lnx_init.c
  ~ hw/xfree86/os-support/shared/sigio.c
  ~ hw/xfree86/x86emu/debug.c             ~ hw/xquartz/X11Application.m
  ~ hw/xquartz/X11Controller.m            ~ hw/xquartz/darwinEvents.c
  ~ hw/xquartz/quartzKeyboard.c           ~ hw/xquartz/GL/indirect.c
  ~ hw/xquartz/bundle/Info.plist.cpp      ~ hw/xquartz/bundle/Makefile.am
  ~ hw/xquartz/bundle/Makefile.in         ~ hw/xquartz/bundle/mk_bundke.sh
  ~ hw/xwayland/xwayland-input.c          ~ hw/xwayland/xwayland-output.c
  ~ include/Makefile.am                   ~ include/Makefile.in
  ~ man/Xserver.man                       ~ mi/miarc.c
  ~ mi/mieq.c                             ~ mi/miexpose.c
  ~ mi/miwideline.c                       ~ miext/rootless/rootlessCommon.h
  ~ miext/rootless/rootlessGC.c           ~ miext/rootless/rootlessValTree.c
  ~ os/WaitFor.c                          ~ os/connection.c
  ~ os/utils.c                            ~ os/xdmauth.c
  ~ os/xdmcp.c                            ~ present/present.c
  ~ randr/rrcrtc.c                        ~ randr/rrdispatch.c
  ~ randr/rrtransform.c                   ~ render/picture.c
  ~ render/render.c                       + include/probes.h

  > Update to xserver 1.17.4.
  > tested by naddy@ (matthieu@)

===============================================================================
_______________________________________________
owc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/owc

Reply via email to