aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version: 0.0.1.1v0.0.1.1Laurent Bercot2018-06-161-0/+3
|
* Only have pututxline() overwrite records with the same ut_lineLaurent Bercot2018-06-161-8/+10
|
* Small bugfixes and GNU extensionsLaurent Bercot2018-06-162-3/+9
|
* Small bugfixes, prepare for 0.0.1.1Laurent Bercot2018-06-155-4/+20
|
* Add UTMPX_FILE macro to please coreutils and othersLaurent Bercot2018-06-151-0/+3
|
* Fix socket locations in examplesLaurent Bercot2018-06-072-2/+2
|
* version: 0.0.1.0v0.0.1.0Laurent Bercot2018-06-071-1/+1
|
* Add utmpxname, change default socket names, ready for 0.0.1.0Laurent Bercot2018-06-0710-15/+42
|
* Fix doc typoLaurent Bercot2017-12-141-1/+1
|
* change __unused to _dummyLaurent Bercot2017-11-221-1/+1
| | | | | __unused is a shortcut for __attribute__((__unused__)) on the BSDs, because of course it is. So, compilation error. -> change the field name.
* Initial release / rename to utmpsLaurent Bercot2017-11-2085-0/+2595