summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-10mount-setup: disable device, execution, suid on device file systemsLennart Poettering
2010-04-10main: remove testing assertLennart Poettering
2010-04-10main: install crash handler for creating core dumpsLennart Poettering
2010-04-10udev: look for new instead of add actionLennart Poettering
2010-04-10udev: install rules file that ignore those nasty useless tty devices by defaultLennart Poettering
2010-04-10hostname-setup: add SuSE compatiblityKay Sievers
2010-04-10dbus: install D-Bus policy file by defaultLennart Poettering
2010-04-10mount: implement mounting properlyLennart Poettering
2010-04-10load-fragment: make socket timeout configurableLennart Poettering
2010-04-10load-fragment: move NonBlocking option from generic to service optionsLennart Poettering
2010-04-10execute: introduce exec_command_done() to free data from static ExecCommand s...Lennart Poettering
2010-04-10execute: introduce exec_command_set() for easy setting for command linesLennart Poettering
2010-04-10execute: improve exec_spawn() loggingLennart Poettering
2010-04-10device: ignore a couple of 'API' devicesLennart Poettering
2010-04-10conf-parser: get rid of redundant NEWLINES definitionLennart Poettering
2010-04-10strv: introduce strv_new_ap() callLennart Poettering
2010-04-10mount-setup: introduce mount_point_is_api() callLennart Poettering
2010-04-10util: introduce fstype_is_network()Lennart Poettering
2010-04-10dbus: add a couple of properties to the dbus manager interfaceLennart Poettering
2010-04-10dbus: make data pointer for properties read-onlyLennart Poettering
2010-04-10dbus: add generic DEFINE_BUS_PROPERTY_APPEND_ENUM() macro for enum propertiesLennart Poettering
2010-04-10dbus: add Dump() D-Bus callLennart Poettering
2010-04-10service: don't necessarily add ordering links for non-sysv servicesLennart Poettering
2010-04-10execute: automatically record start/exit timestamps for forked processesLennart Poettering
2010-04-10hostname: set hostname early during boottimeLennart Poettering
2010-04-10target: introduce target_get_runlevel() for distilling SysV compatible runlev...Lennart Poettering
2010-04-10mount-setup: create full paths when mountingLennart Poettering
2010-04-10build-sys: automatically figure out names of dbus/syslog servicesLennart Poettering
2010-04-10unit: introduce unit_load_related_unit()Lennart Poettering
2010-04-10unit: make cgroup controller/path specification more flexibleLennart Poettering
2010-04-10unit: issue notify even if the high-level state didn't changeLennart Poettering
2010-04-10unit: dump some data only when unit is loadedLennart Poettering
2010-04-10unit: dump start/exit timestampLennart Poettering
2010-04-10unit: free data from merged unit when we don't need it anymoreLennart Poettering
2010-04-10unit: refuse merging if the unit in question has a job assigned or suchlikeLennart Poettering
2010-04-10util: introduce format_timestamp()Lennart Poettering
2010-04-10util: introduce mkdir_p()Lennart Poettering
2010-04-10util: introduce streq_ptr() for comparing strings or their pointersLennart Poettering
2010-04-08dbus: extra protection against dbus calling into us while we are already disc...Lennart Poettering
2010-04-08dbus: make sure dbus doesn't call us anymore when we unref'ed itLennart Poettering
2010-04-08unit: when merging a device, follow the merge firstLennart Poettering
2010-04-08device: look for all possible device names on udev eventsLennart Poettering
2010-04-08service: when reading pid file make sure to watch the pid readLennart Poettering
2010-04-08systemctl: minor output fixLennart Poettering
2010-04-08service: verify PID is valid when reading it from PID fileLennart Poettering
2010-04-08service/socket: show main/control pids in dumpLennart Poettering
2010-04-08manager: print process name for all SIGCHLD receivedLennart Poettering
2010-04-08unit: shortcut unit_notify() early, if possibleLennart Poettering
2010-04-08main: fall back to rescue target when default target cannot be loadedLennart Poettering
2010-04-08main: fix parsing of systemd.default= kernel command line argumentLennart Poettering