Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-10 | sync | Matthieu Herrb | |
2010-04-10 | Unlink deprecated xtrap, xevie and lbxutil libs and protos from the X build. | Matthieu Herrb | |
ok oga@, deraadt@. | |||
2010-04-10 | sync | Todd T. Fries | |
2010-04-07 | Here's a really good idea: when preparing for a vt switch the intel | Owain Ainsworth | |
driver idles the ringbuffer, stops it, unbinds all memory, then hands back off. Now here's the clever bit: just before we call to idle the ringbuffer (which sleeps waiting for an interrupt) let's TURN OFF THE FUCKING INTERRUPT. That's a great idea, really, isn't it? Move the interrupt disable to *after* stop_ring. Theo's T61 VT switches again. everyone elses' intel stuff worked by magic (or shared interrupts) before now. Fixed after discussion with deraadt@, thanks to miod for suggestions. | |||
2010-04-06 | ifdef out the new code that moves the cursor one pixel to the right | Matthieu Herrb | |
for each char during password input. Requested by deraadt@. | |||
2010-04-05 | sync | Todd T. Fries | |
2010-04-05 | sync | Todd T. Fries | |
2010-04-05 | sync | Matthieu Herrb | |
2010-04-05 | sync | Matthieu Herrb | |
2010-04-04 | sync | Matthieu Herrb | |
2010-04-04 | sync | Matthieu Herrb | |
2010-04-04 | sync | Matthieu Herrb | |
2010-04-04 | update | Matthieu Herrb | |
2010-04-03 | update | Matthieu Herrb | |
2010-03-31 | update libdrm to 2.4.15. | Owain Ainsworth | |
This diff seems larger than it is since upstream reindented some sources. This updates libdrm_intel to -current (which only affect the GEM code) and libdrm to 2.4.15. bumping both minor versions. Discussed with matthieu@ | |||
2010-03-30 | #if 0 out the code that listens for /dev/apm events. | Owain Ainsworth | |
A cleaner fix will be forthcoming, but for now this allows the xserver to work nicely with the recent kernel vt-switch-on-suspend changes. ok miod@ | |||
2010-03-28 | disconnect bitstream-vera fonts from the build. | Matthieu Herrb | |
They are superceeded by DejaVu. reminded by naddy@. | |||
2010-03-28 | updates | Matthieu Herrb | |
2010-03-28 | Update to xinput 1.5.1 | Matthieu Herrb | |
2010-03-28 | Update to xkbprint 1.0.2 | Matthieu Herrb | |
2010-03-28 | update to xkbevd 1.1.0. | Matthieu Herrb | |
2010-03-28 | Update to xvidtune 1.0.2 | Matthieu Herrb | |
2010-03-28 | missed files in update to 1.0.2 | Matthieu Herrb | |
2010-03-28 | Update to xmessage 1.0.3. | Matthieu Herrb | |
2010-03-28 | regen | Matthieu Herrb | |
2010-03-28 | Install pkg-config file in $(libdir)/pkgconfig | Matthieu Herrb | |
2010-03-28 | update to util-macros 1.6.1. | Matthieu Herrb | |
Might help with doc formatting issues. | |||
2010-03-28 | update to xlogo 1.0.2 | Matthieu Herrb | |
2010-03-28 | Update to xgc 1.0.2 | Matthieu Herrb | |
2010-03-28 | Disable xprint support. | Matthieu Herrb | |
2010-03-28 | Update to xeyes 1.1.0 | Matthieu Herrb | |
2010-03-28 | Update to xdm 1.1.9 | Matthieu Herrb | |
2010-03-28 | Update to xcalc 1.0.3 | Matthieu Herrb | |
2010-03-28 | Update to xbiff 1.0.2 | Matthieu Herrb | |
2010-03-27 | Update to viewres 1.0.2 | Matthieu Herrb | |
2010-03-27 | Update to listres 1.0.2 | Matthieu Herrb | |
2010-03-25 | updates | Matthieu Herrb | |
2010-03-25 | Update to xterm-255. Tested by stsp@, oga@. | Matthieu Herrb | |
2010-03-25 | Update to pixman 0.16.6. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to fontconfig 2.8.0. Tested on a full ports build by naddy@. | Matthieu Herrb | |
2010-03-25 | Missing resurected files in freetype 2.3.12 | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-03-25 | Update to freetpe 2.3.12. Tested against ports by naddy@. | Matthieu Herrb | |
2010-03-23 | add a -v flag to select verbose mode, to output raw coordinate read | Matthieu Herrb | |
from the device, for debugging. | |||
2010-03-22 | sync | Todd T. Fries | |
2010-03-22 | start at socppc | Todd T. Fries | |
2010-03-20 | Fix formatting errors breaking the xenocara mandoc(1) build: | Ingo Schwarze | |
* .Bl may only have .It children * .SH requires an argument * blank lines are illegal outside literal context Now "cd /usr/xenocara && make man" succeeds, but unfortunately, that covers a minority of X11 manuals only. ok matthieu@ | |||
2010-03-20 | The reply type could be XCB_NONE if the property is not present. | Matthieu Herrb | |
Patch from upstreams, pointed out by David Coppa. | |||
2010-03-20 | Validate size of wm_hints and wm_size_hints | Matthieu Herrb | |
Without these checks, we can overflow the buffer or divide by zero. Patch from upstreams, From David Coppa. |