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
Age
Commit message (
Expand
)
Author
2012-04-20
transaction: remove the anchor link
Michal Schmidt
2012-04-20
transaction: avoid garbage collecting the anchor job
Michal Schmidt
2012-04-20
transaction: simplify transaction_find_jobs_that_matter_to_anchor()
Michal Schmidt
2012-04-20
transaction: change the linking of isolate jobs to the anchor
Michal Schmidt
2012-04-20
transaction: maintain anchor_job
Michal Schmidt
2012-04-20
transaction: do not add installed jobs to the transaction
Michal Schmidt
2012-04-20
job: jobs shouldn't need to know about transaction anchors
Michal Schmidt
2012-04-20
job: job_new() can find the manager from the unit
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-20
mount-setup: don't log with LOG_ERROR if a mount that doesn't matter fails
Lennart Poettering
2012-04-20
main: log to the journal in container mode, by default
Lennart Poettering
2012-04-18
remove MS_* which can not be combined with current kernel code
Kay Sievers
2012-04-17
udev: unify /dev static symlink setup
Kay Sievers
2012-04-17
selinux: unify systemd and udev code
Kay Sievers
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-16
cgroup: if a controller is not available don't try to create cgroups in its h...
Lennart Poettering
2012-04-13
service: place control command in subcgroup control/
Lennart Poettering
2012-04-13
update .gitignore
Kay Sievers
2012-04-13
watchdog: make watchdog dbus properties writable
Lennart Poettering
2012-04-13
dbus: expose whether we have a hardware watchdog on the bus
Lennart Poettering
2012-04-13
unit: signal explicitly if a condition failed in unit_start()
Lennart Poettering
2012-04-13
main: unset some more env vars
Lennart Poettering
2012-04-13
audit: ignore if we get EPERM
Lennart Poettering
2012-04-13
loopback: handle EPERM more gracefully
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
build-sys: move *-setup out of shared to avoid selinux being pulled in
Lennart Poettering
2012-04-12
main: we want all setup functions to be in files called xxx-setup.[ch]
Lennart Poettering
2012-04-12
move more main systemd parts to core/
Kay Sievers
2012-04-12
hostname-setup: move to core/
Lennart Poettering
2012-04-12
shutdown: move shutdown to core since it replaces PID 1
Lennart Poettering
2012-04-12
build-sys: dbus-loop.h is not used by the core
Lennart Poettering
2012-04-12
build-sys: move a few things into more appropriate places
Lennart Poettering
2012-04-12
build-sys: add stub makefiles to make emacs easier to use
Lennart Poettering
2012-04-12
rename machine-id-main.c tomacht the binary and move main.c to core/
Kay Sievers
2012-04-12
execute: when we can't get the requested rlimit, get the next closest
Lennart Poettering
2012-04-12
unit: introduce ConditionPathIsReadWrite
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
polkit: temporarily spawn of a polkit agent in terminals for possibly authent...
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers