index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
macro.h
Age
Commit message (
Expand
)
Author
2016-06-10
networkd: add support to configure VLAN on bridge ports
Tobias Jungel
2016-03-17
Merge pull request #2848 from keszybz/clang-warnings
Daniel Mack
2016-03-15
basic/macros: clang 3.5 doesn't support alloc_size
Zbigniew Jędrzejewski-Szmek
2016-03-14
include sys/sysmacros.h in more places
Mike Frysinger
2016-02-29
Merge pull request #2702 from poettering/resolved-iterate-fix
Zbigniew Jędrzejewski-Szmek
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-22
resolved: fix notification iteration logic when transactions are completed
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-11
macro.h: provide a switch-case statement generator for IN_SET
Daniel Mack
2015-11-03
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-10-27
util-lib: split out globbing related calls into glob-util.[ch]
Lennart Poettering
2015-10-27
stat-util.h: move F_TYPE_EQUAL() macro definition to stat-util.h
Lennart Poettering
2015-10-27
util-lib: split out printf() helpers to stdio-util.h
Lennart Poettering
2015-10-27
macro.h: move definition of MODE_INVALID to parse-util.h
Lennart Poettering
2015-10-27
macro: move DECIMAL_STR_WIDTH() into macro.h
Lennart Poettering
2015-10-27
socket-util: move CMSG_FOREACH() from macro.h to socket-util.h
Lennart Poettering
2015-10-27
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
process-util: move PID related macros from macro.h to process-util.h
Lennart Poettering
2015-10-27
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-09-22
util: drop UID_IS_INVALID() in favour of uid_is_valid()
Lennart Poettering
2015-09-16
basic: nicer assert messages
Michal Schmidt
2015-09-16
basic: make sure argument of ELEMENTSOF is an array
Michal Schmidt
2015-09-04
macro: introduce new PID_TO_PTR macros and make use of them
Lennart Poettering
2015-07-23
Merge pull request #537 from poettering/nss-mymachines-userns
David Herrmann
2015-07-22
basic: more optimizable IN_SET macro
Michal Schmidt
2015-07-22
basic: better readable IN_SET macro
Michal Schmidt
2015-07-09
nss-mymachines: map userns users of containers to real user names
Lennart Poettering
2015-06-17
sd-event: make errors on EPOLL_CTL_DEL pseudo-fatal
David Herrmann
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers