Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | update TODO | Lennart Poettering | |
2014-01-19 | sd-bus: let sd_bus_call() use the synchronous kdbus method | Daniel Mack | |
2014-01-19 | bus-kernel: move bus_kernel_make_message | Daniel Mack | |
This makes future commits more readable. | |||
2014-01-19 | networkd: use 'up'/'down' rather than 'on'/'off' | Tom Gundersen | |
2014-01-18 | networkd: dhcp - by default ignore the MTU | Tom Gundersen | |
2014-01-18 | sd-dhcp-client: refactor client_{free,new} | Tom Gundersen | |
Make them more simiar to sd_bus and friends. Also factor out the event attachment. In the future, we will likely want to support external main-loops, so this is a first step. For the time being, we are still requiring an sd_event to be attached though. | |||
2014-01-18 | sd-resolv: declare functions from .h public | Daniel Buch | |
2014-01-18 | sd-resolve: rename get_next() and get_n_queries() + cleanup | Daniel Buch | |
2014-01-18 | sd-resolve: Allocate objects with new() | Daniel Buch | |
2014-01-18 | sd-resolve: get rid of sd_resolve_freeanswer() | Daniel Buch | |
2014-01-18 | sd-dhcp-client/networkd: add domainname support | Tom Gundersen | |
2014-01-18 | networkd: don't hard depend on system bus | Tom Gundersen | |
We may not have a dbus daemon in the initrd (until we can rely on kdbus). In this case, simply ignore any attempts at using the bus. There is only one user for now, but surely more to come. In order to work reliably in the real root without kdbus, but at the same time don't delay boot when kdbus is in use, order ourselves after dbus.service. | |||
2014-01-18 | networkd: resolv.conf - reword comment | Tom Gundersen | |
Take into account that users may want to use resolvconf(8), or similar. Also, avoid repeated calls to fputs(). | |||
2014-01-18 | libsystemd: sync kdbus.h | Daniel Mack | |
2014-01-17 | units: drop [Install] section from multi-user.target and graphical.target | Lennart Poettering | |
They were supposed to make it easy to make the default.target a symlink to these targets, but this was never advertised and we have a better command for this now in "systemctl set-default". Since the install section makes the output of "systemctl list-unit-files" confusing (since it makes the units appear as "disabled"), let's drop the sections. | |||
2014-01-17 | Update TODO | Lennart Poettering | |
2014-01-17 | sd-resolve: rename structs to fit coding-style e.g 'struct MixedCase' | Daniel Buch | |
lets get this right once, and if not for all, atleast for now :) So comments and input about nameing is very welcome. Cheers | |||
2014-01-17 | sd-resolve: get rid of _t post-fixes for sd_ objects | Daniel Buch | |
We dont want _t prefixes, right? | |||
2014-01-17 | build: Skip .busname generator when kdbus is off | Umut Tezduyar Lindskog | |
2014-01-17 | bus: Fix read_word_le() function | Lukasz Skalski | |
2014-01-17 | update TODO | Lennart Poettering | |
2014-01-17 | libsystemd: rename LIBSYSTEMD_BUS to LIBSYSTEMD | Tom Gundersen | |
2014-01-17 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-16 | networkd: resolv.conf - extend the comment a bit | Tom Gundersen | |
2014-01-16 | sd-dhcp-client: minor style fixes | Tom Gundersen | |
Also introduce a cleanup macro for DHCPLease | |||
2014-01-16 | sd-dhcp-client: refactor DNS support | Tom Gundersen | |
Rather than keeping an array of pointers to addresses, just keep an array of addresses. | |||
2014-01-16 | sd-dhcp-client/networkd: add transient hostname support | Tom Gundersen | |
2014-01-16 | networkd: dhcp - only set the MTU option once | Tom Gundersen | |
Only set MTU request when creating the dhcp client, not every time it is restarted. | |||
2014-01-16 | networkd: link - only save original MTU when necessary | Tom Gundersen | |
2014-01-16 | networkd: improve logging | Tom Gundersen | |
2014-01-16 | bus: fix issue with reference counting | Zbigniew Jędrzejewski-Szmek | |
b7fc42e03 introduced a regression. | |||
2014-01-16 | build-sys: increase valgrind stack limit so all tests pass again | Zbigniew Jędrzejewski-Szmek | |
2014-01-16 | bus: break reference cycle between bus and messages | Zbigniew Jędrzejewski-Szmek | |
Previously (6ee4f99 bus: break reference cycle between bus and messages) I committed the test code, but not the actual fix :) | |||
2014-01-16 | build-sys: fix --enable-dbus | Chengwei Yang | |
The incorrect shell code of AS_IF always get false value, so it always build without dbus though build with "--enable-dbus" explicitely. | |||
2014-01-16 | sd-dhcp-client/networkd: add interface MTU support | Tom Gundersen | |
2014-01-16 | sd-rtnl: only alter link flags when reqeusted to | Tom Gundersen | |
2014-01-16 | sd-dhcp-client: fix memory corruption | Tom Gundersen | |
2014-01-15 | event: extend priority raneg to 64bit | Lennart Poettering | |
The kdbus prioq logic will use 64bit prios too, so let's keep this similar in style. Using 64bit here has the advantage, that pointers and pretty much anything else can be mapped naturally to priorities if so desired. | |||
2014-01-15 | systemctl: introduce new "import-environment" command | Lennart Poettering | |
This may be used in graphical session start-up scripts to upload environment variables such as $DISPLAY into the systemd manager easily. | |||
2014-01-15 | logind: get rid of X11 display socket symlink | Lennart Poettering | |
X11 never made use of it anyway and it's probably better to just push $DISPLAY into the systemd daemon from gnome-session (or equivalent program) than to change libX11 to look for this socket. In particular since we won't need this for Wayland anyway and we shouldn't add infrastructure for stuff that's on its way out anyway. | |||
2014-01-15 | shell-completion: remove load from systemctl | Lukas Nykryn | |
2014-01-15 | Revert "Revert "coredumpctl: in case of error free pattern after print"" | Lukas Nykryn | |
In the case of the error set_consume will free the pointer 'pattern' which is later used in log_error. Either we should stop priniting that or use simple set_put and free pattern manually. This reverts commit ece6b8fd5bbc1fee16f652e680e3033f2f3efc4a. | |||
2014-01-14 | sd-resolv: rename to sd-resolve | Tom Gundersen | |
Lennart pointed out that we were misspelling 'resolve'. Let's not repeat the mistakes of 'umount' and 'resolv.conf'. | |||
2014-01-14 | README: list CONFIG_FHANDLE in main section | Kay Sievers | |
2014-01-14 | readme: CONFIG_FHANDLE is a requirement | Umut Tezduyar Lindskog | |
2014-01-14 | Revert "coredumpctl: in case of error free pattern after print" | Zbigniew Jędrzejewski-Szmek | |
This reverts commit cf50a55277ee432e1217ad894afcbd9a664ff96c. set_consume frees on error. | |||
2014-01-14 | coredumpctl: in case of error free pattern after print | Lukas Nykryn | |
2014-01-14 | sd-resolv: remove left-over comment | Tom Gundersen | |
We are anyway breaking the API by renaming everything, so that is not a concern. | |||
2014-01-14 | sd-resolv: require SOCK_CLOEXEC | Tom Gundersen | |
2014-01-14 | sd-resolv: rename old asyncns variables | Daniel Buch | |