summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2013-11-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering
2013-11-22core: fix timestamp assignmentKay Sievers
2013-11-22bus: rework sd_bus_error APIsLennart Poettering
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-11-22bus: also add error parameter to object find and enumerator callbacksLennart Poettering
2013-11-21bus: restore selinux access control to PID 1 for propertiesLennart Poettering
2013-11-21timer: make timer accuracy configurableLennart Poettering
2013-11-21core: actually make SwitchRoot() bus call do the deedLennart Poettering
2013-11-21core: fix serilization of ListJobs() responseLennart Poettering
2013-11-21core: fix serialization of client trackerLennart Poettering
2013-11-21core: fix deserialization of StartTransientUnit() parametersLennart Poettering
2013-11-21bus: properly serialize unit file change listLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21manager: always sort environment block, it's prettierLennart Poettering
2013-11-21src/core/selinux-access: #include <sys/socket.h>Daniel Mack
2013-11-21bus: fix seriliazation of activation errorsLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-21socket: fix segfaultLennart Poettering
2013-11-20valgrind: make running PID 1 in valgrind usefulLennart Poettering
2013-11-20manager: don't do plymouth in a containerLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-20install: use const where we canLennart Poettering
2013-11-18Remove duplicate includesKarel Zak
2013-11-18use #pragma once instead of foo*foo define guardsShawn Landden
2013-11-17core/socket: fix SO_REUSEPORTShawn Landden
2013-11-17core/socket: use _cleanup_free_Shawn Landden
2013-11-16Fix RemainAfterExit services keeping a hold on consoleOlivier Brunel
2013-11-15core: some more _cleanup_free_Zbigniew Jędrzejewski-Szmek
2013-11-14loopback-setup: move to rtnlTom Gundersen
2013-11-13Fix possible lack of status messages on shutdown/rebootOlivier Brunel
2013-11-13Only disable output on console during boot if neededOlivier Brunel
2013-11-10analyze: plot the time spent setting up security modulesThomas Hindoe Paaboel Andersen
2013-11-09systemd: fix memory leak in cgroup codeZbigniew Jędrzejewski-Szmek
2013-11-08shutdown: unify handling of reboot() syscall a bitLennart Poettering
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-11-08manager: configurable StartLimit default valuesLukas Nykryn
2013-11-07core: fix require $XDG_RUNTIME_DIRKay Sievers
2013-11-07udevadm-settle: add missing braceZbigniew Jędrzejewski-Szmek
2013-11-07core: require $XDG_RUNTIME_DIR to be set for user instancesMantas Mikulėnas
2013-11-07Support additional argument in rebootWaLyong Cho
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering
2013-11-06clients: various simplificationsLennart Poettering
2013-11-06Comment spelling fixes.David Strauss
2013-11-06util: unify reading of /proc/cmdlineLennart Poettering
2013-11-06shutdown: trim the cgroup tree on loop iterationLennart Poettering
2013-11-06cgroup: run PID 1 in the root cgroupLennart Poettering
2013-11-05Configurable Timeouts/Restarts default valuesOleksii Shevchuk
2013-11-02detect_virtualization() returns NULL; pass empty string to dbusKay Sievers
2013-10-29strv: introduce new strv_from_stdarg_alloca() macro to generate a string arra...Lennart Poettering
2013-10-22systemd: use unit name in PrivateTmp directoriesZbigniew Jędrzejewski-Szmek