]> git.ipfire.org Git - thirdparty/systemd.git/history - src/core/execute.c
shared: add process-util.[ch]
[thirdparty/systemd.git] / src / core / execute.c
2015-04-10  Ronny Chevaliershared: add process-util.[ch]
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-04-06  Lennart Poetteringutil: rework rm_rf() logic
2015-03-14  Zbigniew Jędrzejew... core: don't wait for reply if writing to pipe fails
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-14  Zbigniew Jędrzejew... core: make RuntimeDirectory honor SELinux labels
2015-02-12  Thomas Hindoe Paab... include <poll.h> instead of <sys/poll.h>
2015-02-12  Lennart Poetteringexec: also evaluate working_directory_missing_ok when...
2015-02-12  Lennart Poetteringcore: don't fail to run services in --user instances...
2015-02-11  Cristian Rodríguezcore: remove unneeded <libgen.h> include
2015-02-03  Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-13  Martin Pittcore: Fix EACCES check for OOM adjustments
2015-01-09  Lennart Poetteringcore: modernize execution code a bit
2015-01-08  Lennart Poetteringcore: check both EPERM and EACCES for OOM adjustments
2015-01-08  Lennart Poetteringcore: make EPERM errors when applying OOM adjustment...
2015-01-06  Zbigniew Jędrzejew... tree-wide: remove unnecessary LOG_PRI
2015-01-05  Zbigniew Jędrzejew... journal: call connect() with dropped privileges
2014-12-23  Lennart Poetteringenv-util: don't include files from src/core/
2014-12-23  Lennart Poetteringcore: rearrange code so that libsystemd/sd-bus/ does...
2014-12-19  Lennart Poetteringexecute: the runtime directory can only be on tmpfs...
2014-12-19  Zbigniew Jędrzejew... core: make exec_command_free_list return NULL
2014-12-11  Torstein Husebøcore: correct spacing near eol in code comments
2014-12-10  Lennart Poetteringscope: make attachment of initial PIDs a bit more robust
2014-12-10  Lennart Poetteringutil: introduce our own gperf based capability list
2014-12-04  Michal Sekletarselinux: figure out selinux context applied on exec...
2014-11-28  Lennart Poetteringtreewide: introduce UID_INVALID (and friends) as macro...
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidtcore: convert log_unit_*() to log_unit_*_errno()
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-28  Lennart Poetteringlog: fix order of log_unit_struct() to match other...
2014-11-27  Lennart Poetteringlog: rearrange log function naming
2014-11-24  WaLyong Chosmack: introduce new SmackProcessLabel option
2014-11-05  Lennart Poetteringcore: introduce new Delegate=yes/no property controllin...
2014-10-23  Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-10-23  WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-17  Lukas Nykrynenvironment: append unit_id to error messages regarding...
2014-10-17  Lennart Poetteringexecute: downgrade namespace error to "warning"
2014-10-17  Michal Sekletarexecute: don't fail child when we don't have privileges...
2014-10-11  Michael SchererReport aa_change_onexec error code
2014-09-30  Tom Gundersencore: execute - don't leak strv
2014-09-29  Jan Synacekswap: introduce Discard property
2014-09-19  Michal Sekletarsocket: introduce SELinuxContextFromNet option
2014-09-08  Thomas Hindoe Paab... execute: silence warnings
2014-09-08  Daniel Mackservice: hook up custom endpoint logic
2014-09-08  Daniel Macknamespace: add support for custom kdbus endpoint
2014-09-08  Daniel Mackbus: add kdbus endpoint types
2014-09-05  Daniel Mackexec: move code executed after fork into exec_child()
2014-09-05  Daniel Mackexec: factor out most function arguments of exec_spawn...
2014-08-26  Lennart Poetteringutil: make use of newly added reset_signal_mask() call...
2014-08-21  Lennart Poetteringexecute: explain in a comment, why close_all_fds()...
2014-08-21  Lennart Poetteringcore: unify how we generate the prefix string when...
2014-08-19  Lennart PoetteringRevert "socket: introduce SELinuxLabelViaNet option"
2014-08-19  Michal Sekletarsocket: introduce SELinuxLabelViaNet option
2014-07-29  Kay Sieverstime-util: add and use USEC/NSEC_INFINIY
2014-07-07  Lennart Poetteringfirstboot: add new component to query basic system...
2014-07-03  Lennart Poetteringmachinectl: show /etc/os-release information of contain...
2014-06-24  Ronny Chevalieruse more _cleanup_ macro
2014-06-04  Lennart Poetteringcore: rename ReadOnlySystem= to ProtectSystem= and...
2014-06-03  Lennart Poetteringcore: add new ReadOnlySystem= and ProtectedHome= settin...
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-24  Lennart Poetteringcore: remove tcpwrap support
2014-03-24  Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-05  Lennart Poetteringmissing: if RLIMIT_RTTIME is not defined by the libc...
2014-03-03  Lennart Poetteringcore: introduce new RuntimeDirectory= and RuntimeDirect...
2014-03-03  Lennart Poetteringexecute: free directory path if we fail to remove it...
2014-02-26  Lennart Poetteringexec: imply NoNewPriviliges= only when seccomp filters...
2014-02-26  Lennart Poetteringcore: add new RestrictAddressFamilies= switch
2014-02-26  Lennart Poetteringseccomp: we should control NO_NEW_PRIVS on our own...
2014-02-21  Michael Scherercore: Add AppArmor profile switching
2014-02-19  Lennart Poetteringexecute: modernizations
2014-02-19  Lennart Poetteringcore: add Personality= option for units to set the...
2014-02-18  Lennart Poetteringseccomp: add helper call to add all secondary archs...
2014-02-17  Lennart Poetteringcore: store and expose SELinuxContext field normalized...
2014-02-12  Lennart Poetteringcore: add SystemCallArchitectures= unit setting to...
2014-02-12  Lennart Poetteringcore: fix build without libseccomp
2014-02-12  Lennart Poetteringcore: rework syscall filter
2014-02-12  Ronny Chevaliersyscallfilter: port to libseccomp
2014-02-10  Lennart Poetteringnspawn,man: use a common vocabulary when referring...
2014-02-10  Michael Schererexec: Add support for ignoring errors on SELinuxContext...
2014-02-10  Michael Schererexec: Ignore the setting SELinuxContext if selinux...
2014-02-10  Michael Schererexec: Add SELinuxContext configuration item
2014-01-20  Lennart Poetteringexec: introduce PrivateDevices= switch to provide servi...
2014-01-03  Zbigniew Jędrzejew... Introduce cleanup functions for cap_free
2014-01-03  Zbigniew Jędrzejew... Use format patterns for usec_t, pid_t, nsec_t, usec_t
2013-12-30  Stefan Bellercore: Forgot to dereference pointer when checking for...
2013-12-25  Lennart Poetteringbuild-sys: minor fixes found with cppcheck
2013-12-22  Lennart Poetteringsd-daemon: introduce sd_watchdog_enabled() for parsing...
2013-12-18  Lennart Poetteringexecute: set TERM even if we don't open the tty on...
2013-12-16  Lennart Poetteringexecute: also set SO_SNDBUF when spawning a service...
2013-12-07  Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-11-27  Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-08  Lennart PoetteringRemove dead code and unexport some calls
2013-10-29  Lennart Poetteringstrv: introduce new strv_from_stdarg_alloca() macro...
2013-10-23  Zbigniew Jędrzejew... systemd: use unit name in PrivateTmp directories
2013-10-16  Lennart Poetteringmacro: clean up usage of gcc attributes
2013-10-14  Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-04  Zbigniew Jędrzejew... execute: more debugging messages
2013-10-02  Zbigniew Jędrzejew... execute.c: always set $SHELL
next