summaryrefslogtreecommitdiffstats
path: root/sys-utils/prlimit.c
Commit message (Expand)AuthorAgeFilesLines
* 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