Age | Commit message (Expand) | Author |
2015-10-08 | util: minor modernization of vt_disallocate() | Lennart Poettering |
2015-10-08 | util: do not reset terminal in acquire_terminal() | Lennart Poettering |
2015-10-08 | machined: when opening a shell via machined, pass tty fds in | Lennart Poettering |
2015-10-08 | basic: move two more terminal-related calls into terminal-util.[ch] | Lennart Poettering |
2015-10-07 | util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace() | Lennart Poettering |
2015-10-07 | Merge pull request #1484 from poettering/ask-pass-kernel-keyring | Daniel Mack |
2015-10-07 | basic: fix env expansion for strings leading with two dollar signs | Michal Schmidt |
2015-10-07 | ask-password: add support for caching passwords in the kernel keyring | Lennart Poettering |
2015-10-07 | Merge pull request #1481 from again4you/devel/smack_sysuser_#4 | Daniel Mack |
2015-10-07 | strv: fix infinite loop in strv_extend_n() | reverendhomer |
2015-10-07 | smack: label /etc/passwd and friends as '_' smack label when --with-smack-run... | Sangjung Woo |
2015-10-06 | siphash24: coding-style fixes | Tom Gundersen |
2015-10-06 | siphash24: unify API | Tom Gundersen |
2015-10-06 | Merge pull request #1469 from poettering/even-more-fixed | Daniel Mack |
2015-10-06 | Merge pull request #1465 from teg/siphash24 | Lennart Poettering |
2015-10-06 | util: some comment fixes in fdname_is_valid() | Lennart Poettering |
2015-10-06 | strv: properly return ENOMEM where we should in strv_extend_n() | Lennart Poettering |
2015-10-06 | Merge pull request #1468 from poettering/fdnames | Tom Gundersen |
2015-10-06 | core: add support for naming file descriptors passed using socket activation | Lennart Poettering |
2015-10-06 | Merge pull request #1452 from poettering/journal-vacuum | Daniel Mack |
2015-10-05 | hashmap: hash_funcs - make inputs unambiguous | Tom Gundersen |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-10-05 | siphash24: expose the internal helper functions | Tom Gundersen |
2015-10-05 | siphash24: make siphash24_compress decomposable | Tom Gundersen |
2015-10-05 | siphash24: move last compression iteration from compression step to finalizat... | Tom Gundersen |
2015-10-05 | siphash24: split out the compression step | Tom Gundersen |
2015-10-05 | siphash24: split out the finalization step | Tom Gundersen |
2015-10-05 | siphash24: introduce state struct | Tom Gundersen |
2015-10-05 | missing.h : add bridge params | Susant Sahani |
2015-10-02 | util: rework fgetxattrat_fake() to use O_PATH | Lennart Poettering |
2015-10-01 | logind: remove warn_melody() logic | Lennart Poettering |
2015-10-01 | Merge pull request #1426 from poettering/log-syntax | Daniel Mack |
2015-09-30 | Merge pull request #1419 from keszybz/shell-completion | Lennart Poettering |
2015-09-30 | tree-wide: remove a number of invocations of strerror() and replace by %m | Lennart Poettering |
2015-09-30 | basic: split out cpu set specific APIs into cpu-set-util.[ch] | Lennart Poettering |
2015-09-30 | util: there cannot be trailing garbage when parsing cpu sets | Lennart Poettering |
2015-09-30 | util: rename parse_cpu_set() to parse_cpu_set_and_warn() | Lennart Poettering |
2015-09-30 | log: move log_invalid_utf8() to log.h | Lennart Poettering |
2015-09-30 | tree-wide: clean up log_syntax() usage | Lennart Poettering |
2015-09-30 | Merge pull request #1415 from aakoskin/bootchart-v2 | Daniel Mack |
2015-09-30 | log: properly return -EINVAL from log_set_max_level_from_string() | Lennart Poettering |
2015-09-30 | fileio: make get_status_field() more generic | Aaro Koskinen |
2015-09-29 | Merge pull request #1408 from poettering/systemctl-and-more | Daniel Mack |
2015-09-29 | systemctl: move strv_skip_first() out of systemctl.c | Lennart Poettering |
2015-09-29 | core: rework crash handling | Lennart Poettering |
2015-09-29 | selinux: add _cleanup_ concepts to SELinux label allocation | Lennart Poettering |
2015-09-29 | Merge pull request #1407 from dvdhrm/prioq | Lennart Poettering |
2015-09-29 | util: introduce common version() implementation and use it everywhere | Lennart Poettering |
2015-09-29 | util: unify implementation of NOP signal handler | Lennart Poettering |
2015-09-29 | strv: add strv_free_free() to strv.c and make use of it | Lennart Poettering |