]> git.ipfire.org Git - thirdparty/systemd.git/history - src/run
Merge pull request #179 from l10n-tw/master
[thirdparty/systemd.git] / src / run /
2015-06-12  Ronny ChevalierMerge pull request #164 from l10n-tw/master
2015-06-11  Daniel MackMerge pull request #84 from blueyed/zsh-optimize-filter...
2015-06-10  Lennart PoetteringMerge pull request #3 from threatgrid/more_cgtop_enhanc...
2015-06-10  Lennart PoetteringMerge pull request #6 from xnox/drop-name
2015-06-10  Daniel MackMerge pull request #147 from poettering/cmsg
2015-06-10  Tom GundersenMerge pull request #146 from arvidjaar/pr/udev-import...
2015-06-10  Zbigniew Jędrzejew... Fix typo
2015-06-04  Daniel MackMerge pull request #74 from systemd-mailing-devs/143275...
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-06-02  Daniel MackMerge pull request #5 from systemd-mailing-devs/1432910...
2015-06-02  Daniel MackMerge pull request #4 from systemd-mailing-devs/1431989...
2015-06-02  Tom GundersenMerge pull request #34 from systemd-mailing-devs/143261...
2015-05-29  Lennart Poetteringutil: split out signal-util.[ch] from util.[ch]
2015-05-05  Lennart Poetteringcore: rework unit name validation and manipulation...
2015-04-28  Lennart Poetteringrun: by default, wait until the transient unit finished...
2015-04-28  Lennart Poetteringrun: synchronously wait until the scope unit we create...
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-02-18  Lennart Poetteringnspawn: when connected to pipes for stdin/stdout, pass...
2015-02-18  Lennart Poetteringrun: if we fail to set a property assignment then reall...
2015-02-03  Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-28  Zbigniew Jędrzejew... notify,firstboot,analyze,run: trim --help output to...
2015-01-07  Lennart Poetteringmachinectl: make sure that "machinectl login" exits...
2014-12-25  Zbigniew Jędrzejew... run: uninitialized variable
2014-12-24  Lennart Poetteringsd-bus: rename sd_bus_open_system_container() to sd_bus...
2014-12-23  Lennart Poetteringsystemd-run: support -t mode when combined with -M
2014-12-23  Lennart Poetteringsystemd-run: add --quiet mode to suppress informational...
2014-12-23  Lennart Poetteringrun: add a new "-t" mode for invoking a binary on an...
2014-12-09  WaLyong Chorun: introduce timer support option
2014-11-28  Michal Schmidttreewide: another round of simplifications
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: yet more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions, multiline...
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-22  Zbigniew Jędrzejew... Do not check for existence of remote binaries
2014-08-04  Lennart Poetteringbus: always explicitly close bus from main programs
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-07-26  Karel ZakAlways check asprintf return code
2014-05-26  Thomas Bächleranalyze/run: use bus_open_transport_systemd instead...
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-05  Lennart Poetteringsystemd-run: don't print error messages twice
2014-03-05  Lennart Poetteringsystemd-run: make sure --nice=, --uid=, --gid=, --seten...
2014-03-05  Lennart Poetteringsystemd-run: add some extra safety checks
2014-03-05  Lennart Poetteringsystemd-run: add new --property= switch that can set...
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-05  Lennart Poetteringnspawn: add --quiet switch for turning off any output...
2014-02-05  Lennart Poetteringcore: allow User=, Group=, Nice=, Environment=, Type...
2014-01-31  Lennart Poetteringrun: drop mistakenly committed test code
2014-01-31  Lennart Poetteringcore: introduce new stop protocol for unit scopes
2013-12-26  Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-26  Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-11-21  Lennart Poetteringlogind,machined,run: properly invoke StartTransientUnit...
2013-11-11  Lennart Poetteringbus: rename sd_bus_send_with_reply_and_block() to sd_bu...
2013-11-08  Lennart Poetteringbus: port remaining code over to use bus_error_message()
2013-11-08  Lennart Poetteringlocalectl: port over to bus_log_create_error()
2013-11-06  Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06  Lennart Poetteringrun: support --system to match other commands, even...
2013-10-30  Lennart Poetteringrun: add support for executing commands remotely via...
2013-10-16  Lennart Poetteringtimedated: use libsystemd-bus instead of libdbus for...
2013-09-09  Zbigniew Jędrzejew... Fix two compiler warnings
2013-09-09  Zbigniew Jędrzejew... run: allow non-absolute paths as command
2013-07-30  Lennart Poetteringcore: open up SendSIGHUP property for transient units
2013-07-26  Lennart Poetteringcore: allow setting RemainAfterExit= for transient...
2013-07-19  Lennart Poetteringman: extend systemd-run man page a little
2013-07-01  Lennart Poetteringcore: add support to run transient units in arbitrary...
2013-06-30  Lennart Poetteringcore: allow setting of the description string for trans...
2013-06-30  Lennart Poetteringcore: add new "scope" unit type for making a unit of...
2013-06-28  Lennart Poetteringcore: add transient units