index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
/
systemd.mount.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-07
minor code beautifications
Lennart Poettering
2
-8
/
+13
2016-12-07
dissect: add small "systemd-dissect" tool as wrapper around dissect-image.c
Lennart Poettering
6
-3
/
+234
2016-12-07
util-lib: drop unnecessary NULL check
Lennart Poettering
1
-2
/
+0
2016-12-07
machined: add API for querying the OS release of a machine image
Lennart Poettering
7
-40
/
+261
2016-12-07
util-lib: add easy helpers for temporary directories that rmdir()ed via _clea...
Lennart Poettering
3
-0
/
+28
2016-12-07
nspawn: port nspawn to new generalized image dissection code
Lennart Poettering
1
-656
/
+38
2016-12-07
util-lib: split out image dissecting code and loopback code from nspawn
Lennart Poettering
7
-5
/
+902
2016-12-07
libudev: set errno if udev_new() fails
Lennart Poettering
1
-1
/
+3
2016-12-07
dhcp: bind udp sockets to interfaces (#4822)
27o
5
-6
/
+18
2016-12-06
calendarspec: always interpret missing seconds as :00 (#4813)
Doug Christman
2
-6
/
+5
2016-12-06
networkd: Use dhcp correct type for IP port (#4840)
Susant Sahani
2
-2
/
+2
2016-12-06
core: introduce parse_ip_port (#4825)
Susant Sahani
6
-11
/
+27
2016-12-06
hwdb: Add fixed layout for another Yubikey
Bastien Nocera
1
-0
/
+2
2016-12-06
hwdb: Add fixed layout for OKE barcode reader
Bastien Nocera
1
-0
/
+2
2016-12-06
time-util: accept "µs" as time unit, in addition to "us" (#4836)
Lennart Poettering
2
-0
/
+6
2016-12-06
rules: consider MMC device partitions with partition number > 9 (#4831)
Kieran Colford
1
-1
/
+1
2016-12-06
core: remove unused variable
Thomas Hindoe Paaboel Andersen
1
-1
/
+1
2016-12-06
udev: remove duplicate flag
Thomas Hindoe Paaboel Andersen
1
-1
/
+1
2016-12-05
man: Document return value of event source prepare callback (#4834)
Martin Ejdestig
1
-4
/
+5
2016-12-05
nspawn: don't hide --bind=/tmp/* mounts (#4824)
Evgeny Vereshchagin
2
-1
/
+11
2016-12-05
networkd: link_enter_configured remove assert (#4800)
Susant Sahani
1
-4
/
+4
2016-12-02
journal: make sure to initially populate the space info cache (#4807)
Franck Bui
1
-1
/
+1
2016-12-02
cgroup: properly check for ignore-notfound paths (#4803)
Dave Reisner
1
-2
/
+9
2016-12-02
treewide: fix typos (#4802)
Torstein Husebø
2
-2
/
+2
2016-12-02
python: use raw strings for regexp patterns
Zbigniew Jędrzejewski-Szmek
2
-16
/
+16
2016-12-02
hwdb_parse: adjust indentation and imports following pylint advice
Zbigniew Jędrzejewski-Szmek
1
-10
/
+8
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
networkd: support marking links unmanaged
David Michael
5
-0
/
+133
2016-12-01
networkd-test: define a utility class to simplify tests
David Michael
1
-47
/
+72
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
[next]