[PATCH compositeproto] Remove {Redirect, Transform}Coordinate requests

2013-01-21 Thread Daniel Martin
Remove the RedirectCoordinate and TransformCoordinate requests from the specification. The corresponding events and structures had been removed in July 2007: commit 1838412 Define new manual-redirect clipping semantics and bump version to 0.4. Reference-to: 1838412121d0bac8c

Re: [PATCH] xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637

2013-01-21 Thread Keith Packard
Dave Airlie writes: > inputstr, double defines TouchListener typedef, maybe some gcc handles it, > but not all. Merged. Odd that my compiler didn't complain... 069d8ed..605dfc6 master -> master -- keith.pack...@intel.com pgpxqUkf0l6Gu.pgp Description: PGP signature __

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Keith Packard
Colin Walters writes: > Ah, well I ship Xorg without the setuid bit, so the answer then is "you > always use a display manager". I think everyone who ships with Xorg > setuid is insane, basically... Making X able to run as a regular user is even nicer, but setuid has been a persistent security

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Peter Hutterer
On Mon, Jan 21, 2013 at 11:00:01AM -0500, Colin Walters wrote: > On Mon, 2013-01-21 at 00:51 -0800, Keith Packard wrote: > > > Seems like this might benefit from being a run-time option, rather than > > a build-time option? > > The problem with that is - what's the default? If it's on, then I'd

Re: [PATCH] xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637

2013-01-21 Thread Peter Hutterer
On Tue, Jan 22, 2013 at 07:39:53AM +1000, Dave Airlie wrote: > inputstr, double defines TouchListener typedef, maybe some gcc handles it, > but not all. > > fixes tinderbox > > Reported-by: Jon TURNEY > Signed-off-by: Dave Airlie Reviewed-by: Peter Hutterer Keith, please merge this asap, tha

[PATCH] xserver: fix build regression since 91ab237358c6e33da854914d3de493a9cbea7637

2013-01-21 Thread Dave Airlie
inputstr, double defines TouchListener typedef, maybe some gcc handles it, but not all. fixes tinderbox Reported-by: Jon TURNEY Signed-off-by: Dave Airlie --- include/inputstr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/inputstr.h b/include/inputstr.h index fc21913..48a29be

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Colin Walters
On Mon, 2013-01-21 at 09:52 -0800, Keith Packard wrote: > I think it's relevant for any environment -- if the server does nothing at > shutdown, then you're generally left on a console in graphics mode which > makes it pretty hard to use the machine unless some daemon takes over > and recovers the

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Keith Packard
Colin Walters writes: > The problem with that is - what's the default? If it's on, then I'd > have to carry a patch forever to flip it off by default. If it's off, > then people who run X.org on operating systems without this > functionality would have to carry a patch to flip it on. Or maybe

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Colin Walters
On Mon, 2013-01-21 at 00:51 -0800, Keith Packard wrote: > Seems like this might benefit from being a run-time option, rather than > a build-time option? The problem with that is - what's the default? If it's on, then I'd have to carry a patch forever to flip it off by default. If it's off, then

Re: [PATCH] os/osinit: Allow builders to --disable-segv-handler

2013-01-21 Thread Keith Packard
Colin Walters writes: > Modern operating systems come with systemwide "crash catching" > facilities; for example, the Linux kernel can now pipe core > dumps out to userspace, and programs like "systemd-coredump" > and "abrt" record these. > > In this model, it's actively counterproductive for ind