summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* prlimit: return proper typeDavidlohr Bueso2011-12-161-1/+1
* fallocate: clean up fallbacks for FALLOC_FL_* flagsKarel Zak2011-11-231-1/+6
* fallocate: add FALLOC_FL_PUNCH_HOLE supportCong Wang2011-11-232-1/+10
* prlimit: s/amount/number/Jim Meyering2011-11-232-14/+14
* prlimit: add support for executing a commandBernhard Voelker2011-11-232-5/+26
* flock: use O_RDWR as fallback if O_RDONLY returns EIOKarel Zak2011-11-211-20/+48
* flock: timer code refactoringKarel Zak2011-11-211-13/+20
* build-sys: add missing BUILD_PRLIMITKarel Zak2011-11-181-5/+10
* 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: fix typo in man page, option --verboseBernhard Voelker2011-11-161-1/+1
* 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
* switch_root: umount mount points we cannot move with MNT_DETACHHarald Hoyer2011-11-141-1/+5
* readprifile: remove unnecessary optstring arrayKarel Zak2011-11-141-2/+1Star
* Merge branch 'sys-utils-3rd' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-11-1410-851/+913
|\
| * ldattach: add default case to switchesSami Kerola2011-11-021-0/+12
| * ldattach: convert debug macro to functionSami Kerola2011-11-021-7/+17
| * ldattach: check numeric user inputs with strtol_or_errSami Kerola2011-11-022-18/+8Star
| * ldattach: align with howto-usage-function.txtSami Kerola2011-11-021-12/+25
| * ldattach: fix coding styleSami Kerola2011-11-021-218/+227
| * docs: add long options to readprofile.8Sami Kerola2011-11-021-82/+66Star
| * readprofile: fix coding styleSami Kerola2011-11-021-77/+78
| * readprofile: use libc error printing facilitiesSami Kerola2011-11-021-53/+26Star
| * readprofile: add long optionsSami Kerola2011-11-021-23/+49
| * docs: align tunelp.8 with howto-man-page.txtSami Kerola2011-11-021-102/+80Star
| * docs: add long options to tunelp.8Sami Kerola2011-11-021-32/+13Star
| * tunelp: add long options and align with howto-usage-function.txtSami Kerola2011-11-021-17/+48
| * tunelp: use libc error printing facilitiesSami Kerola2011-11-021-30/+17Star
| * tunelp: use symbolic exit valuesSami Kerola2011-11-011-4/+7
| * tunelp: fix coding styleSami Kerola2011-11-011-204/+225
| * switch_root: add nls supportSami Kerola2011-10-301-15/+15
| * switch_root: align with howto-usage-function.txtSami Kerola2011-10-301-12/+15
| * unshare: align with howto-usage-function.txtSami Kerola2011-10-301-6/+13
| * rtcwake: align with howto-usage-function.txtSami Kerola2011-10-301-7/+9
| * setsid: add long options and fix coding styleSami Kerola2011-10-301-21/+52
* | prlimit: fix noheadings option in man pageBernhard Voelker2011-11-091-1/+1
* | prlimit: fix SYS_ macroKarel Zak2011-11-091-1/+1
* | prlimit: add --{raw,noheadings} optionsKarel Zak2011-11-072-8/+26
* | prlimit: add a units columnDavidlohr Bueso2011-11-071-16/+23
* | prlimit: add add falbacksKarel Zak2011-11-031-0/+14
* | build-sys: cleanup BUILD_{LS,CH}CPUKarel Zak2011-11-031-3/+5
* | dmesg: fix printing of multibyte charactersPetr Uzel2011-11-021-8/+8
|/
* prlimit: new commandDavidlohr Bueso2011-10-214-2/+685
* switch_root: handle /run and do not mount over existing mountsHarald Hoyer2011-10-201-1/+13
* fstrim: fix section number in referral to manpagePetr Uzel2011-10-171-1/+1
* rtcwake: fix crash (invalid free)Petr Uzel2011-10-171-1/+0Star
* lscpu: add columns description to help, fix header for parsable outputKarel Zak2011-10-111-28/+41