Re: CVS commit: src/usr.sbin/npf/npfctl

2011-03-23 Thread Jukka Ruohonen
On Tue, Mar 22, 2011 at 04:51:11PM +, Mindaugas Rasiukevicius wrote:
> Thanks for improvements.  However, I wanted to make performance note
> visible enough.  Can you please leave it as a paragraph?

It was left as a paragraph. I put it back as PERFORMANCE, although such
notes usually go to CAVEATS. Generally man-pages should follow the format
documented in mdoc.samples(7); the uniform and consistent format is one reason
why man-pages are as good as they are.

I reckon that e.g. npf(3) (the page) is still work in progress? I think a
reader will have some hard time either configuring the firewall with the
information in npf.conf(5) or using the API based on npf(3) or npf_ncode(9).

- Jukka.


Re: CVS commit: src/sys/nfs

2011-03-23 Thread Erik Fair
Pullup candidate?

On Mar 23, 2011, at 10:42, Thor Lancelot Simon wrote:

> Module Name:  src
> Committed By: tls
> Date: Wed Mar 23 17:42:11 UTC 2011
> 
> Modified Files:
>   src/sys/nfs: nfs_socket.c
> 
> Log Message:
> As suggested by matt@: change socket buffer reservations for NFS send/receive
> to 3 times max RPC size rather than 2 times.  Avoids nasty TCP stalls observed
> at Panix.  Will require increase to sbmax via sysctl for those running really
> huge NFS rsize/wsize (>64K).
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.188 -r1.189 src/sys/nfs/nfs_socket.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>