summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Collapse)Author
2018-06-15 Add UTMPX_FILE macro to please coreutils and othersLaurent Bercot
2018-06-07 Add utmpxname, change default socket names, ready for 0.0.1.0Laurent Bercot
2017-11-22 change __unused to _dummyLaurent Bercot
__unused is a shortcut for __attribute__((__unused__)) on the BSDs, because of course it is. So, compilation error. -> change the field name.
2017-11-20 Initial release / rename to utmpsLaurent Bercot