Age | Commit message (Expand) | Author |
2015-11-05 | extract-word: Do not re-evaluate the state on each parsed character | Filipe Brandenburger |
2015-11-05 | extract-word: increment pointer p and keep c in sync in for loop | Filipe Brandenburger |
2015-11-05 | extract-word: Check for early bail out before inspecting separators | Filipe Brandenburger |
2015-11-05 | extract-word: replace an use of `goto` with structured code | Filipe Brandenburger |
2015-11-05 | extract-word: move start block outside the for loop | Filipe Brandenburger |
2015-11-05 | sd-resolve: simplify pthread_join() call | Michal Schmidt |
2015-11-05 | timesync: return negative errno from manager_adjust_clock() on error | Michal Schmidt |
2015-11-05 | nspawn: save errno before reopening log after exec failure | Michal Schmidt |
2015-11-05 | nspawn: no fake errno | Michal Schmidt |
2015-11-05 | nspawn: simplify error returns | Michal Schmidt |
2015-11-05 | libsystemd-network: inet_pton does not set errno on parsing error | Michal Schmidt |
2015-11-05 | import: report error before losing errno | Michal Schmidt |
2015-11-05 | firstboot: fix errno sign | Michal Schmidt |
2015-11-05 | journal: posix_fallocate() does not set errno | Michal Schmidt |
2015-11-05 | treewide: use the negative error codes returned by our functions | Michal Schmidt |
2015-11-05 | journal: fix incorrect errno reporting | Michal Schmidt |
2015-11-05 | journal: use int64_t instead of long for catalog file size | Michal Schmidt |
2015-11-05 | journal: drop unnecessary write_catalog() parameter | Michal Schmidt |
2015-11-05 | log: whitespace style fix | Michal Schmidt |
2015-11-05 | tty-ask-password-agent: fix typo in error message | Michal Schmidt |
2015-11-04 | core: still make progress when throttling the manager loop | Vito Caputo |
2015-11-04 | Merge pull request #1761 from ssahani/word | Lennart Poettering |
2015-11-04 | Merge pull request #1778 from rhdrjones/detect-virt | Lennart Poettering |
2015-11-04 | Merge pull request #1780 from evverx/fix-install-dbus | Ronny Chevalier |
2015-11-04 | test-functions: fix dbus-1 installation | Evgeny Vereshchagin |
2015-11-04 | detect-virt: dmi: look for KVM | Andrew Jones |
2015-11-04 | arm/aarch64: detect-virt: check dmi | Andrew Jones |
2015-11-04 | detect-virt: detect in best-heuristic order | Andrew Jones |
2015-11-04 | Merge pull request #1775 from fbuihuu/set-property-completion | Lennart Poettering |
2015-11-04 | Merge pull request #1776 from marktheunissen/master | Lennart Poettering |
2015-11-04 | Merge pull request #1777 from torstehu/fix-typo2 | Daniel Mack |
2015-11-04 | core: fix typo | Torstein Husebø |
2015-11-04 | Merge pull request #1773 from evverx/dont-hide-enomem | Daniel Mack |
2015-11-04 | systemctl: update documentation for --plain option | Mark Theunissen |
2015-11-04 | Merge pull request #1768 from vcaputo/sd-daemon-listen-fds-overflow-bis | Lennart Poettering |
2015-11-04 | bash-completion: add minimal support fpr 'set-property' command | Franck Bui |
2015-11-04 | core: small fixes to parse_namespace | Evgeny Vereshchagin |
2015-11-03 | sd-daemon: fix potential LISTEN_FDS overflow in sd_listen_fds() | Vito Caputo |
2015-11-03 | core: parse socket port to extract_first_word | Susant Sahani |
2015-11-03 | Merge pull request #1767 from poettering/journald-watchdog | Daniel Mack |
2015-11-03 | journal: restore watchdog support | Lennart Poettering |
2015-11-03 | sd-daemon: explicitly filter out -1 when parsing watchdog timeout | Lennart Poettering |
2015-11-03 | util-lib: move CONF_DIRS_NULSTR definition to def.h | Lennart Poettering |
2015-11-03 | util-lib: move character class definitions to string-util.h | Lennart Poettering |
2015-11-03 | Merge pull request #1764 from ssahani/jiffies-1 | Lennart Poettering |
2015-11-03 | networkd: bridge prop convert to jiffies | Susant Sahani |
2015-11-03 | Time-util: introduce usec to jiffies | Susant Sahani |
2015-11-03 | Merge pull request #1765 from teg/pppoe-removal | Daniel Mack |
2015-11-03 | sd-pppoe: drop | Tom Gundersen |
2015-11-03 | Merge pull request #1726 from teg/networkd-2 | Daniel Mack |