summaryrefslogtreecommitdiffstats
path: root/mkosi.build (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-04journal: make namespace invocation also support drop-in configYu Watanabe2-10/+16
2021-03-04run: tweak algorithm for generating unit name from dbus unique nameLennart Poettering1-3/+5
2021-03-04rm-rf: fix up chmod in the _cleanup_ rm_rf() destructorsLennart Poettering1-2/+2
2021-03-04man: document how to use --network-interface= during bootLennart Poettering1-31/+48
2021-03-04fileio: minor read_full_stream_full() optimizationLennart Poettering1-1/+3
2021-03-04trans_time sec is int32,it will overflow if local system time is later than 2...caoxia1-2/+9
2021-03-04install: include OS headers before our own definitionLennart Poettering1-2/+2
2021-03-04run: update dbus unique names checkAnita Zhang1-1/+1
2021-03-04core: fix mtime calculation of dropin filesZbigniew Jędrzejewski-Szmek3-8/+9
2021-03-04coredumpctl: show container hostameZbigniew Jędrzejewski-Szmek1-1/+1
2021-03-04rm-rf: fstatat() might fail if containing dir has limited access mode, patch ...Lennart Poettering1-16/+66
2021-03-04fs-util: when opening arbitrary inodes, better use O_NONBLOCKLennart Poettering1-2/+1
2021-03-04gpt: generalize validator for GPT partition labelsLennart Poettering3-6/+21
2021-03-03fs-util: port open_parent() to path_extract_directory()Lennart Poettering1-9/+4
2021-03-03po: Added translation using Weblate (Sinhala)Hela Basa2-0/+850
2021-03-03tree-wide: use ppoll_usec()Yu Watanabe6-151/+59
2021-03-03io-util: introduce ppoll_usec() helper functionYu Watanabe2-11/+30
2021-03-03libudev: shorten code a bitYu Watanabe1-5/+3
2021-03-03fs-util: handle gracefully if fsync_full() is called on block devices and suchLennart Poettering1-2/+7
2021-03-03fs-util: allow fsync_directory_of_file() on directories tooLennart Poettering1-20/+32
2021-03-03Remount /dev/mqueue in unshared mount namespace for PrivateIPCXℹ Ruoyao3-2/+38
2021-03-03New directives PrivateIPC and IPCNamespacePathXℹ Ruoyao11-23/+270
2021-03-03Refactor network namespace specific functions in generic helpersXℹ Ruoyao11-59/+88
2021-03-03fuzz: add NetworkNamespacePath= into directives.serviceXℹ Ruoyao1-0/+1
2021-03-03rules: Move ID_SMARTCARD_READER definition to a <70 configuration.Vincent Pelletier2-2/+2
2021-03-03network: do not remove LLDP state file on failureYu Watanabe1-9/+4
2021-03-03network: use conservative_rename() at one more placeYu Watanabe1-3/+3
2021-03-03network: remove DHCP lease and LLDP state file on link_free()Yu Watanabe1-4/+3
2021-03-03dhcp: use unlink_and_freep() in dhcp_lease_save()Yu Watanabe1-20/+11
2021-03-03network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]Yu Watanabe3-152/+150
2021-03-03network: drop unnecessary {}Yu Watanabe1-2/+1
2021-03-03network: minor style fixesYu Watanabe1-5/+8
2021-03-03network: use unlink_and_freep() cleanup functionsYu Watanabe2-33/+34
2021-03-03network: move state file related functions to networkd-state-file.[ch]Yu Watanabe10-681/+709
2021-03-03fstab-generator: add new root=tmpfs optionLennart Poettering2-13/+52
2021-03-03time-util: simplify overflow checkLennart Poettering1-4/+2
2021-03-02util: add helpers for generating colored check mark glyphs from boolsLennart Poettering3-2/+10
2021-03-02tmpfile: port tempfn_*() to path_extract_*()Lennart Poettering3-37/+150
2021-03-02machinectl: make sure of path_extract_filename() returning O_DIRECTORYLennart Poettering1-0/+6
2021-03-02path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...Lennart Poettering2-11/+25
2021-03-02path-util: add path_extract_directory(), to match path_extract_filename()Lennart Poettering3-0/+102
2021-03-02man: document usage of SD_BUS_CREDS_AUGMENTLuca Boccassi1-1/+2
2021-03-02udev: add i2c to 60-persistent-input.rules for by-path (#18808)Tom Shield1-2/+2
2021-03-02sd-device: don't use BPF filtering for kernel monitorsMartin Wilck1-2/+3
2021-03-02tree-wide: fix typoYu Watanabe3-3/+3
2021-03-02man: reword sentence about lone coredumpsZbigniew Jędrzejewski-Szmek1-3/+2
2021-03-02man: add note about "SIG" prefixZbigniew Jędrzejewski-Szmek1-2/+8
2021-03-02fs-util: use ERRNO_IS_NOT_SUPPORTED() at two more places where we can't be su...Lennart Poettering1-2/+2
2021-03-02btrfs-util: add helper that abstracts "might be btrfs subvol?" checkLennart Poettering5-7/+16
2021-03-02test-signal-util: add test for signal_is_blocked()Lennart Poettering1-16/+9