Age | Commit message (Collapse) | Author |
|
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=821723
|
|
|
|
|
|
|
|
|
|
This prevents enable_name_policy() from invariably returning false when
it matches a zero length string at the end of /proc/cmdline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including the padding, which should not really be needed, but let's keep valgrind happy.
|
|
|
|
|
|
In case when update of current values is not necessary we still might end up
calling ioctl(), because need_update variable is not explicitly initialized.
|
|
|
|
|
|
|
|
|
|
|
|
usual way
|
|
bus_log_parse_error()
|
|
|
|
do the same for list-jobs
|
|
NOTE: the show-* subcommands do not print some properties:
this are those with types like (so), a(so), (uo),...
we need to fix this, but I'm not sure how
|
|
|
|
|
|
|
|
Like all other message read calls bus_message_read_strv_extend() needs
to return 1 on sucess, and 0 on end of array.
|
|
|
|
|
|
|
|
|
|
With super-pretty output!
|
|
|
|
|
|
|
|
|
|
other headers of ours
|
|
|
|
|
|
|
|
|