summaryrefslogtreecommitdiff
path: root/src/systemd/sd-messages.h
Commit message (Collapse)AuthorAge
* Prep v233: Add missing updates from upstream in src/systemdSven Eden2017-07-17
|
* Prep v232: Apply missing updates from upstreamSven Eden2017-07-05
|
* Prep v230: Apply missing upstream fixes and updates (8/8) src/systemd.Sven Eden2017-06-16
|
* Prep v229: Add missing fixes from upstream [6/6] src/systemdSven Eden2017-05-17
|
* log: move log_syntax() into src/shared/log.c, and make it more similar to ↵Lennart Poettering2017-03-14
| | | | the other log functions
* logind: detect whether the system is docked, and if it is inhibit lid switch ↵Lennart Poettering2014-02-24
| | | | | | | processing This should make operation nicer with docking stations, but will not cover anything that does not implement SW_DOCK.
* api: replace manual C++ guards by macrosLennart Poettering2013-11-07
|
* api: unify some common bits used by public systemd APIsLennart Poettering2013-10-16
|
* journald: fix space limits reportingZbigniew Jędrzejewski-Szmek2013-06-24
| | | | | | | | | Reporting of the free space was bogus, since the remaining space was compared with the maximum allowed, instead of the current use being compared with the maximum allowed. Simplify and fix by reporting limits directly at the point where they are calculated. Also, assign a UUID to the message.
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-20
| | | | | | | | | | | | | | | | | | | | - This changes all logind cgroup objects to use slice objects rather than fixed croup locations. - logind can now collect minimal information about running VMs/containers. As fixed cgroup locations can no longer be used we need an entity that keeps track of machine cgroups in whatever slice they might be located. Since logind already keeps track of users, sessions and seats this is a trivial addition. - nspawn will now register with logind and pass various bits of metadata along. A new option "--slice=" has been added to place the container in a specific slice. - loginctl gained commands to list, introspect and terminate machines. - user.slice and machine.slice will now be pulled in by logind.service, since only logind.service requires this slice.
* sd-messages.h: add new bootchart message idZbigniew Jędrzejewski-Szmek2013-04-17
|
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-17
| | | | | | | | | | | | | The information about the unit for which files are being parsed is passed all the way down. This way messages land in the journal with proper UNIT=... or USER_UNIT=... attribution. 'systemctl status' and 'journalctl -u' not displaying those messages has been a source of confusion for users, since the journal entry for a misspelt setting was often logged quite a bit earlier than the failure to start a unit. Based-on-a-patch-by: Oleksii Shevchuk <alxchk@gmail.com>
* logind: add MESSAGE_IDs to interesting eventsZbigniew Jędrzejewski-Szmek2013-01-27
|
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-05
|
* catalog: add catalog entries for all of systemd's own journal messagesLennart Poettering2012-11-16
|
* systemd: use structured logging for unit changesZbigniew Jędrzejewski-Szmek2012-10-18
| | | | | Information which unit a log entry pertains to enables systemctl status to display more log messages.
* journald: log when we fail to forward messages to syslogLennart Poettering2012-09-17
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=847207
* journal: fix 128bit IDs of unit reload entriesLennart Poettering2012-09-13
|
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-03
|
* journald: never read the same kernel msg twice, and generate message when we ↵Lennart Poettering2012-08-09
| | | | lose one
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* journal: hook up coredumping with journalLennart Poettering2012-01-14
|
* api: add C++ guards to all headersLennart Poettering2012-01-13
|
* journal: add missing sd-messages.hLennart Poettering2012-01-05