Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | bootctl: remove unused options from getopt_long | Thomas Hindoe Paaboel Andersen | |
2013-11-09 | bus: let magic ":no-sender" pass the validation | Kay Sievers | |
2013-11-08 | bus: port remaining code over to use bus_error_message() | Lennart Poettering | |
2013-11-08 | localectl: port over to bus_log_create_error() | Lennart Poettering | |
2013-11-08 | shutdown: unify handling of reboot() syscall a bit | Lennart Poettering | |
2013-11-08 | systemctl: properly initialize column widths for list-jobs | Lennart Poettering | |
2013-11-08 | systemctl: rename 'listen' | Kay Sievers | |
src/systemctl/systemctl.c: In function ‘get_listening’: src/systemctl/systemctl.c:535:25: warning: declaration of ‘listen’ shadows a global declaration [-Wshadow] src/systemctl/systemctl.c: In function ‘list_sockets’: src/systemctl/systemctl.c:690:44: warning: declaration of ‘listen’ shadows a global declaration [-Wshadow] | |||
2013-11-08 | bus: allow queuing more local msgs | Lennart Poettering | |
When issuing a synchronous "systemctl daemon-reload" requests this will send out a tonload of UnitRemoved+UnitNew signals, that we will queue locally. When we wait for the message reply, we should be able to queue those, hence bump the limits on locally queuing messages. | |||
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering | |
"make check-api-unused" informs us about code that is not used anymore or that is exported but only used internally. Fix these all over the place. | |||
2013-11-08 | build-sys: fix rule for generating undefined list | Lennart Poettering | |
2013-11-08 | systemctl: fix "reboot" call | Kay Sievers | |
2013-11-08 | systemctl: restore ability to directly connect to PID1 from systemctl | Lennart Poettering | |
2013-11-08 | manager: configurable StartLimit default values | Lukas Nykryn | |
https://bugzilla.redhat.com/show_bug.cgi?id=821723 | |||
2013-11-08 | man: update systemctl man page to mentioned --machine= | Lennart Poettering | |
2013-11-08 | build-sys: add make check-api-unused | Lennart Poettering | |
2013-11-08 | build-sys: install busctl | Lennart Poettering | |
2013-11-08 | link-config: Fix typo in log_warning | Dave Reisner | |
2013-11-08 | link-config: match length for kernel commandline option | Dave Reisner | |
This prevents enable_name_policy() from invariably returning false when it matches a zero length string at the end of /proc/cmdline. | |||
2013-11-08 | systemctl: initialize variables | Kay Sievers | |
2013-11-08 | systemctl: allow listing cgroups of containers | Lennart Poettering | |
2013-11-08 | clients: fix some signal handler issues | Lennart Poettering | |
2013-11-08 | systemctl: various cleanups | Lennart Poettering | |
2013-11-08 | install: don't override caller's parameter | Lennart Poettering | |
2013-11-08 | clients: add missing command line arguments | Lennart Poettering | |
2013-11-08 | journal: fix minor memory leak | Lennart Poettering | |
2013-11-08 | update TODO | Lennart Poettering | |
2013-11-08 | systemctl: port to libsystemd-bus | Marc-Antoine Perennou | |
2013-11-08 | machinectl: close bus to container early | Lennart Poettering | |
2013-11-08 | rtnl: message - initialize all memory | Tom Gundersen | |
Including the padding, which should not really be needed, but let's keep valgrind happy. | |||
2013-11-08 | test-rtnl: fix typo | Tom Gundersen | |
2013-11-08 | systemctl: return r instead of always returning 0 | Michal Sekletar | |
2013-11-07 | net-util: call ioctl() only if necessary | Michal Sekletar | |
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. | |||
2013-11-07 | bus: use new property retrieval calls everywhere | Lennart Poettering | |
2013-11-07 | inhibit: more conversions to use bus_log_parse_error() | Lennart Poettering | |
2013-11-07 | analyze: make use of new sd_bus_get_property_strv() call | Lennart Poettering | |
2013-11-07 | update TODO | Lennart Poettering | |
2013-11-07 | clients: try to follow roughly the same order in --help texts for common options | Lennart Poettering | |
2013-11-07 | machinectl: show list headers even if we pipe, since that appears to be the ↵ | Lennart Poettering | |
usual way | |||
2013-11-07 | bus: log message parsing errors everywhere with a generalized ↵ | Lennart Poettering | |
bus_log_parse_error() | |||
2013-11-07 | polkit: don't spawn local client if we access a remote system | Lennart Poettering | |
2013-11-07 | systemctl: we show headers for list-units even when piped these days, hence ↵ | Lennart Poettering | |
do the same for list-jobs | |||
2013-11-07 | loginctl: convert to sd-bus | Simon Peeters | |
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 | |||
2013-11-07 | bus: add APIs to easily query string and strv properties | Lennart Poettering | |
2013-11-07 | bus: mark sd_bus_message_at_end public | Marc-Antoine Perennou | |
2013-11-07 | bus: fix bus_print_property with strv | Marc-Antoine Perennou | |
2013-11-07 | bus: bus_message_read_strv_extend() should return 1 on success | Lennart Poettering | |
Like all other message read calls bus_message_read_strv_extend() needs to return 1 on sucess, and 0 on end of array. | |||
2013-11-07 | bus: fix output of bus_message_dump() | Lennart Poettering | |
2013-11-07 | bus: allow reading empty arrays with sd_bus_message_read_array() | Lennart Poettering | |
2013-11-07 | rtnl: add Makefile symlink | Lennart Poettering | |
2013-11-07 | man: add docs for sd_is_special() and some man page symlinks | Lennart Poettering | |