summaryrefslogtreecommitdiffstats
path: root/units/systemd-update-utmp.service.in (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-23update TODOLennart Poettering1-4/+0
2014-12-23shell-completion: add full support for completing busctl command lines, with ...Lennart Poettering1-8/+101
2014-12-23busctl: when introspecting objects, optionally limit output by interface nameLennart Poettering2-6/+26
2014-12-23gitignore: hide test-lldp filesLennart Poettering1-0/+1
2014-12-23machined: introduce polkit for OpenLogin() callLennart Poettering9-10/+81
2014-12-23bus: add missing bus-policy.[ch]Lennart Poettering2-0/+240
2014-12-23build-sys: move core/build.h → shared/build.hLennart Poettering3-3/+3
2014-12-23update TODOLennart Poettering1-2/+2
2014-12-23machinectl: rework 'machinectl login' to use OpenMachineLogin()Lennart Poettering1-36/+4
2014-12-23machined: add new call OpenMachineLogin() that starts a getty in a container ...Lennart Poettering5-63/+173
2014-12-23sd-bus: teach x-container-unix: bus protoocol to connect to the namespace of ...Lennart Poettering3-26/+70
2014-12-23condition: don't include files from src/coreLennart Poettering1-1/+0
2014-12-23import: fix compiler warningLennart Poettering1-1/+1
2014-12-23env-util: don't include files from src/core/Lennart Poettering4-13/+25
2014-12-23core: rearrange code so that libsystemd/sd-bus/ does not include header files...Lennart Poettering17-302/+74
2014-12-23bus-proxyd: ignore errors from sd_bus_creds_get_well_known_names()Daniel Mack1-7/+3
2014-12-23bus-proxyd: handle -ESRCH and -ENXIO gracefullyDaniel Mack1-3/+10
2014-12-23update TODOLennart Poettering1-3/+1
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