index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
machine
/
machine.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-1
/
+2
*
machined: when opening a shell via machined, pass tty fds in
Lennart Poettering
2015-10-08
1
-0
/
+19
*
basic: move two more terminal-related calls into terminal-util.[ch]
Lennart Poettering
2015-10-08
1
-8
/
+9
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
1
-2
/
+1
*
machine: make sure to call unlockpt() even for local host pty connections
Lennart Poettering
2015-09-05
1
-2
/
+12
*
machined: introduce pseudo-machine ".host" refererring to the host system
Lennart Poettering
2015-08-24
1
-7
/
+60
*
machined: rework state tracking logic for machines
Lennart Poettering
2015-08-06
1
-11
/
+21
*
logind,machined: various smaller cleanups
Lennart Poettering
2015-08-06
1
-2
/
+2
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-17
/
+15
*
machined: make sure to track machine unit states properly
Lennart Poettering
2015-04-28
1
-6
/
+14
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
Add (void) where we don't care about return value
Zbigniew Jędrzejewski-Szmek
2015-03-15
1
-2
/
+2
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
machined: make "machinectl copy-to" and "machinectl copy-from" server side op...
Lennart Poettering
2015-02-17
1
-0
/
+25
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-3
/
+3
*
machined: simplification
Lennart Poettering
2015-01-06
1
-4
/
+6
*
Revert "machined: don't force terminate registered machines"
Lennart Poettering
2014-12-29
1
-6
/
+4
*
machined: Move image discovery logic into src/shared, so that we can make use...
Lennart Poettering
2014-12-28
1
-1
/
+2
*
treewide: a few more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-2
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-2
/
+2
*
log: fix order of log_unit_struct() to match other logging calls
Lennart Poettering
2014-11-28
1
-4
/
+4
*
machine_kill(): Don't kill the unit when killing the leader
Eelco Dolstra
2014-08-14
1
-0
/
+2
*
Reject invalid quoted strings
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-3
/
+3
*
machined: allow registering host-side network interfaces for communication wi...
Lennart Poettering
2014-07-10
1
-1
/
+47
*
machine: don't return uninitialized variable
Tom Gundersen
2014-07-06
1
-1
/
+1
*
machined: don't force terminate registered machines
Lennart Poettering
2014-07-03
1
-4
/
+6
*
machine: minor modernizations
Lennart Poettering
2014-06-12
1
-5
/
+10
*
machine: escape fields we store in /run, so that they can be properly unescap...
Lennart Poettering
2014-05-22
1
-6
/
+31
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-2
/
+2
*
machined: fix Kill() bus call on machine objects when "what" is specified as ...
Lennart Poettering
2014-03-18
1
-1
/
+9
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-2
/
+2
*
machined: optionally, allow registration of pre-existing units (scopes
Lennart Poettering
2014-02-11
1
-16
/
+41
*
Update some message formats
Zbigniew Jędrzejewski-Szmek
2014-02-06
1
-6
/
+6
*
machined: keep track of the initial leader PID of a machine
Lennart Poettering
2013-11-06
1
-0
/
+7
*
machined: simplifications
Lennart Poettering
2013-11-05
1
-1
/
+1
*
machined: port over to libsystemd-bus
Lennart Poettering
2013-10-30
1
-29
/
+19
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-2
/
+2
*
machined: forward scope properties array from client to systemd
Lennart Poettering
2013-07-11
1
-4
/
+4
*
logind: when creating the scope job fails, return this immediately to the cli...
Lennart Poettering
2013-07-10
1
-0
/
+1
*
machine: fix -Wmaybe-uninitialized warning
Dave Reisner
2013-07-02
1
-1
/
+1
*
machine: fix scope allocation
Lennart Poettering
2013-07-02
1
-2
/
+2
*
logind: after deserializatio readd systemd units to unit-to-object hashmap co...
Lennart Poettering
2013-07-02
1
-17
/
+19
*
machined: split out machine registration stuff from logind
Lennart Poettering
2013-07-02
1
-0
/
+411