Ed Schouten 561f61e25d Port last(1) to use utmpx.
Basically there are three major things I changed about last(1):

- It should use ut_type instead of determining by hand what type of
  record was given.
- It should now keep track of ut_id's instead of TTYs. This means the
  ttylist has been renamed to the idlist, storing all the ut_id's it has
  processed until the next reboot.
- I've removed the signal handler. Because our wtmp is rotated so often,
  it makes little sense. Even on a simple piece of hardware it should be
  capable of grinding through megabytes of logs in a second.
2010-01-13 18:06:31 +00:00
..
2010-01-02 10:09:20 +00:00
2010-01-02 10:09:20 +00:00
2009-04-01 08:33:54 +00:00
2010-01-13 17:50:58 +00:00
2009-06-23 23:17:04 +00:00
2009-12-26 00:46:05 +00:00
2010-01-02 10:09:20 +00:00
2010-01-13 18:06:31 +00:00
2009-12-13 03:18:37 +00:00
2010-01-02 10:09:20 +00:00
2009-02-11 20:36:17 +00:00
2010-01-05 21:09:59 +00:00
2009-02-21 03:42:31 +00:00
2009-12-17 17:03:47 +00:00
2009-12-13 04:14:55 +00:00
2009-12-03 18:02:55 +00:00