summaryrefslogtreecommitdiff
path: root/src/basic/macro.h
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-06-10networkd: add support to configure VLAN on bridge portsTobias Jungel
2016-03-17Merge pull request #2848 from keszybz/clang-warningsDaniel Mack
2016-03-15basic/macros: clang 3.5 doesn't support alloc_sizeZbigniew Jędrzejewski-Szmek
2016-03-14include sys/sysmacros.h in more placesMike Frysinger
2016-02-29Merge pull request #2702 from poettering/resolved-iterate-fixZbigniew Jędrzejewski-Szmek
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22resolved: fix notification iteration logic when transactions are completedLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-11macro.h: provide a switch-case statement generator for IN_SETDaniel Mack
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out globbing related calls into glob-util.[ch]Lennart Poettering
2015-10-27stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.hLennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27macro.h: move definition of MODE_INVALID to parse-util.hLennart Poettering
2015-10-27macro: move DECIMAL_STR_WIDTH() into macro.hLennart Poettering
2015-10-27socket-util: move CMSG_FOREACH() from macro.h to socket-util.hLennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering
2015-10-27process-util: move PID related macros from macro.h to process-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-09-22util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering
2015-09-16basic: nicer assert messagesMichal Schmidt
2015-09-16basic: make sure argument of ELEMENTSOF is an arrayMichal Schmidt
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-07-23Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann
2015-07-22basic: more optimizable IN_SET macroMichal Schmidt
2015-07-22basic: better readable IN_SET macroMichal Schmidt
2015-07-09nss-mymachines: map userns users of containers to real user namesLennart Poettering
2015-06-17sd-event: make errors on EPOLL_CTL_DEL pseudo-fatalDavid Herrmann
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers