summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* util: drop missing.h from util.hYu Watanabe2018-12-0427-2/+27
* missing: move char{16,32}_t definitions to missing_type.hYu Watanabe2018-12-045-11/+16
* missing: move capabilities to missing_capability.hYu Watanabe2018-12-043-25/+14
* missing: move prctl related entries to missing_prctl.hYu Watanabe2018-12-043-40/+16
* missing: move statx related definitions to missing_stat.hYu Watanabe2018-12-044-44/+54
* missing: move entries defined in magic.h to missing_magic.hYu Watanabe2018-12-043-48/+36
* missing: move input related entries to missing_input.hYu Watanabe2018-12-043-33/+46
* missing: rename securebits.h to missing_securebits.hYu Watanabe2018-12-047-47/+19
* missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.hYu Watanabe2018-12-047-426/+134
* missing: move missing entries in keyctl.h to missing_keyctl.hYu Watanabe2018-12-044-68/+81
* meson: add missing missing_*.hYu Watanabe2018-12-041-0/+8
* analyze: Fix if not HAVE_SECCOMPWilliam A. Kennington III2018-12-041-3/+9
* missing: rearrange missing_if_link.h to support centosYu Watanabe2018-12-041-3/+10
* missing: re-add mistakenly dropped entriesYu Watanabe2018-12-041-0/+9
* Merge pull request #11031 from poettering/gcc-attr-cleanupLennart Poettering2018-12-0318-52/+120
|\
| * tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-035-7/+7
| * sd-bus: use _variable_no_sanitize_address_ also for BUS_ERROR_MAP_ELF_REGISTERLennart Poettering2018-12-032-3/+2
| * static-destruct: turn on new _variable_no_sanitize_address_ variable for STAT...Lennart Poettering2018-12-031-1/+5
| * macro: add macro for llvm no_sanitize_address attributeLennart Poettering2018-12-031-0/+10
| * macro: define HAS_FEATURE_ADDRESS_SANITIZER also on gccLennart Poettering2018-12-031-1/+3
| * util-lib: introduce HAS_FEATURE_ADDRESS_SANITIZEREvgeny Vereshchagin2018-12-031-0/+11
| * test: add test for static destructorLennart Poettering2018-12-032-0/+38
| * sd-bus,static-destruct: clean up how we do our ELF section magicLennart Poettering2018-12-034-19/+19
| * json: use new _align_() macroLennart Poettering2018-12-031-2/+2
| * tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-033-16/+16
| * macro: add macros for a couple of more gcc attributes we useLennart Poettering2018-12-031-0/+4
| * tree-wide: use gcc attribute macros where appropriateLennart Poettering2018-12-034-5/+5
* | analyze: tweak wording of description for ProtectSystem= (#11035)David Malcolm2018-12-031-2/+2
* | Merge pull request #10567 from cdown/disable_controllerLennart Poettering2018-12-037-43/+299
|\ \
| * | cgroup: Add DisableControllers= directive to disable controller in subtreeChris Down2018-12-037-20/+90
| * | cgroup: Traverse leaves to realised cgroup to release controllersChris Down2018-12-031-1/+96
| * | cgroup: Rework unit_realize_cgroup_now to explicitly be breadth-firstChris Down2018-12-031-4/+94
| * | cgroup: Move attribute application into unit_create_cgroupChris Down2018-12-031-27/+28
| |/
* | Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-0359-712/+542
|\ \
| * | sysusers: define main through macroYu Watanabe2018-12-021-119/+86
| * | sysusers: use fgetgrent_sane()Yu Watanabe2018-12-021-8/+2
| * | lldp: rename lldp_neighbor_id_hash_ops and set value destructorYu Watanabe2018-12-023-7/+5
| * | udev: use hashmap_clear_free_key() and hashmap_free_free_key()Yu Watanabe2018-12-022-11/+3
| * | portable: introduce portable_metadata_hash_ops and use itYu Watanabe2018-12-023-24/+9
| * | machine: introduce machine_hash_ops and use itYu Watanabe2018-12-023-10/+9
| * | machine-image: introduce image_hash_ops and use itYu Watanabe2018-12-029-22/+20
| * | tmpfiles: define main through macroYu Watanabe2018-12-021-50/+40
| * | tmpfiles: make load_unix_sockets() return negative errno on failureYu Watanabe2018-12-021-45/+31
| * | cryptsetup-generator: define main through macroYu Watanabe2018-12-021-30/+28
| * | sd-bus: introduce track_item_hash_ops and use itYu Watanabe2018-12-021-3/+5
| * | dhcp: introduce dhcp_lease_hash_ops and use itYu Watanabe2018-12-021-10/+7
| * | cgtop: use SWAP_TWO() macroYu Watanabe2018-12-021-5/+1
| * | cgtop: introduce group_hash_ops and use itYu Watanabe2018-12-021-18/+10
| * | test: add tests for destructors of hashmap or setYu Watanabe2018-12-022-0/+57
| * | hash-func: add destructors for key and valueYu Watanabe2018-12-025-86/+109