Age | Commit message (Expand) | Author |
2013-12-12 | shared: Add struct sockaddr_ll to sockaddr_union | Patrik Flykt |
2013-12-12 | log: protect errno when we use assert_return() | Lennart Poettering |
2013-12-12 | shared: add missing include | Marc-Antoine Perennou |
2013-12-11 | Do not log all assert_return failures | Zbigniew Jędrzejewski-Szmek |
2013-12-11 | journald: cache cgroup root path, instead of querying it on every incoming lo... | Lennart Poettering |
2013-12-11 | journal: add ability to browse journals of running OS containers | Lennart Poettering |
2013-12-11 | service: clean up watchdog logic a bit | Lennart Poettering |
2013-12-11 | ptyfwd: Don't set the output prop of stdin, nor the input props of stdout. | Luke Shumaker |
2013-12-11 | ptyfwd: Set the size of the PTY base on the size of stdout, not stdin. | Luke Shumaker |
2013-12-10 | hashmap: make gcc shut up on old glibcs that lack getauxval() | Lennart Poettering |
2013-12-10 | util: check for overflow in greedy_realloc() | Lennart Poettering |
2013-12-10 | macro: log assertion at debug level in assert_return() | Lennart Poettering |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |
2013-12-05 | util: fix misuse of memcmp | Yuxuan Shui |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-12-03 | macro: better make IN_SET() macro use const arrays | Lennart Poettering |
2013-12-03 | bus: add generator that turns old dbus1 activation files into .busname + .ser... | Lennart Poettering |
2013-12-02 | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering |
2013-12-02 | macro: add a macro to test whether a value is in a specified list | Lennart Poettering |
2013-12-01 | util: add greedy_realloc0() | David Herrmann |
2013-11-30 | fix regression of read_full_file() in fileio.c | Shawn Landden |
2013-11-30 | systemctl: add "systemctl cat" | Shawn Landden |
2013-12-01 | util.c: check if return value from ttyname_r is > 0 instead of != 0 | Thomas Hindoe Paaboel Andersen |
2013-11-30 | macro.h: fix typo in comment | Thomas Hindoe Paaboel Andersen |
2013-11-30 | bus: include unique and well known names in credentials object | Lennart Poettering |
2013-11-28 | virt: split detect_vm into separate functions | Zbigniew Jędrzejewski-Szmek |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | 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: fix memory realloc error | Yin Kangkai |
2013-11-25 | shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ... | Lennart Poettering |
2013-11-25 | conf-parser: distinguish between multiple sections with the same name | Tom Gundersen |
2013-11-25 | swap: split state machine state ACTIVATING into two | Lennart Poettering |
2013-11-25 | udev: net_setup_link - don't use Description as Alias | Tom Gundersen |
2013-11-22 | systemctl: indicate in list-dependencies whether a unit is already running | Lennart Poettering |
2013-11-22 | build-sys: move more files from core/ to share/ that are generic enough | Lennart Poettering |
2013-11-22 | macro: fix problem with __LINE__ macro expansion | Lukasz Skalski |
2013-11-22 | macro: fix assert_cc() fallback | David Herrmann |
2013-11-22 | bus: rework sd_bus_error APIs | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-20 | hashmap: be a bit more conservative with pre-allocating hash tables and items | Lennart Poettering |
2013-11-20 | install: when determining where default.target points to, accept a file inste... | Lennart Poettering |
2013-11-20 | calendar: support 'yearly' and 'annually' names the same way as cron | Lennart Poettering |
2013-11-20 | hwclock: modernizations | Lennart Poettering |
2013-11-20 | macro: add _unlikely_() to assert_return() | Lennart Poettering |
2013-11-20 | macro: change assert_cc() so that it can appear outside of functions | Lennart Poettering |
2013-11-20 | install: use const where we can | Lennart Poettering |
2013-11-20 | conf-parser: don't leak section names | Tom Gundersen |
2013-11-18 | localed: match converted keymaps before legacy | Zbigniew Jędrzejewski-Szmek |