summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* label: rework label_fix() implementations (#8583)Lennart Poettering2018-03-272-5/+5
* Merge pull request #8554 from poettering/chase-trail-slashZbigniew Jędrzejewski-Szmek2018-03-262-2/+2
|\
| * fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-222-2/+2
* | core: don't include libmount.h in a header file (#8580)Michael Olbrich2018-03-263-1/+5
* | Merge pull request #8562 from keszybz/docsLennart Poettering2018-03-261-4/+9
|\ \
| * | core/service: rework the hold-off time over messageZbigniew Jędrzejewski-Szmek2018-03-241-4/+9
* | | coccinelle: run no-if-assignments.cocci againLennart Poettering2018-03-231-1/+2
* | | core: delay adding target dependencies until all units are loaded and aliases...Michal Sekletar2018-03-234-33/+65
* | | Merge pull request #8552 from keszybz/test-improvementsLennart Poettering2018-03-231-1/+1
|\ \ \
| * | | tree-wide: warn when a directory path already exists but has bad mode/owner/typeZbigniew Jędrzejewski-Szmek2018-03-231-1/+1
| * | | basic/mkdir: convert bool flag to enumZbigniew Jędrzejewski-Szmek2018-03-221-1/+1
| |/ /
* | | macro: introduce new TAKE_FD() macroLennart Poettering2018-03-223-25/+6
* | | macro: introduce TAKE_PTR() macroLennart Poettering2018-03-2210-74/+36
| |/ |/|
* | main: add NoNewPrivileges config option (#8475)juergbi2018-03-212-0/+10
* | When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek2018-03-211-1/+1
|/
* Merge pull request #8508 from poettering/more-cocciZbigniew Jędrzejewski-Szmek2018-03-211-1/+1
|\
| * coccinelle: make use of DIV_ROUND_UP() wherever appropriateLennart Poettering2018-03-201-1/+1
* | Merge pull request #8368 from yuwata/nss-systemd-getpwentLennart Poettering2018-03-214-1/+51
|\ \
| * | core: add new dbus method GetDynamicUsersYu Watanabe2018-03-214-1/+51
| |/
* | move MANAGER_IS_RELOADING() check into manager_recheck_{dbus|journal}() (#8510)Lennart Poettering2018-03-212-7/+12
* | Merge pull request #8487 from keszybz/oss-fuzz-fixesLennart Poettering2018-03-211-2/+10
|\ \
| * | core/load-fragment: reject overly long paths earlyZbigniew Jędrzejewski-Szmek2018-03-211-2/+10
* | | selinux: let's fully (and statically) initialize log callback union (#8512)Lennart Poettering2018-03-211-2/+4
| |/ |/|
* | Merge pull request #8452 from keszybz/use-libmount-moreLennart Poettering2018-03-203-153/+135
|\ \
| * | core/umount: use libmount to enumerate /proc/swapsZbigniew Jędrzejewski-Szmek2018-03-161-27/+23
| * | test-umount: add a simple test for swap_list_get()Zbigniew Jędrzejewski-Szmek2018-03-162-3/+4
| * | core/umount: use _cleanup_Zbigniew Jędrzejewski-Szmek2018-03-161-52/+26
| * | tests: add a simple test for the mountinfo parsing logicZbigniew Jędrzejewski-Szmek2018-03-162-16/+21
| * | shutdown: use libmount to enumerate /proc/self/mountinfoZbigniew Jędrzejewski-Szmek2018-03-162-57/+63
| * | core/umount: fix unitialized fields in MountPoint in dm_list_get()Zbigniew Jędrzejewski-Szmek2018-03-141-1/+1
* | | macros: fix sysusers_create_inline (#8489)Filipe Brandenburger2018-03-191-1/+1
* | | tree-wide: voidify pager_open()Yu Watanabe2018-03-191-1/+1
* | | Merge pull request #8408 from keszybz/ln-relativeYu Watanabe2018-03-191-14/+16
|\ \ \
| * | | pid1: make use of high rt signals on hppa with newer kernelsZbigniew Jędrzejewski-Szmek2018-03-091-14/+16
* | | | shutdown: Don't limit unmount attempts prematurely (#8469)Jan Janssen2018-03-191-14/+5
* | | | macros: use here-docs instead of echo (#8480)Zbigniew Jędrzejewski-Szmek2018-03-191-3/+9
| |_|/ |/| |
* | | Merge pull request #8461 from keszybz/oss-fuzz-fixesEvgeny Vereshchagin2018-03-192-18/+16
|\ \ \
| * | | core/unit: delay creating a stack variable until after length has been checkedZbigniew Jędrzejewski-Szmek2018-03-181-18/+13
| * | | core/service: fix memleak of USBFunctionStrings and USBFunctionDescriptorsZbigniew Jędrzejewski-Szmek2018-03-171-0/+3
* | | | systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-182-38/+0
* | | | core/manager: move some comments to a better placeZbigniew Jędrzejewski-Szmek2018-03-161-5/+3
* | | | core: when reloading, delay any actions on journal and dbus connectionsZbigniew Jędrzejewski-Szmek2018-03-161-2/+5
* | | | basic/macros: rename noreturn into _noreturn_ (#8456)Franck Bui2018-03-151-2/+2
|/ / /
* | | Merge pull request #8441 from keszybz/oss-fuzz-fixesEvgeny Vereshchagin2018-03-141-1/+1
|\ \ \ | |_|/ |/| |
| * | shared/conf-parser: fix crash when specifiers cannot be resolved in config_pa...Zbigniew Jędrzejewski-Szmek2018-03-141-1/+1
* | | Merge pull request #8429 from medhefgo/sd-shutdownZbigniew Jędrzejewski-Szmek2018-03-133-96/+130
|\ \ \ | |/ / |/| |
| * | shutdown: Reduce log level of unmountsJan Janssen2018-03-123-31/+41
| * | umount: Don't bother remounting api and ro filesystems read-onlyJan Janssen2018-03-121-0/+2
| * | umount: Try unmounting even if remounting read-only failedJan Janssen2018-03-121-4/+7
| * | umount: Provide the same mount flags too when remounting read-onlyJan Janssen2018-03-121-22/+35