summaryrefslogtreecommitdiff
path: root/src/update-utmp
Commit message (Collapse)AuthorAgeFilesLines
* bus: use new property retrieval calls everywhereLennart Poettering2013-11-071-33/+18
|
* bus: log message parsing errors everywhere with a generalized ↵Lennart Poettering2013-11-071-11/+6
| | | | bus_log_parse_error()
* bus: move ssh support into public API of libsystem-busLennart Poettering2013-10-301-1/+1
|
* update-utmp: port to sd-busTom Gundersen2013-10-181-108/+57
| | | | | Change from GetUnit to LoadUnit to make sure we can detect the current legacy runlevel, even if nothing loaded the legacy target files yet.
* utmp: turn systemd-update-utmp-shutdown.service into a normal runtime serviceLennart Poettering2013-05-161-1/+1
| | | | | | | | | | With this change systemd-update-utmp-shutdown.service is replaced by systemd-update-utmp.service which is started at boot and stays around until shutdown. This allows us to properly order the unit against both /var/log and auditd. https://bugzilla.redhat.com/show_bug.cgi?id=853104 https://bugs.freedesktop.org/show_bug.cgi?id=64365
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-2/+1
| | | | | | | | | | | | | | | | | | | | | | | Before, we would initialize many fields twice: first by filling the structure with zeros, and then a second time with the real values. We can let the compiler do the job for us, avoiding one copy. A downside of this patch is that text gets slightly bigger. This is because all zero() calls are effectively inlined: $ size build/.libs/systemd text data bss dec hex filename before 897737 107300 2560 1007597 f5fed build/.libs/systemd after 897873 107300 2560 1007733 f6075 build/.libs/systemd … actually less than 1‰. A few asserts that the parameter is not null had to be removed. I don't think this changes much, because first, it is quite unlikely for the assert to fail, and second, an immediate SEGV is almost as good as an assert.
* utmp: read the right timestampLennart Poettering2012-09-171-1/+1
|
* update-utmp: Don't error out on runlevel updates if utmp doesn't existColin Walters2012-09-131-2/+4
| | | | | Other parts of the code handle utmp not existing, so let's be consistent. At the moment my GNOME-OSTree builds don't have utmp.
* update-utmp: use bus_method_call_with_reply() where posibleSimon Peeters2012-08-081-80/+38
|
* build-sys: add stub makefiles to all subdirs to ease development with emacsLennart Poettering2012-04-131-0/+1
|
* audit: ignore if we get EPERMLennart Poettering2012-04-131-3/+6
| | | | | if auditing access is not available, then don't complain about it, in order to play nice with systems lacking CAP_SYS_AUDIT
* move all tools to subdirsKay Sievers2012-04-121-0/+423