summaryrefslogtreecommitdiffstats
path: root/sysusers.d (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-23util: add allocation loop to gettyname_malloc()Lennart Poettering1-12/+28
2014-12-23nspawn,pty: port over to new ptsname_malloc() helperLennart Poettering2-7/+6
2014-12-23systemd-run: support -t mode when combined with -MLennart Poettering5-32/+103
2014-12-23machined: add OpenMachinePTY() bus call for allocating a PTY device within a ...Lennart Poettering4-111/+151
2014-12-23systemd-run: add --quiet mode to suppress informational message on TTY usageLennart Poettering2-7/+26
2014-12-23machinectl,nspawn: don't print extra final newline if pty terminal output was...Lennart Poettering2-2/+9
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering7-165/+416
2014-12-23import: rename 'poll-dck' to 'pull-dkr'Lennart Poettering6-124/+174
2014-12-22shared: json - support escaping utf16 surrogate pairsTom Gundersen2-22/+62
2014-12-22shared: utf8 - support decoding the full utf16Tom Gundersen3-3/+58
2014-12-22shared: utf8 - support ucs4 -> utf8Tom Gundersen9-63/+48
2014-12-22sd-bus: ignore KDBUS_ITEM_TIMESTAMP in kernel messagesDaniel Mack1-0/+3
2014-12-22busname: fix CMD_FREE ioctlDaniel Mack1-1/+3
2014-12-22verbs: fix typo in error messageDave Reisner1-1/+1
2014-12-21hwdb: Lenovo USB mouse MO28UOL DPI dataFrank Theile1-0/+4
2014-12-20sd-bus: sync kdbus.h (ABI break)Daniel Mack1-29/+10
2014-12-20build: add option to disable hwdbUmut Tezduyar Lindskog3-2/+14
2014-12-19sd-lldp: minor header cleanupTom Gundersen8-13/+39
2014-12-19update TODOLennart Poettering1-2/+2
2014-12-19machined: add a full bus object for imagesLennart Poettering7-44/+259
2014-12-19machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering8-101/+200
2014-12-19sysv-generator: properly add Makefile symlinkLennart Poettering1-1/+1
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering8-20/+20
2014-12-19update TODOLennart Poettering1-0/+4
2014-12-19machinectl: port machinectl to new verbs logicLennart Poettering1-146/+99
2014-12-19import: Verb[] array can be static, tooLennart Poettering1-2/+2
2014-12-19verbs: when invoking the default verb, pass a faked argv array, with just the...Lennart Poettering1-5/+18
2014-12-19machined/machinectl: add logic to show list of available imagesLennart Poettering11-10/+502
2014-12-19util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering1-9/+9
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt1-6/+6
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt1-8/+5
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt1-36/+30
2014-12-19networkd: link - plug leakTom Gundersen1-0/+1
2014-12-19networkctl: lldp - respect arg_legendTom Gundersen1-6/+10
2014-12-19LLDP: Add support for networkctlSusant Sahani10-2/+659
2014-12-19networkd: integrate LLDPSusant Sahani5-0/+58
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani13-2/+2171
2014-12-19networkctl: port to verbs helperTom Gundersen1-76/+11
2014-12-19systemd-hwdb: port to new verbs helperTom Gundersen1-72/+11
2014-12-19import: dck - fix curl error handlingTom Gundersen1-1/+1
2014-12-19update TODOLennart Poettering1-2/+10
2014-12-19import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering11-0/+2006
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering3-1/+114
2014-12-19util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering1-1/+1
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering3-0/+84
2014-12-19execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering1-1/+1
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering1-2/+9
2014-12-19load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek3-104/+269
2014-12-19Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek3-20/+41
2014-12-19test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek1-13/+13