summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* NEWS: Mention the new Personality= switch in unit filesLennart Poettering2014-02-19
|
* busctl: add --no-legend and use in bash completionThomas Hindoe Paaboel Andersen2014-02-19
|
* busctl: update bash completionThomas Hindoe Paaboel Andersen2014-02-19
|
* man: busctl typo fixThomas Hindoe Paaboel Andersen2014-02-19
|
* sd-rtnl: test - include missing.h to build on old kernelsTom Gundersen2014-02-19
|
* networkd: dhcp - log when lease is lostTom Gundersen2014-02-19
|
* networkd: link - only reset transient hostname if it was set by usTom Gundersen2014-02-19
|
* systemctl: remove erroneous return in runlevel_parse_argv()Maciej Wereski2014-02-19
|
* logind: remove redundant check in manager_new()Maciej Wereski2014-02-19
|
* update TODOLennart Poettering2014-02-19
|
* label: minor optimizationsLennart Poettering2014-02-19
|
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-19
| | | | | These were added to the kernel between 3.5 and 3.9, let's not require such recent kernels (yet).
* event: fix crash on child-source state modificationsDavid Herrmann2014-02-19
| | | | | | | | | | | 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.
* man: document $MAINPIDLennart Poettering2014-02-19
|
* update TODOLennart Poettering2014-02-19
|
* core: add Personality= option for units to set the personality for spawned ↵Lennart Poettering2014-02-19
| | | | processes
* build-sys: fixups for libsystemd-daemon mergeZbigniew Jędrzejewski-Szmek2014-02-18
|
* build-sys: install headers with --enable-kdbusKay Sievers2014-02-19
|
* build-sys: merge libsystemd-daemon into libsystemdKay Sievers2014-02-19
|
* test: add missing test unitsLennart Poettering2014-02-18
|
* nspawn: add new --personality= switch to make it easier to run 32bit ↵Lennart Poettering2014-02-18
| | | | containers on a 64bit host
* delta: add bash completionThomas Hindoe Paaboel Andersen2014-02-18
|
* net-match: fix Driver= matchTom Gundersen2014-02-18
| | | | It should match on the driver of the parent device.
* networkd: refactor link_add() ↵Tom Gundersen2014-02-18
| | | | | | | | | :( 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>
* nspawn: x86 is special with its socketcall() semantics, be permissive in the ↵Lennart Poettering2014-02-18
| | | | seccomp setup
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-18
| | | | | And make use of it where appropriate for executing services and for nspawn.
* nspawn: allow 32-bit chroots from 64-bit hostsDave Reisner2014-02-18
| | | | | | 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.
* load-modules: properly return a failing error code if some module fails to loadLennart Poettering2014-02-18
| | | | This is the missing part of b857193b1def5172e3641ca1d5bc9e08ae81aac4.
* machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen2014-02-18
|
* machinectl: add bash completionThomas Hindoe Paaboel Andersen2014-02-18
|
* update TODOLennart Poettering2014-02-18
|
* man: machinectl: there is no command 'kill-machine'Thomas Hindoe Paaboel Andersen2014-02-18
|
* man: minor fixes to networkd pageTom Gundersen2014-02-18
| | | | Also enforce that we don't allow setting the Broadcast for IPv6 addresses.
* NEWS: Fix header file namePatrik Flykt2014-02-18
|
* fix SECCOMP_CFLAGS usageCristian Rodríguez2014-02-18
| | | | | | | 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.
* libsystemd-dhcp: Add a full DHCP address acquisition test casePatrik Flykt2014-02-18
| | | | | | | | | | | | | 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.
* libsystemd-dhcp: Factor out test code for DHCP message verificationPatrik Flykt2014-02-18
| | | | Add a callback function that will handle the test case specific checking.
* libsystemd-dhcp: Add capability to print out test stepsPatrik Flykt2014-02-18
|
* NEWS: fix typos and grammar errorsJason St. John2014-02-18
|
* NEWS: even more fixesLennart Poettering2014-02-18
|
* sd-rtnl-message: store reference to the bus in the messageTom Gundersen2014-02-18
| | | | This mimics the sd-bus api, as we may need it in the future.
* NEWS: sd-resolv.h is sd-resolve.hDaniel Buch2014-02-18
|
* doc: fix newly-arisen inconsistencies in NEWSJan Engelhardt2014-02-17
|
* Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek2014-02-17
|
* NEWS: fix a few typos and inconsistenciesZbigniew Jędrzejewski-Szmek2014-02-17
| | | | | - systemd-delta had support for .d for a long time. - systemd-activate had --environment before --setenv.
* NEWS: more "scary" kdbus incompatibility warningKay Sievers2014-02-18
|
* doc: general refresh of orthography and grammarJan Engelhardt2014-02-18
|
* NEWS: fix typosKay Sievers2014-02-18
|
* doc: orthographic correctionsJan Engelhardt2014-02-18
|
* NEWS fixLennart Poettering2014-02-18
|