summaryrefslogtreecommitdiffstats
path: root/src/ck-sysdeps-freebsd.c
Commit message (Collapse)AuthorAgeFilesLines
* initial login session id supportWilliam Jon McCann2008-04-031-0/+9
| | | | | | | | Linux audit session id support. Still TODO: * determine if session id should be hidden * export to bus * add to event log * figure out how to add it to non-generated sessions
* fix FreeBSD issues translating VT numbers to devicesJoe Marcus Clarke2007-08-291-8/+14
| | | | | | | In FreeBSD the device number is always one less than the VT number (e.g. VT 1 is /dev/ttyv0). Account for this. Also, fix up reading console entries from /etc/ttys, and make sure the full TTY device name is returned for a given process stat.
* fix some compiler warnings, untabifyWilliam Jon McCann2007-08-281-111/+77
| | | | Based on patch from Joe Marcus Clarke
* move some of the freebsd specific stuff into sysdepsWilliam Jon McCann2007-08-271-0/+37
|
* Restore copyright.Florent Thoumie2007-08-251-0/+1
| | | | | | | | | Restore copyright in ck-sysdeps-freebsd.c since Marcus "used a lot of the existing functions". Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* Add FreeBSD native backend (untested)Florent Thoumie2007-08-251-419/+173
| | | | | | | | | | - Add Marcus' FreeBSD backend for ConsoleKit. Compiles fine but test-vt-monitor doesn't seem to work correctly. - Remove TODO entry. Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org>
* First attempt a making ConsoleKit work on FreeBSDFlorent Thoumie2007-08-251-0/+659
- Add some ifdef's to make the code compile. - Add ck-sysdeps-freebsd.c, based on the Linux version, which means it's using linprocfs right now. Signed-off-by: Florent Thoumie <flz@FreeBSD.org>