bge(4): fix iLO/IPMI remote access problem at bge_attach()

2017-07-23 Thread FUKAUMI Naoki
Hi tech@, While booting OpenBSD on HPE ProLiant DL20 Gen9, iLO/IPMI remote access is stopped dozens of seconds, and client app give up the connection. This patch reduces it to few seconds and make the connection online. >From FreeBSD https://svnweb.freebsd.org/base?view=revision=248226 Index:

make: efree/free

2017-07-23 Thread Michael W. Bombardieri
Hi, Some parts of make(1) use free() and others use efree() but efree is just a define for free. Remove efree? - Michael Index: arch.c === RCS file: /cvs/src/usr.bin/make/arch.c,v retrieving revision 1.88 diff -u -p -u -r1.88

Re: broken base build at src/usr/lib/libpcap?

2017-07-23 Thread Marc Espie
On Sun, Jul 23, 2017 at 05:40:24PM -0400, Rob Pierce wrote: > yacc -ppcap_yy -d grammar.y > cc -O2 -pipe -g -I. -I/usr/src/lib/libpcap -Dyylval=pcap_yylval > -DHAVE_SYS_IOCCOM_H -DHAVE_SYS_SOCKIO_H -DHAVE_ETHER_HOSTTON -DHAVE_STRERROR > -DHAVE_SOCKADDR_SA_LEN -DLBL_ALIGN -DHAVE_IFADDRS_H

Re: broken base build at src/usr/lib/libpcap?

2017-07-23 Thread Rob Pierce
> From: "Rob Pierce" > To: "tech" > Sent: Sunday, July 23, 2017 5:40:24 PM > Subject: broken base build at src/usr/lib/libpcap? > My build breaks at usr/lib/libpcap: Sorry, I jumped the gun. Works fine after another update.

broken base build at src/usr/lib/libpcap?

2017-07-23 Thread Rob Pierce
My build breaks at usr/lib/libpcap: cc -O2 -pipe -g -I. -I/usr/src/lib/libpcap -Dyylval=pcap_yylval -DHAVE_SYS_IOCCOM_H -DHAVE_SYS_SOCKIO_H -DHAVE_ETHER_HOSTTON -DHAVE_STRERROR -DHAVE_SOCKADDR_SA_LEN -DLBL_ALIGN -DHAVE_IFADDRS_H -DINET6 -DHAVE_BSD_IEEE80211 -c pcap.c -o pcap.o cc -O2 -pipe

Re: armv7 sunxi i2c+pmic(=shutdown -p)

2017-07-23 Thread Mark Kettenis
> Date: Wed, 19 Jul 2017 04:32:45 +0300 > From: Artturi Alm > > On Sun, Jul 16, 2017 at 11:13:35PM +0200, Mark Kettenis wrote: > > > Date: Sun, 9 Jul 2017 20:34:29 +0300 > > > From: Artturi Alm > > > > > > Hi, > > > > > > revived the diff below,

unused struct in dhcpd.h

2017-07-23 Thread Rob Pierce
This struct appears to be unused at the moment. Regards, Rob Index: dhcpd.h === RCS file: /cvs/src/usr.sbin/dhcpd/dhcpd.h,v retrieving revision 1.64 diff -u -p -r1.64 dhcpd.h --- dhcpd.h 24 Apr 2017 14:58:36 - 1.64 +++

apm(8): remove TRUE/FALSE defines

2017-07-23 Thread Anton Lindqvist
Hi, Fairly straightforward and no intended functional change. If changes like this one is not encouraged I would advocate on at least using stdbool.h instead. Comments? OK? Index: apm.c === RCS file: /cvs/src/usr.sbin/apm/apm.c,v

apm(8): static and __dead

2017-07-23 Thread Anton Lindqvist
Hi, Flag functions as static and __dead when appropriate. Allows apm to be compiled using `clang -Wall`. While here, sort and align function declarations. Comments? OK? Index: apm.c === RCS file: /cvs/src/usr.sbin/apm/apm.c,v

Re: getdelim(3): perror -> err in example

2017-07-23 Thread Marc Espie
Another two cents: err exists on linux as well, so there is zero practical reason not to use it.

Re: Add Diffie-Hellman group negotiation to iked

2017-07-23 Thread viq
On 17-07-18 23:20:26, Tim Stewart wrote: > viq writes: > > > On 17-06-25 21:44:24, Tim Stewart wrote: > >> Hi, > >> > >> In this message I've tried to encode everything I've done to allow > >> strongSwan on Android to connect with iked, including the latest patch. > >> I have