summaryrefslogtreecommitdiffstats
path: root/mkosi.build (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-09tools: add one more SPDX license headerYu Watanabe1-1/+3
2018-12-09lgtm: use python3Yu Watanabe1-0/+3
2018-12-09tools: drop unused variableYu Watanabe1-1/+0
2018-12-09hwdb: drop unused imported objectYu Watanabe1-2/+1
2018-12-09hwdb: drop commentYu Watanabe1-1/+0
2018-12-09travis: mount tmpfs on /tmp before running the testsEvgeny Vereshchagin1-0/+3
2018-12-09travis: use systemd as PID1 in debian containersEvgeny Vereshchagin1-7/+4
2018-12-08mount-point: honour AT_SYMLINK_FOLLOW correctlyLennart Poettering1-1/+1
2018-12-08hwdb: Add accelerometer orientation quirk for the PoV P1005W-232 tabletHans de Goede1-0/+4
2018-12-08hwdb: Add accelerometer orientation quirk for the Prowise PT301 tabletHans de Goede1-0/+6
2018-12-08coding style: reduce text width to 109 charactersZbigniew Jędrzejewski-Szmek4-8/+8
2018-12-08journal-remote: define main through macroYu Watanabe1-38/+45
2018-12-08journal-remote: destroy RemoteServer object by using _cleanup_ attributeYu Watanabe3-6/+3
2018-12-08journal-upload: define main through macroYu Watanabe1-29/+24
2018-12-08journal-upload: use _cleanup_ attribute to clear uploaderYu Watanabe1-3/+1
2018-12-08journal-gateway: define main through macroYu Watanabe1-70/+68
2018-12-08journal-gateway: use _cleanup_ attribute to stop microhttpd daemonYu Watanabe2-4/+3
2018-12-08wait-online: define main through macroYu Watanabe1-28/+21
2018-12-08timesync: define main through macroYu Watanabe1-39/+27
2018-12-08network: define main through macroYu Watanabe1-55/+31
2018-12-08resolve: define main through macroYu Watanabe1-45/+26
2018-12-08sd-daemon: add notify_start() and notify_on_cleanup() helper functionYu Watanabe2-0/+23
2018-12-08meson: rename sd_event_c to sd_event_sourcesYu Watanabe1-2/+2
2018-12-07swap: always add in extras when we load a swap unitLennart Poettering1-9/+11
2018-12-07swap: drop return valueLennart Poettering1-1/+1
2018-12-07swap: don't propagate issues with processing /proc/swapsLennart Poettering1-5/+2
2018-12-07swap: when loading a unit from /proc/swaps, mark its load state as goodLennart Poettering1-1/+7
2018-12-07swap: split out code adding in additional unit props into a function of its ownLennart Poettering1-50/+63
2018-12-07swap: fix misplaced commentLennart Poettering1-1/+1
2018-12-07swap: flush out state when activating a unit, not when deactivating itLennart Poettering1-6/+11
2018-12-07mount: flush out cycle state on DEAD→MOUNTED only, not the other way roundLennart Poettering1-11/+16
2018-12-07mount: replace three closely related mount flags into a proper flags enumLennart Poettering2-41/+33
2018-12-07mount: strdup() device paths we collectLennart Poettering1-3/+4
2018-12-07mount: when the kernel reports a mount to be established reset all kinds of l...Lennart Poettering1-1/+3
2018-12-07mount: regenerate all deps whenever a mount's parameters changesLennart Poettering1-24/+10
2018-12-07mount: when allocating a Mount object based on /proc/self/mountinfo mark it soLennart Poettering1-0/+7
2018-12-07mount: let mount_add_extras() take care of remote-fs.target depsLennart Poettering1-16/+1
2018-12-07mount: use free_and_strdup() over plain strdup()Lennart Poettering1-6/+6
2018-12-07mount: generate error message matching the error locationLennart Poettering1-4/+2
2018-12-07mount: move allocation of Unit object into mount_setup_new_unit()Lennart Poettering1-16/+18
2018-12-07mount: add a common helper for filling in info from /proc/self/mountinfoLennart Poettering1-19/+41
2018-12-07mount: don't propagate errors from mount_setup_unit() further upLennart Poettering1-6/+3
2018-12-07mount: simplify de-serialization of control PID a bitLennart Poettering1-4/+2
2018-12-07mount: serialize umount retry counter across reloads/reexecLennart Poettering1-1/+9
2018-12-07mount: make sure mount_add_extras() is always invoked when we load a mount unitLennart Poettering1-12/+17
2018-12-07mount: document that mount_add_extras() must work with active units, tooLennart Poettering1-0/+4
2018-12-07mount: set up local-fs.target/remote-fs.target deps in mount_add_default_depe...Lennart Poettering1-3/+10
2018-12-07mount: remove unnecessary initialization of device_wants_mount and 'if'Lennart Poettering1-3/+3
2018-12-07mount: use mfree() where appropriateLennart Poettering1-5/+3
2018-12-07mount: rename needs_quota() → mount_needs_quota()Lennart Poettering1-4/+4