Systemd/src/libsystemd
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
..
sd-bus tree-wide: unify how we define bit mak enums 2018-06-12 21:44:00 +02:00
sd-daemon tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-device path-util: introduce path_simplify() 2018-06-03 23:39:26 +09:00
sd-event sd-event: add destroy callback logic to sd-event too 2018-06-07 13:10:56 +02:00
sd-hwdb tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
sd-id128 sd-id128: return -ENOMEDIUM on null id 2018-05-31 13:04:18 +02:00
sd-login fileio: accept FILE* in addition to path in parse_env_file() 2018-05-24 17:01:57 +02:00
sd-netlink networkd-link: add support to configure CAN interfaces 2018-06-09 15:12:31 +02:00
sd-network resolve: make PrivateDNS configurable per link 2018-06-11 21:35:58 +02:00
sd-path systemd-path: fix memory leak reported by ASAN (#8874) 2018-05-02 09:47:04 +03:00
sd-resolve sd-resolve: tweak error assignment code a bit, use abs() and regular functions 2018-05-19 15:14:18 +02:00
sd-utf8 tree-wide: drop license boilerplate 2018-04-06 18:58:55 +02:00
libsystemd.pc.in Add SPDX license headers to various assorted files 2017-11-19 19:08:15 +01:00
libsystemd.sym sd-event: add destroy callback logic to sd-event too 2018-06-07 13:10:56 +02:00
meson.build meson: add support for building static libsystemd and libudev 2018-05-08 17:33:04 +02:00