summaryrefslogtreecommitdiff
path: root/src/ck-sysdeps-netbsd.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-10Fix behavior of ck_process_stat_get_tty on NetBSDOBATA Akio1-22/+6
To fit Linux's one * return NULL if invalid tty * return allocated string otherwise
2015-09-09Add NetBSD supportOBATA Akio1-0/+492
* based on patches for ConsoleKit 0.3.0 from NetBSD Packages Collection * catch up with help from sysdep implementation for OpenBSD and FreeBSD * ck-system-suspend is based on NetBSD powerd(8) sleep_button script