Age | Commit message (Expand) | Author |
2014-03-14 | timedated: use builtins for integer log and exp | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | util: add hexdump() call to create pretty hexdumps of data | Lennart Poettering |
2014-03-14 | logind: automatically remove SysV + POSIX IPC objects when the users owning t... | Lennart Poettering |
2014-03-12 | macro: make sure we can use IN_SET() also with complex function calls as firs... | Lennart Poettering |
2014-03-02 | Disallow sizes with increasing unit size | Zbigniew Jędrzejewski-Szmek |
2014-03-02 | Allow fractional parts in disk sizes | Zbigniew Jędrzejewski-Szmek |
2014-02-24 | virt: make Virtualization an anonymous enum | Thomas Hindoe Paaboel Andersen |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-21 | replace tabs with spaces in some files | Jason St. John |
2014-02-21 | core: add new ConditionArchitecture() that checks the architecture returned b... | Lennart Poettering |
2014-02-20 | macro: add nice macro for disabling -Wnonnull temporarily | Lennart Poettering |
2014-02-19 | make gcc shut up | Lennart Poettering |
2014-02-17 | core: rework cgroup mask propagation | Lennart Poettering |
2014-02-12 | syscallfilter: port to libseccomp | Ronny Chevalier |
2014-02-12 | test: fix "make check" | Lennart Poettering |
2014-02-11 | util: drop parse_user_at_host() since its unused now | Lennart Poettering |
2014-02-08 | core: do not print invalid utf-8 in error messages | Zbigniew Jędrzejewski-Szmek |
2014-01-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-28 | Get rid of write_safe | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2014-01-20 | exec: introduce PrivateDevices= switch to provide services with a private /dev | Lennart Poettering |
2014-01-05 | strv: multiple cleanups | Simon Peeters |
2013-12-28 | shared: add simplistic XML parser for usage in the D-Bus policy language comp... | Lennart Poettering |
2013-12-26 | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-24 | bus: properly shift cgroup data returned from kdbus by the container's root b... | Lennart Poettering |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-22 | Fix extraction of _SYSTEMD_USER_UNIT | Zbigniew Jędrzejewski-Szmek |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-18 | tests: fix build | Lennart Poettering |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-13 | namespace: include boot id in private tmp directories | Lennart Poettering |
2013-12-12 | scan-build: silence some warnings | Thomas Hindoe Paaboel Andersen |
2013-12-12 | test-fileio: replace mktemp with mkstemp to avoid warnings | Thomas Hindoe Paaboel Andersen |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
2013-12-10 | fix scan-build issues | Thomas Hindoe Paaboel Andersen |
2013-12-08 | test: cgroup-util - do not fail if cpu controller is not available | Kay Sievers |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-12-02 | macro: add a macro to test whether a value is in a specified list | Lennart Poettering |
2013-11-30 | core: allocate a kdbus bus for each systemd instance, if we can | Lennart Poettering |
2013-11-28 | util: fix handling of trailing whitespace in split_quoted() | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-22 | test: test-sched-prio - skip if XDG_RUNTIME_DIR is not set | Kay Sievers |
2013-11-22 | cgroups: Cache controller masks and optimize queues. | David Strauss |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | test: exit early if we would conflict with running user systemd | Lennart Poettering |
2013-11-07 | test-strv: add strv_split, strv_split_newline, strv_remove_prefix | Daniel Buch |