Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | Rename err to errs to avoid shadowing potential err() usage, and fix two | Landry Breuil | |
typos while here. ok semarie@ matthieu@ | |||
2019-01-03 | Call 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-21 | sync | Matthieu Herrb | |
2018-12-21 | Unlink 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-17 | update | Matthieu Herrb | |
2018-12-10 | update | Matthieu Herrb | |
2018-12-09 | Update openchrome to 0.6.176. | Frederic Cambus | |
This fixes display on my VX900 systems. OK matthieu@ | |||
2018-12-07 | Move some links to https | Daniel Jakots | |
There may still be a redirect but matthieu@ prefers generic URL as they should be more stable ok matthieu@ | |||
2018-11-25 | Remove libXxf86misc. Unlinked from build for 6 months. | Matthieu Herrb | |
2018-11-25 | Remove libXfontcache. Unlinked from build for 6 months. | Matthieu Herrb | |
2018-11-01 | Import libdrm 2.4.96 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2017-01-19 | Import Mesa 13.0.3 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2008-07-12 | Import xf86-video-mach64, version 6.8.0. In the correct directory. | Owain Ainsworth | |
ok matthieu@. | |||
2008-07-12 | Import the openchrome video driver, version 0.2.902. Discussed with | Matthieu Herrb | |
bernd@ and oga@. Tested by many in snaphots. | |||
2006-11-26 | Importing xf86-video-mga 1.4.4 | Matthieu Herrb | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |
2018-11-25 | Remove xf86miscproto. Unlinked from build for 6 months. | Matthieu Herrb | |
2018-11-25 | Remove fontcacheproto. Unlinked from build for 6 months. | Matthieu Herrb | |
2018-11-25 | update | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2018-11-14 | Stop asking for events (NoEventMask) from menu window once done with | Okan Demirmen | |
the menu (we don't destroy it, only unmap). | |||
2018-11-13 | Allow 'transientfor' clients to inherit group and bwidth either during init or | Okan 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-11 | Use strtonum(3) | kn | |
Zap obsolete linter hints while here. Feedback and OK cheloha | |||
2018-11-11 | Zap unneeded bzero(3) on already zero initialized global data | kn | |
OK cheloha | |||
2018-11-11 | Make similiar changes to the i386 tsd dispatch assembly as libglvnd to | Jonathan 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-10 | Backout i386 tsd dispatch changes. While they worked for | Jonathan Gray | |
glxinfo/glxgears it broke SDL2 GL which dlopens libGL. | |||
2018-11-09 | merge 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-08 | Use the original client border width to adjust initial placement of clients | Okan 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-03 | Remove 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-03 | Explicitely 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-03 | regen | Matthieu Herrb | |
2018-11-03 | Remove useless check for XdmcpWrap(). | Matthieu Herrb | |
It was only needed by xdmcp. ok tb@ mortimer@ | |||
2018-11-01 | Fix path to app-default resource file. From Sascha Paunovic, | Matthieu Herrb | |
tweaked by me. ok deraadt@ |