zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: NICE and RTPRIO rlimits
@ 2006-03-17 23:30 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2006-03-17 23:30 UTC (permalink / raw)
  To: zsh-workers

new rlimits

Index: Src/Builtins/rlimits.awk
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Builtins/rlimits.awk,v
retrieving revision 1.7
diff -u -r1.7 rlimits.awk
--- Src/Builtins/rlimits.awk	16 Feb 2005 17:41:33 -0000	1.7
+++ Src/Builtins/rlimits.awk	17 Mar 2006 23:29:26 -0000
@@ -51,6 +51,8 @@
 	    if (limnam == "VMEM")    { msg[limnum] = "Mvmemorysize" }
 	    if (limnam == "SIGPENDING") { msg[limnum] = "Nsigpending" }
 	    if (limnam == "MSGQUEUE") { msg[limnum] = "Nmsgqueue" }
+	    if (limnam == "NICE") { msg[limnum] = "Nnice" }
+	    if (limnam == "RTPRIO") { msg[limnum] = "Nrt_priority" }
         }
     }
 }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-17 23:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-17 23:30 PATCH: NICE and RTPRIO rlimits Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).