summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-17sulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE setAndreas Henriksson2-1/+16
2018-10-17udev: make sd_device_get_devname() failure non-fatalYu Watanabe1-6/+5
2018-10-17meson: simplify definition of MEMORY_ACCOUNTING_DEFAULTZbigniew Jędrzejewski-Szmek1-1/+1
2018-10-17meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhereZbigniew Jędrzejewski-Szmek8-7/+8
2018-10-17main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILELennart Poettering2-1/+2
2018-10-17main: bump fs.nr_open + fs.max-file to their largest possible valuesLennart Poettering4-0/+102
2018-10-16udev: use Hashmap for storing global propertiesYu Watanabe4-40/+60
2018-10-16udev: use Hashmap for storing PROGRAM or BUILTINYu Watanabe4-14/+37
2018-10-16udev: use Hashmap for storing SECLABELYu Watanabe5-37/+51
2018-10-16tree-wide: use CMP() macro where applicableYu Watanabe4-40/+37
2018-10-16hwdb: add Aiptek Hyperpen 12000U (#10424)Ervin Peters1-2/+11
2018-10-16test: add one more test for prioq_remove()Yu Watanabe1-1/+4
2018-10-16prioq: use structrued initializerYu Watanabe1-2/+5
2018-10-16prioq: fix index range checkYu Watanabe1-1/+1
2018-10-16prioq: add one more assertionYu Watanabe1-0/+1
2018-10-16tree-wide: CMP()ify all the thingsLennart Poettering8-67/+40
2018-10-16Set theme jekyll-theme-primerMichael Biebl1-1/+1
2018-10-16man: fix spurious uppercasingLennart Poettering1-1/+1
2018-10-16man: an attempt to reword the [Route] Type= man pageLennart Poettering1-9/+7
2018-10-16networkd: type support for "throw" in [Route] sectionHui Yiqun2-3/+8
2018-10-16mkosi: make kmsg work in our mkosi builds at leastLennart Poettering1-0/+1
2018-10-16NEWS: explain the RLIMIT_NOFILE bumpLennart Poettering1-0/+25
2018-10-16rlimit-util: don't call setrlimit() needlessly if it wouldn't change anythingLennart Poettering1-2/+9
2018-10-16core: bump RLIMIT_NOFILE soft+hard limit for systemd itself in all casesLennart Poettering1-9/+6
2018-10-16units: bump the RLIMIT_NOFILE soft limit for all services that access the jou...Lennart Poettering5-14/+16
2018-10-16core: raise the RLIMIT_NOFILE hard limit for all services by defaultLennart Poettering1-5/+21
2018-10-16tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering7-11/+33
2018-10-16core: add a new call for bumping RLIMIT_NOFILE to "high" valuesLennart Poettering2-0/+24
2018-10-16def: add a "high" limit for RLIMIT_NOFILELennart Poettering1-0/+2
2018-10-16update TODOLennart Poettering1-0/+2
2018-10-16siphash24: add helper for calculating the hash value for a stringLennart Poettering2-8/+7
2018-10-16util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe2-0/+6
2018-10-16util,test: introduce cleanup function prioq_freep()Yu Watanabe2-44/+18
2018-10-16test: use CMP() macro at one more placeYu Watanabe1-7/+1
2018-10-16udev: (void)ify calls to kill() where we knowingly ignore the return valuesLennart Poettering1-2/+2
2018-10-16udev: don't use devname before we acquired itLennart Poettering1-4/+4
2018-10-16core: log about unit_watch_pid() failingLennart Poettering1-1/+5
2018-10-16Set theme jekyll-theme-caymanLennart Poettering1-1/+1
2018-10-16catalog: fix name of variableZbigniew Jędrzejewski-Szmek16-48/+48
2018-10-16rules: Add ID_REVISION environment var for NVMe devicesHarry Mallon1-0/+2
2018-10-15nspawn: TAKE_FD() is your friendLennart Poettering1-11/+5
2018-10-15tree-wide: use sockaddr_un_unlink() at two more places where appropriateLennart Poettering2-2/+2
2018-10-15udev: use safe_close() where we canLennart Poettering1-2/+1
2018-10-15tree-wide: add a single version of "static const int one = 1"Lennart Poettering24-128/+104
2018-10-15socket-util: tighten socket_address_verify() checks a bitLennart Poettering1-8/+17
2018-10-15socket-util: tweak commenting in socket_address_get_path()Lennart Poettering1-0/+4
2018-10-15socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs socketsLennart Poettering2-2/+2
2018-10-15sd-bus: rework how we initialize struct sockaddr_unLennart Poettering1-7/+15
2018-10-15sd-bus: make parsing of AF_UNIX socket addresses more strictLennart Poettering1-2/+2
2018-10-15tree-wide: port various users over to sockaddr_un_set_path()Lennart Poettering12-129/+93