systat pool: show only active pools

2014-08-12 Thread Martin Pieuchot
I'm always distracted by the huge number of (inactive) pools filling my screen when I do systat pool. So the diff below change the behavior of this view to only show statistics of ``active'' pools by default, the current behavior can be restored by pressing 'A'. Anybody else find this useful?

nickle script in Xenocara

2014-08-12 Thread Vadim Zhukov
During a conversation with aja@, I've run a check for any #!/usr/bin/env foo users in base, and found this: $ head -1 /usr/X11R6/bin/xkeystone #!/usr/bin/env nickle $ locate */nickle /home/pers/FreeBSD/ports/lang/nickle Is it on purpose, or should it be removed? I found that it cames together

Re: nickle script in Xenocara

2014-08-12 Thread Matthieu Herrb
On Tue, Aug 12, 2014 at 01:39:11PM +0400, Vadim Zhukov wrote: During a conversation with aja@, I've run a check for any #!/usr/bin/env foo users in base, and found this: $ head -1 /usr/X11R6/bin/xkeystone #!/usr/bin/env nickle $ locate */nickle /home/pers/FreeBSD/ports/lang/nickle Is it

arp(8) output and expire timer

2014-08-12 Thread Martin Pieuchot
I find arp(8) output really difficult to read, but more importantly it does not print the expire time of non permanent entries like ndp(8). So the diff below change arp(8)'s output to be more similar to ndp(8)'s one. Before: $ arp -a ? (10.0.5.1) at 00:72:17:ab:94:3e on vlan3 static ?

Re: pf: once for match rules?

2014-08-12 Thread Mike Belopuhov
On Tue, Jul 22, 2014 at 19:03 +0200, Mike Belopuhov wrote: Hi, Before I send a diff for pfctl to disable once on match rules, I've decided to try and see how much work is it to make it actually work. Turns out that I need to extend pf_rule_item by 3 pointers to track the match rule

endian.h and sys/cdefs.h

2014-08-12 Thread Tim van der Molen
According to the recent changes to byteorder(3), including endian.h is sufficient to use the byteorder functions. However, endian.h does not pull in sys/cdefs.h. This causes two problems: 1. Various byteorder functions are hidden behind __BSD_VISIBLE. Programs wishing to use these functions

Re: improve ldomctl(8) man page

2014-08-12 Thread Ingo Schwarze
Hi Stefan, Stefan Sperling wrote on Fri, Aug 08, 2014 at 08:56:30PM +0200: I can never remember the exact steps of configuring logical domains on sparc64 without referencing the undeadly article at http://undeadly.org/cgi?action=articlesid=20121214153413 It would be nice if this

ssh man page additions for unix domain socket forwarding

2014-08-12 Thread Jared Yanovich
It might be desired to change some of the usage strings as well. Index: ssh.1 === RCS file: /cvs/src/usr.bin/ssh/ssh.1,v retrieving revision 1.348 diff -u -p -r1.348 ssh.1 --- ssh.1 24 Jul 2014 22:57:10 - 1.348 +++