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
/
core
/
manager.h
Age
Commit message (
Expand
)
Author
2013-06-02
analyze: show unit file loading on plot
Thomas Hindoe Paaboel Andersen
2013-06-02
analyze: show generators on plot
Umut Tezduyar
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-25
Add some extra __attribute__ ((format)) s
Cristian Rodríguez
2013-04-25
unit: rework stop pending logic
Lennart Poettering
2013-04-08
Do not serialize environment, when switching root
Harald Hoyer
2013-03-15
core: reuse the same /tmp, /var/tmp and inaccessible dir
Michal Sekletar
2013-02-28
core/manager: print status messages about running jobs
Michal Schmidt
2013-02-28
core: count active units that may mind our printing to /dev/console
Michal Schmidt
2013-02-28
util, core: add support for ephemeral status lines
Michal Schmidt
2013-02-28
core/manager: make a couple of functions static
Michal Schmidt
2013-02-28
core: add manager_status_printf()
Michal Schmidt
2013-02-27
core: keep track of the number of JOB_RUNNING jobs
Michal Schmidt
2012-12-22
socket: support socket activation of containers
Lennart Poettering
2012-11-25
timer: recalculate next elapse for calendar timer units when the system clock...
Lennart Poettering
2012-11-22
manager: introduce watch_init() initializer for watches
Lennart Poettering
2012-10-02
audit: turn the audit fd into a static variable
Lennart Poettering
2012-09-18
core: move ManagerRunningAs to shared
Zbigniew Jędrzejewski-Szmek
2012-09-13
manager: extend performance measurement interface to include firmware/loader ...
Lennart Poettering
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-18
unit: don't serialize job state, only unit state across switch-root
Lennart Poettering
2012-06-22
core: remove sysv_console option
Lennart Poettering
2012-05-23
manager: rework generator logic
Lennart Poettering
2012-05-21
main: allow system wide limits for services
Frederic Crozat
2012-05-21
dbus-unit: always load the unit before handling a message for it
Michal Schmidt
2012-05-09
manager: introduce SwitchRoot bus call for initrd/main transition
Lennart Poettering
2012-04-30
unit: add new dependency type RequiresMountsFor=
Lennart Poettering
2012-04-24
service: introduce Type=idle and use it for gettys
Lennart Poettering
2012-04-24
manager: drop MountAuto= and SwapAuto= options
Lennart Poettering
2012-04-20
manager: split transaction.[ch]
Michal Schmidt
2012-04-20
manager: Transaction as an object
Michal Schmidt
2012-04-20
job: allow job_free() only on already unlinked jobs
Michal Schmidt
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers