summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-25units: set nodev,nosuid,noexec flags for various secondary API VFSLennart Poettering5-0/+5
2019-03-25systemctl: move --failed close to --state= in help textLennart Poettering1-1/+1
2019-03-25systemctl: underline sections in help textLennart Poettering1-9/+10
2019-03-25systemctl: use structured initializationLennart Poettering1-8/+10
2019-03-25systemctl: use SYNTHETIC_ERRNO everywhereLennart Poettering1-56/+33
2019-03-25systemctl: split out some SysV compat stuff into its own C fileLennart Poettering4-112/+136
2019-03-25hwdb: update for v242Zbigniew Jędrzejewski-Szmek9-2423/+5563
2019-03-25tree-wide: constify a few static string tablesLennart Poettering11-15/+22
2019-03-25dbus-unit: remove redundant checkLennart Poettering1-1/+1
2019-03-25core: remove unnecessary heap allocationLennart Poettering1-6/+3
2019-03-25NEWS: various tweaks and updates for v242Lennart Poettering1-36/+77
2019-03-23bash-completion: unify indentationFrantisek Sumsal1-2/+2
2019-03-23bash-completion: use default completion for redirect operatorsFrantisek Sumsal1-0/+7
2019-03-23fuzz: add testcases for the bug in condition_free_list_type()Yu Watanabe5-0/+4
2019-03-23network,udev: explicitly declare 'conditions' is a listYu Watanabe3-3/+3
2019-03-23util: fix condition_free_list_type()Yu Watanabe1-8/+8
2019-03-22logind: Add support for RebootParameterVesa Jääskeläinen5-0/+128
2019-03-22nspawn: don't free "fds" twiceLennart Poettering3-15/+17
2019-03-22nspawn-oci: fix double freeZbigniew Jędrzejewski-Szmek4-6/+10
2019-03-22udev/link-config: rename MACPolicy to MACAddressPolicyZbigniew Jędrzejewski-Szmek4-58/+58
2019-03-22logind: relocate function return_test_polkit()Vesa Jääskeläinen1-26/+26
2019-03-22systemctl: restore "systemctl reboot ARG" functionalityVesa Jääskeläinen4-6/+9
2019-03-22NEWS: add missing wordZbigniew Jędrzejewski-Szmek1-2/+2
2019-03-22man: clarify that ExecStop= is always calledZbigniew Jędrzejewski-Szmek1-8/+12
2019-03-22man: update description of initrd in bootup(7)Zbigniew Jędrzejewski-Szmek1-15/+22
2019-03-22NEWS: prepare for v242Zbigniew Jędrzejewski-Szmek1-0/+147
2019-03-22network: add missing nulstr terminatorEvgeny Vereshchagin1-1/+1
2019-03-22dbus-execute: don't needlessly override error codeLennart Poettering1-1/+1
2019-03-22dbus-execute: lets use exec_directory_type_from_string() to simplify thingsLennart Poettering1-10/+5
2019-03-22udev: use string_table_lookup() where we canLennart Poettering1-6/+3
2019-03-22string-table: use string_table_lookup() in our own macros everywhereLennart Poettering1-4/+4
2019-03-22nspawn-oci: mount source is optionalZbigniew Jędrzejewski-Szmek2-1/+93
2019-03-22nspawn-oci: use _cleanup_ in one more placeZbigniew Jędrzejewski-Szmek1-49/+30
2019-03-22fuzz-nspawn-oci: add fuzzer for the oci bundle loaderZbigniew Jędrzejewski-Szmek3-0/+174
2019-03-22meson: add libseccomp as a nspawn dep (#12067)Franck Bui1-1/+2
2019-03-22nspawn: conditionalize libseccomp useLennart Poettering1-3/+11
2019-03-21hwdb: make ids_parser.py compatible with pyparsing-2.3.0+Zbigniew Jędrzejewski-Szmek1-22/+27
2019-03-21man: mention that Tunnel.Local= and Tunnel.Remote= can take 'any'Yu Watanabe1-3/+4
2019-03-21man: do not wrap line in the tableYu Watanabe1-3/+1
2019-03-21test-network: add more tests for tunneling devicesYu Watanabe30-18/+335
2019-03-21systemctl: make a copy of the "verb" from argv[] before forking off a childLennart Poettering1-2/+8
2019-03-21main-func: make sure we destruct memory and stuff lastLennart Poettering1-2/+2
2019-03-21systemctl: tiny optimizationLennart Poettering1-1/+1
2019-03-21systemctl: add missing OOM checkLennart Poettering1-2/+7
2019-03-21systemctl: document argv[] arrayLennart Poettering1-3/+3
2019-03-21systemctl: use saved_argv where we canLennart Poettering1-7/+5
2019-03-21main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functionsLennart Poettering2-3/+2
2019-03-21util: introduce save_argc_argv() helperLennart Poettering4-6/+8
2019-03-21network: fix netdev_tunnel_verify()Yu Watanabe1-5/+15
2019-03-21nspawn: add --no-pager switchZbigniew Jędrzejewski-Szmek2-1/+12