index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
meson.build
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-04-06
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
1
-13
/
+0
2018-04-06
fuzz-unit-file: allow a space between variable name and "=" (#8670)
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2018-04-06
core/device: remove unnecessary check (#8661)
Yu Watanabe
1
-4
/
+1
2018-04-05
nspawn: wait for network namespace creation before interface setup (#8633)
Philip Sequeira
1
-4
/
+15
2018-04-05
dissect: when pulling metadata from an image, don't bother with /home or ESP
Lennart Poettering
1
-2
/
+4
2018-04-05
update TODO
Lennart Poettering
1
-0
/
+3
2018-04-05
journald: bump rate limits (#8660)
David Tardon
3
-3
/
+3
2018-04-05
dissect: tighten block device checks a bit
Lennart Poettering
1
-1
/
+24
2018-04-05
rfkill: treat ENXIO/ENODEV the same way as ENOENT
Lennart Poettering
1
-4
/
+5
2018-04-05
rfkill: use our usual style for writing destructors
Lennart Poettering
1
-4
/
+4
2018-04-05
tmpfiles: ignore "operational" errors during setup
Zbigniew Jędrzejewski-Szmek
2
-2
/
+2
2018-04-05
tmpfiles: add a new return code for "operational failure" when processing
Zbigniew Jędrzejewski-Szmek
3
-14
/
+22
2018-04-05
core/device: trivial simplification
Yu Watanabe
1
-4
/
+2
2018-04-05
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
136
-736
/
+383
2018-04-05
network: fix typo in log message
Yu Watanabe
1
-1
/
+1
2018-04-05
meson: sort source files
Yu Watanabe
1
-2
/
+2
2018-04-05
bus-util: fix a meaningless assertion
Yu Watanabe
1
-1
/
+1
2018-04-04
test-path: Set umask explicitly (#8616)
Filipe Brandenburger
1
-0
/
+4
2018-04-04
units: use `systemctl exit` to kill the user manager (#8648)
Filipe Brandenburger
2
-2
/
+1
2018-04-04
fix missed bracket of exec-personality-ppc64le.service (#8650)
Feng Sun
1
-1
/
+1
2018-04-04
oss-fuzz: Fallback to `ninja-build` when available (#8641)
Filipe Brandenburger
1
-1
/
+9
2018-04-03
CODING_STYLE: document suggested suffixes to use in documentation
Lennart Poettering
1
-0
/
+12
2018-04-03
CODING_STYLE: two minor additions
Lennart Poettering
1
-2
/
+4
2018-04-03
CODING_STYLE: mention that we ship .editconfig/.vimrc/.dir-locals.el in our repo
Lennart Poettering
1
-3
/
+5
2018-04-03
update TODO
Lennart Poettering
1
-0
/
+22
2018-04-03
tmpfiles: fix directory removal with force symlink (#8619)
Ricardo Salveti de Araujo
1
-1
/
+1
2018-04-03
core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)
Evgeny Vereshchagin
1
-1
/
+1
2018-04-03
dissect: Don't count RPMB and boot partitions (#8609)
João Paulo Rechi Vita
1
-7
/
+20
2018-04-03
man: machinectl: update fedora exmple URL (#8642)
Radostin Stoyanov
1
-4
/
+4
2018-04-02
coccinelle: fix typo in file name (#8640)
Alexander Kurtz
1
-0
/
+0
2018-03-31
generate-af-list.sh: slightly generalize pattern, fix w/musl (#8629)
Will Dietz
1
-1
/
+1
2018-03-30
hwdb: Add accelerometer orientation quirk for the Pipo W4 tablet
Hans de Goede
1
-0
/
+4
2018-03-30
systemctl: try opening /run/initctl before /dev/initctl
Mike Gilbert
1
-3
/
+8
2018-03-30
units: initctl: move the fifo to /run/initctl to match sysvinit
Mike Gilbert
2
-3
/
+3
2018-03-30
hwdb: Add accelerometer orientation quirk for the Lenovo Ideapad Miix 310
Hans de Goede
1
-0
/
+5
2018-03-30
hwdb: Add accelerometer orientation quirk for the MSI S100 2-in-1
Hans de Goede
1
-0
/
+6
2018-03-30
hwdb: Add accelerometer orientation quirk for the Yours Y8W81 tablet
Hans de Goede
1
-0
/
+6
2018-03-30
hwdb: Add accelerometer orientation entry for the I.T.Works TW701 tablet
Hans de Goede
1
-0
/
+4
2018-03-30
hwdb: 60-sensors: Fix alphabetic sorting by vendor name
Hans de Goede
1
-13
/
+12
2018-03-30
bash-completion: busctl: make variables local
Yu Watanabe
1
-4
/
+4
2018-03-30
bash-completion: busctl: do not suggest "-" for signature
Yu Watanabe
1
-1
/
+1
2018-03-30
bash-completion: busctl: suggests only writable properties for set-property
Yu Watanabe
1
-2
/
+3
2018-03-29
timesync: on network event do not establish connection when NTP servers are n...
Yu Watanabe
1
-5
/
+10
2018-03-29
sd-bus: allow description to be set for system/user busses (#8594)
Zbigniew Jędrzejewski-Szmek
6
-13
/
+49
2018-03-29
bus-unit-util: one less newline
Lennart Poettering
1
-1
/
+0
2018-03-29
install: don't enforce that .d/ dropin files (and their symlink chain element...
Lennart Poettering
1
-40
/
+58
2018-03-29
fs-util: add shortcut for chase_symlinks() when it is called like open(O_PATH)
Lennart Poettering
1
-0
/
+10
2018-03-29
dissect: port code to chase_symlinks_and_open()
Lennart Poettering
1
-8
/
+4
2018-03-29
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one
Lennart Poettering
2
-3
/
+90
2018-03-29
fd-util: introduce fd_reopen() helper for reopening an fd
Lennart Poettering
4
-16
/
+24
[next]