aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-wtmp.c
AgeCommit message (Collapse)Author
2022-04-06migrate fully to meson build systemWilliam Hubbs
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489.
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used.
2018-12-27fix leading whitespacephilhofer
Clean up code indented with mixed tabs and spaces. No actual code changes. This fixes #280.
2018-10-13misc: whitespace fixesAustin English
2017-06-08fix compile issue for muslWilliam Hubbs
2017-06-04add support for writing reboot and shutdown records to wtmpWilliam Hubbs