summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-07sysv: sysv service should depend on the full basic system, not only rc.sysinitLennart Poettering
2010-04-07manager: mention to which unit a SIGCHLD belongsLennart Poettering
2010-04-07main: fail if we cannot mount /cgroup/debugLennart Poettering
2010-04-07main: small typo fixLennart Poettering
2010-04-07main: don't verify that we have no trailing args since the kernel sometimes p...Lennart Poettering
2010-04-07udev: remove debug log messageLennart Poettering
2010-04-07dbus: be a bit more explicit about which bus connection failedLennart Poettering
2010-04-07main: implement --testLennart Poettering
2010-04-07util: don't fail if we cannot close valgrind's fdsLennart Poettering
2010-04-06manager: make running_as configurableLennart Poettering
2010-04-06main: parse our own command line and the kernel command lineLennart Poettering
2010-04-06log: read log settings from the environmentLennart Poettering
2010-04-06util: when parsing strings lookup tables accept integer strings, tooLennart Poettering
2010-04-06util: declare __progname in util.hLennart Poettering
2010-04-06util: move close_all_fds() to util.cLennart Poettering
2010-04-06unit: automatically connect to syslog when it becomes availableLennart Poettering
2010-04-06main: move basic setup into main.cLennart Poettering
2010-04-06log: rework logging subsystem to support syslog and kmsg outputLennart Poettering
2010-04-06mount-setup: create mount points if not existing yetLennart Poettering
2010-04-06mount-setup: set default modes when mountingLennart Poettering
2010-04-06manager: dump status on SIGUSR1Lennart Poettering
2010-04-06macro: move IOVEC_SET_STRING into macro.hLennart Poettering
2010-04-06execute: use fd_nonblock()//fd_cloexec() where applicableLennart Poettering
2010-04-06util: implement fd_nonbloc()/fd_cloexec()Lennart Poettering
2010-04-06conf-parser: fix strv parsingLennart Poettering
2010-04-06util: fix ascii_strlower() return valueLennart Poettering
2010-04-06dbus: connect to bus as soon as the special dbus service is aroundLennart Poettering
2010-04-06manager: if wanted dependencies are invalid, don't failLennart Poettering
2010-04-06rework merging/loading logicLennart Poettering
2010-04-06util: add decchar()/undecchar() callsLennart Poettering
2010-04-06sysv: allow configuration of SysV start priority from new-style service files...Lennart Poettering
2010-04-06job: define job_type_is_redundant() to idenity unnecessary jobsLennart Poettering
2010-04-06hashmap,set: add new accessors that cannot fail on OOMLennart Poettering
2010-04-06conf-parser: don't crash when environemnt list is emptyLennart Poettering
2010-04-06conf-parser: don't close FILE* object if we didn't open itLennart Poettering
2010-04-06cgroup: fix minor memory leakLennart Poettering
2010-04-04logger: fix return valueLennart Poettering
2010-04-04dbus: fix return value name in introspection dataLennart Poettering
2010-04-04sysv: implement /dev/initctl compatibilityLennart Poettering
2010-04-04sysv: require sysinit.service from all sysv servicesLennart Poettering
2010-04-04socket: when creating FIFOs, create parent dirs first, and use right access modeLennart Poettering
2010-04-04main: initialize default boot target from argv[1]Lennart Poettering
2010-04-04dbus: log result for RequestName()Lennart Poettering
2010-04-01service: show service type when dumping stateLennart Poettering
2010-04-01service: don't continue looking for syv init scripts after the first failureLennart Poettering
2010-04-01sysv: properly handle Provides LSB headerLennart Poettering
2010-04-01mount: mount more virtual directories by defaultLennart Poettering
2010-04-01don't use test directory anymore by defaultLennart Poettering
2010-03-31gcc: make a couple of gcc warnings go awayLennart Poettering
2010-03-31cgroup: add cgroupsificationLennart Poettering