diff options
author | Davidlohr Bueso | 2011-10-19 22:02:35 +0200 |
---|---|---|
committer | Karel Zak | 2011-10-21 23:19:51 +0200 |
commit | 6bac2825af7216c5471148e219dbcf62ec5ede84 (patch) | |
tree | 61f329f0fe199c861dddcef25603c49d9a5f63df /sys-utils/.gitignore | |
parent | blkid: print ID_PART_ENTRY_* for small devices (diff) | |
download | kernel-qcow2-util-linux-6bac2825af7216c5471148e219dbcf62ec5ede84.tar.gz kernel-qcow2-util-linux-6bac2825af7216c5471148e219dbcf62ec5ede84.tar.xz kernel-qcow2-util-linux-6bac2825af7216c5471148e219dbcf62ec5ede84.zip |
prlimit: new command
This program uses the prlimit() system call to get and/or set resource limits
for a given process.
[kzak@redhat,com: - improve <soft:hard> parsing,
- use short cmdline options compatible with ulimits
- add --verbose mode
- fix gcc warnings]
Signed-off-by: Davidlohr Bueso <dave@gnu.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/.gitignore')
-rw-r--r-- | sys-utils/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-utils/.gitignore b/sys-utils/.gitignore index febeb3805..01a3df986 100644 --- a/sys-utils/.gitignore +++ b/sys-utils/.gitignore @@ -26,6 +26,7 @@ pivot_root ppc32.8 ppc64.8 ppc.8 +prlimit readprofile renice rtcwake |