summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2017-12-18build-sys: install TRANSIENT-SETTINGS.md and UIDS-GIDS.md (#7690)Felipe Sateler1-0/+2
2017-12-16meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)Franck Bui1-0/+1
2017-12-15Fix logical error in meson.build (#7658)Max Harmathy1-1/+1
2017-12-14meson: increase version numbersLennart Poettering1-3/+3
2017-12-12meson: link NSS modules with -z nodelete (#7607)Lennart Poettering1-1/+3
2017-12-08Merge pull request #7570 from keszybz/sulogin-shell-reload-managerLennart Poettering1-1/+9
2017-12-07meson: place systemd-sulogin-shell in build/Zbigniew Jędrzejewski-Szmek1-1/+9
2017-12-07meson: warn if nobody-user and nobody-group are set to different nameYu Watanabe1-0/+5
2017-12-07sysusers: use NOBODY_USER_NAMEYu Watanabe1-0/+2
2017-12-06Merge pull request #7419 from keszybz/tmpfiles-fixesLennart Poettering1-2/+6
2017-12-06meson: print warnings if the "nobody" user/group name is not compatible with ...Lennart Poettering1-4/+45
2017-12-06build-sys: make the dynamic UID range, and the container UID range configurableLennart Poettering1-3/+21
2017-12-06Rename "system-preset" source dir to "presets"Zbigniew Jędrzejewski-Szmek1-2/+1
2017-12-05meson: fix indentationYu Watanabe1-2/+2
2017-12-03sysusers: Provide meson argument to set gid for 'users' group (#7533)Ikey Doherty1-0/+9
2017-12-01tmpfiles: add a special return code for syntax failuresZbigniew Jędrzejewski-Szmek1-0/+5
2017-11-30Add x-systemd.growfs option for fstabZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-30Add x-systemd.makefs option for fstabZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-30Add mkfs wrapper which first checks if the partition is emptyZbigniew Jędrzejewski-Szmek1-0/+8
2017-11-30growfs: add support for resizing encrypted partitionsZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-30Add systemd-growfs toolZbigniew Jędrzejewski-Szmek1-0/+8
2017-11-29meson: emit a warning if rootprefix is setZbigniew Jędrzejewski-Szmek1-5/+13
2017-11-28Revert "meson: drop rootprefix option"Zbigniew Jędrzejewski-Szmek1-1/+9
2017-11-26Merge pull request #7468 from yuwata/fix-7362Yu Watanabe1-1/+2
2017-11-26meson: update header file to detect memfd_create()Yu Watanabe1-1/+2
2017-11-25meson: remove abbreviations in statusYu Watanabe1-19/+19
2017-11-23meson: do not install RPM macros if rpmmacrosdir is set to no (#7430)Yu Watanabe1-1/+4
2017-11-22meson: re-attach rule-syntax-check.py testZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-22networkd: introduce vxcan netdev. (#7150)Susant Sahani1-0/+1
2017-11-21meson: "upgrade" -Wimplicit-fallthrough to 5Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-20meson: add -Wimplicit-fallthrough=3 to compilation options (#7393)Zbigniew Jędrzejewski-Szmek1-0/+1
2017-11-20meson: bump required meson version to 0.41 (#7385)Zbigniew Jędrzejewski-Szmek1-1/+1
2017-11-19Merge pull request #7376 from keszybz/simplify-root-optionsLennart Poettering1-8/+2
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-17meson: use absolute path for rpmmacrosdirZbigniew Jędrzejewski-Szmek1-1/+1
2017-11-17meson: drop rootprefix optionZbigniew Jędrzejewski-Szmek1-7/+1
2017-11-08udev-rules: Permission changes for /dev/dri/renderD*Tom Stellard1-0/+2
2017-10-26Merge pull request #7127 from keszybz/sundry-tweaksLennart Poettering1-1/+0
2017-10-21modprobe.d: fix directory of modprobe configuration file (#7149)Michael Biebl1-1/+1
2017-10-18meson: drop unneeded check for grepZbigniew Jędrzejewski-Szmek1-1/+0
2017-10-06meson: fix feature list (#7011)Yu Watanabe1-1/+1
2017-10-05build-sys: bump so revisions for prepation of 235Lennart Poettering1-2/+2
2017-10-04meson: generate ENABLE_* names automaticallyZbigniew Jędrzejewski-Szmek1-36/+35
2017-10-04build-sys: s/ENABLE_RESOLVED/ENABLE_RESOLVE/Zbigniew Jędrzejewski-Szmek1-3/+3
2017-10-04build-sys: s/HAVE_MYHOSTNAME/ENABLE_MYHOSTNAME/Zbigniew Jędrzejewski-Szmek1-3/+3
2017-10-04build-sys: s/HAVE_SMACK/ENABLE_SMACK/Zbigniew Jędrzejewski-Szmek1-1/+1
2017-10-04build-sys: s/HAVE_IMA/ENABLE_IMA/Zbigniew Jędrzejewski-Szmek1-1/+1
2017-10-04build-sys: s/HAVE_UTMP/ENABLE_UTMP/Zbigniew Jędrzejewski-Szmek1-1/+1
2017-10-04build-sys: require all defines under #if to be presentZbigniew Jędrzejewski-Szmek1-1/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-135/+168