matthieu
1420b92429
update to xinit 1.1.0.
2008-06-18 20:31:51 +00:00
matthieu
08ba1c99bd
Disconnect lbxproxy, xphelloworld, xplsprinters and xprehashprinterlist
...
from the build. Those clients are not useful anymore now that the
server side is not there anymore. ok krw@ mbalmer@ and others.
2008-06-18 20:19:53 +00:00
oga
6bc6a1ee97
Revert previous "fix" it introduces new issues of its own.
...
The problem that's causing us to lose windows is that rapid hiding and
unhiding causes a backlog of X events, so we lose track of client state,
and delete cc->pwin when we should not. A proper fix will arrive when it's been
worked out.
2008-06-18 19:09:12 +00:00
mbalmer
53a4a3bc02
Call FatalError() instead of ErrorF() in case the amdmsr(4) is not
...
available or an ioctl returns an error. This properly terminates and
the X server and restores the text console instead of hanging in an
undefined screen mode.
2008-06-18 06:29:41 +00:00
okan
5cf4e1c7ef
missed one mouse function
...
noticed by oga
2008-06-17 23:46:49 +00:00
oga
81e6cb3e95
Ignore caps lock and numlock for keyboard bindings. The way Xlib makes
...
you do this is ugly. Also remove mod2 (numlock) and mod3 (odd) from the
list of keybinding modifiers. They don't make much sense here.
based on a heavily modified diff from Martynas.
ok okan.
2008-06-17 23:40:33 +00:00
matthieu
2e211b412b
CVE-2008-1379 - MIT-SHM arbitrary memory read.
...
(This patch was missing form the bunch of security patches committed
on june 11. noticed by brad@).
2008-06-17 21:53:45 +00:00
matthieu
a107e63a20
Replace rsh with ssh in the extrace/merge example. Rsh is no more.
2008-06-17 21:34:31 +00:00
oga
812ce180c5
Just rework the mouse binding calculation on event to look like the
...
kbfunc one. Makes the code a lot easier to read.
Fixes a bug i introduced in the last commit here.
ok okan.
2008-06-17 20:55:48 +00:00
oga
34c24fdb68
The mousebinding code missing a break once it had found the correct
...
binding, this expose another issue that's still being debugged.
Issue pointed out by Dan Harnett, thanks!
While i'm here KNF and rework the logic to not be ass-backwards.
ok okan.
2008-06-17 20:21:17 +00:00
mk
3d8c29aa2b
Make this not crash when compiled with -g.
...
Found by myself, analysis by kurt@, fix by me with input from otto.
``Just get some fix in...'' deraadt
2008-06-16 19:09:48 +00:00
todd
7e03e79766
sync
2008-06-16 08:40:56 +00:00
matthieu
0a77d3ef3e
Add a man page for Xephyr, with information from the README file.
2008-06-15 16:20:07 +00:00
matthieu
9fb72336cb
Bump OpenBSD's libpciacces revision to be at least the version
...
generated by the unpatched one. (libpciaccess is not currently linked
to xenocara builds)
2008-06-15 04:56:00 +00:00
matthieu
f4e34ed34a
update to libpciaccess 0.10.3.
2008-06-15 04:50:02 +00:00
oga
4ef73665d3
Rip out and burn the HASH_* stuff. We don't need a SPLAY tree for one font.
...
makes the code a lot simpler. While here rearrange the font handling functions
to be less shit.
ok and help okan@.
2008-06-15 02:47:46 +00:00
matthieu
adc1f13512
it's <machine/amdmsh.h> not <sys/amdmsr.h> now.
2008-06-15 02:24:51 +00:00
todd
3b25fa94f4
sync
2008-06-15 01:11:12 +00:00
matthieu
97eda17882
Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@.
2008-06-15 00:17:32 +00:00
matthieu
d2de707dd7
sync
2008-06-14 23:06:17 +00:00
mbalmer
431c2ec96f
Add xf86-video-geode.
...
ok matthieu
2008-06-14 22:29:23 +00:00
mbalmer
073095ec69
Add a Makefile wrapper for OpenBSD and regen the autoconf generated files.
2008-06-14 22:27:07 +00:00
mbalmer
e37176280e
Changes needed to run on OpenBSD using the new amdmsr(4) driver.
2008-06-14 22:26:13 +00:00
mbalmer
01d2267411
Import the xf86-video-geode driver for the AMD Geode LX graphics processor.
...
with and ok matthieu
2008-06-14 22:15:30 +00:00
okan
b3cbe6ba11
(mostly) proper xshape event support
...
ok oga@
2008-06-14 22:04:11 +00:00
okan
a880cefb2e
unbreak
2008-06-14 21:59:09 +00:00
okan
b48fb0f64d
slightly alter the semantics of config files:
...
- if no config file, continue silently and apply defaults
- if config file, parse and move on
- if config file specified but not found, error out
ok oga@
2008-06-14 21:51:00 +00:00
okan
4a6468a264
confable menu and window mouse bindings from rivo nurges (thanks!) with
...
some minor fixups, man page bits and knf.
ok oga@
2008-06-14 21:48:54 +00:00
mbalmer
c0e3e5ed7f
Add amdmsr(4) to the list of privsep devices.
...
ok matthieu
2008-06-14 21:37:13 +00:00
matthieu
2bcb8fed1a
Update to xkbcomp 1.0.5
2008-06-14 17:11:32 +00:00
matthieu
c2c271a871
Update to xfsinfo 1.0.2
2008-06-14 16:49:28 +00:00
matthieu
a1c7582f93
config.h.in was renamed xfs-config.h.in. missed in previous commit.
...
noticed by claudio@.
2008-06-14 13:07:28 +00:00
matthieu
cfa38e1f98
Man page update for fixed font label display change.
2008-06-14 01:07:29 +00:00
matthieu
7f2bd19b4a
When displaying a multi-lines label, switch to a fixed-width font
...
for 2nd and following lines, to make ascii art look correct.
ok deraadt@, grunk@.
2008-06-14 01:05:04 +00:00
okan
7a45a93574
finally document functions that can be bound, removing the need to have
...
name_to_kbfunc[] around.
feedback jmc@, ok oga@
2008-06-13 21:22:34 +00:00
matthieu
63286dc135
update to xfs 1.0.8.
...
(The multiple defined symbol problem is not fixed yet)
2008-06-13 21:00:35 +00:00
matthieu
fb9de713bd
Update to xdpyinfo 1.0.3 + one local change: don't print (null)
...
from XF86VidModeGetMonitor().
2008-06-13 17:49:12 +00:00
matthieu
657fa78569
XF86VidModeGetMonitor: don't return static strings to the caller when
...
the man page says it's dynamically allocated memory. Just leave the
NULL there (after discusion with Adam Jackson from X.Org).
also remove the RCS keyworks while there to ease future merge.
2008-06-13 17:30:58 +00:00
todd
6b46002c42
sync
2008-06-13 16:46:16 +00:00
matthieu
a6907fb0c2
update to sessreg 1.0.4
2008-06-13 15:43:03 +00:00
matthieu
b0098b9c1d
sync
2008-06-13 15:36:15 +00:00
matthieu
3a5d11e108
Update to showfont 1.0.2
2008-06-13 05:01:00 +00:00
matthieu
f6553ec825
Update to rgb 1.0.3
2008-06-13 04:55:03 +00:00
oga
daf3b54725
Don't client_delete() on an Unmap event, only do that on a client delete event.
...
found by (among others) todd@ when you have a lot of clients and do something
that maps and umaps a lot of windows fast.
Debugged with aid of gdb, todd, okan and NULL pointers in a pizza place in
edmonton while waiting an inordinately long time for food.
ok okan@, todd@
2008-06-13 03:41:58 +00:00
matthieu
f275352e0c
update to mkfontscale 1.0.5
2008-06-13 01:01:26 +00:00
matthieu
ab31903cb7
Update to fstobdf 1.0.3
2008-06-13 00:10:59 +00:00
matthieu
a22a0d05d6
Update to fslsfonts 1.0.2
2008-06-13 00:07:36 +00:00
matthieu
30017d821b
Update to fonttosfnt version 1.0.4.
2008-06-13 00:04:06 +00:00
oga
4b526e486b
change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered
...
irritating.
2008-06-12 22:20:24 +00:00
matthieu
6c7c865978
Actually install xorg.conf for sgi when building a release, so that
...
it ends up in the xetc set...
2008-06-12 21:58:28 +00:00