Age | Commit message (Expand) | Author |
2013-04-17 | conf-parser: generate 7 parsing functions from a macro | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | util: make generation of profcs PID paths nicer | Lennart Poettering |
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-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-16 | util: make sure result of hostname_cleanup() passes hostname_is_valid() | Lennart Poettering |
2013-04-15 | audit: since nspawn now sets CAP_AUDIT_CONTROL for containers we cannot user ... | Lennart Poettering |
2013-04-15 | core: always create /user and /machine top-level cgroup dirs | Lennart Poettering |
2013-04-15 | do not change console to non-unicode for LANG=C | Harald Hoyer |
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov |
2013-04-15 | bus: handle env vars safely | Lennart Poettering |
2013-04-14 | MurmurHash3: actually inline functions | Zbigniew Jędrzejewski-Szmek |
2013-04-14 | kdbus: generare bloom filters properly for messages we send | 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-13 | Remove a few NULLs | Zbigniew Jędrzejewski-Szmek |
2013-04-12 | util: add wrapper for realloc to avoid specyfing type | Zbigniew Jędrzejewski-Szmek |
2013-04-12 | bus: don't calculate kmsg message too large | Lennart Poettering |
2013-04-11 | hwclock: use _cleanup_ to simplify function | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | macro: make sure ALIGN() can be calculated constant by the compiler | Lennart Poettering |
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-08 | cgroup: clean-ups | Lennart Poettering |
2013-04-08 | cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup... | Lennart Poettering |
2013-04-08 | util: Avoid memory allocations for formatting paths | Holger Hans Peter Freyther |
2013-04-06 | dbus-loop.c: fix variable initialization | Kay Sievers |
2013-04-05 | Use _cleanup_ when reading config files | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Add _cleanup_globfree_ | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | PAM, uaccess: check for logind, not for systemd | Martin Pitt |
2013-04-05 | journal: u64log2 can be expressed just as __builtin_clzll(n) ^ 63U | Cristian Rodríguez |
2013-04-04 | efivars: un-leak a few strings | Zbigniew Jędrzejewski-Szmek |
2013-04-04 | util: tweak format_timespan() a bit | Lennart Poettering |
2013-04-04 | util: add a bit of syntactic sugar to run short code fragments with a differe... | Lennart Poettering |
2013-04-04 | util: make time formatting a bit smarter | Lennart Poettering |
2013-04-03 | time: add suppot for fractional time specifications | Lennart Poettering |
2013-04-03 | fileio: don't check for errors more often than really necessary | Lennart Poettering |
2013-04-03 | fileio: write proper env var write-out code | Lennart Poettering |
2013-04-03 | shared: rework env file reader | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-04-02 | macro: add macro for precisely determining length of decimal string formattin... | Lennart Poettering |
2013-04-02 | util: add a bit of syntactic sugar for saving/restoring errno | Lennart Poettering |
2013-04-01 | shared/cgroup-show: fix leak of "pid" | Zbigniew Jędrzejewski-Szmek |
2013-04-01 | Always use our own MAX/MIN definitions | Cristian Rodríguez |
2013-03-31 | Partially revert e62d8c394474 | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-03-31 | strbuf: replace quick sort with bubble sort | Zbigniew Jędrzejewski-Szmek |