Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move some of the freebsd specific stuff into sysdeps | William Jon McCann | 2007-08-27 | 1 | -77/+19 |
| | |||||
* | Some more fixes, Now test-vt-monitor works correctly. | Florent Thoumie | 2007-08-25 | 1 | -13/+22 |
| | | | | | | Submitted by: marcus Signed-off-by: Florent Thoumie <flz@FreeBSD.org> | ||||
* | First attempt a making ConsoleKit work on FreeBSD | Florent Thoumie | 2007-08-25 | 1 | -2/+14 |
| | | | | | | | | - 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> | ||||
* | more solaris support | William Jon McCann | 2007-08-21 | 1 | -6/+8 |
| | | | | based on patch from Brian Cameron. | ||||
* | add a vt monitor test, move getfd to sysdeps, add a check for the root user | William Jon McCann | 2007-08-17 | 1 | -3/+2 |
| | |||||
* | add a glib message to syslog handler | William Jon McCann | 2007-04-03 | 1 | -18/+12 |
| | | | | | Also add ability to toggle debugging when SIGUSR1 is received. | ||||
* | limit the use of errno | William Jon McCann | 2007-02-19 | 1 | -5/+10 |
| | | | | Try to limit the use of errno in case it can change. | ||||
* | handle the no console fd case better | William Jon McCann | 2007-02-19 | 1 | -10/+32 |
| | | | | | Don't spew warnings when getfd() can't find a suitable console fd. Also add a comment to note where getfd.c comes from. | ||||
* | improve thread safety | William Jon McCann | 2007-02-19 | 1 | -52/+174 |
| | | | | | | Change to using an async queue for events from VT watching threads. Add mutex protection to shared data. Compress the event queue when possible by discarding all but the most recent VT activation event. | ||||
* | fix warning from missing include | William Jon McCann | 2007-02-13 | 1 | -1/+1 |
| | |||||
* | Bump thread stack size up to 64k | William Jon McCann | 2007-02-08 | 1 | -1/+1 |
| | | | | | The minimum stack size 16k seems to crash glibc when we do printf in debug. | ||||
* | Make threads use minimum stack size rather than the default. | William Jon McCann | 2007-02-06 | 1 | -1/+1 |
| | | | | Patch from: mclasen@redhat.com | ||||
* | Initial import | William Jon McCann | 2006-10-25 | 1 | -0/+360 |