index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
update-utmp
/
update-utmp.c
Age
Commit message (
Expand
)
Author
2015-11-27
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-09-29
update-utmp: flush and close the bus used for connections after use
Lennart Poettering
2015-09-29
update-utmp: minor modernizations
Lennart Poettering
2015-09-29
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-09
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-08-17
Bug #944: Deletion of unnecessary checks before a few calls of systemd functions
Markus Elfring
2015-04-10
shared: add formats-util.h
Ronny Chevalier
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-18
everywhere: remove configurability of sysv runlevel to target mapping
Lennart Poettering
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-04
audit: improve the audit messages we generate
Lennart Poettering
2014-05-15
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-01-30
utmp: make sure we don't write the utmp reboot record twice on each boot
Lennart Poettering
2014-01-30
update-utmp: code modernizations
Lennart Poettering
2013-11-07
bus: use new property retrieval calls everywhere
Lennart Poettering
2013-11-07
bus: log message parsing errors everywhere with a generalized bus_log_parse_e...
Lennart Poettering
2013-10-30
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-18
update-utmp: port to sd-bus
Tom Gundersen
2013-05-16
utmp: turn systemd-update-utmp-shutdown.service into a normal runtime service
Lennart Poettering
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2012-09-17
utmp: read the right timestamp
Lennart Poettering
2012-09-13
update-utmp: Don't error out on runlevel updates if utmp doesn't exist
Colin Walters
2012-08-08
update-utmp: use bus_method_call_with_reply() where posible
Simon Peeters
2012-04-13
audit: ignore if we get EPERM
Lennart Poettering
2012-04-12
move all tools to subdirs
Kay Sievers