freebsd-src/lib/libulog
Ed Schouten 42782e4717 Massively extend libulog:
- Just like struct utmp, store strings inside struct utmpx itself. This
  is needed to make things like pututxline() work.
- Add ut_id and ut_pid fields, even though they have little use in our
  implementation.
- It turns out our "reboot" wtmp entries indicate a system boot, so
  remove REBOOT_TIME
- Implement getutxline() and pututxline
- Add getutxuser() and setutxfile(), which allows us to crawl wtmp and
  lastlog files as well.
- Add _ULOG_POSIX_NAMES, so we can already use the POSIX names if we
  really want to.
2009-12-05 19:53:29 +00:00
..
Makefile Massively extend libulog: 2009-12-05 19:53:29 +00:00
Symbol.map Massively extend libulog: 2009-12-05 19:53:29 +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