summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+6Star
* sys-utils: use errexec()Karel Zak2018-02-011-1/+1
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: consolidate usage() "Available columns"Karel Zak2017-06-261-2/+1Star
* misc: fix some warningsRuediger Meier2017-06-011-2/+2
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-6/+5Star
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* prlimit: cleanup output unitsKarel Zak2015-11-051-7/+7
* prlimit: tell in --verbose output which pid got the new limitSami Kerola2015-02-241-1/+2
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* prlimit: clean up columns[] usageKarel Zak2014-07-181-8/+9
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* libsmartcols: clean up flags usageKarel Zak2014-04-031-3/+3
* prlimit: clean up scols usageKarel Zak2014-04-031-14/+8Star
* prlimit: use libsmartcolsOndrej Oprala2014-04-031-24/+31
* prlimit: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-5/+5
* prlimit: delete rem_prlim prototypeDavidlohr Bueso2013-05-061-12/+8Star
* translation: unify exec error messagesSami Kerola2013-02-061-1/+1
* prlimit: don't care about xasprintf() return codeKarel Zak2012-12-121-8/+9
* prlimit: improve error messages for bad --pid invocationBernhard Voelker2012-07-261-2/+2
* prlimit: use err_exclusive_options()Karel Zak2012-07-261-10/+3Star
* prlimit: use exclusive_option()Sami Kerola2012-06-171-6/+10
* sys-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* prlimit: remove bogus instructionsDavidlohr Bueso2012-04-231-2/+0Star
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-6/+6
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* prlimit: use xalloc libsDavidlohr Bueso2011-12-201-1/+1
* prlimit: return proper typeDavidlohr Bueso2011-12-161-1/+1
* prlimit: s/amount/number/Jim Meyering2011-11-231-5/+5
* prlimit: add support for executing a commandBernhard Voelker2011-11-231-4/+13
* prlimit: don't share pointer for old and new in prlimit(2)Karel Zak2011-11-161-3/+4
* prlimit: avoid segfault due to array-out-of-bounds errorKarel Zak2011-11-161-39/+63
* prlimit: replace lims[i] with pointerKarel Zak2011-11-161-12/+13
* prlimit: fix case when PID is given laterBernhard Voelker2011-11-161-29/+33
* prlimit: fix error messageKarel Zak2011-11-161-2/+4
* prlimit: show all limits if called without optionsBernhard Voelker2011-11-161-2/+1Star
* prlimit: fix SYS_ macroKarel Zak2011-11-091-1/+1
* prlimit: add --{raw,noheadings} optionsKarel Zak2011-11-071-7/+21
* prlimit: add a units columnDavidlohr Bueso2011-11-071-16/+23
* prlimit: add add falbacksKarel Zak2011-11-031-0/+14
* prlimit: new commandDavidlohr Bueso2011-10-211-0/+571