summaryrefslogtreecommitdiffstats
path: root/src/cgtop (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-17tree-wide: port various parsers over to read_stripped_line()Lennart Poettering1-4/+3
2023-10-17fileio: add read_stripped_line() as trivial read_line() + strstrip() comboLennart Poettering2-0/+32
2023-10-17docs/FILE_DESCRIPTOR_STORE: NotifyAccess=cgroup -> allMike Yuan1-1/+1
2023-10-17core/mount: allow disabling stop propagation from backing deviceMike Yuan2-15/+32
2023-10-17rules: add mtd/by-name symlinksMatthias Schiffer2-0/+13
2023-10-17meson: Fix unused format parameter warningJan Janssen1-1/+1
2023-10-16nspawn: check if we can set CoredumpReceive= before doing soNick Rosbrook1-2/+28
2023-10-16test: make sure that the default naming scheme name maps back to itselfZbigniew Jędrzejewski-Szmek3-10/+14
2023-10-16shared/netif-naming-scheme: align tablesZbigniew Jędrzejewski-Szmek1-10/+10
2023-10-16NEWS, man: move description of SR-IOV-R net naming to v255Zbigniew Jędrzejewski-Szmek4-8/+33
2023-10-16net_id: add missing naming scheme name for v254Antonio Alvarez Feijoo1-0/+1
2023-10-16udev: Enable filtering the output of udevadm info --export-dbDaan De Meyer3-30/+291
2023-10-16mount-util: use mount beneath to replace previous namespace mountLuca Boccassi9-41/+109
2023-10-16update TODOLennart Poettering1-2/+0
2023-10-16run: pin the unit we invoke continously while we are runningLennart Poettering1-6/+13
2023-10-16run: output invocation ID when starting service and scope unitsLennart Poettering2-43/+70
2023-10-16namespace: add // FIXME comments on some suplicate loggingLennart Poettering1-3/+3
2023-10-16 namespace: downgrade log messages to LOG_DEBUGLennart Poettering1-2/+2
2023-10-16namespace: don't retry to a mount if we didn't actually manage to create an i...Lennart Poettering1-4/+5
2023-10-16namespace: downgrade log message of error we ignore to LOG_WARNINGLennart Poettering1-2/+2
2023-10-16namespace: convert ProtectHostname= logic to a static tableLennart Poettering1-26/+17
2023-10-16Add --json switch to udevadm infoDaan De Meyer3-4/+85
2023-10-16namespace: normalize memory management of mount listLennart Poettering1-435/+455
2023-10-16update TODOLennart Poettering1-1/+0
2023-10-16sysext: make some calls available via varlinkLennart Poettering11-75/+593
2023-10-16stub: NULL checks for DeviceHandle and FilePathLukas1-15/+19
2023-10-16resolve: fix no mDNS announcement after probingVishal Chillara Srinivas1-1/+1
2023-10-15fuzz: Add fuzzer for efi conf/osrel parsingJan Janssen2-0/+29
2023-10-15boot: Fix OOB reads in conf/osrel parsingJan Janssen2-1/+3
2023-10-15boot: Move line_get_key_value to efi-stringJan Janssen4-74/+128
2023-10-15boot: Move parse_boolean to efi-stringJan Janssen6-38/+50
2023-10-15test: Remove unnecessary test prefixJan Janssen6-7/+7
2023-10-15core: don't downgrade multi-state settings to booleanFrantisek Sumsal2-4/+75
2023-10-14docs: update fuzzers docsFrantisek Sumsal1-2/+21
2023-10-14test: update Ubuntu CI instructionsFrantisek Sumsal1-3/+5
2023-10-14varlink: drop dead codeFrantisek Sumsal1-5/+1
2023-10-14varlink: use int for log levelFrantisek Sumsal2-5/+5
2023-10-14varlink: don't panic on malformed method definitionFrantisek Sumsal2-0/+12
2023-10-14test: add a fuzzer for the varlink IDL stuffFrantisek Sumsal3-0/+134