Re: Support for UCD-SNMP-MIB in snmpd (part one)

2012-06-16 Thread Seth Wright
On Sat, Jun 16, 2012 at 4:32 PM, Seth Wright wrote: > Matthew's UCD-DISKIO-MIB patch got me interested in adding support for > the UCD-SNMP-MIB in snmpd.  This is a first pass and only covers the > mem* objects.  I'd appreciate it if someone who knows more than me > about the uvm sysctls could che

Re: ip6(4) manpage update

2012-06-16 Thread Philip Guenther
On Mon, Jun 11, 2012 at 12:53 PM, Simon Perreault wrote: > On 2012-06-11 15:31, Peter J. Philipp wrote: >> I just got through a thread in misc@, >> >> http://marc.info/?l=openbsd-misc&m=133934252713974&w=2 >> >> and it seems like the sample code in ip6(4) is wrong.  I've made adjustments >> but it

Re: Diplay 0 connections on tcpbench after last client disconnect.

2012-06-16 Thread Alexander Hall
On 06/17/12 01:20, Christiano F. Haesbaert wrote: On Sun, Jun 17, 2012 at 01:08:25AM +0200, Alexander Hall wrote: On 06/16/12 01:07, Christiano F. Haesbaert wrote: Hi, this behaviour is really annoying, in tcp server, when the last user disconnects, we don't update the status line, so it keeps

Re: Diplay 0 connections on tcpbench after last client disconnect.

2012-06-16 Thread Christiano F. Haesbaert
On Sun, Jun 17, 2012 at 01:08:25AM +0200, Alexander Hall wrote: > On 06/16/12 01:07, Christiano F. Haesbaert wrote: > >Hi, this behaviour is really annoying, in tcp server, when the last > >user disconnects, we don't update the status line, so it keeps showing > >1 connected user, it would be bette

Re: Diplay 0 connections on tcpbench after last client disconnect.

2012-06-16 Thread Alexander Hall
On 06/17/12 01:08, Alexander Hall wrote: NAN might be more appropriate than 0. For Avg Mbps, that is.

Re: Diplay 0 connections on tcpbench after last client disconnect.

2012-06-16 Thread Alexander Hall
On 06/16/12 01:07, Christiano F. Haesbaert wrote: Hi, this behaviour is really annoying, in tcp server, when the last user disconnects, we don't update the status line, so it keeps showing 1 connected user, it would be better to show Conn: 0. BEFORE sauron:haesbaert: tcpbench -s elapsed_ms

Support for UCD-SNMP-MIB in snmpd (part one)

2012-06-16 Thread Seth Wright
Matthew's UCD-DISKIO-MIB patch got me interested in adding support for the UCD-SNMP-MIB in snmpd. This is a first pass and only covers the mem* objects. I'd appreciate it if someone who knows more than me about the uvm sysctls could check it over; specifically, the memShared, memBuffers, and memC

[PATCH] uvideo(4): fix kernel crash when enumerating non-existant formats

2012-06-16 Thread Gregor Best
Hi people, the attached patch fixes a little bug in uvideo(4), where using VIDIOC_ENUM_FMT with fmtdesc->index strictly larger than the number of available video formats crashes the kernel (I forgot the exact error message, but a crash is a crash and the attached patch fixes it). -- Gregor B

Re: nc(1): Report incoming connections on nc -v -l

2012-06-16 Thread Christiano F. Haesbaert
On Fri, Jun 15, 2012 at 10:43:13AM -0400, Ricky Zhou wrote: > This patch adds a message on incoming connections when netcat is run > with -l and -v. Does this look like a reasonable addition? I guess so, I don't use nc too often but it sounds reasonable to me, your code has a few notes though, pl