fmt_scaled for netstat

2012-08-08 Thread Ted Unangst
Add an -h flag to print human numbers. Easier for me to read. Index: Makefile === RCS file: /cvs/src/usr.bin/netstat/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile9 Jul 2011 00:45:40 - 1.20

Re: OpenSSL handling intermediate certificates

2012-08-08 Thread Justin N. Lindberg
On Thu, 9 Aug 2012 11:33:48 +1000 David Gwynne wrote: > i believe as an ssl client you can add intermediate certs > to /etc/ssl/cert.pem and they'll be used to validate the endpoint. I do believe this would allow me as a client to validate certs signed by the intermediate certs with no problem,

Re: OpenSSL handling intermediate certificates

2012-08-08 Thread David Gwynne
i believe as an ssl client you can add intermediate certs to /etc/ssl/cert.pem and they'll be used to validate the endpoint. if you're an ssl server and your program doesnt let you specify a chain, you can just cat them on the end of the crt. eg, i do something like the following when configuring

Re: [Patch] Virtio drivers for OpenBSD V4

2012-08-08 Thread johnw
I installed it on amd64/current(kvm guest), it work. Host: debian/amd64 Guest: openbsd/amd64 (add 3 lines to /usr/src/sys/arch/amd64/conf/GENERIC for enable amd64) +virtio* at pci? # Virtio PCI device +vioblk* at virtio? # Virtio block device +vioif* at virtio? # Virtio network device I tested on

Re: New brgphy(4) PHY

2012-08-08 Thread Brad Smith
On Wed, Jul 04, 2012 at 03:46:46AM -0400, Brad Smith wrote: > Recognize BCM5717C, BCM5719C and BCM5720C PHY. > > ukphy2 at bge2 phy 3: Generic IEEE 802.3u media interface, rev. 0: OUI > 0x00d897, model 0x0022 > > The rest came from FreeBSD. Flipped the 5717/5720 ids around to match the Programm