summaryrefslogtreecommitdiffstats
path: root/shell-completion (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-15test-exec: do not skip all the testsRonny Chevalier1-6/+20
2015-01-15spawn: downgrade loopback detach errors to debugLennart Poettering1-2/+2
2015-01-15nspawn: add support for limited dissecting of MBR disk images with nspawnLennart Poettering1-52/+100
2015-01-14nspawn: pass the container's init PID out via sd_notify()Lennart Poettering1-3/+4
2015-01-14update TODOLennart Poettering1-3/+1
2015-01-14nspawn: fix an incorrect assert comparisonLennart Poettering1-1/+1
2015-01-14loginctl: fix misuse compound literalsLennart Poettering1-2/+11
2015-01-14sd-bus: tell Coverity that it's OK not to care for return values in some casesLennart Poettering1-4/+4
2015-01-14nspawn: add file system locks for controlling access to container imagesLennart Poettering5-32/+304
2015-01-14sysv-generator: always use fstatat() if we canLennart Poettering1-10/+14
2015-01-14sysv-generator: fix memory leak on failureLennart Poettering1-5/+9
2015-01-14machinectl: fix minor memory leakLennart Poettering1-2/+2
2015-01-14pty: minor modernizationLennart Poettering1-5/+4
2015-01-14machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering3-10/+73
2015-01-14util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering4-9/+17
2015-01-14ptyfw: add missing error checkLennart Poettering1-1/+3
2015-01-14nspawn: remove the right propagation directoryLennart Poettering1-1/+1
2015-01-14test: hashmap_put behaviour for equal keysMartin Pitt1-1/+6
2015-01-14man: remove "nofail" from systemd.swap(5)Zbigniew Jędrzejewski-Szmek1-4/+1
2015-01-14machinectl: use GNU basename, not the XPG versionCristian Rodríguez1-1/+1
2015-01-13refcnt: refcnt is unsigned, fix comparisonsTom Gundersen9-9/+9
2015-01-13nspawn: --help typo fixLennart Poettering1-1/+1
2015-01-13update TODOLennart Poettering1-2/+4
2015-01-13networkd: propagate IPFoward= per-interface setting also to /proc/sys/net/ipv...Lennart Poettering1-2/+28
2015-01-13udev: make use of new one_zero() helper where appropriateLennart Poettering1-1/+1
2015-01-13networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering8-20/+62
2015-01-13network: IPMasquerade= implies IPForward=, hence remove itLennart Poettering1-1/+0
2015-01-13networkd: rename misnamed booleanLennart Poettering2-5/+5
2015-01-13networkd: introduce an AddressFamilyBoolean enum typeLennart Poettering8-48/+71
2015-01-13journald: allow zero length datagrams againLennart Poettering1-4/+0
2015-01-13nspawn: add "-n" shortcut for "--network-veth"Lennart Poettering2-5/+5
2015-01-13doc: add cross-references between systemd.{link, netdev, network}Jan Engelhardt3-0/+8
2015-01-13doc: network - add comment about default prefix sizeTom Gundersen1-0/+1
2015-01-13fw-util: fix errno typo for !HAVE_LIBIPTCDaniel Mack1-1/+1
2015-01-13TODO: DHCPv6 Information Request has been implementedPatrik Flykt1-1/+0
2015-01-13update TODOLennart Poettering1-0/+8
2015-01-13machined: refuse certain operation on non-container machines, since they cann...Lennart Poettering1-0/+12
2015-01-13import: make sure we don't mangle file ownerships with the local passwd datab...Lennart Poettering1-1/+1
2015-01-13nspawn: add new option "--port=" for exposing container ports on the local hostLennart Poettering5-63/+428
2015-01-13networkd: add minimal IP forwarding and masquerading support to .network filesLennart Poettering10-68/+230
2015-01-13shared: add minimal firewall manipulation helpers for establishing NAT rules,...Lennart Poettering8-7/+552
2015-01-13core: Fix EACCES check for OOM adjustmentsMartin Pitt1-1/+1
2015-01-13Remove some fixed items from TODOZbigniew Jędrzejewski-Szmek1-8/+2
2015-01-12zsh-completion: add missing completions for systemd-tmpfilesRonny Chevalier1-1/+4
2015-01-12zsh-completion: add missing completions for systemd-runRonny Chevalier1-0/+13
2015-01-12zsh-completion: add missing completions for systemd-analyzeRonny Chevalier1-5/+9
2015-01-12zsh-completion: add missing -M completion for timedatectlRonny Chevalier1-0/+1
2015-01-12zsh-completion: add missing completions for coredumpctlRonny Chevalier1-0/+3
2015-01-12TODO: updateDavid Herrmann1-0/+2
2015-01-12udev: link_config - modernize a bit and fix leakesTom Gundersen1-35/+51