Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-08 | Revert "bus-driverd: do not track identical matches" | Kay Sievers | |
This reverts commit 234e28aa1cd37dee597c719ac5ca004c6215d28c. | |||
2014-01-08 | bus: export bus address also when compiled without kdbus | Mantas Mikulėnas | |
It was removed from user@.service, so it should be added here. | |||
2014-01-08 | bus: use existing macros from def.h | Mantas Mikulėnas | |
2014-01-08 | bus-driverd: do not track identical matches | Kay Sievers | |
Identical matches are only one time in the hash map but multiple times in the list; when removing, the hash will be empty but the list still has entries. Not adding dupicates to the list should keep us in sync and prevent hitting the assert. | |||
2014-01-08 | bus-driverd: properly reply to UpdateActivationEnvironment call | Kay Sievers | |
2014-01-08 | pam_systemd: export DBUS_SESSION_BUS_ADDRESS | Kay Sievers | |
2014-01-08 | bus: allow omitting quotes for values in match strings | Lennart Poettering | |
dbus-daemon allows this, the dbus specification doesn't explicitly say anything about it, so let's follow dbus-daemon on this. | |||
2014-01-08 | bus-driverd: implement UpdateActivationEnvironment method | Kay Sievers | |
2014-01-07 | dbus1-generator: fix copy-pasto | Zbigniew Jędrzejewski-Szmek | |
2014-01-07 | sleep.c: fix typo | Michele Curti | |
2014-01-08 | bus-driverd: support user mode | Kay Sievers | |
2014-01-07 | mount: don't creat local-fs.target links for mount units when runnin in user ↵ | Lennart Poettering | |
mode | |||
2014-01-07 | dbus1-generator: always pull proxy socket into sockets.target | Kay Sievers | |
dbus.socket does that for --system, we need to explicitly pull it in for --user. | |||
2014-01-07 | core: do not add implicit dbus.socket dependency | Kay Sievers | |
Sockets are ordered before sockets.target anyway, and sockets.target is ordered before basic.target, and hence all bus services end up being ordered after dbus.socket anyway. Since for kdbus clients dbus.socket is obsolete, let's not add this dependency explicitly. Also, it's hot in Australia and we are going for breakfast now. | |||
2014-01-07 | core: --user -- add basic.target an sort against it like --system does | Kay Sievers | |
2014-01-07 | core: --user -- move generator directories from /tmp to $XDG_RUNTIME_DIR | Kay Sievers | |
2014-01-06 | libsystemd-dns: expose list of DNS servers | Tom Gundersen | |
My original patch only returned the first DNS server, but we might want all of them. | |||
2014-01-05 | libsystemd-dhcp: expose received DNS server | Tom Gundersen | |
2014-01-05 | Fix format string mismatch introduced in ab9001a1 | Michael Scherer | |
src/libsystemd-bus/sd-bus.c: In function 'sd_bus_open_user': src/libsystemd-bus/sd-bus.c:1104:25: warning: format '%s' expects argument of type 'char *', but argument 3 has type 'long unsigned int' [-Wformat=] asprintf(&b->address, UNIX_USER_BUS_FMT, (unsigned long) getuid()); | |||
2014-01-05 | Revert "bus: driverd: don't attempt to remove from empty list" | Kay Sievers | |
We need to find the real reason for the failure, this just avoids the symptoms. This reverts commit 215c7625dd510759290d45d6c46434e4338843ec. | |||
2014-01-05 | journal: Add missing byte order conversions | George McCollister | |
Convert entry_array.items[0] to host byte order prior to passing it to chain_cache_put(). [zj: also use le64toh in journal-verify.c] https://bugs.freedesktop.org/show_bug.cgi?id=73194 | |||
2014-01-05 | shared/install: use char** convention for strvs | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | Remove unused variables | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | strv: multiple cleanups | Simon Peeters | |
- turn strv_merge into strv_extend_strv. appending strv b to the end of strv a instead of creating a new strv - strv_append: remove in favor of strv_extend and strv_push. - strv_remove: write slightly more elegant - strv_remove_prefix: remove unused function - strv_overlap: use strv_contains - strv_printf: STRV_FOREACH handles NULL correctly | |||
2014-01-05 | shared: util.c: unify split and split_quoted | Simon Peeters | |
2014-01-05 | bus: driverd: don't attempt to remove from empty list | Marc-Antoine Perennou | |
2014-01-05 | bus: open user, not system, bus in bus_open_user_systemd() | Mantas Mikulėnas | |
2014-01-05 | util.c: use read_one_line_file where possible | Simon Peeters | |
2014-01-05 | shared: procfs_file_alloca: handle pid==0 | Simon Peeters | |
when pid is set to 0 use /proc/self | |||
2014-01-05 | swap: remove if/else with the same data path | Stefan Beller | |
This was introduced in e1770af812 (2012-02-03, swap: replace failure boolean by result enum). This just removes unneeded lines of code, no functional change. | |||
2014-01-05 | man: document some more bus functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-05 | networkd: refuse to use .network files with missing Address/Gateway key | Tom Gundersen | |
These keys are mandatory in [Address]/[Route] sections. Otherwise, we hit an assert: ens3: setting addresses Assertion 'address->family == 2 || address->family == 10' failed at /build/amd64-generic/tmp/portage/sys-apps/systemd-9999-r1/work/systemd-9999/src/network/networkd-address.c:137, function address_configure(). Aborting. Reported-by: Alex Polvi <alex.polvi@coreos.com> At the same time make sure Route's Destination and Gateway uses the same address family. | |||
2014-01-04 | sd-event: add missing symbol, sd_event_source_set_io_fd | Dave Reisner | |
This appears to have been omitted in 30caf8f3afd29da8 when the the function was added. | |||
2014-01-04 | udev: net_id - handle virtio buses | Tom Gundersen | |
This was already supported in path_id, so should be uncontroversial. | |||
2014-01-04 | Revert "net-util: add support for Type=ethernet" | Tom Gundersen | |
This reverts commit 4cd1214db6cf4b262e8ce6381bc710091b375c96. This may still be fixed in the kernel, revert this for now until we see how it all shakes out. | |||
2014-01-04 | systemctl: improve readability on failed commands | Thomas Hindoe Paaboel Andersen | |
Not long ago a failed command would print: "Failed to start something.service: ..." regardless of whether the command was to start/stop/restart/etc. With e3e0314 this was improved to print the method used. E.g. for stopping: "Failed to StopUnit something.service: ..." This patch matches the method to a more human readable word. E.g: "Failed to stop something.service: ..." | |||
2014-01-04 | man: document a batch of bus functions | Zbigniew Jędrzejewski-Szmek | |
2014-01-03 | net-util: add support for Type=ethernet | Tom Gundersen | |
When DEVTYPE is not set for a nic, it means it is a wired/ethernet device. | |||
2014-01-03 | networkd: link hash uses 64, not 32 bit keys | Tom Gundersen | |
2014-01-03 | networkd: print the ifindex of added links | Tom Gundersen | |
This debug information may be useful when comapring to dropped rtnetlink messages. | |||
2014-01-03 | networkd: improve logging | Tom Gundersen | |
This gives a bit better messages when a link is added twice. | |||
2014-01-03 | networkd: improve link state change logging | Tom Gundersen | |
2014-01-03 | networkd: add some debug info about notifications we ignore | Tom Gundersen | |
2014-01-03 | bus: always create --user bus when kdbus is active | Kay Sievers | |
We set the variable in the unit file for --user, so this check is always true. | |||
2014-01-03 | networkd: link - explicitly set the link to be up if the call to IFF_UP succeeds | Tom Gundersen | |
No need to wait for the NEWLINK message to arrive. | |||
2014-01-02 | networkd: fix memory leak in error path | Zbigniew Jędrzejewski-Szmek | |
2014-01-02 | networkd: do not deference null pointer in cleanup | Zbigniew Jędrzejewski-Szmek | |
2014-01-02 | core: fix gcc unused variable warning | Zbigniew Jędrzejewski-Szmek | |
2014-01-02 | bus: fix memleak in sd_bus_creds_new_from_pid | Zbigniew Jędrzejewski-Szmek | |
2014-01-02 | Introduce cleanup functions for cap_free | Zbigniew Jędrzejewski-Szmek | |
Unfortunately a different cleanup function is necessary per type, because cap_t** and char** are incompatible with void**. |