summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: implement per unit journal rate limitingAnita Zhang2018-10-1812-26/+203
* resolve: set IP_RECVERRYu Watanabe2018-10-181-0/+7
* Merge pull request #10438 from poettering/path-is-validYu Watanabe2018-10-184-21/+30
|\
| * core: use structured initializationLennart Poettering2018-10-171-6/+6
| * core: shorten list appending a bit, by using better macrosLennart Poettering2018-10-171-7/+1
| * dbus: add missing OOM checkLennart Poettering2018-10-171-0/+3
| * core: validate socket path with path_is_valid()Lennart Poettering2018-10-171-0/+3
| * path-util: add new path_is_valid() helperLennart Poettering2018-10-172-5/+14
| * list: fix double avaluation in LIST_APPEND()Lennart Poettering2018-10-171-3/+3
* | Merge pull request #10439 from poettering/job-struct-initLennart Poettering2018-10-172-15/+14
|\ \
| * | execute: shorten things a bitLennart Poettering2018-10-171-3/+1
| * | job: add lots of colons to log messagesLennart Poettering2018-10-171-7/+7
| * | job: use structured initializationLennart Poettering2018-10-171-5/+6
| |/
* | Merge pull request #10440 from poettering/fflush-and-check-some-moreLennart Poettering2018-10-172-9/+8
|\ \
| * | service: use free_and_replace() where we canLennart Poettering2018-10-171-6/+4
| * | exec-util: use fflush_and_check() where appropriateLennart Poettering2018-10-171-3/+4
| |/
* | Merge pull request #10428 from keszybz/failure-actionsLennart Poettering2018-10-1712-37/+245
|\ \ | |/ |/|
| * core: do not "warn" about mundane emergency actionsZbigniew Jędrzejewski-Szmek2018-10-175-16/+22
| * units: allow and use SuccessAction=exit-force in system systemd-exit.serviceZbigniew Jędrzejewski-Szmek2018-10-172-14/+19
| * core: limit service-watchdogs=no to actual "watchdog" commandsZbigniew Jędrzejewski-Szmek2018-10-175-7/+18
| * core: allow services with no commands but SuccessAction setZbigniew Jędrzejewski-Szmek2018-10-171-4/+9
| * core: accept system mode emergency action specifiers with a warningZbigniew Jędrzejewski-Szmek2018-10-171-0/+10
| * core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek2018-10-176-12/+175
| * core: consider service with no start command immediately startedZbigniew Jędrzejewski-Szmek2018-10-171-0/+6
| * core: return true from cg_is_empty* on ENOENTZbigniew Jędrzejewski-Szmek2018-10-171-2/+4
| * systemctl: fix typoZbigniew Jędrzejewski-Szmek2018-10-161-1/+1
* | sulogin-shell: Use force if SYSTEMD_SULOGIN_FORCE setAndreas Henriksson2018-10-171-1/+10
* | udev: make sd_device_get_devname() failure non-fatalYu Watanabe2018-10-171-6/+5
* | Merge pull request #10244 from poettering/nofile-bumpLennart Poettering2018-10-1712-29/+181
|\ \
| * | meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhereZbigniew Jędrzejewski-Szmek2018-10-172-2/+1
| * | main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILELennart Poettering2018-10-172-1/+2
| * | main: bump fs.nr_open + fs.max-file to their largest possible valuesLennart Poettering2018-10-171-0/+84
| * | rlimit-util: don't call setrlimit() needlessly if it wouldn't change anythingLennart Poettering2018-10-161-2/+9
| * | core: bump RLIMIT_NOFILE soft+hard limit for systemd itself in all casesLennart Poettering2018-10-161-9/+6
| * | core: raise the RLIMIT_NOFILE hard limit for all services by defaultLennart Poettering2018-10-161-5/+21
| * | tree-wide: uniformly bump RLIMIT_NOFILE in all our tools that access the journalLennart Poettering2018-10-167-11/+33
| * | core: add a new call for bumping RLIMIT_NOFILE to "high" valuesLennart Poettering2018-10-162-0/+24
| * | def: add a "high" limit for RLIMIT_NOFILELennart Poettering2018-10-161-0/+2
* | | Merge pull request #10429 from yuwata/drop-udev-listLennart Poettering2018-10-177-89/+146
|\ \ \
| * | | udev: use Hashmap for storing global propertiesYu Watanabe2018-10-174-40/+60
| * | | udev: use Hashmap for storing PROGRAM or BUILTINYu Watanabe2018-10-174-14/+37
| * | | udev: use Hashmap for storing SECLABELYu Watanabe2018-10-175-37/+51
* | | | Merge pull request #10419 from yuwata/fix-prioqLennart Poettering2018-10-163-54/+35
|\ \ \ \
| * | | | test: add one more test for prioq_remove()Yu Watanabe2018-10-171-1/+4
| * | | | prioq: use structrued initializerYu Watanabe2018-10-171-2/+5
| * | | | prioq: fix index range checkYu Watanabe2018-10-171-1/+1
| * | | | prioq: add one more assertionYu Watanabe2018-10-171-0/+1
| * | | | util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe2018-10-162-0/+6
| * | | | util,test: introduce cleanup function prioq_freep()Yu Watanabe2018-10-162-44/+18
| * | | | test: use CMP() macro at one more placeYu Watanabe2018-10-161-7/+1