summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* json: minor style fixesv220Lennart Poettering2015-05-215-28/+39
|
* test.json: fix build on x86-32 where int and intmax_t differLennart Poettering2015-05-211-1/+1
|
* update hardware databasesLennart Poettering2015-05-213-377/+2540
|
* build-sys: fix build with seperate builddirLennart Poettering2015-05-211-0/+12
| | | | Let's make sure we can build rpms with this
* manager: fix finish_timestamp calculationLennart Poettering2015-05-211-0/+6
| | | | http://lists.freedesktop.org/archives/systemd-devel/2015-May/032100.html
* update TODOLennart Poettering2015-05-211-4/+0
|
* bus-proxy: fix GetConnectionSELinuxSecurityContext() return valueLennart Poettering2015-05-211-1/+10
|
* nspawn: prohibit access to the kernel log buffer by defaultLennart Poettering2015-05-211-9/+10
| | | | Unless CAP_SYSLOG is explicitly passed block all access to kmg
* device: never act on mount events for devices if device support is not availableLennart Poettering2015-05-211-0/+3
|
* core: properly handle jobs that are suppressed to JOB_NOPs when propagating ↵Lennart Poettering2015-05-211-1/+6
| | | | restarts
* NEWS: add note about gudevDavid Herrmann2015-05-211-0/+9
| | | | | | gudev has been extracted into a separate repository managed by the gnome project. See the announcement thread on systemd-devel for more: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
* NEWS: fix sd-boot to systemd-bootDavid Herrmann2015-05-211-3/+3
| | | | | We renamed sd-boot to systemd-boot directly after merging it, to stay conform to all the other systemd binaries.
* NEWS: fix typo and expand abbreviationZbigniew Jędrzejewski-Szmek2015-05-211-2/+2
|
* NEWS: document the IPForward= confusionLennart Poettering2015-05-211-1/+14
|
* tmpfiles: create /etc/resolv.conf symlink only on bootZbigniew Jędrzejewski-Szmek2015-05-211-1/+1
| | | | | | | | | | We will create the symlink on boot as a fallback to provide name resolution. But if the symlink was removed afterwards, it most likely should not be recreated. Creating it only on boot also solves the issue where it would be created prematurely during installation, before the system was actually booted. https://bugzilla.redhat.com/show_bug.cgi?id=1197204
* build-sys: bump library and package versionsLennart Poettering2015-05-212-4/+4
|
* update TODOLennart Poettering2015-05-211-2/+0
|
* util: an array with one entry is always orderedLennart Poettering2015-05-211-1/+1
|
* util: introduce PERSONALITY_INVALID as macro for 0xffffffffLULennart Poettering2015-05-215-11/+15
|
* NEWS: start collecting items for v220Lennart Poettering2015-05-211-0/+207
|
* nspawn: finish user namespace supportLennart Poettering2015-05-2110-654/+971
|
* update TODOLennart Poettering2015-05-211-2/+6
|
* udev: link-config - fix corruptionTom Gundersen2015-05-212-7/+8
| | | | | | | | The parser used for MTU and Speed expects them to be size_t, not unsigned int. This caused a corruption in the rest of the structure. Reported by David O Neill <david.m.oneill@intel.com>.
* hwdb: add MS Arc Touch Mouse SEPeter Hutterer2015-05-211-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=90540
* sd-device: fix return codes on errorZbigniew Jędrzejewski-Szmek2015-05-202-6/+6
| | | | asprintf() does not set errno.
* json: avoid cleanup of unitialized variableZbigniew Jędrzejewski-Szmek2015-05-201-1/+1
|
* units: conditionalize audit multicast socket on CAP_AUDIT_READLennart Poettering2015-05-201-0/+1
| | | | | The multicast logic can only work if the capability is available, hence require it.
* util: introduce reset_uid_gid() for resetting all uids and gids to 0Lennart Poettering2015-05-202-10/+17
|
* journald: handle more gracefully when bind() fails on audit socketsLennart Poettering2015-05-201-3/+8
|
* core,nspawn: unify code that moves the root dirLennart Poettering2015-05-204-33/+23
|
* TODO: add --merge support for sd-j-remoteZbigniew Jędrzejewski-Szmek2015-05-191-1/+3
|
* bootctl: try to catch all errorsZbigniew Jędrzejewski-Szmek2015-05-191-22/+46
| | | | Do not print garbage on non-EFI installations.
* bootctl: modernizationZbigniew Jędrzejewski-Szmek2015-05-193-562/+306
| | | | | | | | | | | | | Use strjoina to avoid error handling, and openat to simplify things. Some fixes on the way: - ferror does not set errno, so the return value was wrong in some cases - errors are propagated in more cases - EFI/systemd was created, but EFI/systemd-boot was deleted - something is always printed on error - when checking the version, comparison was done against "systemd-bo" for some reason - return value was converted from negative to EXIT_SUCCESS/EXIT_FAILURE twice, resulting in EXIT_SUCCESS all the time
* bus-socket: simplify initalization of struct msghdrZbigniew Jędrzejewski-Szmek2015-05-191-12/+8
|
* hwdb: add Logitech M570 trackballPeter Hutterer2015-05-201-0/+4
| | | | | http://www.logitech.com/en-us/product/wireless-trackball-m570#specs https://bugzilla.redhat.com/show_bug.cgi?id=1217881
* json: fix a mem leakThomas Hindoe Paaboel Andersen2015-05-192-4/+2
|
* update TODOLennart Poettering2015-05-191-3/+0
|
* units: make sure systemd-nspawn@.slice instances are actually located in ↵Lennart Poettering2015-05-191-0/+1
| | | | | | machine.slice https://plus.google.com/112206451048767236518/posts/SYAueyXHeEX
* core: don't consider boot-up finished if we are still reloadingLennart Poettering2015-05-191-0/+3
| | | | http://lists.freedesktop.org/archives/systemd-devel/2015-May/032025.html
* pull-dkr: fix memleakThomas Hindoe Paaboel Andersen2015-05-191-1/+2
|
* import/pull-dkr: V2 image specification and manifest supportPavel Odvody2015-05-192-54/+491
| | | | The maximum number of layers changed to 127, as in Dkr.
* import/pull: Tag replaced with referencePavel Odvody2015-05-191-11/+17
| | | | Default pull version set to V2
* test/test-json: Tests for the tokenizer bugfix and the DOM parserPavel Odvody2015-05-191-0/+97
| | | | The DOM parser tests are accompanied with structure and element analysis
* shared/json: Added DOM-like JSON parserPavel Odvody2015-05-192-10/+459
| | | | | | | | | This makes working with complexly structured documents easy and more reliable as the parser is not susceptible to element re-ordering. Also fixes a bug when the tokenizer would choke after reading a number.
* shared/import-util: Tag renamed to referencePavel Odvody2015-05-192-0/+23
| | | | Added (sha256) digest validation function
* core: when propagating restart requests due to deps, downgrade restart to ↵Lennart Poettering2015-05-194-19/+24
| | | | | | | | | | | | | | try-restart Previously, if a service A depended on a service B via Requires=, and A was not running and B restarted this would trigger a start of A as well, since the restart was propagated as restart independently of the state of A. This patch ensures that a restart of B would be propagated as a try-restart to A, thus not changing its state if it isn't up. http://lists.freedesktop.org/archives/systemd-devel/2015-May/032061.html
* dhcp-identifier: fix for unaligned writeTom Gundersen2015-05-192-5/+7
| | | | Reported by Michael Olbrich.
* core: sd_bus_error() already checks for NULL, no need to duplicate checkLennart Poettering2015-05-191-26/+10
|
* core: reinstate propagation of stop/restart jobs via RequsiteOf dependenciesLennart Poettering2015-05-191-28/+14
| | | | | | | | | | | | This reverts the primary effect of be7d9ff730cb88d7c6a869dd5c47754c78ceaef2. After all Requisite= should be close to Requires=, without the one exception that it doesn't pull in dependencies on start. However, reverse deps on stop/restart should be treated the same way as for Restart=, and this is already documented in the man page, hence stick to it. http://lists.freedesktop.org/archives/systemd-devel/2015-May/032049.html
* util: fix typoJan Synacek2015-05-191-1/+1
|