index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
execute.c
Age
Commit message (
Expand
)
Author
2010-10-22
systemctl: introduce systemctl kill
Lennart Poettering
2010-10-13
unit: add minimal condition checker for unit startup
Lennart Poettering
2010-10-08
service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a service
Lennart Poettering
2010-10-07
util: never use sizeof(sa_family_t) when calculating sockaddr sizes
Lennart Poettering
2010-08-31
exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interface
Lennart Poettering
2010-08-30
exec: make sure O_NONBLOCK is off for all sockets passed as STDIN/STDOUT/STDERR
Lennart Poettering
2010-08-20
service/systemctl: don't consider LSB exit codes 5 and 6 as failure, and deco...
Lennart Poettering
2010-08-14
emacs: make sure nobody accidently adds tabs to our sources
Lennart Poettering
2010-08-11
clang: fix numerous little issues found with clang-analyzer
Lennart Poettering
2010-07-14
socket: don't close sockets when activating per-connection units
Lennart Poettering
2010-07-12
execute: inherit from original input, not the fixed up
Lennart Poettering
2010-07-12
execute: reword comment
Lennart Poettering
2010-07-12
execute: close inherited fds earlier
Lennart Poettering
2010-07-11
execute: use right logger socket
Lennart Poettering
2010-07-10
execute: add ability to configure the kill signal
Lennart Poettering
2010-07-08
execute: support minimal environment variable replacement when executing proc...
Lennart Poettering
2010-07-08
execute: if the main process of a service already owns the TTY, don't wait fo...
Lennart Poettering
2010-07-07
execute: change stdout inherit logic, when run as PID 1 use /dev/null
Lennart Poettering
2010-07-05
turn negative options into positive options
Lennart Poettering
2010-07-04
uniformly suffix time span properties with their unit
Lennart Poettering
2010-07-04
dbus: complete exec status coverage
Lennart Poettering
2010-07-04
dbus: complete exec coverage
Lennart Poettering
2010-07-02
execute: check tcpwrap for sockets passed via new-style socket passing as well.
Lennart Poettering
2010-07-01
core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...
Lennart Poettering
2010-06-19
don't use 'long long' unless we have a really good reason to
Lennart Poettering
2010-06-18
execute: handle format strings in User= and other directives
Lennart Poettering
2010-06-16
service: optionally call into PAM when dropping priviliges
Lennart Poettering
2010-06-16
execute: setup namespace after doing NSS calls
Lennart Poettering
2010-06-16
tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...
Lennart Poettering
2010-05-22
execute: fix typo
Lennart Poettering
2010-05-22
execute: only reset those signals to the default we really need to reset to t...
Lennart Poettering
2010-05-20
execute: check ppid, not pid for 1
Lennart Poettering
2010-05-20
execute: reopen console in the spawned processes, if necessary
Lennart Poettering
2010-05-19
execute: send output of services by default to same place as systemd internal...
Lennart Poettering
2010-05-19
execute: simplify stdin/stderr/stdout fixup a little
Lennart Poettering
2010-05-19
execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...
Lennart Poettering
2010-05-19
service: by default send service output to syslog, except for SysV services w...
Lennart Poettering
2010-05-18
main: ignore EPERM in TIOCSTTY when opening terminal for crash shell
Lennart Poettering
2010-05-16
build-sys: move source files to subdirectory
Lennart Poettering