freebsd-src/lib/libulog
Ed Schouten 04b0c5bbfa Add a libutempter compatibility interface to libulog.
The ulog_login_pseudo(3) and ulog_logout_pseudo(3) interfaces provide a
functionality identical to what libutempter has to offer. Just transform
libutempter's calls into the before mentioned functions.

libutempter doesn't work with utmpx, so instead of fixing I thought the
easiest way would be to integrate this functionality. libutempter is
used by applications like xterm and the KDE libraries, so if I ever
change the underlying file format, these applications will keep working
automatically.

Also increase __FreeBSD_version to indicate the addition (as well as the
import of libulog).
2009-12-06 20:30:21 +00:00
..
Makefile Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
Symbol.map Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
ulog.h Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_getutxent.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_getutxent.c Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_internal.h Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_login.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_login.c Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_login_pseudo.c
ulog_pututxline.c Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_setutxfile.3 Massively extend libulog: 2009-12-05 19:53:29 +00:00
ulog_util.c Massively extend libulog: 2009-12-05 19:53:29 +00:00
utempter.c Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
utempter.h Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00
utempter_add_record.3 Add a libutempter compatibility interface to libulog. 2009-12-06 20:30:21 +00:00