]> git.ipfire.org Git - thirdparty/systemd.git/history - src
Add x-systemd.makefs option for fstab
[thirdparty/systemd.git] / src /
2017-11-30  Zbigniew Jędrzejew... Add x-systemd.makefs option for fstab
2017-11-30  Zbigniew Jędrzejew... fstab-generator: convert separate booleans to a flag...
2017-11-30  Zbigniew Jędrzejew... Add mkfs wrapper which first checks if the partition...
2017-11-30  Zbigniew Jędrzejew... growfs: add option parsing and --help/--version/--dry-run
2017-11-30  Zbigniew Jędrzejew... shared/dissect-image: fix return value for probe_filesy...
2017-11-30  Zbigniew Jędrzejew... growfs: add support for resizing encrypted partitions
2017-11-30  Zbigniew Jędrzejew... Define CRYPT_LUKS in crypt-util.h
2017-11-30  Zbigniew Jędrzejew... growfs: do not try to resize btrfs partitions smaller...
2017-11-30  Zbigniew Jędrzejew... Add systemd-growfs tool
2017-11-30  Zbigniew Jędrzejew... util-lib: export cryptsetup logging glue function
2017-11-30  Zbigniew Jędrzejew... util-lib: add cleanup function for crypt_free
2017-11-30  Zbigniew Jędrzejew... util-lib: rename path_check_fstype to path_is_fs_type
2017-11-30  Zbigniew Jędrzejew... util-lib: rename fd_check_fstype to fd_is_fs_type
2017-11-30  Zbigniew Jędrzejew... util-lib: use trailing slash in chase_symlinks, fd_is_m...
2017-11-30  Zbigniew Jędrzejew... test-string-util: add another test for stripping slashes
2017-11-30  Zbigniew Jędrzejew... Add a helper for /dev/block/major:minor paths
2017-11-30  Zbigniew Jędrzejew... Add a little helper to make /sys/dev/block/major:minor...
2017-11-30  Zbigniew Jędrzejew... test-mount-util: move test_path_is_mount_point here
2017-11-30  Yu Watanabecore/dbus-execute: actually set PassEnvironment= (...
2017-11-30  Krzysztof NowickiFix SELinux labels in cgroup filesystem root directory...
2017-11-30  Lennart Poetteringcore: support upgrading from DynamicUser=0 to DynamicUs...
2017-11-30  Yu WatanabeMerge pull request #7444 from poettering/dbus-no-spec
2017-11-29  Vito CaputoMerge pull request #7508 from poettering/journal-n...
2017-11-29  Lennart Poetteringjournal: fix log message when dropping messages 7508/head
2017-11-29  Lennart Poetteringbus-unit-util: slightly tweak log output for unknown...
2017-11-29  Lennart Poetteringrun: rearrange error handling when adding unit properties
2017-11-29  Lennart Poetteringbus-unit-util: add proper MemorySwapMax= serialization
2017-11-29  Lennart Poetteringcore: accept MemorySwapMax= properties that are scaled...
2017-11-29  Lennart Poetteringtty-ask-password-agent: drop NULL sentinel
2017-11-29  Lennart Poetteringcoccinelle: fix IN_SET/!IN_SET scripts, and apply some...
2017-11-29  Lennart PoetteringMerge pull request #7493 from keszybz/revert-revert
2017-11-29  Lennart PoetteringMerge pull request #7504 from keszybz/two-mkosi-ideas
2017-11-29  Lennart PoetteringMerge pull request #7500 from poettering/journal-field...
2017-11-29  Lennart Poetteringtree-wide: use strv_isempty() instead of strv_length...
2017-11-29  Lennart Poetteringbus-unit-util: properly serialize EnvironmentFile=...
2017-11-29  Lennart Poetteringcore: use safe_fclose() where we can
2017-11-29  Lennart Poetteringfileio: document why fileio-label.c and fileio.c are...
2017-11-29  Lennart Poetteringcore: open up all ExecXYZ= fields of service units...
2017-11-29  Lennart Poetteringcore: never remove "transient" and "control" directorie...
2017-11-29  Lennart Poetteringcore: don't reference rescue/emergency targets in ...
2017-11-29  Lennart Poetteringcore: minor simplification
2017-11-29  Lennart Poetteringpath-lookup: LookupPathsFlags are a flags type, hence...
2017-11-29  Lennart Poetteringsystemctl: reword "needs-reload" message a bit
2017-11-29  Lennart Poetteringcore: allow changing the description for units dynamica...
2017-11-29  Lennart Poetteringtree-wide: generate SD_BUS_ERROR_INVALID_ARGS when...
2017-11-29  Lennart Poetteringcore: add proper escaping to writing of drop-ins/transi...
2017-11-29  Lennart Poetteringlogind: fix sysfs change trigger code
2017-11-29  Lennart Poetteringgenerators: be more careful when writing unit settings...
2017-11-29  Lennart Poetteringcore: enable specifier expansion for What=/Where=/Type...
2017-11-29  Lennart Poetteringcore: process C-style escapes in UnsetEnvironment=
2017-11-29  Lennart Poetteringcore: use config_parse_unit_string_printf() for decodin...
2017-11-29  Lennart Poetteringspecifier: unify specifier implementations for user...
2017-11-29  Lennart Poetteringspecifier: add helper for escaping '%' characters to...
2017-11-29  Lennart Poetteringstring-util: update strreplace() a bit, use GREEDY_REAL...
2017-11-29  Lennart Poetteringcore: drop specifier expansion when parsing transient...
2017-11-29  Lennart Poetteringjournald: correct field counts 7500/head
2017-11-29  Lennart Poetteringjournal: driver messages can now contain object fields...
2017-11-29  Yu WatanabeMerge pull request #7492 from keszybz/coverity-fixes
2017-11-28  Zbigniew Jędrzejew... udev/collect: use _cleanup_ in one more place 7492/head
2017-11-28  Zbigniew Jędrzejew... udev/collect: remove dead conditional
2017-11-28  Zbigniew Jędrzejew... journal: avoid undefined behaviour in float division...
2017-11-28  Zbigniew Jędrzejew... networkd: fix memleak of Rules
2017-11-28  Zbigniew Jędrzejew... journal: use new helpers with journal_file_close
2017-11-28  Zbigniew Jędrzejew... journal-remote: add helper function and use hashmap_fre...
2017-11-28  Zbigniew Jędrzejew... cryptsetup-generator: add helper function and use hashm...
2017-11-28  Zbigniew Jędrzejew... coredump: fix typo and use hashmap_free_with_destructor
2017-11-28  Zbigniew Jędrzejew... machine-image: convert image_hashmap_free() to an stati...
2017-11-28  Zbigniew Jędrzejew... Add set/hashmap helpers for non-trivial freeing and...
2017-11-28  Zbigniew Jędrzejew... Use hashmap_free_free where appropriate
2017-11-28  Zbigniew Jędrzejew... Merge pull request #7490 from yuwata/test-basic
2017-11-28  Susant Sahaninetworkd: Add comment for setting_mtu #7460 (#7489)
2017-11-28  Lennart PoetteringMerge pull request #7486 from keszybz/coverity-fixes
2017-11-28  Yu Watanabetest-cap-list: add more tests about capability_set_... 7490/head
2017-11-28  Yu Watanabetest: move tests about cap_list_cap() from test-cap...
2017-11-28  Yu Watanabecap-list: check range of numeric value
2017-11-28  Yu Watanabetest-bitmap: add tests for bitmap_copy()
2017-11-28  Yu Watanabetest-architecture: add more tests
2017-11-28  Yu Watanabetest-alloc-util: add tests for memdup_suffix0() and...
2017-11-28  Yu Watanabetests: add tests for empty string
2017-11-28  Yu Watanabealloc-util: coding style fix
2017-11-28  Lennart PoetteringMerge pull request #7398 from keszybz/udev-list
2017-11-28  Lennart PoetteringMerge pull request #7484 from poettering/sd-resolve...
2017-11-28  Zbigniew Jędrzejew... pid1: improve syntax in error message 7486/head
2017-11-28  Zbigniew Jędrzejew... pid1: clarify that min_max is always initialized
2017-11-28  Zbigniew Jędrzejew... test-hostname-util: add assert_se's to make coverity...
2017-11-28  Zbigniew Jędrzejew... test-process-util: add (void) cast to make coverity...
2017-11-28  Zbigniew Jędrzejew... test-fd-util: add assert_se to make coverity happy
2017-11-28  Zbigniew Jędrzejew... udevadm-monitor: add some assert_se's to make coverity...
2017-11-28  Zbigniew Jędrzejew... core/umount: use _cleanup_ in one more place
2017-11-28  Zbigniew Jędrzejew... sd-resolve: check that name fits in the specified packe...
2017-11-28  Zbigniew Jędrzejew... shim: fix logically dead code
2017-11-28  Zbigniew Jędrzejew... networkd: remove dead code
2017-11-28  Zbigniew Jędrzejew... test-ndisc-ra: add assert_se() to make coverity happy
2017-11-28  Zbigniew Jędrzejew... boot/shim: fix char ** vs char * mismatch
2017-11-28  Zbigniew Jędrzejew... boot/efi: fix NULL dereference
2017-11-28  Zbigniew Jędrzejew... dissect-image: simplify check for passphrase presence
2017-11-28  Zbigniew Jędrzejew... networkd: fix reversed arguments
2017-11-28  Zbigniew Jędrzejew... networkd: plug some memleaks in rule serialization...
2017-11-28  Zbigniew Jędrzejew... networkd: fix serialization of {Incoming,Outgoing}Interface
2017-11-28  Zbigniew Jędrzejew... Add test-routing-policy-rule
next