Age | Commit message (Expand) | Author |
2014-04-24 | service: rename StartLimitAction enum to FailureAction | Michael Olbrich |
2014-04-16 | test-path-util: fix running with separate build dir | Zbigniew Jędrzejewski-Szmek |
2014-04-13 | udev: remove seqnum API and all assumptions about seqnums | Kay Sievers |
2014-04-12 | path-util: also check for existence of binary when given absolute path | Zbigniew Jędrzejewski-Szmek |
2014-04-12 | fsck: Search for fsck.type in PATH | Mike Gilbert |
2014-04-03 | sd-rtnl: fix broken test cases and add support for tunnel | Susant Sahani |
2014-03-25 | sd-rtnl: add support for tunnel attributes | Susant Sahani |
2014-03-25 | time: support @ syntax for denoting times since the UNIX epoch 1970-1-1 | Lennart Poettering |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-19 | util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
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 |