summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-04150-528/+530
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-0416-31/+31
* tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-0414-36/+30
* run: tweak algorithm for generating unit name from dbus unique nameLennart Poettering2021-03-041-3/+5
* rm-rf: fix up chmod in the _cleanup_ rm_rf() destructorsLennart Poettering2021-03-041-2/+2
* man: document how to use --network-interface= during bootLennart Poettering2021-03-041-31/+48
* fileio: minor read_full_stream_full() optimizationLennart Poettering2021-03-041-1/+3
* Merge pull request #18615 from xry111/private-ipc-1Lennart Poettering2021-03-0419-83/+396
|\
| * Remount /dev/mqueue in unshared mount namespace for PrivateIPCXℹ Ruoyao2021-03-033-2/+38
| * New directives PrivateIPC and IPCNamespacePathXℹ Ruoyao2021-03-0311-23/+270
| * Refactor network namespace specific functions in generic helpersXℹ Ruoyao2021-03-0311-59/+88
| * fuzz: add NetworkNamespacePath= into directives.serviceXℹ Ruoyao2021-03-031-0/+1
* | trans_time sec is int32,it will overflow if local system time is later than 2...caoxia2021-03-041-2/+9
* | Merge pull request #18840 from yuwata/libudev-monitor-tiny-cleanupLennart Poettering2021-03-049-167/+92
|\ \
| * | tree-wide: use ppoll_usec()Yu Watanabe2021-03-036-151/+59
| * | io-util: introduce ppoll_usec() helper functionYu Watanabe2021-03-032-11/+30
| * | libudev: shorten code a bitYu Watanabe2021-03-031-5/+3
| |/
* | install: include OS headers before our own definitionLennart Poettering2021-03-041-2/+2
* | Merge pull request #18773 from yuwata/network-move-several-functionsZbigniew Jędrzejewski-Szmek2021-03-0412-848/+862
|\ \
| * | network: do not remove LLDP state file on failureYu Watanabe2021-03-031-9/+4
| * | network: use conservative_rename() at one more placeYu Watanabe2021-03-031-3/+3
| * | network: remove DHCP lease and LLDP state file on link_free()Yu Watanabe2021-03-031-4/+3
| * | dhcp: use unlink_and_freep() in dhcp_lease_save()Yu Watanabe2021-03-031-20/+11
| * | network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]Yu Watanabe2021-03-033-152/+150
| * | network: drop unnecessary {}Yu Watanabe2021-03-031-2/+1
| * | network: minor style fixesYu Watanabe2021-03-031-5/+8
| * | network: use unlink_and_freep() cleanup functionsYu Watanabe2021-03-032-33/+34
| * | network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-0310-681/+709
* | | run: update dbus unique names checkAnita Zhang2021-03-041-1/+1
* | | core: fix mtime calculation of dropin filesZbigniew Jędrzejewski-Szmek2021-03-043-8/+9
* | | coredumpctl: show container hostameZbigniew Jędrzejewski-Szmek2021-03-041-1/+1
* | | Merge pull request #18864 from poettering/fsync-tweaksYu Watanabe2021-03-041-22/+39
|\ \ \
| * | | fs-util: handle gracefully if fsync_full() is called on block devices and suchLennart Poettering2021-03-031-2/+7
| * | | fs-util: allow fsync_directory_of_file() on directories tooLennart Poettering2021-03-031-20/+32
| | |/ | |/|
* | | rm-rf: fstatat() might fail if containing dir has limited access mode, patch ...Lennart Poettering2021-03-041-16/+66
* | | fs-util: when opening arbitrary inodes, better use O_NONBLOCKLennart Poettering2021-03-041-2/+1
* | | gpt: generalize validator for GPT partition labelsLennart Poettering2021-03-043-6/+21
* | | fs-util: port open_parent() to path_extract_directory()Lennart Poettering2021-03-031-9/+4
* | | po: Added translation using Weblate (Sinhala)Hela Basa2021-03-032-0/+850
|/ /
* / rules: Move ID_SMARTCARD_READER definition to a <70 configuration.Vincent Pelletier2021-03-032-2/+2
|/
* fstab-generator: add new root=tmpfs optionLennart Poettering2021-03-032-13/+52
* time-util: simplify overflow checkLennart Poettering2021-03-031-4/+2
* Merge pull request #18834 from poettering/path-extractLuca Boccassi2021-03-027-47/+282
|\
| * tmpfile: port tempfn_*() to path_extract_*()Lennart Poettering2021-03-023-37/+150
| * machinectl: make sure of path_extract_filename() returning O_DIRECTORYLennart Poettering2021-03-021-0/+6
| * path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...Lennart Poettering2021-03-022-11/+25
| * path-util: add path_extract_directory(), to match path_extract_filename()Lennart Poettering2021-03-023-0/+102
* | util: add helpers for generating colored check mark glyphs from boolsLennart Poettering2021-03-023-2/+10
|/
* man: document usage of SD_BUS_CREDS_AUGMENTLuca Boccassi2021-03-021-1/+2
* Merge pull request #18841 from keszybz/a-bunch-of-man-page-updatesLennart Poettering2021-03-021-5/+10
|\