summaryrefslogtreecommitdiff
path: root/src/basic/rlimit-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+2
* tree-wide: do not use (void) asprintfZbigniew Jędrzejewski-Szmek2021-07-091-9/+9
* rlimit-util: log when falling back setting limitPierre Dubouilh2021-02-151-0/+2
* treewide: tighten variable scope in loops (#18372)Susant Sahani2021-01-271-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: drop missing.hYu Watanabe2019-10-311-2/+1
* move src/shared/rlimit-util.[ch] → src/basic/Lennart Poettering2018-12-011-0/+410
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-391/+0
* rlimit-util: don't call setrlimit() needlessly if it wouldn't change anythingLennart Poettering2018-10-161-2/+9
* core: add a new call for bumping RLIMIT_NOFILE to "high" valuesLennart Poettering2018-10-161-0/+22
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* rlimit-util: tweak setrlimit_closest() a bitLennart Poettering2018-05-171-0/+5
* rlimit-util: introduce setrlimit_closest_all()Lennart Poettering2018-05-171-0/+26
* rlimit-util: add a common destructor call for arrays of struct rlimitLennart Poettering2018-05-171-0/+10
* rlimit-util: rework rlimit_{from|to}_string() to work without "Limit" prefixLennart Poettering2018-05-171-16/+32
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* rlimit: don't assume getrlimit() always succeedsLennart Poettering2017-09-221-1/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* core: make parsing of RLIMIT_NICE aware of actual nice levelsLennart Poettering2016-04-291-1/+51
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: add new rlimit_format() callLennart Poettering2016-02-011-0/+24
* core: move parsing of rlimits into rlimit-util.[ch]Lennart Poettering2016-02-011-0/+176
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+4
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-0/+69