summaryrefslogtreecommitdiff
path: root/src/ck-sysdeps-unix.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-22OpenBSD: merge enhancements from portsAntoine Jacoutot1-1/+1
2020-11-22ck_open_a_console: unbreak on OpenBSDAntoine Jacoutot1-0/+6
2017-10-28Add DragonFlyBSD as a platformMarkus Pfeiffer1-1/+18
2017-07-06fix: Use #ifdef HEADER_H instead of #ifdef OSEric Koegel1-2/+14
2017-06-22fix: FreeBSD session activationEric Koegel1-9/+29
2017-06-21fix: correct uninitialized variable warningEric Koegel1-2/+1
2017-06-20fix: fix compiling on FreeBSDEric Koegel1-2/+2
2017-05-21fix: remove the rest of the gcc warningsEric Koegel1-5/+5
2017-05-04Add support for server managed FDsEric Koegel1-12/+12
2016-06-30Freebsd: Fix session activationEric Koegel1-3/+8
2016-04-10Remove the root restriction for runtime dirsEric Koegel1-5/+0
2016-01-23Be extra safe with the XDG_RUNTIME_DIR setupEric Koegel1-0/+5
2016-01-23Implement XDG_RUNTIME_DIREric Koegel1-0/+146
2015-10-10Fix pid detection with ck_get_socket_perr_credentials on NetBSDOBATA Akio1-0/+20
2015-09-09Add NetBSD supportOBATA Akio1-3/+10
2015-08-22Revert "Minor code refactoring"Eric Koegel1-59/+0
2015-08-09Minor code refactoringEric Koegel1-0/+59
2014-10-05unused label 'again'Eric Koegel1-1/+4
2014-10-05Fix some unused variable warningsEric Koegel1-6/+5
2014-10-04Add OpenBSD supportRobert Nagy1-2/+18
2014-10-03Improve DragonFlyBSD supportEric Koegel1-2/+11
2014-09-30Enables the FreeBSD VT ioctls on GNU/kFreeBSD (Bug 73258)Eric Koegel1-2/+2
2014-09-30Fallback to getpeereid() on FreeBSD and GNU/kFreeBSD (Bug 73257)Eric Koegel1-0/+9
2011-05-03Retry opening console device on EIOColin Watson1-0/+17
2010-11-17Revert "linux: Use VT_WAITEVENT if available to avoid spawn too many threads"Lennart Poettering1-44/+0
2010-09-06linux: Use VT_WAITEVENT if available to avoid spawn too many threadsKan-Ru Chen1-0/+44
2007-12-08use VT_GETSTATE and tty0 to identify a console_ioctl on linuxPeter Jones1-4/+9
2007-09-19try to make things work for systems that don't support VT_ACTIVATE etcWilliam Jon McCann1-4/+23
2007-08-28untabifyWilliam Jon McCann1-3/+3
2007-08-27move some of the freebsd specific stuff into sysdepsWilliam Jon McCann1-0/+69
2007-08-25Some more fixes, Now test-vt-monitor works correctly.Florent Thoumie1-3/+11
2007-08-21more solaris supportWilliam Jon McCann1-11/+29
2007-08-17add a vt monitor test, move getfd to sysdeps, add a check for the root userWilliam Jon McCann1-1/+113
2007-08-17a few fixes for peer cred stuffWilliam Jon McCann1-6/+20
2007-08-16move peercred stuff into sysdeps. add solaris support.William Jon McCann1-0/+84