zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: additional glibc limit
@ 2001-03-26 15:57 Clint Adams
  2001-03-26 16:07 ` Clint Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2001-03-26 15:57 UTC (permalink / raw)
  To: zsh-workers

Index: Src/Builtins/rlimits.awk
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Builtins/rlimits.awk,v
retrieving revision 1.1.1.6
diff -u -r1.1.1.6 rlimits.awk
--- Src/Builtins/rlimits.awk	1999/10/19 05:31:34	1.1.1.6
+++ Src/Builtins/rlimits.awk	2001/03/26 15:56:23
@@ -29,6 +29,7 @@
 	    if (limnam == "CPU")     { msg[limnum] = "Tcputime" }
 	    if (limnam == "DATA")    { msg[limnum] = "Mdatasize" }
 	    if (limnam == "FSIZE")   { msg[limnum] = "Mfilesize" }
+	    if (limnam == "LOCKS")   { msg[limnum] = "Nmaxfilelocks" }
 	    if (limnam == "MEMLOCK") { msg[limnum] = "Mmemorylocked" }
 	    if (limnam == "NOFILE")  { msg[limnum] = "Ndescriptors" }
 	    if (limnam == "NPROC")   { msg[limnum] = "Nmaxproc" }


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: additional glibc limit
  2001-03-26 15:57 PATCH: additional glibc limit Clint Adams
@ 2001-03-26 16:07 ` Clint Adams
  2001-03-28  5:02   ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Clint Adams @ 2001-03-26 16:07 UTC (permalink / raw)
  To: zsh-workers

> Index: Src/Builtins/rlimits.awk

This could use changing in 3.0.8 as well, though I don't seem to have access
to the Patch Manager.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: PATCH: additional glibc limit
  2001-03-26 16:07 ` Clint Adams
@ 2001-03-28  5:02   ` Bart Schaefer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2001-03-28  5:02 UTC (permalink / raw)
  To: Clint Adams, zsh-workers

On Mar 26, 11:07am, Clint Adams wrote:
} Subject: Re: PATCH: additional glibc limit
}
} > Index: Src/Builtins/rlimits.awk
} 
} This could use changing in 3.0.8 as well, though I don't seem to have access
} to the Patch Manager.

I've put the patch for 3.0.8 on SourceForge.  I was able to submit a patch
even when not logged in, so I'm not sure why you have trouble getting to
the patch manager.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-03-28  5:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-26 15:57 PATCH: additional glibc limit Clint Adams
2001-03-26 16:07 ` Clint Adams
2001-03-28  5:02   ` Bart Schaefer

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).