summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2014-09-05exec: move code executed after fork into exec_child()Daniel Mack
2014-09-05exec: factor out most function arguments of exec_spawn() to ExecParametersDaniel Mack
2014-09-03systemd: fix argument ordering in UnsetAndSetEnvironmentZbigniew Jędrzejewski-Szmek
2014-08-31Quote unit names in suggested systemctl commandlinesZbigniew Jędrzejewski-Szmek
2014-08-30systemd: fix error messageZbigniew Jędrzejewski-Szmek
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-28use the switch_root function in shutdownHarald Hoyer
2014-08-26util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering
2014-08-22core: introduce "poweroff" as new failure action typesLennart Poettering
2014-08-22core: print 'startup finished' messages even if we log to consoleLennart Poettering
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-21service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering
2014-08-21service: use the right timeout for stop processes we forkLennart Poettering
2014-08-21execute: explain in a comment, why close_all_fds() is invoked the second time...Lennart Poettering
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-21core: allow informing systemd about service status changes with RELOADING=1 a...Lennart Poettering
2014-08-21manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th...Lennart Poettering
2014-08-21manager: reuse sockaddr_union instead of redefining our own version of itLennart Poettering
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering
2014-08-21service: don't invoke functions at the same time as declaring variablesLennart Poettering
2014-08-21service: remove some pointless linebreaks, to make things more readableLennart Poettering
2014-08-21service: asynchronous_close() already checks for negative parameters, no need...Lennart Poettering
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering
2014-08-20machine-id-setup: don't try to read UUID from VM/container manager if we oper...Lennart Poettering
2014-08-20build: remove repeated KMOD sectionTom Gundersen
2014-08-20build: include more optional modules in build stringLennart Poettering
2014-08-19remove unused variablesThomas Hindoe Paaboel Andersen
2014-08-19socket: suffix newly added TCP sockopt time properties with "Sec"Lennart Poettering
2014-08-19Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering
2014-08-19socket: introduce SELinuxLabelViaNet optionMichal Sekletar
2014-08-19sysusers: add a new RPM macro for creating users directly from data passed in...Lennart Poettering
2014-08-18core: minor modernizationsLennart Poettering
2014-08-18units: fix BindsTo= logic when applied relative to services with Type=oneshotLennart Poettering
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter
2014-08-15Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'Lennart Poettering
2014-08-15cgroup: only generate warnings if actually writing to cgroup attributes failedLennart Poettering
2014-08-15main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering
2014-08-15main: minor code modernization for initializing the consoleLennart Poettering
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-08-15core: Common code for DBus methods that Cancel a jobStef Walter
2014-08-15cgroup: downgrade log messages about non-existant cgroup attributes to LOG_DEBUGLennart Poettering
2014-08-14socket: add bus property for bus property NoDelaySusant Sahani
2014-08-14socket: Add support for TCP defer acceptSusant Sahani
2014-08-14socket: Add Support for TCP keep alive variablesSusant Sahani
2014-08-15core: Refuse mount on symlinkTimofey Titovets
2014-08-14core: do not add default dependencies to /usr mount unitJon Severinsson
2014-08-14Revert "socket: add support for TCP fast Open"Lennart Poettering
2014-08-14socket: add support for TCP fast OpenSusant Sahani
2014-08-14socket: add support for tcp nagleSusant Sahani