Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-20 | Add assert in barrier code | Zbigniew Jędrzejewski-Szmek | |
This function is not supposed to fail, it only returns a boolean. So add an assert in case anyone calls it without proper initialization of *b. | |||
2015-11-30 | basic: include only what we use | Thomas Hindoe Paaboel Andersen | |
This is a cleaned up result of running iwyu but without forward declarations on src/basic. | |||
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering | |
There are more than enough to deserve their own .c file, hence move them over. | |||
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers | |
basic/ can be used by everything cannot use anything outside of basic/ libsystemd/ can use basic/ cannot use shared/ shared/ can use libsystemd/ |