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
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