Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-20 | systemadm: add libgee as dependency and use it for a unit map | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: add a wrappable label and use it for status lines | Zbigniew Jędrzejewski-Szmek | |
The new WrapLabel is there to work around a deficiency in GTK, namely the fact that it is hard to make labels which are both resizable and wrappable. The code is a port from libview. | |||
2011-09-20 | systemadm: filter on swaps, paths, and timers too. | Zbigniew Jędrzejewski-Szmek | |
2011-09-20 | systemadm: split the type+status combo box into type combo & status checkbox | Zbigniew Jędrzejewski-Szmek | |
2011-09-19 | systemadm: allow sorting of jobs and units | Zbigniew Jędrzejewski-Szmek | |
2011-09-19 | systemadm: break timestamp formatting out into a seperate function | Zbigniew Jędrzejewski-Szmek | |
Since the timezone is always local, it doesn't make much sense to display it. The timestamp is now formatted without the timezone. I guess it can be further improved, which should be easier now that it is tucked-away in a separate function. | |||
2011-09-06 | man: list specifiers in a table | Mathieu Bridon | |
It was noted on IRC that the current layout is not necessarily the easiest to parse by humans. I personnally struggled understanding it the first time I read it. Hopefully, this change makes it easier to understand. Note: I only reformatted the information that was already present in the documentation, I didn't add anything. | |||
2011-09-06 | man: fix typo in systemd manual page | Albert Strasheim | |
2011-09-04 | timedate: fix interfaces list | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=40583 | |||
2011-09-03 | dbus: terminate mechanism daemons after a while | Lennart Poettering | |
2011-09-01 | stdout-bridge: set facility of messages with no facility to configured ↵ | Lennart Poettering | |
facility instead of LOG_USER | |||
2011-09-01 | fsck: show progress while fscking at boot | Lennart Poettering | |
2011-09-01 | build-sys: bump releasesystemd/v35 | Lennart Poettering | |
2011-09-01 | label: fix database check | Lennart Poettering | |
2011-08-31 | po: Initial Polish translation | Piotr Drąg | |
https://bugs.freedesktop.org/show_bug.cgi?id=39553 | |||
2011-08-31 | locale: support $LANGUAGE too | Lennart Poettering | |
$LANGUAGE is a GNU extension that is probably worth supporting, since it allows specifiying an order of languages. https://bugs.freedesktop.org/show_bug.cgi?id=40510 | |||
2011-08-31 | getty: simplify things a bit | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39818 | |||
2011-08-31 | getty: automatically add getty on hvsi0 virtualizer console | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39818 | |||
2011-08-31 | dropin: don't fail if random files are stored in .wants directories | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=39957 | |||
2011-08-31 | systemctl: if we managed to reexec the init system via the bus don't retry ↵ | Lennart Poettering | |
via signal If we managed to reeexec the init system via the bus this allows us to provide synchronous behaviour to callers. This is all lost if we then repeat the reexecution via SIGTERM. https://bugzilla.redhat.com/show_bug.cgi?id=698198 | |||
2011-08-31 | logind: use syspath instead of sysname to identify fb devices since udlfb ↵ | Lennart Poettering | |
got fixed now | |||
2011-08-31 | man: document /etc/timezone | Lennart Poettering | |
2011-08-31 | mount: fix parsing of prio value | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=722803 | |||
2011-08-31 | man: don't recommend After=syslog.target anymore since we don't support ↵ | Lennart Poettering | |
non-socket-activatable syslogs anymore where that was ncessary | |||
2011-08-31 | getty-generator: ignore if symlinks already exist | Lennart Poettering | |
2011-08-31 | label: minor fixes | Lennart Poettering | |
2011-08-31 | label: introduce label_bind() and make use of it where necessary | Lennart Poettering | |
https://bugzilla.redhat.com/show_bug.cgi?id=729997 | |||
2011-08-30 | service: change default stdout/stderr to syslog | Lennart Poettering | |
2011-08-30 | stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptive | Lennart Poettering | |
2011-08-30 | selinux: explicitly relabel /run/initramfs/root-fsck and friends | Lennart Poettering | |
2011-08-30 | specifier: drop misplaced assert() | Lennart Poettering | |
2011-08-30 | selinux: don't relabel /run/initramfs | Lennart Poettering | |
/run/initramfs usually contains the initrd so that we can jump back into it on shutdown. It's usually relatively large and static data, hence we should avoid relabelling of it. On my netbook this saves 6s. (6.6s needed for relabelling /dev and /run goes down to 600ms -- still way too much, but much better). | |||
2011-08-29 | selinux: retest selinux after we loaded the policy | Lennart Poettering | |
2011-08-29 | logind: downgrade session create/remove log messages to LOG_DEBUG for | Lennart Poettering | |
cronjobs and similar which have no tty/X11 server assigned https://bugzilla.redhat.com/show_bug.cgi?id=727315 | |||
2011-08-29 | untis: allow both console and plymouth ask password agents in boot ↵ | Lennart Poettering | |
transaction to allow dynamically disabled plymouth | |||
2011-08-29 | plymouth: don't enable ask-password agent of plymouth is disabled | Lennart Poettering | |
2011-08-29 | execute: fix bus serialization for commands | Lennart Poettering | |
2011-08-29 | man: fix securebits docs | Lennart Poettering | |
2011-08-25 | build-sys: bump versionsystemd/v34 | Lennart Poettering | |
2011-08-25 | acl: properly handle if devices are tagged as uaccess but do not have a ↵ | Lennart Poettering | |
device node | |||
2011-08-25 | build-sys: Add --disable-localed configure switch | Miklos Vajna | |
2011-08-24 | update README | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-24 | update TODO | Lennart Poettering | |
2011-08-24 | tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease ↵ | Josh Triplett | |
overrides via /etc Many people prefer to avoid clearing /tmp and /var/tmp, and distributions often have explicit settings for how often to clear them if at all. Overriding those with systemd currently requires overriding all of /usr/lib/tmpfiles.d/systemd.conf via /etc/tmpfiles.d/systemd.conf, copying across all the other entries, and updating that override when systemd.conf changes. Move the /tmp and /var/tmp entries from systemd.conf to a separate tmp.conf, making them easier to override without affecting the rest of systemd.conf. | |||
2011-08-24 | cryptsetup-generator: block boot when querying passphrase. | Frederic Crozat | |
Ensure we wait for passphrase before starting tty1 or graphical display. Needed when not using plymouth. | |||
2011-08-24 | cryptsetup: accept "none" option | Frederic Crozat | |
2011-08-24 | build-sys: Add --disable-timedated configure switch | Miklos Vajna | |
2011-08-24 | path-lookup: monitor /etc/systemd/user for user manager | Frederic Crozat | |
2011-08-24 | dbus: 'directrion' is not a valid attribute | Tero Roponen | |
$ gdbus introspect --system --dest org.freedesktop.systemd1 --object-path /org/freedesktop/systemd1 Error parsing introspection XML: 115:64: attribute 'directrion' invalid for element 'arg' |