summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-18Add ChangeLog for xserver. It's part of the official X.Org tarballs.Matthieu Herrb
2009-10-13updatesMatthieu Herrb
2009-10-13use openpty(3) to grab a pseudo-tty, patterned after xterm; ok matthieu@Christian Weisgerber
2009-10-12syncTodd T. Fries
2009-10-11syncMatthieu Herrb
2009-10-11update to xf86-video-geode 2.11.6. Tested on a Alix 3C3.Matthieu Herrb
2009-10-10update to xf86-video-nv 2.1.15. Tested by espie@ (not better,Matthieu Herrb
but not worse either on his hardware).
2009-10-10update to setxkbmap 1.1.0Matthieu Herrb
2009-10-10update to xbacklight 1.1.1Matthieu Herrb
2009-10-10update to xfs 1.1.0.Matthieu Herrb
2009-10-10update to xmodmap 1.0.4Matthieu Herrb
2009-10-10update to xset 1.1.0. tested by naddy@Matthieu Herrb
2009-10-10updatesMatthieu Herrb
2009-10-06Merge intel driver autoconfiguration changes from upstream:Matthieu Herrb
- don't list the dead i810 driver anymore - blacklist the poulsbo chipset which isn't supported by xf86-video-intel. Gives vesa a chance. ok oga@, kettenis@.
2009-10-05Revert to luit 1.0.3 for now. 1.0.4 breakage reported by naddy@.Matthieu Herrb
2009-10-04update to luit version 1.0.4.Matthieu Herrb
2009-10-04Disable xtrap test clients. ok oga@Matthieu Herrb
2009-10-03Don't build profiled libs. No other X lib does.Matthieu Herrb
2009-10-03Update for newer Xinput ABI.Matthieu Herrb
2009-10-03--disable-xinput and --disable-xprint are not valid configure optionsMatthieu Herrb
anymore in xserver 1.6.
2009-10-02updatesMatthieu Herrb
2009-10-01Use the installed /etc/mtree/BSD.x11.dist file now that it's up-to-date.Matthieu Herrb
Further mtree updates will go to /usr/src/etc/mtree/BSD.x11.dist directly.
2009-09-27Adapt to the new UDLIO_DAMAGE ioctl behaviour of udl(4).Marcus Glocker
2009-09-26update to xrandr 1.3.2Matthieu Herrb
2009-09-26update to xmag 1.0.3Matthieu Herrb
2009-09-26remove obsolete commands.Matthieu Herrb
2009-09-26remove rstart, take #2.Matthieu Herrb
2009-09-26Remove rstart.Matthieu Herrb
2009-09-26update to xclock 1.0.4Matthieu Herrb
2009-09-26update to xauth 1.0.4Matthieu Herrb
2009-09-26Update to bitmap 1.0.4Matthieu Herrb
2009-09-26Update to bdftopcf 1.0.2Matthieu Herrb
2009-09-26update to appres 1.0.2Matthieu Herrb
2009-09-26update to util-macros 1.3.0.Matthieu Herrb
2009-09-26updatesMatthieu Herrb
2009-09-25With Xinerama enabled, the borders of a maximized window will show up onOwain Ainsworth
all adjacent screens. This patch hides the borders while the window is maximized. From Bertrand Janin; thanks! ok okan@
2009-09-24wsudl(4) / udl(4) works on NetBSD as well now.Marcus Glocker
From FUKAUMI Naoki
2009-09-23If udl is to busy to process our UDLIO_DAMAGE drawing request, let wsudlMarcus Glocker
sleep for a bit before retrying, so we don't overload the kernel by busy looping. Tested and agreed matthieu@
2009-09-23libXt is built with /etc/X11/app-defaults as the default search path,Igor Sobrado
not /usr/X11R6/lib/X11/app-defaults. ok matthieu@
2009-09-22XF86Config -> xorg.conf in comments.Matthieu Herrb
2009-09-22Initial Xorg driver to support DisplayLink USB display devices usingMarcus Glocker
the udl(4) device driver over wsdisplay(4). OK matthieu@, miod@
2009-09-21updateMatthieu Herrb
2009-09-19Update to xterm 248, fixing several bugs including a regression withStuart Henderson
copy-and-paste. Works for martynas@, ok matthieu@
2009-09-17syncTodd T. Fries
2009-09-15Replace xorgconfig with Xorg -configure.Matthieu Herrb
2009-09-13Same fix as in wsfb:Matthieu Herrb
Call shadowRemove() in wsfbCloseScreen(). This fixes a free memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13Call shadowRemove() in wsfbCloseScreen(). This fixes a freeMatthieu Herrb
memory dereference on exit. Hint by Daniel Stone. Thanks.
2009-09-13Do not use 'deprecated' attribute on gcc < 3.1.Matthieu Herrb
It causes lots of spurious warnings in build logs. suggestion to make the test gcc >= 3.1 millert@, ok todd@, miod@
2009-09-12updateMatthieu Herrb
2009-09-11syncTodd T. Fries