summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2012-06-27core: rename system.preset to system-presets to follow naming scheme of other...Lennart Poettering
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-06-25cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering
2012-06-22systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering
2012-06-21preset: don't look for preset files in /lib unless /usr is split offLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-06-13unit-name: introduce unit_dbus_path_from_name()Michal Schmidt
2012-06-04unit-name: never create a unit name with a leading '.'Kay Sievers
2012-06-01missing: define MS_STRICTATIME if not defined alreadyLennart Poettering
2012-06-01journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...Lennart Poettering
2012-05-31main: Silence gcc warningMarc-Antoine Perennou
2012-05-31Revert "label: fix systemd-udev labeling of /run directory."Kay Sievers
2012-05-31mkdir: provide all functions with and without selinux label applicationKay Sievers
2012-05-31mkdir: append _label to all mkdir() calls that explicitly set the selinux con...Kay Sievers
2012-05-31util: don't require libcap when building libsystemd-sharedKay Sievers
2012-05-31util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering
2012-05-31label: fix systemd-udev labeling of /run directory.Daniel J Walsh
2012-05-31selinux: downgrade database load time message to LOG_DEBUGLennart Poettering
2012-05-30build-sys: fix built with --disable-logindLennart Poettering
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart Poettering
2012-05-29capabilities: when dropping capabilities system-wide also drop them from user...Lennart Poettering
2012-05-24main: add configuration option to alter capability bounding set for PID 1Lennart Poettering
2012-05-23manager: rework generator logicLennart Poettering
2012-05-22log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering
2012-05-22util: make sure to fstatat() at most once in rm_rf_children()Lennart Poettering
2012-05-21util: rework in_initrd() logicLennart Poettering
2012-05-21util: rm_rf_children() add root_dev parameterHarald Hoyer
2012-05-21util.c: add in_initrd()Harald Hoyer
2012-05-21main: corrected do_switch_root()Harald Hoyer
2012-05-21util: fix typo in newdupFrederic Crozat
2012-05-21hostname-setup: also consider (Ε„one) an unset hostnameLennart Poettering
2012-05-21unit: introduce RequiredBy= setting in [Install], to complement WantedBy=Lennart Poettering
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering
2012-05-15tmpfiles: if we are supposed to write a string to a file, it's OK if we can't...Lennart Poettering
2012-05-15install: fix inverted meaning of '--force' in systemctl enableMichal Schmidt
2012-05-14missing: Fix broken syscall(__NR_fanotify_mark... on ppc32Andreas Schwab
2012-05-14unit: print the color status marks on the leftMichal Schmidt
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt
2012-05-09util: a few updates for rm_rf()Lennart Poettering
2012-05-08path-util: there is no function path_parent()Lennart Poettering
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-08util: split-out hwclock.[ch]Kay Sievers
2012-05-07util: split-out conf-file.[ch]Kay Sievers
2012-05-07conf_files_list(): split out conf_files_list_strv()Kay Sievers
2012-05-07conf_files_list(): files-add() - do not canonicalize file namesKay Sievers
2012-05-05logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering
2012-05-03cgroup: fix alloca() misuse in cg_shorten_controllers()Lennart Poettering
2012-05-03dbus: handle invalid enum values betterLennart Poettering