Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-19 | make gcc shut up | Lennart Poettering | |
If -flto is used then gcc will generate a lot more warnings than before, among them a number of use-without-initialization warnings. Most of them without are false positives, but let's make them go away, because it doesn't really matter. | |||
2014-02-19 | NEWS: Mention the new Personality= switch in unit files | Lennart Poettering | |
2014-02-19 | busctl: add --no-legend and use in bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-19 | busctl: update bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-19 | man: busctl typo fix | Thomas Hindoe Paaboel Andersen | |
2014-02-19 | sd-rtnl: test - include missing.h to build on old kernels | Tom Gundersen | |
2014-02-19 | networkd: dhcp - log when lease is lost | Tom Gundersen | |
2014-02-19 | networkd: link - only reset transient hostname if it was set by us | Tom Gundersen | |
2014-02-19 | systemctl: remove erroneous return in runlevel_parse_argv() | Maciej Wereski | |
2014-02-19 | logind: remove redundant check in manager_new() | Maciej Wereski | |
2014-02-19 | update TODO | Lennart Poettering | |
2014-02-19 | label: minor optimizations | Lennart Poettering | |
2014-02-19 | missing.h: add some IFLA_* constants | Tom Gundersen | |
These were added to the kernel between 3.5 and 3.9, let's not require such recent kernels (yet). | |||
2014-02-19 | event: fix crash on child-source state modifications | David Herrmann | |
Setting a child-source state to anything but SD_EVENT_OFF currently does nothing. The condition logic is flawed. Move the state update *below* the test for the previous state. Fixes a crash if you call: sd_event_source_set_enabled(source, SD_EVENT_ON); sd_event_source_unref(source); on a child-source in its own callback. | |||
2014-02-19 | man: document $MAINPID | Lennart Poettering | |
2014-02-19 | update TODO | Lennart Poettering | |
2014-02-19 | core: add Personality= option for units to set the personality for spawned ↵ | Lennart Poettering | |
processes | |||
2014-02-18 | build-sys: fixups for libsystemd-daemon merge | Zbigniew Jędrzejewski-Szmek | |
2014-02-19 | build-sys: install headers with --enable-kdbus | Kay Sievers | |
2014-02-19 | build-sys: merge libsystemd-daemon into libsystemd | Kay Sievers | |
2014-02-18 | test: add missing test units | Lennart Poettering | |
2014-02-18 | nspawn: add new --personality= switch to make it easier to run 32bit ↵ | Lennart Poettering | |
containers on a 64bit host | |||
2014-02-18 | delta: add bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | net-match: fix Driver= match | Tom Gundersen | |
It should match on the driver of the parent device. | |||
2014-02-18 | networkd: refactor link_add() ↵ | Tom Gundersen | |
:( Don't set set **ret when returning r < 0, as matching on the errno may easily give false positives in the future leading to null pointer dereference. Reported-by: David Herrmann <dh.herrmann@gmail.com> | |||
2014-02-18 | nspawn: x86 is special with its socketcall() semantics, be permissive in the ↵ | Lennart Poettering | |
seccomp setup | |||
2014-02-18 | seccomp: add helper call to add all secondary archs to a seccomp filter | Lennart Poettering | |
And make use of it where appropriate for executing services and for nspawn. | |||
2014-02-18 | nspawn: allow 32-bit chroots from 64-bit hosts | Dave Reisner | |
Arch Linux uses nspawn as a container for building packages and needs to be able to start a 32bit chroot from a 64bit host. 24fb11120756 disrupted this feature when seccomp handling was added. | |||
2014-02-18 | load-modules: properly return a failing error code if some module fails to load | Lennart Poettering | |
This is the missing part of b857193b1def5172e3641ca1d5bc9e08ae81aac4. | |||
2014-02-18 | machinectl: remove unused --no-ask-password | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | machinectl: add bash completion | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | update TODO | Lennart Poettering | |
2014-02-18 | man: machinectl: there is no command 'kill-machine' | Thomas Hindoe Paaboel Andersen | |
2014-02-18 | man: minor fixes to networkd page | Tom Gundersen | |
Also enforce that we don't allow setting the Broadcast for IPv6 addresses. | |||
2014-02-18 | NEWS: Fix header file name | Patrik Flykt | |
2014-02-18 | fix SECCOMP_CFLAGS usage | Cristian Rodríguez | |
SECCOMP_CFLAGS must be in the global CFLAGS as <seccomp.h> is included in core/execute.h. when seccomp.h is not in the standard path.(i.e openSUSE has it in /usr/include/pkg/libseccomp/, precisely to catch this kind of bugs) compiling systemd fails. | |||
2014-02-18 | libsystemd-dhcp: Add a full DHCP address acquisition test case | Patrik Flykt | |
Upon startup the DHCP library will immediately send a DHCP Discover. Handle the additional DHCP Discover checking and DHCP Offer sending in test_addr_acq_recv_discover(). Write a zero UDP checksum, the received XID and the faked MAC address into place to create a DHCP message the library can accept. Follow exactly the same steps when receiving a DHCP Request in test_addr_acq_recv_request() and send the Ack. Check that the proper addresses have been found by the DHCP library before exiting the main loop and finishing the test. | |||
2014-02-18 | libsystemd-dhcp: Factor out test code for DHCP message verification | Patrik Flykt | |
Add a callback function that will handle the test case specific checking. | |||
2014-02-18 | libsystemd-dhcp: Add capability to print out test steps | Patrik Flykt | |
2014-02-18 | NEWS: fix typos and grammar errors | Jason St. John | |
2014-02-18 | NEWS: even more fixes | Lennart Poettering | |
2014-02-18 | sd-rtnl-message: store reference to the bus in the message | Tom Gundersen | |
This mimics the sd-bus api, as we may need it in the future. | |||
2014-02-18 | NEWS: sd-resolv.h is sd-resolve.h | Daniel Buch | |
2014-02-17 | doc: fix newly-arisen inconsistencies in NEWS | Jan Engelhardt | |
2014-02-17 | Remove unused variable and two function stubs | Zbigniew Jędrzejewski-Szmek | |
2014-02-17 | NEWS: fix a few typos and inconsistencies | Zbigniew Jędrzejewski-Szmek | |
- systemd-delta had support for .d for a long time. - systemd-activate had --environment before --setenv. | |||
2014-02-18 | NEWS: more "scary" kdbus incompatibility warning | Kay Sievers | |
2014-02-18 | doc: general refresh of orthography and grammar | Jan Engelhardt | |
2014-02-18 | NEWS: fix typos | Kay Sievers | |
2014-02-18 | doc: orthographic corrections | Jan Engelhardt | |