summaryrefslogtreecommitdiffstats
path: root/man/user-system-options.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-22man: add a note that nspawn gives access to network by defaultZbigniew Jędrzejewski-Szmek1-2/+4
2018-03-21ac-power: add simple getopt() argument parsing to systemd-ac-power (#8516)Lennart Poettering1-2/+74
2018-03-21time-sync-wait: add service (#8494)Peter A. Bigot6-0/+319
2018-03-21dissect: add dissect_image_and_warn() that unifies error message generation f...Lennart Poettering5-47/+62
2018-03-21move MANAGER_IS_RELOADING() check into manager_recheck_{dbus|journal}() (#8510)Lennart Poettering2-7/+12
2018-03-21fileio: port parse_env_file_internal() to use _cleanup_free_ (#8511)Lennart Poettering1-46/+26
2018-03-21v3: Properly parsing SCSI Hyperv devices (#8509)Long Li1-5/+8
2018-03-21selinux: let's fully (and statically) initialize log callback union (#8512)Lennart Poettering1-2/+4
2018-03-21sd-bus: drop fd_nonblock() calls that are implied by rearrange_stdio() (#8514)Lennart Poettering1-3/+0
2018-03-21coredumpctl: drop unnecessary NULL initialization, and use const where possib...Lennart Poettering1-2/+2
2018-03-21doc: update TODOYu Watanabe1-3/+0
2018-03-21nss-systemd: make dynamic users enumerable by `getent`Yu Watanabe2-0/+338
2018-03-21nss-systemd: define dynamic user propertiesYu Watanabe1-10/+15
2018-03-21nss-systemd: cleanup bypassing dbus logicYu Watanabe1-63/+48
2018-03-21core: add new dbus method GetDynamicUsersYu Watanabe4-1/+51
2018-03-21Restore naming of IOPRIO_PRIO defines from linux/ioprio.hZbigniew Jędrzejewski-Szmek1-2/+2
2018-03-21core/load-fragment: reject overly long paths earlyZbigniew Jędrzejewski-Szmek3-4/+16
2018-03-21basic/calendarspec: add check for repeat values that would overflowZbigniew Jędrzejewski-Szmek3-0/+10
2018-03-20journal: don't insist that the journal file header's boot ID matches the last...Lennart Poettering1-1/+1
2018-03-20journal-file: drop unused tail_entry_monotonic_valid field.Lennart Poettering2-7/+0
2018-03-20journal: make the compression threshold tunableAlex Gartrell6-10/+135
2018-03-20coccinelle: always use fcntl(fd, FD_DUPFD, 3) instead of dup(fd)Lennart Poettering2-2/+7
2018-03-20coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering9-11/+30
2018-03-20journal: provide compress_threshold_bytes parameterAlex Gartrell11-32/+141
2018-03-20basic/fs-util: skip fsync_directory_of_file() if /proc/self/fd/ is not availa...Zbigniew Jędrzejewski-Szmek2-5/+23
2018-03-20nspawn: move network namespace creation to a separate step (#8430)Zbigniew Jędrzejewski-Szmek1-6/+7
2018-03-20mkosi: set file permissions in copy of source tree (#8370)Filipe Brandenburger1-0/+8
2018-03-20seccomp: enable RestrictAddressFamilies on ppc (#8505)Mathieu Malaterre1-1/+1
2018-03-20sysusers: make sure to reset errno before calling fget*ent()Franck Bui1-1/+8
2018-03-20sysusers: also add support for NIS entries in /etc/shadowFranck Bui1-1/+19
2018-03-20v4l_id: check mplane video capture and output capailities (#8464)Jui-Chi Ricky Liang1-2/+4
2018-03-20man: use unicode ellipsis in one more place (#8496)Zbigniew Jędrzejewski-Szmek2-1/+3
2018-03-20hwdb: ThinkPad 4x0s and X1 Carbon 3rd gen LEDs (#8492)Matteo F. Vescovi1-0/+12
2018-03-19hwdb: ThinkPad T560 doesn't have a caps lock led (#8490)Salvo 'LtWorf' Tomaselli1-0/+5
2018-03-19macros: fix sysusers_create_inline (#8489)Filipe Brandenburger1-1/+1
2018-03-19resolve: show more global settings in `systemd-resolve --status`Yu Watanabe1-3/+21
2018-03-19resolve: expose global LLMNR, MulticastDNS, and DNSSEC settings as bus propertyYu Watanabe3-4/+27
2018-03-19doc: update TODOYu Watanabe1-5/+0
2018-03-19bus-util: introduce bus_message_print_all_properties()Yu Watanabe5-222/+147
2018-03-19systemctl: use bus_map_all_properties() in status commandYu Watanabe1-361/+229
2018-03-19systemctl: use string table for show()Yu Watanabe1-27/+42
2018-03-19bus-util: make bus_map_all_properties() not copy stringYu Watanabe11-201/+132
2018-03-19hwdb: ThinkPad T450s doesn't have a caps lock led (#8433)Paride Legovini1-0/+4
2018-03-19bus-util: store boolean message to boolYu Watanabe1-2/+2
2018-03-19systemctl: use bus_map_all_properties() in list-dependencies commandYu Watanabe1-64/+45
2018-03-19tree-wide: voidify pager_open()Yu Watanabe15-59/+57
2018-03-19man: mention 'status' is the default command for timedatectlYu Watanabe1-0/+5
2018-03-19timedatectl: use dispatch_verb()Yu Watanabe1-119/+45
2018-03-19man: mention 'status' is the default command for localectlYu Watanabe1-2/+6
2018-03-19localectl: use dispatch_verb()Yu Watanabe1-125/+47