Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | build-sys: prepare v20 | Lennart Poettering | |
2011-03-08 | service: use uppercase SYSV prefix to make it easier to recognize | Lennart Poettering | |
2011-03-08 | service: prefix description with LSB only if script has LSB header, use ↵ | Lennart Poettering | |
'SysV:' otherwise | |||
2011-03-08 | unit: don't accidently create ordering links to targets when default deps ↵ | Lennart Poettering | |
are off for either target and unit | |||
2011-03-08 | mount: support less cumbersome x-systemd-xxx mount options | Lennart Poettering | |
2011-03-08 | unit: distuingish mandatory from triggering conditions | Lennart Poettering | |
2011-03-08 | dbus: return DBUS_ERROR_UNKNOWN_OBJECT when an object is unknown | Lennart Poettering | |
2011-03-08 | systemctl: when forwarding is-enabled to chkconfig hardcode runlevel 3 | Lennart Poettering | |
2011-03-08 | job: introduce new job result code 'skipped' to use when pre conditions of ↵ | Lennart Poettering | |
job did not apply https://bugzilla.redhat.com/show_bug.cgi?id=682245 https://bugzilla.redhat.com/show_bug.cgi?id=635780 | |||
2011-03-08 | job: convert job type as early as we can, to simplify things a bit | Lennart Poettering | |
2011-03-08 | Keep emacs configuration in one configuration file. | Zbigniew Jędrzejewski-Szmek | |
On 07.03.2011 19:04, Lennart Poettering wrote: > > Oh, I had assumed that .vimrc trick would allow project-wide vim > modelines without having to edit each and every single file. > > Currently, every file does contain an emacs modeline at the top. It > would be fair I guess to add a vim modeline to all those files too, even > though it's not necessarily pretty. Hi, maybe it makes sense to go in the opposite direction: add .dir-locals.el in the top directory. The settings are actually identical in all .[ch] files. | |||
2011-03-07 | syslog: make sure the kmsg bridge is always pulled in and never terminated ↵ | Lennart Poettering | |
automatically Since we want to replace the bridge dynamically by the real syslog implementation such as rsyslog we need to make sure that the the bridge stays running right to the moment rsyslog is up so that we process messages enqueued by other processes started before rsyslog, so that those clients don't stay stuck. | |||
2011-03-07 | add .vimrc to .gitignore | Andrey Borzenkov | |
2011-03-07 | mount: make /media a tmpfs | Lennart Poettering | |
2011-03-07 | update TODO | Lennart Poettering | |
2011-03-07 | add org.freedesktop.DBus.Properies.Set method | Andrey Borzenkov | |
The patch adds framework for processing Set requests on properties and as first consumers allows setting of LogTarget and LogLevel on interface org.freedesktop.systemd1.Manager of org.freedesktop.systemd1. The code should be generic enough to allow processing of any property on other objects and interfaces as well. No systemctl visible interface is added so far. The LogTarget and LogLevel are meant for debugging in the first place; user interface can be added if other usage emerge. Set on systemwide systemd is restricted to root; I am not sure how session level access is controlled. | |||
2011-03-06 | service: drop redundant check in sysv_translate_facility | Lennart Poettering | |
We check for _r with an assert in the function header anyway, no need to check it again. | |||
2011-03-05 | update TODO | Lennart Poettering | |
2011-03-04 | machine-id: generate /etc/machine-id 0444 by default | Lennart Poettering | |
2011-03-04 | machine-id: typo fix | Lennart Poettering | |
2011-03-04 | main: introduce /etc/machine-id | Lennart Poettering | |
This is supposed to play the same roles /var/lib/dbus/machine-id, however fixes a couple of problems: - It is available during early boot since it is stored in /etc - Removes the ID from the D-Bus context and moves it into a system context, thus hopefully lowering hesitation by people to use it. - It is generated at installation time. If the file is empty at boot time it will be mounted over with a randomly generated ID, which is not saved to disk. This is useful to support state-less machines with no transient or writable /etc configuration. | |||
2011-03-04 | systemctl: fix exit code when directing is-enabled to chkconfig | Lennart Poettering | |
2011-03-04 | main: minor optimization | Lennart Poettering | |
2011-03-04 | dbus: add 'Tainted' property to Manager object | Lennart Poettering | |
2011-03-04 | dbus: expose distribution name and features on manager object as properties | Lennart Poettering | |
2011-03-04 | man: document changed EnvironmentFile= behaviour | Lennart Poettering | |
2011-03-04 | main: add link to wiki page with longer explanation of the /usr madness | Lennart Poettering | |
2011-03-04 | s/seperate/separate/ | Lennart Poettering | |
2011-03-04 | execute: load environment files at time of execution, not when we load the ↵ | Lennart Poettering | |
service configuration https://bugzilla.redhat.com/show_bug.cgi?id=661282 | |||
2011-03-04 | path: after installing inotify watches, recheck file again to fix race | Lennart Poettering | |
2011-03-04 | path: don't use IN_ATTRIB on parent dirs when watching a file, since those ↵ | Lennart Poettering | |
cannot be removed without emptying the dir first anyway and we need IN_ATTRIB only to detect the link count dropping to 0 | |||
2011-03-03 | kill: always send SIGCONT after SIGTERM | Lennart Poettering | |
When we kill a process to terminate it make sure to send SIGCONT to ensure it is unpaused and processes the signal. | |||
2011-03-03 | readahead: disable collector automatically on read-only media | Lennart Poettering | |
2011-03-03 | sysctl: use scandir() instead of nftw() to guarantee systematic ordering | Lennart Poettering | |
2011-03-03 | dirent: support DT_UNKNOWN where necessary for compat with reiserfs | Lennart Poettering | |
2011-03-01 | README: refer to profusion if people ask for consulting/engineering services | Lennart Poettering | |
2011-03-01 | systemctl: add condreload alias for compat with ALTLinux | Lennart Poettering | |
2011-03-01 | man: fix chkconfig syntax to use --level 3 | Lennart Poettering | |
2011-03-01 | build-sys: prepare v19systemd/v19 | Lennart Poettering | |
2011-03-01 | update TODO | Lennart Poettering | |
2011-02-28 | ask-password: make a confused gcc shut up | Lennart Poettering | |
2011-02-28 | ratelimit: removed n_printed | Harald Hoyer | |
Removed n_printed and renamed n_printed to num. This is not a logging rate limiter anymore. | |||
2011-02-28 | Spelling Corrections | Harald Hoyer | |
Just some lame spelling corrections with no functionality. | |||
2011-02-28 | systemctl: always null-terminate the password | Zbigniew Jędrzejewski-Szmek | |
2011-02-28 | build-sys: update ALTLinux support | Alexey Shabalin | |
Please apply patch for update ALTLinux support. | |||
2011-02-28 | udev: don't ignore non-encrypted block devices with no superblock | Lennart Poettering | |
They might be encrypted disks with no LUKS header. https://bugzilla.redhat.com/show_bug.cgi?id=679842 | |||
2011-02-28 | udev: expose ttyUSB devices too | Lennart Poettering | |
2011-02-28 | udev: mark hvc devices for exposure in systemd | Lennart Poettering | |
2011-02-25 | cryptsetup: add a terse help | Lennart Poettering | |
2011-02-25 | agent: don't print warnings if a password was removed or timed out | Lennart Poettering | |