sys/malloc.h in sys/dev/usb

2017-01-08 Thread Michael W. Bombardieri
Hi, Some usb drivers don't appear to need malloc(). I recently found this for umidi_quirks.c and decided to look further. The patch was built on i386. - Michael Index: if_urtw.c === RCS file: /cvs/src/sys/dev/usb/if_urtw.c,v

ports build failure, max_align_t

2017-01-08 Thread Stuart Henderson
graphics/ttfautohint c++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../lib -I../gnulib/src -I../gnulib/src -I/usr/X11R6/include/freetype2 -O2 -pipe -MT info.o -MD -MP -MF .deps/info.Tpo -c -o info.o info.cpp In file included from ../gnulib/src/stdio.h:53:0, from

Re: openbgpd: support for bgp administrative shutdown communication

2017-01-08 Thread Sebastian Benoit
Job Snijders(j...@instituut.net) on 2017.01.08 20:24:19 +0100: > Dear OpenBSD developers, > > This patch adds support for the "BGP Administrative Shutdown > Communication" to bgpd(8) and bgpctl(8). Hi Job and Peter, thanks, this is nice! some comments below. > The draft-ietf-idr-shutdown >

openbgpd: support for bgp administrative shutdown communication

2017-01-08 Thread Job Snijders
Dear OpenBSD developers, This patch adds support for the "BGP Administrative Shutdown Communication" to bgpd(8) and bgpctl(8). The draft-ietf-idr-shutdown (https://tools.ietf.org/html/draft-ietf-idr-shutdown) document specifies a mechanism to transmit a short freeform message across the wire as

openssl.pc version

2017-01-08 Thread Sebastien Marie
Hi, The "OpenSSL bindings for Rust" checks, using pkg-config, the version of openssl installed, and target 1.0.1 as minimal version. Under OpenBSD, /usr/lib/pkgconfig/openssl.pc is generated by src/lib/libcrypto/generate_pkgconfig.sh, and the "version" is taken from SHLIB_VERSION_NUMBER in