summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-30specifier: properly size newly allocated stringLennart Poettering
2010-04-24main: refuse excess command line argumentsLennart Poettering
2010-04-24build fix for opensuseKay Sievers
2010-04-24service: don't read start priority from Kxx linkLennart Poettering
2010-04-24manager: switch SIGUSR1 and SIGSUR2, to follow upstart's scheme a littleLennart Poettering
2010-04-24service: sysv priorities in link names should take precedence, since they are...Lennart Poettering
2010-04-24log: use _likely() when verifying log levelLennart Poettering
2010-04-24systemadm: destroy error dialog boxes properlyLennart Poettering
2010-04-24systemadm: show proper message boxes when something goes wrongLennart Poettering
2010-04-24systemadm: format dates in local timeLennart Poettering
2010-04-24systemadm: don't show id in aliases field againLennart Poettering
2010-04-24load-fragment: replace % specifiers in descriptionsLennart Poettering
2010-04-24systemctl: minor output fixesLennart Poettering
2010-04-24systemdadm: format dates in RFC822 styleLennart Poettering
2010-04-24systemadm; fix alignment of labelsLennart Poettering
2010-04-24util: when releasing terminal, temporarily disable SIGHUPLennart Poettering
2010-04-24service: only kill the main daemon for legacy sysv services, so that we don't...Lennart Poettering
2010-04-24service: don't wait for any child unless we no its pidLennart Poettering
2010-04-24systemctl: load unit if needed when isolatingLennart Poettering
2010-04-24cgroups: drop debug log msgLennart Poettering
2010-04-24service: fix serialization of exec idLennart Poettering
2010-04-24utmp: fix reboot stringLennart Poettering
2010-04-24utmp: if we don't have a previous runleve, just store 0Lennart Poettering
2010-04-24cgroup: mention signal name when killing cgroupsLennart Poettering
2010-04-24systemctl: load unit if necessaryLennart Poettering
2010-04-24manager: reexecute on SIGTERM, for compat with sysvLennart Poettering
2010-04-23service: make sure sysv services keep a ref on shutdown.target so that it doe...Lennart Poettering
2010-04-23main: don't open console in --test modeLennart Poettering
2010-04-23service: never do automatic restarts for user requested stopsLennart Poettering
2010-04-23manager: properly check for EINTR in main loopLennart Poettering
2010-04-23initctl: load the sysv compat targets if they aren't loaded yetLennart Poettering
2010-04-23units: fix logger/initctl pathsLennart Poettering
2010-04-23socket: fix bitfields in fd watchesLennart Poettering
2010-04-23socket: don't call accept() on FIFOs everLennart Poettering
2010-04-23execute: typo fixLennart Poettering
2010-04-23util: highlight questions, so that they cannot be overseen in other log spewLennart Poettering
2010-04-23util: properly handle empty word suffixes/prefixes in startswith()/endswith()Lennart Poettering
2010-04-23service: treat 0 timeouts as no timeoutsLennart Poettering
2010-04-23load-fragment: show a couple of more types in --dump-configuration-itemsLennart Poettering
2010-04-23load-fragment: allow timeout specifications such as '7min 5s'Lennart Poettering
2010-04-23get rid of unicode arrows, since the linux console cannot show them, not even...Lennart Poettering
2010-04-23namespace: make ro bind mounts workLennart Poettering
2010-04-23manager: fix GC algorithmLennart Poettering
2010-04-23initctl: minor updatesLennart Poettering
2010-04-23units: fix socket filesLennart Poettering
2010-04-23systemadm: when systemd isn't found, quit right-awayLennart Poettering
2010-04-23main: never reset console unless pid=1, to make sure that we don't kill X whe...Lennart Poettering
2010-04-23systemadm: update systeadm a littleLennart Poettering
2010-04-23strv: add a couple of gcc hintsLennart Poettering
2010-04-22assert: store away assert msg before aborting, akin to glibc's __abort_msgLennart Poettering