Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-25 | Update to xf86-video-ati 6.14.3. Tested by many. | Matthieu Herrb | |
2012-01-25 | Add radeon driver 6.12.2 renamed as 'radeonold'. | Matthieu Herrb | |
This is the last known working version in 'zaphod' mode (one X screen per head in multi-head configs). This makes it possible to update the "real" radeon driver in xf86-video-ati, without breaking existing zaphod setups. | |||
2012-01-24 | sync | Alexandr Shadchin | |
2012-01-24 | Update to xkeyboard-config 2.5. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-01-19 | Workaround CVE-2012-0064, password-locked X screen savers can be bypassed | Stuart Henderson | |
with Ctrl Alt *. This is not the complete fix but mitigates the issue for now. Bug was introduced to OpenBSD in the xserver update on 2011/11/05 (commit 7d2543a3cb3 upstream), so it affects -current since that date, but no OpenBSD releases. ok matthieu@ phessler@ dcoppa@, also tested by schwarze@, jj@ If you want this fix before new snapshots are available, copy the new file to /usr/X11R6/share/X11/xkb/compat/xfree86 and reload the kbmap e.g. setxkbmap $(setxkbmap -query | awk '/layout/ { print $2 }') | |||
2012-01-19 | Force class alignment to a multiple of sizeof(XID): fixes a SIGBUS | David Coppa | |
crash on sparc64. Upstream git commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0 OK matthieu@ | |||
2012-01-17 | sync | Todd T. Fries | |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze | |
In its current state, it causes too much slowdown, in particular during system builds, and there are other regressions. That cannot be fixed quickly while it's enabled. Problems pointed out by espie@, backout requested by deraadt@, diff "looks good" to espie@. | |||
2012-01-12 | sync | Todd T. Fries | |
2012-01-11 | update | Matthieu Herrb | |
2012-01-10 | Bitstream Vera -> DejaVu in a comment. | Matthieu Herrb | |
2012-01-10 | regen | Matthieu Herrb | |
2012-01-10 | New config file providing replacement for Lucida fonts. | Matthieu Herrb | |
Replace ugly bitmapped fonts by Luxi or DejaVu TrueType fonts, Provide aliases for commonly found Lucida family fonts (Lucida, Lucida Grande, Lucida Sans Unicode). Prodded by a submission by Tobias Ulmer. Ok mpi@. | |||
2012-01-10 | sync | Todd T. Fries | |
2012-01-08 | Switch to the xf86-input-ws input driver for mouse by default. | Matthieu Herrb | |
ok shadchin@. | |||
2012-01-08 | make xman work again. | Marc Espie | |
if we run into unformatted pages, they're candidate for mandoc (otherwise, groff should have formatted them already). We shouldn't ever try to run them thru tbl first, since mandoc takes care of enough tbl constructs, and will get confused at roff low-level anyways. So, just run thru cat to avoid changing xman too much. Since mandoc doesn't have a -Tlatin1 mode, approximate it with -Tascii. -Tutf8 is definitely out of question until xman talks utf8. okay matthieu@ | |||
2012-01-06 | Let makewhatis(8) build the whatis.db quietly. | Ingo Schwarze | |
ok todd@ | |||
2012-01-06 | sync | Todd T. Fries | |
2012-01-06 | sync | Alexandr Shadchin | |
2012-01-06 | Update to 1.6.1. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-01-01 | update | Matthieu Herrb | |
2012-01-01 | regen | Matthieu Herrb | |
2012-01-01 | Bump revision to 0.4.0 to match upstreams release just pushed. | Matthieu Herrb | |
2012-01-01 | Constify wsfb_open() argument. | Matthieu Herrb | |
2012-01-01 | white space cleanup, copyright update, autotools regen. | Matthieu Herrb | |
2011-12-29 | check if we're in the group already, else multiple calls to | Okan Demirmen | |
group_movetogroup() on one client will still increment nhidden if the group is hidden. found the hard way by Thomas Jeunet and fix from Alexander Polakov - thanks to both! ok oga@ | |||
2011-12-29 | add _X_EXPORT attribute to public symbols. | Matthieu Herrb | |
2011-12-29 | Revert stuff from my local tree which leaked in xserver 1.11.3 update. | Matthieu Herrb | |
2011-12-21 | Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration | Mark Kettenis | |
is completely absent, and playing video doesn't work yet. But support for "normal" 2D stuff is pretty solid and it is really nice to be able to use my laptop at the panel's native resolution and be able to suspend and resume the machine. tested by some | |||
2011-12-20 | update | Matthieu Herrb | |
2011-12-20 | Update to libXi 1.4.5. | Matthieu Herrb | |
2011-12-19 | update | Matthieu Herrb | |
2011-12-18 | Bugfix Update to xserver 1.11.3 | Matthieu Herrb | |
2011-12-17 | Update to libXi 1.4.4. | Matthieu Herrb | |
2011-12-17 | update | Matthieu Herrb | |
2011-12-15 | replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang. | Matthieu Herrb | |
ok kettenis@ | |||
2011-12-14 | regen | Matthieu Herrb | |
2011-12-10 | Set grep and tar programs in config.site to force configure to find | Matthieu Herrb | |
the system ones. Requested by espie@. | |||
2011-12-10 | set CONFIG_SITE in configure's environment. | Matthieu Herrb | |
2011-12-08 | sync | Todd T. Fries | |
2011-12-05 | avoid pesky gcc warnings due to missing eol | Marc Espie | |
okay matthieu@ | |||
2011-12-03 | Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirt | Miod Vallat | |
the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here). | |||
2011-12-03 | update | Matthieu Herrb | |
2011-12-03 | Restore ecdsa ssh keys support, lost in update to 1.1.11. | Matthieu Herrb | |
Noticed by jsg@ | |||
2011-11-30 | Ooops revert something that I didn't intend to commit. | Matthieu Herrb | |
Sorry todd for the gratuitous set changes. | |||
2011-11-30 | sync | Todd T. Fries | |
2011-11-29 | on alpha, remove optimization flags when compiling prog_execute.c to | Christian Weisgerber | |
prevent an internal compiler error in gcc 4.2.1; ok matthieu@ | |||
2011-11-29 | Some files (used for generating other stuff) that I missed in the last commit. | Owain Ainsworth | |
Oops. | |||
2011-11-29 | Update the intel driver to a more recent version based on more recent | Owain Ainsworth | |
upsteam code. Backporting keeping UMS changes by me, some bugfixes from kettenis@. Has been in snapshots for a while, committed on request so we can be sure what people are running. This is a prerequesite for sandybridge support but has those chipsets disabled for now until the correct code has been added. | |||
2011-11-28 | Adding wheel emulation, ported from evdev(4) | Alexandr Shadchin | |
ok matthieu@ |