Age | Commit message (Expand) | Author |
2013-12-16 | util: try harder to increase the send/recv buffers of sockets | Lennart Poettering |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering |
2013-12-14 | util: when joining a namespace make sure to reset all uids to 0 after | Lennart Poettering |
2013-12-14 | bus: when connecting to a container's kdbus instance, enter namespace first | Lennart Poettering |
2013-12-10 | util: check for overflow in greedy_realloc() | 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-01 | util: add greedy_realloc0() | David Herrmann |
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-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 | shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ... | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-13 | Resolve /dev/console to the active tty instead of just "tty0" | Olivier Brunel |
2013-11-08 | shutdown: unify handling of reboot() syscall a bit | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | 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-28 | udev: link-config - move naming policy from udev rules | Tom Gundersen |
2013-10-26 | typo fix in comment | Thomas Hindoe Paaboel Andersen |
2013-10-19 | kerne-command-line: introduce option 'systemd.restore_state' | Tom Gundersen |
2013-10-14 | shared/util: Fix glob_extend() argument | Bastien Nocera |
2013-10-13 | Modernization | Zbigniew Jędrzejewski-Szmek |
2013-10-13 | util, utf8: make ellipsize take multi-byte characters into account | Shawn Landden |
2013-10-06 | shared/util: fix off-by-one error in tag_to_udev_node | Dave Reisner |
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-10-01 | util.c: ignore pollfd.revent for loop_read/loop_write | Chen Jie |
2013-09-29 | Fix buffer overrun when enumerating files | Zbigniew Jędrzejewski-Szmek |
2013-09-19 | device-nodes: move device node specific code to own file | Dave Reisner |
2013-09-17 | Use udev_encode_string in fstab_node_to_udev_node | Dave Reisner |
2013-09-13 | Advertise hibernation only if there's enough free swap | Zbigniew Jędrzejewski-Szmek |
2013-09-12 | Actually allow tabs in environment files | Zbigniew Jędrzejewski-Szmek |
2013-09-11 | Allow tabs in environment files | Zbigniew Jędrzejewski-Szmek |
2013-08-22 | Optimize startswith() to macro | Kay Sievers |
2013-08-20 | Rename F_TYPE_CMP() to F_TYPE_EQUAL() | Zbigniew Jędrzejewski-Szmek |
2013-08-11 | logs-show: limit to 3 lines and use dots if not showing full message | Zbigniew Jędrzejewski-Szmek |
2013-07-18 | util: add split_pair() for splitting foo=bar strings | Lennart Poettering |
2013-07-17 | util: make gcc shut up by passing a 0 mode param to open() | Lennart Poettering |
2013-07-17 | util: make some gcc versions shut up regarding unintialized variable access | Lennart Poettering |
2013-07-16 | util.c:is_locale_utf8(): check, if "C" was set on purpose | Harald Hoyer |
2013-07-16 | journal: add logging of effective capabilities _CAP_EFFECTIVE | Shawn Landden |
2013-07-16 | util: recognize 'ncp' as an alias to 'ncpfs' | Frederic Crozat |
2013-07-02 | journald: drop (deleted) from _EXE= fields | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | journalctl: allow the user to specify the file(s) to use | Zbigniew Jędrzejewski-Szmek |
2013-06-10 | Properly check for overflow in offsets | Zbigniew Jędrzejewski-Szmek |