summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | socket-util: shorten code a bitLennart Poettering2018-12-041-8/+4
* | | Merge pull request #11041 from yuwata/update-missing-v2Lennart Poettering2018-12-0421-735/+427
|\ \ \
| * | | util: drop missing.h from util.hYu Watanabe2018-12-044-1/+4
| * | | 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-043-43/+18
| * | | missing: move btrfs related entries to missing_btrfs.h and missing_btrfs_tree.hYu Watanabe2018-12-046-422/+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
* | | | tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-042-2/+2
|/ / /
* | | 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-035-24/+55
|\ \ \
| * | | 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
| * | | sd-bus,static-destruct: clean up how we do our ELF section magicLennart Poettering2018-12-031-5/+5
| * | | tree-wide: drop redundant space between __attribute__ and ((Lennart Poettering2018-12-031-13/+13
| * | | 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
* | | | Merge pull request #10920 from yuwata/hashmap-destructorLennart Poettering2018-12-0312-150/+153
|\ \ \ \
| * | | | hash-func: add destructors for key and valueYu Watanabe2018-12-025-86/+109
| * | | | tree-wide: make hash_ops typesafeYu Watanabe2018-12-024-21/+7
| * | | | hash-funcs: make basic hash_ops typesafeYu Watanabe2018-12-022-44/+21
| * | | | hash-funcs: introduce macro to create typesafe hash_opsYu Watanabe2018-12-021-0/+14
| * | | | util: define free_func_tYu Watanabe2018-12-022-1/+4
| * | | | hashmap: fix minor coding style issueYu Watanabe2018-12-021-1/+1
| | |/ / | |/| |
* | | | Merge pull request #10976 from yuwata/typesafe-netlink-callLennart Poettering2018-12-031-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | macro: introduce DEFINE_TRIVIAL_DESTRUCTOR() macroYu Watanabe2018-12-021-0/+5
| |/ /
* | | Merge pull request #10992 from yuwata/follow-up-10948Lennart Poettering2018-12-034-5/+5
|\ \ \
| * | | util: cast smaller type to large typeYu Watanabe2018-12-024-5/+5
| |/ /
* | | missing: split network related entriesYu Watanabe2018-12-039-678/+833
* | | util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-026-573/+594
* | | util-lib: move open_serialization_fd() to serialize.cLennart Poettering2018-12-022-23/+0
* | | util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-028-331/+354
* | | fileio: remove unnecessary initializationLennart Poettering2018-12-021-1/+1
* | | fileio: include ctype.h with <> rather than ""Lennart Poettering2018-12-021-1/+1
|/ /
* | Merge pull request #11006 from poettering/conf-file-fixLennart Poettering2018-12-012-16/+5
|\ \
| * | conf-files: remove unused functionLennart Poettering2018-11-302-13/+1
| * | conf-files: remove misplaced log_oom()Lennart Poettering2018-11-301-1/+1
| * | conf-files: improve algorithm O(n²) → O(n)Lennart Poettering2018-11-301-2/+3
* | | Merge pull request #11002 from keszybz/path_join-mergingLennart Poettering2018-12-014-36/+23
|\ \ \
| * | | path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-303-22/+16
| * | | tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-304-11/+11
| * | | tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-304-13/+6
| |/ /