Systemd/src/portable
Lennart Poettering ef31828d06 tree-wide: unify how we define bit mak enums
Let's always write "1 << 0", "1 << 1" and so on, except where we need
more than 31 flag bits, where we write "UINT64(1) << 0", and so on to force
64bit values.
2018-06-12 21:44:00 +02:00
..
profile
meson.build
org.freedesktop.portable1.conf
org.freedesktop.portable1.policy
org.freedesktop.portable1.service
portable.c path-util: introduce path_simplify() 2018-06-03 23:39:26 +09:00
portable.h tree-wide: unify how we define bit mak enums 2018-06-12 21:44:00 +02:00
portablectl.c portablectl: no need to validate profile name before checking whether it is 'help' 2018-05-31 12:06:37 +02:00
portabled-bus.c
portabled-bus.h
portabled-image-bus.c tree-wide: drop some double newlines 2018-05-31 12:19:34 +02:00
portabled-image-bus.h
portabled-image.c
portabled-image.h
portabled-operation.c
portabled-operation.h
portabled.c
portabled.h