[nc] rename sun to s_un (for building on Solaris)

2015-11-22 Thread Brent Cook
Finally getting around to trying out nc on some more platforms for LibreSSL-portable, and ran into Sun/Oracle's silly definition of 'sun' in the system headers. OK to rename the local sockaddr_un variables? Portable contains a patch full of #ifdef's around other systems-specific nc features

lesskey.1: Don't mention email address

2015-11-22 Thread Michael Reed
This was already done for less.1, as OpenBSD's less(1) differs substantially from upstream. Index: lesskey.1 === RCS file: /cvs/src/usr.bin/less/lesskey.1,v retrieving revision 1.13 diff -u -p -r1.13 lesskey.1 --- lesskey.1 5 Nov

Typo, and consistency, in www/build/mirrors/ftp.html.head

2015-11-22 Thread Larry Hynes
I *think* www/build/mirrors/ftp.html.head is the correct source to make corrections for /ftp.html - apologies if I'm mistaken. This corrects 'sytem' to 'system', and applies consistency to the use of 'CD-ROM'. Index: ftp.html.head

Re: Interesting if_get() case

2015-11-22 Thread Alexandr Nedvedicky
Hello, > > > > > + else { > > > + struct ifnet *destifp; > > > + > > > + destifp = if_get(rt->rt_ifidx); > > > + if (destifp != NULL) > > > + destmtu = destifp->if_mtu; > > > +

Re: [patch] Add Broadcom BCM15700A2 and BCM4360 to pcidevs

2015-11-22 Thread Bryan Vyhmeister
On Sun, Nov 22, 2015 at 01:27:49PM -0800, Bryan Vyhmeister wrote: > I noticed a patch come through a few minutes ago to add some pcidevs for > other Apple systems so I added identifications for the BCM15700A2 chip > which appears at least in the 2013/2014/2015 MacBook Air system. It > appears to

Re: rt_ifp and pf(4)

2015-11-22 Thread Alexandr Nedvedicky
On Sat, Nov 21, 2015 at 12:37:58PM +0100, Martin Pieuchot wrote: > On 20/11/15(Fri) 18:05, Alexandr Nedvedicky wrote: > > Hello, > > > > I have just nit comments, feel free to ignore them. > > > > 1) would it be possible to use closing #endif guards as follows: > > #endif /* NCARP */ > >

Re: int -> size_t in ksh

2015-11-22 Thread Nicholas Marriott
Just look at the trouble changing one int->size_t is causing in lex ;-). On Sun, Nov 22, 2015 at 08:18:55AM +, Nicholas Marriott wrote: > On Sun, Nov 22, 2015 at 01:59:07AM +, B?hler Theo wrote: > > > It seems apparent that they never go negative. All instances are used to > > >

Change PC's to PCs in www/i386.html

2015-11-22 Thread Larry Hynes
PC's is a possessive form, PCs a plural one: The plural of peecee is peecees, not peecee's. Index: i386.html === RCS file: /cvs/www/i386.html,v retrieving revision 1.735 diff -r1.735 i386.html 19c19 < OpenBSD/i386 runs on the

Re: [patch] cwm: Preserve stacking order during cycling

2015-11-22 Thread Vadim Vygonets
День добрый, Quoth Артур Истомин on Sun, Nov 22, 2015: > It is always reproducable for me when 3 or more windows opened. This > is not immediately, but eventualy I can't access to the window located > below one or two other through Alt+Tab. Sorry to be so explicit, but just to make sure I

Re: Change PC's to PCs in www/i386.html

2015-11-22 Thread Michael McConville
Larry Hynes wrote: > PC's is a possessive form, PCs a plural one: The plural of peecee is > peecees, not peecee's. Committed. Thanks. > Index: i386.html > === > RCS file: /cvs/www/i386.html,v > retrieving revision 1.735 > diff

[patch] Add Broadcom BCM4331 to pcidevs

2015-11-22 Thread Ossi Herrala
Hi tech@, The following patch adds Broadcom BCM4331 wifi chip to pcidevs, so it's shown correctly with pcidump. Tested with MacBookPro9,2. Index: sys/dev/pci/pcidevs === RCS file: /cvs/src/sys/dev/pci/pcidevs,v retrieving revision