Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-15 | Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@. | Matthieu Herrb | |
2008-06-14 | Add amdmsr(4) to the list of privsep devices. | Marc Balmer | |
ok matthieu | |||
2008-06-12 | change /dev/dri/card0 to /dev/drm0. Subdirs in /dev considered | Owain Ainsworth | |
irritating. | |||
2008-06-12 | Deal with devices that need to be opened differently to what we do in | Owain Ainsworth | |
privsep ( O_NONBLOCK | O_RDWR | O_EXCL) by turning the list of allowed devices into a struct, with the flags we're supposed to use, then using these values with open(). Add /dev/dri/card0 there too (more'll be needed to be added when it matters). This gives privsep with dri a chance to work. ok matthieu | |||
2008-05-24 | regen. | Matthieu Herrb | |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Matthieu Herrb | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis. From deraadt@ | |||
2008-03-15 | Repair msg_controllen. In those cases it should just be | Matthieu Herrb | |
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment. Based on fixes in base system. | |||
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system. | Matthieu Herrb | |
ok deraadt@ | |||
2008-02-11 | Remove empty unused files. | Matthieu Herrb | |
2008-01-04 | regen | Joel Sing | |
2007-12-20 | Fix build with gcc 2.95. ok todd@. | Matthieu Herrb | |
2007-12-13 | Add back files that I removed before import to minimize cvs noise. That | Matthieu Herrb | |
was a mistake. sorry. | |||
2007-12-13 | Merge xserver 1.4.0.90. This includes fixes for some of the regressions | Matthieu Herrb | |
introduced by xserver 1.4, such as the keyboad caps/num-lock leds updates. Tested by many. | |||
2007-11-25 | Support the new AGP device. Work by oga@ and me, with some ideas from | Matthieu Herrb | |
dim@ long ago. | |||
2007-11-24 | merge xserver 1.4, 1st pass | Matthieu Herrb | |
2007-11-24 | xserver 1.4 | Matthieu Herrb | |
2007-05-25 | regen | Matthieu Herrb | |
2007-04-18 | plug memory leak on client disconnect. From X.Org git. | Matthieu Herrb | |
2007-04-17 | regen | Matthieu Herrb | |
2007-03-18 | regen with automake 1.9.6p2 | Matthieu Herrb | |
2007-03-03 | regen | Matthieu Herrb | |
2007-03-03 | merge xserver 1.2.0 | Matthieu Herrb | |
2006-12-16 | - merge xserver 1.1.99.903 | Matthieu Herrb | |
- regen generated files | |||
2006-12-03 | Build fixes for OpenBSD/zaurus: | Matthieu Herrb | |
- __arm32__ isn't defined by gcc on OpenBSD/arm - ioperm_noop.c is needed in libxorgos | |||
2006-11-28 | regen | Matthieu Herrb | |
2006-11-28 | OpenBSD local modifications: | Matthieu Herrb | |
- privilege separation - some snprintf/strlc{at,py} conversions - support for more architectures - signal handler fixes - default mouse wheel support in config tools - sunmouse protocol | |||
2006-11-26 | regen with OpenBSD autotools | Matthieu Herrb | |
2006-11-26 | Importing xserver from X.Org 7.2RC2 | Matthieu Herrb | |