summaryrefslogtreecommitdiff
path: root/xserver/os/privsep.c
AgeCommit message (Expand)Author
2012-08-14In priv_open_device() allow opening tty[E-J]0. While there removeMatthieu Herrb
2012-08-12Fix a logic introducred in rev 1.23. The parent pid is initializedMatthieu Herrb
2012-08-07Add privsep prototypes to osdep.hMatthieu Herrb
2012-08-07In non-privilege sepration mode, avoid accidentally sendingMatthieu Herrb
2012-08-07Rename 'socket' parameter to avoid shadowing the global declaration.Matthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2012-04-04Return an error much earlier if recvmsg fails.Matthieu Herrb
2011-08-20Remove warnings emitted when a device can't be opened. ThisMatthieu Herrb
2011-01-28restart recvmsg() if returning with errno==EINTR.Matthieu Herrb
2010-12-22Bring fix from rev 1.12 back once more. ok oga@.Matthieu Herrb
2010-12-05Upgrade to xorg-server 1.9.2.Matthieu Herrb
2009-09-08restore version 1.12 of privsep.c which got accidentally revertedMatthieu Herrb
2009-09-06update to xserver 1.6.4rc1. Tested by many, ok oga@.Matthieu Herrb
2009-07-14Make the !privsep and privsep paths a little more similar (stillOwain Ainsworth
2008-11-02xserver 1.5.2. tested by ckuethe@, oga@, and others.Matthieu Herrb
2008-08-28Add /dev/tty04 to the list of devices privilege separated X can open.Marc Balmer
2008-06-15Update to xserver 1.4.2. Tested by landry@, ckuethe@, jsing@ mbalmer@.Matthieu Herrb
2008-06-14Add amdmsr(4) to the list of privsep devices.Marc Balmer
2008-06-12change /dev/dri/card0 to /dev/drm0. Subdirs in /dev consideredOwain Ainsworth
2008-06-12Deal with devices that need to be opened differently to what we do inOwain Ainsworth
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forMatthieu Herrb
2008-03-15Repair msg_controllen. In those cases it should just beMatthieu Herrb
2008-03-13Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system.Matthieu Herrb
2007-11-25Support the new AGP device. Work by oga@ and me, with some ideas fromMatthieu Herrb
2006-11-28OpenBSD local modifications:Matthieu Herrb