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.c
Age
Commit message (
Expand
)
Author
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-19
manager: use a private notify sockets in containers to avoid problems with sh...
Lennart Poettering
2012-07-18
unit: don't serialize job state, only unit state across switch-root
Lennart Poettering
2012-07-13
util: rename join() to strjoin()
Lennart Poettering
2012-07-10
unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...
Lennart Poettering
2012-07-02
core: mention if we are run from an initial RAM disk
Lennart Poettering
2012-07-02
manager: turn notify socket into abstract namespace socket again
Lennart Poettering
2012-06-29
manager: serialize/deserialize job counters across reexec/reload
Lennart Poettering
2012-06-26
core: make systemd.confirm_spawn=1 actually work
Lennart Poettering
2012-05-31
mkdir: append _label to all mkdir() calls that explicitly set the selinux con...
Kay Sievers
2012-05-23
manager: rework generator logic
Lennart Poettering
2012-05-21
main: allow system wide limits for services
Frederic Crozat
2012-05-21
manager: only serialize the timestamps for the initramfs if in_initrd()
Harald Hoyer
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-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-25
core: add NOP jobs, job type collapsing
Michal Schmidt
2012-04-24
service: introduce Type=idle and use it for gettys
Lennart Poettering
2012-04-23
transaction: cancel jobs non-recursively on isolate
Michal Schmidt
2012-04-20
transaction: maintain anchor_job
Michal Schmidt
2012-04-20
manager: split transaction.[ch]
Michal Schmidt
2012-04-20
manager: Transaction as an object
Michal Schmidt
2012-04-20
job: job_uninstall()
Michal Schmidt
2012-04-20
manager: simplify transaction_abort()
Michal Schmidt
2012-04-20
job: allow job_free() only on already unlinked jobs
Michal Schmidt
2012-04-20
manager: fix comment
Michal Schmidt
2012-04-16
logind: remove redundant entries from logind's default controller lists too
Lennart Poettering
2012-04-16
manager: remove unavailable/redundant entries from default controllers list
Lennart Poettering
2012-04-13
watchdog: make watchdog dbus properties writable
Lennart Poettering
2012-04-13
audit: ignore if we get EPERM
Lennart Poettering
2012-04-13
manager: support systems lacking /dev/tty0
Lennart Poettering
2012-04-13
fix a couple of things found with the llvm static analyzer
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers