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
/
tmpfiles
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify parse_argv style
Zbigniew Jędrzejewski-Szmek
2014-08-03
1
-7
/
+4
*
tmpfiles: copy/link /usr/share/factory/ files when the source argument is omi...
Kay Sievers
2014-06-20
1
-5
/
+6
*
tmpfiles: make sure "C" doesn't copy anything if the destination already exists
Lennart Poettering
2014-06-19
1
-14
/
+35
*
tmpfiles: do not fail when copying an empty directory
Kay Sievers
2014-06-19
1
-1
/
+1
*
tmpfiles: create directories already with the right label, instead of creatin...
Lennart Poettering
2014-06-18
1
-4
/
+4
*
tmpfiles: w lines should allow following symlinks
Lennart Poettering
2014-06-18
1
-12
/
+8
*
tmpfiles: add "+" modifier support to b, c, p lines in addition to L
Lennart Poettering
2014-06-18
1
-25
/
+59
*
tmpfiles: add new "L+" command as stronger version of "L", that removes the d...
Lennart Poettering
2014-06-16
1
-18
/
+36
*
tmpfiles: set up selinux label proeprly when creating fifos
Lennart Poettering
2014-06-16
1
-0
/
+2
*
tmpfiles: skip mknod() on -EPERM (device cgroup)
Kay Sievers
2014-06-13
1
-3
/
+11
*
tmpfiles: minor modernizations
Lennart Poettering
2014-06-12
1
-4
/
+8
*
tmpfiles: add ability to mask access mode by pre-existing access mode on file...
Lennart Poettering
2014-06-11
1
-7
/
+30
*
tmpfiles: remove unnecessary function
Lennart Poettering
2014-06-11
1
-14
/
+6
*
tmpfiles: when processing lines, always process prefixes before suffixes
Lennart Poettering
2014-06-11
1
-0
/
+16
*
tmpfiles: static variables populated immediately from the command line should...
Lennart Poettering
2014-06-11
1
-12
/
+12
*
tmpfiles: always recreate the most basic directory structure in /var
Lennart Poettering
2014-06-11
1
-1
/
+1
*
tmpfiles: get rid of "m" lines, make them redundant by "z"
Lennart Poettering
2014-06-10
1
-71
/
+49
*
tmpfiles: add new "C" line for copying files or directories
Lennart Poettering
2014-06-10
1
-1
/
+34
*
tmpfiles: various modernizations
Lennart Poettering
2014-06-10
1
-12
/
+27
*
label: when clearing selinux context, don't mangle errno
Lennart Poettering
2014-06-10
1
-8
/
+4
*
implement a union to pad out file_handle
Dave Reisner
2014-04-21
1
-7
/
+4
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-3
/
+3
*
shared: export is_dir
Zbigniew Jędrzejewski-Szmek
2014-03-17
1
-7
/
+6
*
tmpfiles: add --root option to operate on an alternate fs tree
Michael Marineau
2014-03-14
1
-3
/
+24
*
shared: add root argument to search_and_fopen
Michael Marineau
2014-03-14
1
-1
/
+1
*
tmpfiles: simplification
Lennart Poettering
2014-02-19
1
-3
/
+1
*
tmpfiles: fix memory leak of exclude_prefixes
Zbigniew Jędrzejewski-Szmek
2014-01-30
1
-3
/
+4
*
tmpfiles: don't allow label_fix to print ENOENT when we want to ignore it
Lukas Nykryn
2014-01-09
1
-4
/
+1
*
tmpfiles: rename --unsafe to --boot
Zbigniew Jędrzejewski-Szmek
2013-12-30
1
-7
/
+7
*
tmpfiles: introduce the concept of unsafe operations
Zbigniew Jędrzejewski-Szmek
2013-12-24
1
-3
/
+19
*
log: log_error() and friends add a newline after each line anyway, so avoid i...
Lennart Poettering
2013-12-24
1
-2
/
+2
*
tmpfiles: replace readdir_r with readdir
Florian Weimer
2013-12-21
1
-4
/
+4
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-4
/
+11
*
build-sys: use -Og instead of -O0 to catch warnings
Kay Sievers
2013-10-21
1
-2
/
+5
*
tmpfiles: log unaccessible FUSE mount points only as debug message
Kay Sievers
2013-10-17
1
-4
/
+7
*
util: allow trailing semicolons on define_trivial_cleanup_func lines
Lennart Poettering
2013-10-14
1
-1
/
+1
*
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-4
/
+1
*
tmpfiles: add a new "m" line type that adjusts user/group/mode of a file if i...
Lennart Poettering
2013-09-17
1
-8
/
+31
*
tmpfiles: support simple specifier expansion for specified paths
Lennart Poettering
2013-09-17
1
-20
/
+31
*
tmpfiles: introduce --exclude-prefix
Dave Reisner
2013-07-24
1
-16
/
+28
*
tmpfiles: support passing --prefix multiple times
Dave Reisner
2013-07-24
1
-3
/
+21
*
tmpfiles: Fix memory leak in parse_line()
Maciej Wereski
2013-07-19
1
-1
/
+7
*
tmpfiles: fix error check
Lennart Poettering
2013-06-21
1
-1
/
+1
*
Add set_consume which always takes ownership
Zbigniew Jędrzejewski-Szmek
2013-04-24
1
-7
/
+3
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-9
/
+9
*
Fix spelling errors using 'codespell' tool
Anatol Pomozov
2013-04-15
1
-1
/
+1
*
Add _cleanup_globfree_
Zbigniew Jędrzejewski-Szmek
2013-04-05
1
-7
/
+7
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-05
1
-3
/
+1
*
util: add a bit of syntactic sugar to run short code fragments with a differe...
Lennart Poettering
2013-04-04
1
-23
/
+21
*
util: rename parse_usec() to parse_sec() sinds the default unit is seconds
Lennart Poettering
2013-04-03
1
-1
/
+1
[next]