summaryrefslogtreecommitdiffstats
path: root/man/systemd-rc-local-generator.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-04missing: move char{16,32}_t definitions to missing_type.hYu Watanabe5-11/+16
2018-12-04missing: move capabilities to missing_capability.hYu Watanabe3-25/+14
2018-12-04missing: move prctl related entries to missing_prctl.hYu Watanabe3-40/+16
2018-12-04missing: move statx related definitions to missing_stat.hYu Watanabe4-44/+54
2018-12-04missing: move entries defined in magic.h to missing_magic.hYu Watanabe3-48/+36
2018-12-04missing: move input related entries to missing_input.hYu Watanabe3-33/+46
2018-12-04missing: rename securebits.h to missing_securebits.hYu Watanabe7-47/+19
2018-12-04missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.hYu Watanabe8-427/+135
2018-12-04missing: move missing entries in keyctl.h to missing_keyctl.hYu Watanabe4-68/+81
2018-12-04meson: add missing missing_*.hYu Watanabe1-0/+8
2018-12-04analyze: Fix if not HAVE_SECCOMPWilliam A. Kennington III1-3/+9
2018-12-04missing: rearrange missing_if_link.h to support centosYu Watanabe1-3/+10
2018-12-04missing: re-add mistakenly dropped entriesYu Watanabe2-0/+11
2018-12-03analyze: tweak wording of description for ProtectSystem= (#11035)David Malcolm1-2/+2
2018-12-03tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering5-7/+7
2018-12-03sd-bus: use _variable_no_sanitize_address_ also for BUS_ERROR_MAP_ELF_REGISTERLennart Poettering2-3/+2
2018-12-03static-destruct: turn on new _variable_no_sanitize_address_ variable for STAT...Lennart Poettering1-1/+5
2018-12-03macro: add macro for llvm no_sanitize_address attributeLennart Poettering1-0/+10
2018-12-03macro: define HAS_FEATURE_ADDRESS_SANITIZER also on gccLennart Poettering1-1/+3
2018-12-03util-lib: introduce HAS_FEATURE_ADDRESS_SANITIZEREvgeny Vereshchagin1-0/+11
2018-12-03test: add test for static destructorLennart Poettering2-0/+38
2018-12-03cgroup: Add DisableControllers= directive to disable controller in subtreeChris Down11-20/+127
2018-12-03cgroup: Traverse leaves to realised cgroup to release controllersChris Down1-1/+96
2018-12-03cgroup: Rework unit_realize_cgroup_now to explicitly be breadth-firstChris Down1-4/+94
2018-12-03cgroup: Move attribute application into unit_create_cgroupChris Down1-27/+28
2018-12-03sd-bus,static-destruct: clean up how we do our ELF section magicLennart Poettering4-19/+19
2018-12-03json: use new _align_() macroLennart Poettering1-2/+2
2018-12-03tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering3-16/+16
2018-12-03macro: add macros for a couple of more gcc attributes we useLennart Poettering1-0/+4
2018-12-03tree-wide: use gcc attribute macros where appropriateLennart Poettering4-5/+5
2018-12-03network: drop unnecessary buffersYu Watanabe2-66/+43
2018-12-03missing: split network related entriesYu Watanabe13-706/+909
2018-12-03sd-boot: remove Stall() call (#11029)Harald Hoyer1-1/+0
2018-12-02vxlan: minor coding style fixes.Susant Sahani1-6/+4
2018-12-02resolved: sort headers againLennart Poettering1-2/+1
2018-12-02util-lib: split out env file parsing code into env-file.cLennart Poettering43-603/+660
2018-12-02util-lib: move open_serialization_fd() to serialize.cLennart Poettering5-23/+26
2018-12-02resolved: remove duplicate #includeLennart Poettering1-1/+0
2018-12-02test: remove duplicate #includeLennart Poettering1-1/+0
2018-12-02util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering90-389/+477
2018-12-02util-lib: don't include fileio.h from fileio-label.hLennart Poettering7-8/+8
2018-12-02test: remove unnecessary includeLennart Poettering1-1/+0
2018-12-02test: (void)ify unlink() callLennart Poettering1-1/+1
2018-12-02fileio: remove unnecessary initializationLennart Poettering1-1/+1
2018-12-02fileio: include ctype.h with <> rather than ""Lennart Poettering1-1/+1
2018-12-02sysusers: define main through macroYu Watanabe1-119/+86
2018-12-02sysusers: use fgetgrent_sane()Yu Watanabe1-8/+2
2018-12-02lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe3-7/+5
2018-12-02udev: use hashmap_clear_free_key() and hashmap_free_free_key()Yu Watanabe2-11/+3
2018-12-02portable: introduce portable_metadata_hash_ops and use itYu Watanabe3-24/+9