Re: 4.3: netstat question

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Claudio Jeker <cjeker@...>, Toni Mueller <openbsd-misc@...>, <misc@...>
Date: Friday, June 13, 2008 - 11:28 pm

On Fri, Jun 13, 2008 at 5:39 PM, Claudio Jeker wrote:
...

Yuck. For now, how about the following patch?

Index: sysctl.3
===================================================================
RCS file: /cvs/src/lib/libc/gen/sysctl.3,v
retrieving revision 1.181
diff -u -r1.181 sysctl.3
--- sysctl.3 30 May 2008 19:09:42 -0000 1.181
+++ sysctl.3 14 Jun 2008 03:26:26 -0000
@@ -2176,6 +2176,12 @@
The length pointed to by
.Fa oldlenp
is too short to hold the requested value.
+.It Bq Er ENOMEM
+There isn't enough real memory available to pin the buffers specified by
+.Fa oldp
+and
+.Fa newp
+in the kernel.
.It Bq Er ENOTDIR
The
.Fa name

Philip Guenther

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
4.3: netstat question, Toni Mueller, (Thu Jun 12, 6:47 pm)
Re: 4.3: netstat question, Philip Guenther, (Fri Jun 13, 7:20 pm)
Re: 4.3: netstat question, Claudio Jeker, (Fri Jun 13, 7:39 pm)
Re: 4.3: netstat question, Toni Mueller, (Sat Jun 14, 5:25 am)
Re: 4.3: netstat question, Henning Brauer, (Sat Jun 14, 1:11 pm)
Re: 4.3: netstat question, David Higgs, (Sat Jun 14, 7:53 pm)
Re: 4.3: netstat question, Henning Brauer, (Sat Jun 14, 9:16 pm)
Re: 4.3: netstat question, David Higgs, (Sat Jun 14, 10:55 pm)
Re: 4.3: netstat question, Claudio Jeker, (Sun Jun 15, 12:21 am)
Re: 4.3: netstat question, Philip Guenther, (Fri Jun 13, 11:28 pm)
Re: 4.3: netstat question, Pierre Riteau, (Thu Jun 12, 6:53 pm)