Re: correct includes in man(3) pages

2013-06-04 Thread Ted Unangst
On Mon, Jun 03, 2013 at 23:21, Jan Klemkow wrote: > This diff converts all obsolete '.Fd' tags into '.In' tags of manpages > of category three. I hope this diff is ok so. If something is wrong > with is, just wrote me and I will fix it. Thanks! I fixed most of them, the ones that are clearly ou

put procs on rb tree

2013-06-04 Thread Ted Unangst
Instead of using a fixed size hash table for procs, use an rb tree. Makes thread/process lookup even more web scale. Index: kern/init_main.c === RCS file: /cvs/src/sys/kern/init_main.c,v retrieving revision 1.189 diff -u -p -r1.189 i

Re: ipsec / PF received-on

2013-06-04 Thread Mike Belopuhov
On 4 June 2013 02:48, Stuart Henderson wrote: > On 2013/06/04 02:01, Mike Belopuhov wrote: >> On 4 June 2013 00:49, Stuart Henderson wrote: >> > On a router running PF and isakmpd, I have a rule like this: >> > >> > match out on pppoe0 inet all received-on vlan5 nat-to $someip >> > >> > I was sur

correct includes in man(9) pages

2013-06-04 Thread Jan Klemkow
Hi, This diff converts all obsolete '.Fd' tags into '.In' tags of manpages of category nine. I hope this diff is ok and that there are no 3rd party dependencies in kernel ;-) If something is wrong with it, just wrote me and I will fix it. I need this change for a private manpage scripting proje