Age | Commit message (Expand) | Author |
2015-08-31 | util: Declare a cleanup routine for a cpu_set_t | Filipe Brandenburger |
2015-08-31 | core: Use extract_first_word in config_parse_cpu_affinity2 | Filipe Brandenburger |
2015-08-31 | Merge pull request #1097 from teg/dhcp-server-2 | David Herrmann |
2015-08-31 | networkd: dhcp-server - allow configuration of the pool | Tom Gundersen |
2015-08-31 | networkd: dhcp-server - default to manage the whole subnet | Tom Gundersen |
2015-08-31 | sd-dhcp-server: simplify pool creation | Tom Gundersen |
2015-08-31 | login: support user-bus on dbus1 | David Herrmann |
2015-08-31 | cgtop: rework error handling | Lennart Poettering |
2015-08-31 | sd-event: improve debug message when we fail to remove and fd from an epoll | Lennart Poettering |
2015-08-31 | cgls: pretty print root cgroup path | Lennart Poettering |
2015-08-31 | manager: remove ask-password fd from sd_event before closing it | Lennart Poettering |
2015-08-31 | cgtop: allow toggling of --recursive= and -k at runtime | Lennart Poettering |
2015-08-31 | cgtop: recursively count cgroup member tasks | Lennart Poettering |
2015-08-31 | cgtop: ignore kernel threads when counting tasks | Lennart Poettering |
2015-08-31 | cgls: print the expressive error message we have | Lennart Poettering |
2015-08-31 | process-util: trivial optimization | Lennart Poettering |
2015-08-31 | cgtop: show resource usage relative to cgroup root only | Lennart Poettering |
2015-08-31 | unit: minor simplification | Lennart Poettering |
2015-08-31 | util: treat 'C' and 'POSIX' locale identical | Lennart Poettering |
2015-08-31 | pager: set $LESSCHARSET when we output UTF8 chars | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-08-31 | core: use DUAL_TIMESTAMP_NULL where we can | Lennart Poettering |
2015-08-31 | core: don't generate stub unit file for transient units | Lennart Poettering |
2015-08-31 | build-sys: add missing Makefile symlink | Lennart Poettering |
2015-08-31 | socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP. | Robin Hack |
2015-08-31 | Merge pull request #1083 from filbranden/configparse1 | Lennart Poettering |
2015-08-30 | extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handling | Filipe Brandenburger |
2015-08-30 | extract_first_word: Refactor allocation in empty argument case | Filipe Brandenburger |
2015-08-30 | sd-bus: Fix incorrect cleanup attribute in bus_match_to_string() | Cristian Rodríguez |
2015-08-30 | core: add attribute printf to null_log() | Cristian Rodríguez |
2015-08-30 | locale: add printf attribute to log_xkb() | Cristian Rodríguez |
2015-08-30 | Merge pull request #1073 from phomes/master | Lennart Poettering |
2015-08-30 | networkd: initialize tz to null | Thomas Hindoe Paaboel Andersen |
2015-08-30 | util: make malloc0 ask calloc for one block of size n | Thomas Hindoe Paaboel Andersen |
2015-08-29 | nspawn: don't try to extract quotes from option string, glibc doesn't do that... | Lennart Poettering |
2015-08-28 | nspawn: add (no)rbind option to --bind and --bind-ro | Eugene Yakubovich |
2015-08-28 | Merge pull request #1067 from teg/dhcp-server | Lennart Poettering |
2015-08-28 | Merge pull request #1063 from poettering/dbus-interface-from-type | Tom Gundersen |
2015-08-28 | sd-dhcp-server: improve predictability of leases | Tom Gundersen |
2015-08-28 | Merge pull request #1062 from poettering/cgroups-show | Daniel Mack |
2015-08-28 | Merge pull request #1061 from poettering/pager | Daniel Mack |
2015-08-28 | cgls: modernize cgls in preparation for unified cgroup hierarchy work | Lennart Poettering |
2015-08-28 | cgtop: major modernizations | Lennart Poettering |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-28 | cgroup-show: unescape cgroups on presentation | Lennart Poettering |
2015-08-28 | pager: also redirect stderr | Lennart Poettering |
2015-08-28 | pager: port fallback pager to use copy_bytes() | Lennart Poettering |
2015-08-28 | copy: add splice() based fallback | Lennart Poettering |
2015-08-27 | Merge pull request #1057 from poettering/resolve-drop-res-query | Tom Gundersen |