index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
sched_rr_change.service
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-02
python: adjust imports, indentation, unused variables following pylint advice
Zbigniew Jędrzejewski-Szmek
3
-5
/
+5
2016-12-02
acpi-update.py: there is no "Error" class
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2016-12-02
Spot inconsistent quoting (just one single quote) (#4732)
Tobias Stoeckmann
2
-2
/
+2
2016-12-02
networkd: VXLAN add better explanation for ARPProxy (#4781)
Susant Sahani
1
-1
/
+3
2016-12-01
rules: add persistent links for nbd devices (#4785)
Martin Pitt
1
-1
/
+1
2016-12-01
Update boot.c (#4780)
Yassine Imounachen
1
-1
/
+1
2016-12-01
util-lib: rename CHASE_NON_EXISTING → CHASE_NONEXISTENT
Lennart Poettering
5
-12
/
+12
2016-12-01
nspawn: improve log messages
Lennart Poettering
1
-4
/
+4
2016-12-01
nspawn: optionally, automatically allocated --bind=/--overlay source from /va...
Lennart Poettering
3
-16
/
+57
2016-12-01
nspawn: permit prefixing of source paths in --bind= and --overlay= with "+"
Lennart Poettering
5
-82
/
+148
2016-12-01
tree-wide: set SA_RESTART for signal handlers we install
Lennart Poettering
4
-3
/
+8
2016-12-01
nspawn: add ability to configure overlay mounts to .nspawn files
Lennart Poettering
4
-0
/
+40
2016-12-01
hwdb: add XKB_FIXED_LAYOUT/VARIANT to the keyboard hwdb
Peter Hutterer
2
-2
/
+23
2016-12-01
hwdb: fix comment referring to rules file
Peter Hutterer
1
-1
/
+1
2016-12-01
nspawn: split out overlayfs argument parsing into a function of its own
Lennart Poettering
3
-60
/
+63
2016-12-01
nspawn: use -ENOMEM instead of log_oom() in one case
Lennart Poettering
1
-1
/
+1
2016-12-01
nspawn: make use of CHASE_NON_EXISTING when locking image
Lennart Poettering
1
-9
/
+9
2016-12-01
nspawn: use the new CHASE_NON_EXISTING flag when resolving mount points
Lennart Poettering
1
-19
/
+23
2016-12-01
fs-util: add new CHASE_NON_EXISTING flag to chase_symlinks()
Lennart Poettering
3
-13
/
+66
2016-12-01
fs-util: add flags parameter to chase_symlinks()
Lennart Poettering
11
-48
/
+45
2016-12-01
fs-util: change chase_symlinks() behaviour in regards to escaping the root dir
Lennart Poettering
2
-9
/
+11
2016-12-01
test-fs-util: add a test case with repeated ".." parts that would escape the ...
Zbigniew Jędrzejewski-Szmek
1
-0
/
+31
2016-12-01
nspawn: use chase_symlinks() on all paths specified via --tmpfs=, --bind= and...
Lennart Poettering
1
-10
/
+17
2016-12-01
fs-util: add chase_symlinks_prefix() and extend comments
Lennart Poettering
2
-4
/
+24
2016-12-01
nspawn: coding style: don't mix variable declarations and function calls
Lennart Poettering
1
-1
/
+3
2016-12-01
nspawn: use realloc_multiply() where it makes sense
Lennart Poettering
1
-1
/
+1
2016-12-01
nspawn: accept --ephemeral --template= as alternative for --ephemeral --direc...
Lennart Poettering
1
-0
/
+10
2016-12-01
nspawn: properly handle image/directory paths that are symlinks
Lennart Poettering
1
-0
/
+35
2016-12-01
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
21
-117
/
+135
2016-12-01
core: make unit_free() accept NULL pointers
Lennart Poettering
4
-4
/
+5
2016-11-30
l10n: update line numbers in Czech translation (#4776)
AsciiWolf
1
-8
/
+8
2016-11-30
systemctl: fix 'is-enabled' exit status on failure when executed in chroot (#...
Franck Bui
1
-1
/
+1
2016-11-30
As per use case we should allow ForwardDelaySec to be set as 0 (#4765)
Susant Sahani
1
-1
/
+2
2016-11-30
hwdb/parse_hwdb.py: open files with UTF-8 mode
Martin Pitt
1
-1
/
+2
2016-11-30
parse_hwdb: fix to work with pyparsing 2.1.10
Martin Pitt
1
-1
/
+1
2016-11-30
test: retry checking for transient hostname in hostnamectl (#4769)
Martin Pitt
1
-2
/
+11
2016-11-29
service: new NotifyAccess= value for control processes (#4212)
Jouke Witteveen
3
-7
/
+42
2016-11-29
NEWS: mention more aggressive failing of notify services
Jouke Witteveen
1
-0
/
+4
2016-11-29
bus-util: add protocol error type explanation
Jouke Witteveen
2
-3
/
+4
2016-11-29
cgroup: support prefix "-" in cgroups whitelisting entries (#4687)
Dongsu Park
1
-4
/
+7
2016-11-29
networkctl: install zsh completion from #3062 (#4767)
Gabriel Rauter
1
-0
/
+3
2016-11-29
ima: Write the policy filename into IMA's sysfs policy file (#4766)
Stefan Berger
1
-4
/
+18
2016-11-29
service: prevent registering control pids as the main pid
Jouke Witteveen
1
-0
/
+2
2016-11-29
service: only fail notify services on empty cgroup during start
Jouke Witteveen
1
-3
/
+8
2016-11-29
units: add system-update-cleanup.service to guard against offline-update loops
Zbigniew Jędrzejewski-Szmek
6
-1
/
+48
2016-11-29
man: update the description of offline updates
Zbigniew Jędrzejewski-Szmek
3
-25
/
+32
2016-11-28
networkd: move event loop handling out of the manager (#4723)
Tom Gundersen
4
-55
/
+35
2016-11-28
Use python3 explicitly in all python scripts
Felipe Sateler
8
-3
/
+8
2016-11-28
build-sys: explicitly require python3
Felipe Sateler
1
-1
/
+1
2016-11-28
socket-proxyd: Introduced dynamic connection limit via an option. (#4749)
(GalaxyMaster)
2
-6
/
+30
[next]