Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-24 | exit-status: add a missing string for EXIT_SMACK_PROCESS_LABEL | Sungbae Yoo | |
2015-06-18 | exit-status: add missing include for SIG* defines | Michael Olbrich | |
Otherwise building fails with glibc 2.16. It works with glibc >= 2.17 because it is implicitly included via macro.h -> sys/param.h -> signal.h | |||
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/ |