summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-25Update to xf86-video-ati 6.14.3. Tested by many.Matthieu Herrb
2012-01-25Add 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-24syncAlexandr Shadchin
2012-01-24Update to xkeyboard-config 2.5.Alexandr Shadchin
ok matthieu@
2012-01-19Workaround CVE-2012-0064, password-locked X screen savers can be bypassedStuart 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-19Force class alignment to a multiple of sizeof(XID): fixes a SIGBUSDavid Coppa
crash on sparc64. Upstream git commit 07ced7b48219e3bc0c98806f3d7106f86d1b2ca0 OK matthieu@
2012-01-17syncTodd T. Fries
2012-01-16Backout 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-12syncTodd T. Fries
2012-01-11updateMatthieu Herrb
2012-01-10Bitstream Vera -> DejaVu in a comment.Matthieu Herrb
2012-01-10regenMatthieu Herrb
2012-01-10New 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-10syncTodd T. Fries
2012-01-08Switch to the xf86-input-ws input driver for mouse by default.Matthieu Herrb
ok shadchin@.
2012-01-08make 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-06Let makewhatis(8) build the whatis.db quietly.Ingo Schwarze
ok todd@
2012-01-06syncTodd T. Fries
2012-01-06syncAlexandr Shadchin
2012-01-06Update to 1.6.1.Alexandr Shadchin
ok matthieu@
2012-01-01updateMatthieu Herrb
2012-01-01regenMatthieu Herrb
2012-01-01Bump revision to 0.4.0 to match upstreams release just pushed.Matthieu Herrb
2012-01-01Constify wsfb_open() argument.Matthieu Herrb
2012-01-01white space cleanup, copyright update, autotools regen.Matthieu Herrb
2011-12-29check if we're in the group already, else multiple calls toOkan 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-29add _X_EXPORT attribute to public symbols.Matthieu Herrb
2011-12-29Revert stuff from my local tree which leaked in xserver 1.11.3 update.Matthieu Herrb
2011-12-21Add support for Sandy Bridge. Not perfect yet. Most notably 3D accelerationMark 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-20updateMatthieu Herrb
2011-12-20Update to libXi 1.4.5.Matthieu Herrb
2011-12-19updateMatthieu Herrb
2011-12-18Bugfix Update to xserver 1.11.3Matthieu Herrb
2011-12-17Update to libXi 1.4.4.Matthieu Herrb
2011-12-17updateMatthieu Herrb
2011-12-15replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang.Matthieu Herrb
ok kettenis@
2011-12-14regenMatthieu Herrb
2011-12-10Set grep and tar programs in config.site to force configure to findMatthieu Herrb
the system ones. Requested by espie@.
2011-12-10set CONFIG_SITE in configure's environment.Matthieu Herrb
2011-12-08syncTodd T. Fries
2011-12-05avoid pesky gcc warnings due to missing eolMarc Espie
okay matthieu@
2011-12-03Compile prog_execute.c with -fno-tree-ter on alpha (instead of -O0) to skirtMiod Vallat
the ICE, until a fix is devised (insert annoyed comment about hairy tricky bugs in the ``reload'' code here).
2011-12-03updateMatthieu Herrb
2011-12-03Restore ecdsa ssh keys support, lost in update to 1.1.11.Matthieu Herrb
Noticed by jsg@
2011-11-30Ooops revert something that I didn't intend to commit.Matthieu Herrb
Sorry todd for the gratuitous set changes.
2011-11-30syncTodd T. Fries
2011-11-29on alpha, remove optimization flags when compiling prog_execute.c toChristian Weisgerber
prevent an internal compiler error in gcc 4.2.1; ok matthieu@
2011-11-29Some files (used for generating other stuff) that I missed in the last commit.Owain Ainsworth
Oops.
2011-11-29Update the intel driver to a more recent version based on more recentOwain 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-28Adding wheel emulation, ported from evdev(4)Alexandr Shadchin
ok matthieu@