Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-13 | zsh-completion: add bootctl | Marko Myllynen | |
2013-11-13 | libsystemd-id128: statically include sd_listen_fds() | Kay Sievers | |
2013-11-12 | build-sys: parallelize 'exported' target | Zbigniew Jędrzejewski-Szmek | |
2013-11-12 | build-sys: make public libraries depend on .sym files | Zbigniew Jędrzejewski-Szmek | |
This way modyfing the .sym file causes a rebuild. | |||
2013-11-12 | build-sys: add a link test for exported symbols | Zbigniew Jędrzejewski-Szmek | |
I know that this is a pretty big net to catch some small fish, but we *do* regularly forget to properly export symbols that were supposed to be exported. This time sd_bus_get_current and some renamed symbols are caught. | |||
2013-11-12 | build-sys: Add --disable-networkd option | Colin Walters | |
For GNOME (Continuous), we are unlikely to require or want systemd-networkd in the near term future; all of the tools and code are targeting NetworkManager. The long term story is still an open question of course, but for now, there's no reason for gnome-continuous to build or ship this. | |||
2013-11-12 | bus: beautify bus_message_dump() output a bit | Lennart Poettering | |
2013-11-10 | build-sys: subtract list of exported symbols from "check-api-unused" list | Lennart Poettering | |
2013-11-09 | build-sys: simplify defined/undefined definition | Zbigniew Jędrzejewski-Szmek | |
2013-11-09 | networkd: add a basic network daemon | Tom Gundersen | |
This daemon listens for and configures network devices tagged with 'systemd-networkd'. By default, no devices are tagged so this daemon can safely run in parallel with existing network daemons/scripts. Networks are configured in /etc/systemd/network/*.network. The first .network file that matches a given link is applied. The matching logic is similar to the one for .link files, but additionally supports matching on interface name. The mid-term aim is to provide an alternative to ad-hoc scripts currently used in initrd's and for wired setups that don't change much (e.g., as seen on servers/and some embedded systems). Currently, static addresses and a gateway can be configured. Example .network file: [Match] Name=wlp2s0 [Network] Description=My Network Gateway=192.168.1.1 Address=192.168.1.23/24 Address=fe80::9aee:94ff:fe3f:c618/64 | |||
2013-11-08 | build-sys: fix rule for generating undefined list | 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 | systemctl: port to libsystemd-bus | Marc-Antoine Perennou | |
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 | man: add docs for sd_is_special() and some man page symlinks | Lennart Poettering | |
2013-11-07 | build-sys: add a make target to look for undocumented symbols | Lennart Poettering | |
With super-pretty output! | |||
2013-11-07 | build-sys: don't install sd-shutdown.h, it is a drop-in header like ↵ | Lennart Poettering | |
sd-readahead.h | |||
2013-11-07 | build-sys: link most internal libraries statically | Kay Sievers | |
Libraries and tools, both use shared symbols wich have global state and should only exist once in the final image. | |||
2013-11-07 | build-sys: add .pc file for libsystemd-bus | Lennart Poettering | |
2013-11-07 | build-sys: merge sd-event into sd-bus | Lennart Poettering | |
The sd-event APIs should be available only as part of libsystemd-bus so that the utility calls are not linked into each independently and we can minimize the number of libraries we have. | |||
2013-11-07 | utf8: export utf8 validation functions as part of sd-bus | Lennart Poettering | |
To write useful bus code clients need to validate utf8 frequently since the bus reacts allergic to it. Since glibc does not provide any calls for this, let's provide it as part of libsystemd-bus. | |||
2013-11-07 | build-sys: distribute libsystemd-*.sym | Kay Sievers | |
2013-11-07 | build-sys: remove no longer needed DBUS_CFLAGS | Kay Sievers | |
2013-11-06 | build-sys: add sd-event to socket-proxyd | Kay Sievers | |
2013-11-06 | active: rework make_socket_fd() to be based on socket_address_listen() | Lennart Poettering | |
Among other things this makes sure we set SO_REUSEADDR which is immensely useful. | |||
2013-11-06 | pam_systemd: port to libsystemd-bus | Zbigniew Jędrzejewski-Szmek | |
2013-11-06 | bus: add public libsystemd-event | Zbigniew Jędrzejewski-Szmek | |
2013-11-06 | bus: export libsystemd-bus as a public library | Zbigniew Jędrzejewski-Szmek | |
Old static libsystemd-bus.la becomes libsystemd-bus-internal.la. memfd functions are also exported in the same library. (Best viewed with --color-words -U0). | |||
2013-11-05 | build-sys: remove CFLAGS default assignment | Kay Sievers | |
2013-11-05 | login: port test-inhibit to libsystemd-bus | Kay Sievers | |
2013-11-05 | bus: delete some now used dbus1 code | Lennart Poettering | |
2013-11-05 | logind: port logind to libsystemd-bus | Lennart Poettering | |
2013-11-04 | net-config: start split out matching and parsing logic | Tom Gundersen | |
Move this to src/share/net-util.c, so it can be used elsewhere. | |||
2013-11-03 | rules: load path_id on DRM devices | David Herrmann | |
The path_id-builtin provides useful unique aliases for DRM devices. If we want to configure DRM render-nodes for compositors, we want to avoid storing the whole sys-path in configuration files. Hence, allow users to store the short PATH_ID instead. Load path_id-builtin unconditionally on DRM devices now to always provide this alias. | |||
2013-11-02 | hostnamectl: port to sd-bus | Simon Peeters | |
Kay: - rebase to new transport logic - replaced iteration macro with property map | |||
2013-10-30 | zsh-completion: add systemd-run | Ronny Chevalier | |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering | |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering | |
2013-10-30 | localectl: port to libsystemd-bus | Kay Sievers | |
2013-10-30 | timedatectl: port to sd-bus | Thomas Hindoe Paaboel Andersen | |
2013-10-30 | bus: add API call to create bus connection to the system bus of local containers | Lennart Poettering | |
Also, add support for this to machinectl, so that we can enumerate the machines that run inside a container. We must go deeper! | |||
2013-10-30 | udev: link-config - let udevd set the ifname | Tom Gundersen | |
2013-10-30 | machinectl: port to sd-bus | Tom Gundersen | |
2013-10-30 | build-sys: remove default CFLAGS assignment | Kay Sievers | |
2013-10-30 | machined: port over to libsystemd-bus | Lennart Poettering | |
2013-10-29 | rtnl: move set_link_properties to rtnl-utils | Tom Gundersen | |
2013-10-29 | udev: link-config - add proper parsing | Tom Gundersen | |
2013-10-29 | udev: builtin - rename net_link to net_setup_link | Tom Gundersen | |
Also add shell completions. | |||
2013-10-29 | network: move configuration to /etc/systemd/network | Tom Gundersen | |
This is private configuraiton, so let's not pollute the namespace (and hence make Debian happy :) ). |