summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-31s390/getty-generator: initialize essential system terminals/consolesHendrik Brueckner
2014-01-31run: drop mistakenly committed test codeLennart Poettering
2014-01-31core: fix oom checkLennart Poettering
2014-01-31core: introduce new stop protocol for unit scopesLennart Poettering
2014-01-31util: use alloca0() intead of alloca() + memzero()Lennart Poettering
2014-01-31networkd: dhcp - refactor handlerTom Gundersen
2014-01-31networkd: don't check for ifindex in answer to RTM_NEWLINKTom Gundersen
2014-01-31libsystemd-dhcp: Update secs field only when sending DiscoverPatrik Flykt
2014-01-31libsystemd-dhcp: Fix stopping of DHCP clientPatrik Flykt
2014-01-31libsystemd-dhcp: Compute UDP checksum only if setPatrik Flykt
2014-01-31libsystemd-dhcp: Rename function to be clearer that options are parsedPatrik Flykt
2014-01-31libsystemd-dhcp: DNS name option must be a multiple of 4 bytesPatrik Flykt
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-31analyze: fix plot issues when using gummibootThomas Hindoe Paaboel Andersen
2014-01-30tmpfiles: fix memory leak of exclude_prefixesZbigniew Jędrzejewski-Szmek
2014-01-30shared: net - use u32ctz to compute prefixlenTom Gundersen
2014-01-30util: add u32ctz() call for determining ctz of uint32_tLennart Poettering
2014-01-30networkd: netdev - reduce chance of race when receiving netdev's ifindexTom Gundersen
2014-01-30sd-rtnl: beef up rtnl-util a bitTom Gundersen
2014-01-30sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen
2014-01-30networkd: address - add support for broadcastTom Gundersen
2014-01-30net-util: verify the address familyTom Gundersen
2014-01-30networkd: dhcpv4 - add notion of 'CriticalConnection'Tom Gundersen
2014-01-30utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering
2014-01-30update-utmp: code modernizationsLennart Poettering
2014-01-29bus: when proxying messages from the bus driver patch the driver's well-known...Lennart Poettering
2014-01-29bus: the owner of the bus driver name as reported by the driver'sLennart Poettering
2014-01-29nspawn: fix reboot event fd reuseLennart Poettering
2014-01-29core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering
2014-01-29core: use a bit more PID_FMTLennart Poettering
2014-01-29core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering
2014-01-29service: allow KillMode=mixed in conjunction with PAMName=Lennart Poettering
2014-01-29core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering
2014-01-29bus: fake security labels againLennart Poettering
2014-01-28manager: remove "debugging" "feature"Zbigniew Jędrzejewski-Szmek
2014-01-28manager: requeue the cylon eye for 5s later when a job finishesZbigniew Jędrzejewski-Szmek
2014-01-28manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek
2014-01-28Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek
2014-01-28Get rid of write_safeZbigniew Jędrzejewski-Szmek
2014-01-28always use the same code for creating temporary filesLennart Poettering
2014-01-28util: pick slightly safer open() flags when creating temporary filesLennart Poettering
2014-01-28util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering
2014-01-28util: pass original flags value to mkostemp(), in open_tmpfile()Lennart Poettering
2014-01-28util: simplify mkostemp_safe()Lennart Poettering
2014-01-28util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering
2014-01-28util: modernize loop_read() and loop_write() a bitLennart Poettering
2014-01-28bus: reorder a few thingsLennart Poettering
2014-01-28bus: update kdbus.h (ABI break)Kay Sievers
2014-01-28Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers
2014-01-27manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek