index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
unit: deduce following unit value dynamically instead of statically, to avoid...
Lennart Poettering
2010-07-21
1
-2
/
+12
*
device: do not merge devices
Lennart Poettering
2010-07-20
1
-0
/
+3
*
systemctl: introduce reset-maintenance command
Lennart Poettering
2010-07-19
1
-0
/
+7
*
job: timeout every job independently of the unit
Lennart Poettering
2010-07-17
1
-8
/
+18
*
unit: introduce OnFailure dependencies to activate units on failure of other ...
Lennart Poettering
2010-07-17
1
-11
/
+23
*
systemctl: warn when operating on service files that changed on disk but have...
Lennart Poettering
2010-07-17
1
-2
/
+23
*
unit: allow units to have more than one instance id
Lennart Poettering
2010-07-16
1
-4
/
+14
*
unit: disable retroactive starting/stopping of units when deserializing
Lennart Poettering
2010-07-13
1
-5
/
+7
*
unit: retroactively start dependencies for job-less units too
Lennart Poettering
2010-07-13
1
-7
/
+10
*
cgroup: reimplement the last bit of libcgroup functionality natively
Lennart Poettering
2010-07-12
1
-37
/
+17
*
unit: introduce IgnoreDependencyFailure=
Lennart Poettering
2010-07-12
1
-2
/
+4
*
cgroup: kill processes, not tasks and other cgroup changes
Lennart Poettering
2010-07-11
1
-2
/
+3
*
cgroup: make cgroup controller name a constant
Lennart Poettering
2010-07-10
1
-3
/
+3
*
unit: trim cgroups when going down
Lennart Poettering
2010-07-10
1
-0
/
+3
*
main: add a few more useful diagnostic log messages
Lennart Poettering
2010-07-10
1
-0
/
+3
*
dbus: make errors reported via D-Bus more useful
Lennart Poettering
2010-07-08
1
-14
/
+14
*
log: bump up a number of log messages so that they are shown even if debug lo...
Lennart Poettering
2010-07-07
1
-2
/
+2
*
unit: don't cancel dependent jobs if a stopped daemon returned an error code
Lennart Poettering
2010-07-07
1
-3
/
+1
*
manager: optionally print status updates to console on boot
Lennart Poettering
2010-07-07
1
-9
/
+39
*
dbus: send signals about jobs to the clients having created them unconditiona...
Lennart Poettering
2010-07-05
1
-1
/
+2
*
unit: add DefaultDependencies= setting
Lennart Poettering
2010-07-03
1
-6
/
+9
*
unit: simplify things a little by introducing API to add two dependencies in ...
Lennart Poettering
2010-07-03
1
-4
/
+58
*
unit: shorten active state enums to make systemctl output nicer
Lennart Poettering
2010-07-01
1
-5
/
+5
*
unit: add new abstracted maintenance state for units
Lennart Poettering
2010-07-01
1
-6
/
+20
*
core: rename struct timestamp to dual_timestamp to avoid name clash with IP s...
Lennart Poettering
2010-07-01
1
-2
/
+2
*
manager: get rid of destinction between running_as=system and running_as=init...
Lennart Poettering
2010-06-19
1
-1
/
+1
*
dbus: to make sure that systemd stays controllable during early bootup, regis...
Lennart Poettering
2010-06-19
1
-2
/
+1
*
systemctl: add verbs for special units
Lennart Poettering
2010-06-18
1
-0
/
+1
*
set: introduce set_free_free()
Lennart Poettering
2010-06-15
1
-7
/
+2
*
unit: when destructing units make sure we don't readd the unit to the gc queu...
Lennart Poettering
2010-06-05
1
-8
/
+6
*
unit: avoid assert on daemon reload
Lennart Poettering
2010-06-04
1
-4
/
+4
*
unit: if a unit external changes state, consider that good enough for a job t...
Lennart Poettering
2010-06-04
1
-32
/
+30
*
unit: serialize jobs in addition to units
Lennart Poettering
2010-06-03
1
-0
/
+34
*
path: add .path unit type for monitoring files
Lennart Poettering
2010-05-24
1
-1
/
+3
*
timer: fully implement timer units
Lennart Poettering
2010-05-24
1
-6
/
+8
*
unit: add simple only-by-dependency flag for units
Lennart Poettering
2010-05-21
1
-2
/
+4
*
logger: add an after dependency on the syslog dependency
Lennart Poettering
2010-05-20
1
-1
/
+4
*
service: when we cannot start due to rate limÃt consider that a real failure
Lennart Poettering
2010-05-20
1
-3
/
+4
*
execute: s/EXEC_OUTPUT_KERNEL/EXEC_OUTPUT_KMSG/ to follow LOG_TARGET_xxx nome...
Lennart Poettering
2010-05-19
1
-1
/
+1
*
unit: don't gc units that are still in STUB state
Lennart Poettering
2010-05-18
1
-0
/
+3
*
build-sys: move source files to subdirectory
Lennart Poettering
2010-05-16
1
-0
/
+1949