Searched hist:202197 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/last/
H A Dlast.cdiff 202197 Wed Jan 13 16:10:45 MST 2010 ed 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.

Completed in 79 milliseconds