Age | Commit message (Expand) | Author |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-12-17 | libsystemd-bus: true/false instead of yes/no in msg dump | Lukasz Skalski |
2013-12-16 | systemctl: highlight filenames in cat | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering |
2013-12-14 | bus: when connecting to a container's kdbus instance, enter namespace first | Lennart Poettering |
2013-12-01 | util: add greedy_realloc0() | David Herrmann |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-22 | systemctl: indicate in list-dependencies whether a unit is already running | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-07 | util: add circle to special chars we can draw | Lennart Poettering |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering |
2013-10-19 | kerne-command-line: introduce option 'systemd.restore_state' | Tom Gundersen |
2013-10-16 | macro: clean up usage of gcc attributes | Lennart Poettering |
2013-10-14 | util: allow trailing semicolons on define_trivial_cleanup_func lines | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | Never call qsort on potentially NULL arrays | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | util, utf8: make ellipsize take multi-byte characters into account | Shawn Landden |
2013-10-03 | Introduce _cleanup_endmntent_ | Zbigniew Jędrzejewski-Szmek |
2013-10-02 | nspawn: always copy /etc/resolv.conf rather than bind mount | Lennart Poettering |
2013-10-01 | hashmap: randomize hash functions a bit | Lennart Poettering |
2013-08-22 | Optimize startswith() to macro | Kay Sievers |
2013-08-04 | systemd-delta: Only print colors when on a tty | Daniel Schaal |
2013-07-18 | util: add split_pair() for splitting foo=bar strings | Lennart Poettering |
2013-07-16 | journal: add logging of effective capabilities _CAP_EFFECTIVE | Shawn Landden |
2013-06-10 | journalctl: allow the user to specify the file(s) to use | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | Allow for the use of @ in remote host calls | Daniel Wallace |
2013-05-07 | hostname: only suppress setting of pretty hostname if it is non-equal to the ... | Lennart Poettering |
2013-05-06 | systemd-sleep: add support for freeze and standby | Zbigniew Jędrzejewski-Szmek |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-05-01 | Annotate some functions as _const_ | Cristian Rodríguez |
2013-04-30 | util: Add _sentinel_ to strextend() | Colin Walters |
2013-04-30 | id128: when taking user input for a 128bit ID, validate syntax | Lennart Poettering |
2013-04-25 | Use attribute(unused) in PROTECT_ERRNO | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | Add some extra __attribute__ ((format)) s | Cristian Rodríguez |
2013-04-25 | Make up for attribute malloc with alloc_size | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | Remove erroneous attribute((malloc)) annotations | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | util: rework safe_atod() to be locale-independent | Lennart Poettering |
2013-04-19 | core/killall: use procfs_file_alloca | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | path-util: unify code for detecting OS trees | Lennart Poettering |
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering |
2013-04-16 | util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH() | Lennart Poettering |
2013-04-14 | util: introduce alloca0() and use it at a number of places | Lennart Poettering |
2013-04-13 | fileio: in envfiles, do not skip lines following empty lines | Zbigniew Jędrzejewski-Szmek |
2013-04-12 | util: add wrapper for realloc to avoid specyfing type | Zbigniew Jędrzejewski-Szmek |
2013-04-10 | systemctl: ellipsize job list only when necessary, highlight running | Zbigniew Jędrzejewski-Szmek |
2013-04-08 | machine-id: fix missing initializationsystemd/v201 | Lennart Poettering |
2013-04-05 | Add _cleanup_globfree_ | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | PAM, uaccess: check for logind, not for systemd | Martin Pitt |