Age | Commit message (Expand) | Author |
2014-01-30 | util: add u32ctz() call for determining ctz of uint32_t | Lennart Poettering |
2014-01-28 | util: introduce new dev_urandom() call that is like random_bytes() but doesn'... | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | Replace mkostemp+unlink with open(O_TMPFILE) | Zbigniew Jędrzejewski-Szmek |
2014-01-22 | DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL string | Tom Gundersen |
2014-01-05 | shared: util.c: unify split and split_quoted | Simon Peeters |
2014-01-05 | shared: procfs_file_alloca: handle pid==0 | Simon Peeters |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-25 | bus: rename message "serial" to "cookie" | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | util: remove union dirent_storage | Florian Weimer |
2013-12-18 | service: watch main pid even in final states | Lennart Poettering |
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 |