Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-19 | TODO: add some fsck items | Tom Gundersen | |
2013-10-15 | Rename sabridge to saproxy to be less cryptic | David Strauss | |
2013-10-15 | Update TODOs with follow-up sabridge work. | David Strauss | |
2013-10-14 | git: add test-ellipsize to files to ignore by git | Lennart Poettering | |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on ↵ | Lennart Poettering | |
each invocation We can determine the list entry type via the typeof() gcc construct, and so we should to make the macros much shorter to use. | |||
2013-10-14 | update TODO | Lennart Poettering | |
2013-10-13 | util, utf8: make ellipsize take multi-byte characters into account | Shawn Landden | |
rename old versions to ascii_* Do not take into account zerowidth characters, but do consider double-wide characters. Import needed utf8 helper code from glib. v3: rebase ontop of utf8 restructuring work [zj: tweak the algorithm a bit, move new code to separate file] | |||
2013-10-11 | bus: if a a Set() vtable callback of a writable is left NULL, try to do the ↵ | Lennart Poettering | |
right thing automatically | |||
2013-10-11 | bus: automatically do a NOP reply when a NULL callback is specified for a ↵ | Lennart Poettering | |
method in a vtable Also, allow specifiying NULL as signature in vtables equivalent to "" for empty parameter lists. | |||
2013-10-09 | libsystemd-bus: add lightweight object vtable implementation for exposing ↵ | Lennart Poettering | |
objects on the bus This adds a lightweight scheme how to define interfaces in static fixed arrays which then can be easily registered on a bus connection. This makes it much easier to write bus services. This automatically handles implementation of the Properties, ObjectManager, and Introspection bus interfaces. | |||
2013-10-04 | update TODO | Lennart Poettering | |
2013-10-02 | execute.c: always set $SHELL | Zbigniew Jędrzejewski-Szmek | |
In e6dca81 $SHELL was added to user@.service. Let's instead provide it to all units which have a user. | |||
2013-10-01 | Update TODO | David Herrmann | |
Remove "logind fbdev removal" as it is no longer supported. | |||
2013-10-01 | update TODO | Lennart Poettering | |
2013-10-01 | Update TODO | Lennart Poettering | |
2013-10-01 | logs-show.c: show all messages for a slice | Zbigniew Jędrzejewski-Szmek | |
2013-09-30 | update TODO | Lennart Poettering | |
2013-09-27 | Update TODO | Lennart Poettering | |
2013-09-26 | cgroup: when referencing cgroup controller trees allow omission of the path | Lennart Poettering | |
2013-09-24 | TODO: add header back | Kay Sievers | |
2013-09-24 | TODO: update | Kay Sievers | |
2013-09-19 | shared/utf8: merge implementations, remove cruft | Dave Reisner | |
This unifies the utf8 handling code which was previously duplicated in udev and systemd. | |||
2013-09-17 | backlight,random-seed: move state files into /var/lib/systemd | Lennart Poettering | |
Let's not scatter (private) files in /var around, let's place them all in /var/lib/systemd and below. | |||
2013-09-17 | Update TODO | Lennart Poettering | |
2013-09-17 | Update TODO | Lennart Poettering | |
2013-09-17 | cgroup: get rid of MemorySoftLimit= | Lennart Poettering | |
The cgroup attribute memory.soft_limit_in_bytes is unlikely to stay around in the kernel for good, so let's not expose it for now. We can readd something like it later when the kernel guys decided on a final API for this. | |||
2013-09-17 | update TODO | Lennart Poettering | |
2013-09-17 | update TODO | Lennart Poettering | |
2013-09-16 | TODO spelling fix. | David Strauss | |
2013-09-16 | Verify validity of session name when received from outside | Zbigniew Jędrzejewski-Szmek | |
Only ASCII letters and digits are allowed. | |||
2013-09-13 | update TODO | Lennart Poettering | |
2013-09-13 | update TODO | Lennart Poettering | |
2013-09-12 | bash-completion: add systemd-run | Zbigniew Jędrzejewski-Szmek | |
2013-09-12 | update TODO | Lennart Poettering | |
2013-09-12 | core: notify triggered by socket of a service | Umut Tezduyar | |
2013-09-12 | update TODO | Lennart Poettering | |
2013-09-12 | TODO: remove backlight tool | Kay Sievers | |
2013-09-11 | core: failed scope units may not be restarted | Lennart Poettering | |
We don't allow reusing of scopes. | |||
2013-09-11 | Update TODO | Lennart Poettering | |
2013-09-11 | fstab-generator: use DefaultDependencies=yes | Tom Gundersen | |
This removes some redundancy between the generator and the core mount handling. | |||
2013-09-10 | service: remove pidfile after exit of a service | Lukas Nykryn | |
2013-09-09 | run: allow non-absolute paths as command | Zbigniew Jędrzejewski-Szmek | |
2013-09-06 | TODO: update todo | Dave Reisner | |
2013-08-23 | "-" prefix for InaccessibleDirectories and ReadOnlyDirectories | Maciej Wereski | |
2013-08-22 | remove hasprefix(), use startswith() | Shawn Landden | |
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek | |
2013-08-19 | man: fix spacing issue in systemd-nspawn(1) | Zbigniew Jędrzejewski-Szmek | |
Same as 1e158d273. | |||
2013-08-14 | README: update list of used LICENSEs | Kay Sievers | |
2013-08-13 | update TODO | Lennart Poettering | |
2013-08-13 | gpt-auto-generator: add basic auto-discovery of GPT partitions | Lennart Poettering | |
This adds a simple generator that is capable of automatically discovering certain GPT partitions by their type UUID and mount/enable them. This currently covers swap partitions and /home partitions, but is expected to grow more features soon. This currently doesn't handle LUKS encrypted /home. This enables all swap partitions of type 0657fd6da4ab43c484e50933c84b4f4f, if found. This mounts the first partition of type 933ac7e12eb44f13b8440e14e2aef915 as /home, if it is found. |