Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Tracked down by Michael Meeks
|
|
Ellipsized messages were printed without a newline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enter START_PRE and START
|
|
|
|
Both use logs-show.c which requires libsystemd-id128 for
sd_id128_to_string ().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dispensable
|
|
another new name
|
|
|
|
|
|
|
|
enable kmsg forwarding globally via kernel cmdline
|
|
|
|
|
|
|
|
When we merge units that some kind of object points to, those pointers
might become invalidated, and needs to be updated. Introduce a UnitRef
struct which links up all the unit references, to ensure corrected
references.
At the same time, drop configured_sockets in the Service object, and
replace it by proper UNIT_TRIGGERS resp. UNIT_TRIGGERED_BY dependencies,
which allow us to simplify a lot of code.
|
|
|
|
|
|
socket queues syslog messages from early boot on
|
|
replaced by journald
|
|
|
|
|
|
|
|
In case we're taking over the console after a killed X server.
https://bugzilla.redhat.com/show_bug.cgi?id=771563
|
|
The KDSKBMODE ioctl wants a value directly, not its address.
|
|
|
|
server side.
|