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
/
activate
/
activate.c
Age
Commit message (
Expand
)
Author
2015-06-10
tree-wide: whenever we fork off a foreign child process reset signal mask/han...
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-11-28
treewide: another round of simplifications
Michal Schmidt
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
treewide: simplify log_*_errno(r,...) immediately followed by "return r"
Michal Schmidt
2014-11-28
treewide: more log_*_errno() conversions, multiline calls
Michal Schmidt
2014-11-28
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-09-11
activate: fix fd leak in do_accept()
Philippe De Swert
2014-08-03
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-07-31
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-03-17
activate: export make_socket_fd
Zbigniew Jędrzejewski-Szmek
2013-12-30
acticate: rename --environment to --setenv
Zbigniew Jędrzejewski-Szmek
2013-12-17
activate: fix error checking on epoll_ctl()
Lennart Poettering
2013-12-10
activate: clean up inherited descriptors
Zbigniew Jędrzejewski-Szmek
2013-11-18
remove unused variables
Thomas Hindoe Paaboel Andersen
2013-11-14
activate: fix crash when -s is passed
Mantas Mikulėnas
2013-11-14
activate: mention -E in the help text
Mantas Mikulėnas
2013-11-08
clients: fix some signal handler issues
Lennart Poettering
2013-11-07
activate: print a nice message if no fd to listen on was specified
Lennart Poettering
2013-11-07
activate: port to use new getpeername_pretty()/getsockname_pretty() calls
Lennart Poettering
2013-11-07
activate: fix uninitialized memory
Lennart Poettering
2013-11-06
active: rework make_socket_fd() to be based on socket_address_listen()
Lennart Poettering
2013-11-06
activate: reduce log settings to normal
Lennart Poettering
2013-11-06
activate: get rid of redundant definiton of fd_cloexec()
Lennart Poettering
2013-11-06
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-07-02
replace tabs with spaces in various files
Jason St. John
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-03-31
activate: do not leak envp on error
Zbigniew Jędrzejewski-Szmek
2013-03-20
activate: avoid warning from -Wshadow
Zbigniew Jędrzejewski-Szmek
2013-03-15
systemd-activate: pass environment variables through
Zbigniew Jędrzejewski-Szmek
2013-02-27
systemd-activate: add a socket-activation test tool
Zbigniew Jędrzejewski-Szmek