summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Rename err to errs to avoid shadowing potential err() usage, and fix twoLandry Breuil
typos while here. ok semarie@ matthieu@
2019-01-03Call xf86OpenConsole() before probing for drivers.Matthieu Herrb
On OpenBSD, we need the console fd to query wsdisplay type, This was only causing problems with -keepPriv, since the privilege separation code already calls xf86OpenConsole() earlier. The function is idempotent, so there's no harm calling it several times. ok kettenis@
2018-12-21syncMatthieu Herrb
2018-12-21Unlink the following utilities from the build:Matthieu Herrb
fslsfonts, fstobdf, showfont, xfsinfo, xfwp and scripts (xon) Ports can be created if needed. ok deraadt@, jca@
2018-12-17updateMatthieu Herrb
2018-12-10updateMatthieu Herrb
2018-12-09Update openchrome to 0.6.176.Frederic Cambus
This fixes display on my VX900 systems. OK matthieu@
2018-12-07Move some links to httpsDaniel Jakots
There may still be a redirect but matthieu@ prefers generic URL as they should be more stable ok matthieu@
2018-11-25Remove libXxf86misc. Unlinked from build for 6 months.Matthieu Herrb
2018-11-25Remove libXfontcache. Unlinked from build for 6 months.Matthieu Herrb
2018-11-01Import libdrm 2.4.96Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2018-10-23Import Mesa 17.3.9Jonathan Gray
2017-01-19Import Mesa 13.0.3Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2008-07-12Import xf86-video-mach64, version 6.8.0. In the correct directory.Owain Ainsworth
ok matthieu@.
2008-07-12Import the openchrome video driver, version 0.2.902. Discussed withMatthieu Herrb
bernd@ and oga@. Tested by many in snaphots.
2006-11-26Importing xf86-video-mga 1.4.4Matthieu Herrb
2006-11-26Importing xterm 216Matthieu Herrb
2018-11-25Remove xf86miscproto. Unlinked from build for 6 months.Matthieu Herrb
2018-11-25Remove fontcacheproto. Unlinked from build for 6 months.Matthieu Herrb
2018-11-25updateMatthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2006-11-25import from X.Org 7.2RC1Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2018-11-14Stop asking for events (NoEventMask) from menu window once done withOkan Demirmen
the menu (we don't destroy it, only unmap).
2018-11-13Allow 'transientfor' clients to inherit group and bwidth either during init orOkan Demirmen
via property notify events. Previously only the flags were set but nothing was in the path to apply said flags and/or bwidth. Required slight of re-orgnaization of client_init.
2018-11-11Use strtonum(3)kn
Zap obsolete linter hints while here. Feedback and OK cheloha
2018-11-11Zap unneeded bzero(3) on already zero initialized global datakn
OK cheloha
2018-11-11Make similiar changes to the i386 tsd dispatch assembly as libglvnd toJonathan Gray
avoid a text relocation fixing the build with lld. This time store the address of the GOT in ebx as required before calling the PLT stub and change .balign value to match X86_ENTRY_SIZE as suggested by naddy. ok naddy@
2018-11-10Backout i386 tsd dispatch changes. While they worked forJonathan Gray
glxinfo/glxgears it broke SDL2 GL which dlopens libGL.
2018-11-09merge from base, from sashan@:Okan Demirmen
> - odd condition/test in PF lexer > (and other lexers too) > > This commit rectifies earlier change: > > in the lex... even inside quotes, a \ followed by space or tab should > expand to space or tab, and a \ followed by newline should be ignored > (as a line continuation). compatible with the needs of hoststated > (which has the most strict quoted string requirements), and ifstated > (where one commonly does line continuations in strings). > > OK deraadt@, OK millert@
2018-11-08Use the original client border width to adjust initial placement of clientsOkan Demirmen
containing {P,US}Position requests where they are explicitly set to 'ignore' in cwmrc(5); clients are unaware that their border will be altered (removed in this case) when calcuating position and thus end up a factor of their original border width off once mapped by cwm(1). cwm(1) will essentially shift the client to the edge if the original request's position and border match. Window offset noticed by at least Andre Stoebe via bugs@, and others since (and likely before). Thanks!
2018-11-03Remove the unused 'keyFile' resource.Matthieu Herrb
It is not used anymore in xenodm (was used to specify the secret keys for the XDM-AUTHORIZATION-1 authentication protocol in xdm with xdmcp). ok kn@
2018-11-03Explicitely disable xdm-authorization-1 support in X server.Matthieu Herrb
It was previously disabled by a broken test for XdmcpWrap() in xdm and later in xenodm but it won't be missed. (use of DES, no IPv6 support). ok tb@ mortimer@
2018-11-03regenMatthieu Herrb
2018-11-03Remove useless check for XdmcpWrap().Matthieu Herrb
It was only needed by xdmcp. ok tb@ mortimer@
2018-11-01Fix path to app-default resource file. From Sascha Paunovic,Matthieu Herrb
tweaked by me. ok deraadt@