summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-28build-sys: update ALTLinux supportAlexey Shabalin
Please apply patch for update ALTLinux support.
2011-02-28udev: don't ignore non-encrypted block devices with no superblockLennart Poettering
They might be encrypted disks with no LUKS header. https://bugzilla.redhat.com/show_bug.cgi?id=679842
2011-02-28udev: expose ttyUSB devices tooLennart Poettering
2011-02-28udev: mark hvc devices for exposure in systemdLennart Poettering
2011-02-25cryptsetup: add a terse helpLennart Poettering
2011-02-25agent: don't print warnings if a password was removed or timed outLennart Poettering
2011-02-25systemctl: shutdown agent explicitly so that it can reset the tty properlyLennart Poettering
2011-02-25service: never clean up a service that still has a process in itLennart Poettering
2011-02-25label: udev might be making changes in /dev while we iterate through itLennart Poettering
Also, there are most likely dead symlinks in there, so let's ignore ENOENT when we relabel. https://bugzilla.redhat.com/show_bug.cgi?id=680169
2011-02-24systemctl: properly handle job resultsLennart Poettering
2011-02-24job: also trigger on-failure dependencies when jobs faile due to ↵Lennart Poettering
dependencies, timeout
2011-02-24job: don't access j->type when j is already freedLennart Poettering
2011-02-24job: when cancelling jobs, make sure to propagate this properly to depending ↵Lennart Poettering
jobs
2011-02-24job: start job timeout on enqueuing not when we start to process a jobLennart Poettering
This practically reverses 23e1e0c4a3bc93fb841ac9575953ed5d0ef5282d. This makes it easier to timeout individual jobs so that this timeout can be relied on, since blocked dependencies will not influence the timeout.
2011-02-24unit: increase default timeout to 3minLennart Poettering
2011-02-24logger: leave the logger longer around and allow it do handle more connectionsLennart Poettering
2011-02-24dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering
2011-02-24general: unify error code we generate on timeoutLennart Poettering
2011-02-24units: synchronize gettys to plymouth even if plymouth is killed by gdmLennart Poettering
2011-02-23update TODOLennart Poettering
2011-02-23job: start job timer when we begin running the job, not already when we add ↵Lennart Poettering
it to the queue of jobs
2011-02-23cryptsetup: try to show the mount point for a crypto disk if we canLennart Poettering
2011-02-23rescue: terminate plymouth entirely when going into rescue modeLennart Poettering
2011-02-23ask-password: fix handling of timeouts when waiting for passwordLennart Poettering
2011-02-23ask-password: supported plymouth cached passwordsLennart Poettering
2011-02-23main: print warning if /usr is on a seperate partitionLennart Poettering
2011-02-22plymouth: don't wait forever for plymouth in case it is stuckLennart Poettering
2011-02-22update TODOLennart Poettering
2011-02-22virtualization: check cpuid first, since it is cheaper than DMILennart Poettering
2011-02-22util: make string staticLennart Poettering
2011-02-21plymouth: ensure we start not a single getty before plymouth is gone because ↵Lennart Poettering
we never know which ttys plymouth still controls
2011-02-21README: document that we need ipv6Lennart Poettering
2011-02-21condition: drop pointless double negationLennart Poettering
2011-02-21unit: introduce ConditionVirtualization=Lennart Poettering
2011-02-21virtualization: beef virtualization codeLennart Poettering
2011-02-21dbus: don't rely that timer/path units have an initialized unit fieldLennart Poettering
2011-02-21mount: make sure network mounts are ordered after network.targetLennart Poettering
2011-02-21kmsg-syslogd: fix buildLennart Poettering
2011-02-20kmsg-syslogd: increase terminate timeout to 5min to generte less debug spewLennart Poettering
2011-02-20systemctl: shutdown(8) - call kexec if kexec kernel is loadedKay Sievers
2011-02-20unit: don't timeout fsckLennart Poettering
2011-02-19man: fixed typo in SyslogIdentifier=Mike Kazantsev
2011-02-19tmpfiles: never clean up block devicesLennart Poettering
2011-02-19main: refuse --test as rootLennart Poettering
2011-02-18units: order fsck@.service before basic.target instead of local-fs.target to ↵Lennart Poettering
relax things a little
2011-02-18readahead: remove misleading error messagesLennart Poettering
https://bugzilla.redhat.com/show_bug.cgi?id=678255
2011-02-18man: don't do more reloads than necessary in spec filesLennart Poettering
2011-02-17util: retry opening a TTY on EIOLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=33996 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/554172/comments/245
2011-02-17util: beef up logic to find ctty nameLennart Poettering
2011-02-17tmpfiles: kill double slashes in unix socket names, just in caseLennart Poettering