summaryrefslogtreecommitdiff
path: root/src/ck-sysdeps-unix.c
AgeCommit message (Expand)AuthorFilesLines
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